Bitcoin Forum
May 05, 2024, 07:52:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 429 »
  Print  
Author Topic: [ANN][HUC] Huntercoin - Worlds First Decentralized Game/World on the Blockchain  (Read 879144 times)
daddeo
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
February 02, 2014, 05:46:33 AM
 #901

Okay. I found the right folder and put the .conf file in there. Now what? Do I run the bat file I created in cgminer?
1714938773
Hero Member
*
Offline Offline

Posts: 1714938773

View Profile Personal Message (Offline)

Ignore
1714938773
Reply with quote  #2

1714938773
Report to moderator
1714938773
Hero Member
*
Offline Offline

Posts: 1714938773

View Profile Personal Message (Offline)

Ignore
1714938773
Reply with quote  #2

1714938773
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 02, 2014, 05:48:15 AM
 #902

I think the block explorer forked too Smiley))) it's stuck at 4911

Did you add the addnodes to your config file?

addnode=192.241.222.65
addnode=192.81.209.210

do you know what the block explorer is ?

nope
meelvanchris
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2014, 05:49:23 AM
 #903

Okay. I found the right folder and put the .conf file in there. Now what? Do I run the bat file I created in cgminer?

Take a breath... better slow and steady then hasty and wrong... so doubleechk info in huntercoin.conf

Code:
rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
server=1
algo=scrypt
rpcport=8399
port=8398
addnode=192.241.222.65
addnode=192.81.209.210

make sure you remember username and password, that the addnodes are there... that rpcport is there

after that you open the wallet again... and make sure it is fully synced.... 9acutally better open close it once more)

after that you run the bat file.. just like you would any coin... instead of -o /stratum/pool  u use
-o http://127.0.0.1:8399 and rest is the same as with other coins with pool...

Code:
minerd.exe/cgminer or bfgminer    -o http://127.0.0.1:8399 -u usernameuusedinconf -p passworduusedinconf

And while mining wallet must stay open so you can connect with blockchain

    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄   
   ████████████████████████████████   
     ▀██████████████████████████▀     
        ▀████████████████████▀       
          ████████████████▀         
            █████████████           
            ▀████████████▀           
             ▀██████████▀             
              ██████████             
               ████████               
               ▀██████▀               
                ██████               
                 
.
trade.io.
██████
██████
███
███
███
███
███
███
███
███
███
██████
██████

▄██████████████████▄
███       ▀███████
███       █████████
███       █████████
███       █████████
███              ██
███   ▄▄▄▄▄▄▄▄   ███
███   ▄▄▄▄▄▄▄▄   ███
███              ███
███▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
██████████████████▀

▄██████████████████▄
███████████▀ ███████
█████████▀   ███████
███████▀     ██▀ ███
███ ▀▀       █▄▄████
███          █▀▀▀▀██
███ ▄▄       ███████
██████▄     █▄ ▀███
█████████▄   ███▄███
███████████▄ ███████
▀██████████████████▀

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
The One
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
February 02, 2014, 05:49:41 AM
 #904

Would someone please tell me how to set up a miner for this. I know everyone here is well versed in the technical skills required for this, but for widespread adoption of the coin; and more profit for you veterans, an easy set up guide is needed for us computer illiterates. How do I create a bat file with a username and password if there aren't any pools to create that username and password. I'm trying to support this exciting coin I just need a little help.


create conf file as stated in the op connect just like in a pool except the url will be http://127.0.0.1:8339 and the username and password you chose to put in the conf file. easy as that.
Can you show me what your conf file looks like? I get an "invalid url credentials"

rpcuser=removed
rpcpassword=removed
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
daemon=1
server=1
algo=sha256d
rpcport=removed
addnode=192.241.222.65
addnode=192.81.209.210

Thanks, but it's still not working. I'm doing something wrong. Here's what I got. In my cgminer folder, I created a new txt folder where I copied the info you posted but I changed to a username and password that I made up. The rpcport I used was 8339. then I changed that file to a .conf file. Next I created a bat file that points to http://127.0.0.1:8339 -u my user -p my password
when I run that bat file using cgminer I get  "url invalid credentials"
what the hell am I doing wrong?

did you put the full address to the cgminer folder in your bat file.

ie. c:\ blah blah blah \guiminer\cgminer\cgminer.exe --scrypt -o http://127.0.0.1:8399 -u xxxx -p xxxx

..C..
.....................
........What is C?.........
..............
...........ICO            Dec 1st – Dec 30th............
       ............Open            Dec 1st- Dec 30th............
...................ANN thread      Bounty....................

meelvanchris
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2014, 05:50:26 AM
 #905

I think the block explorer forked too Smiley))) it's stuck at 4911

Did you add the addnodes to your config file?

addnode=192.241.222.65
addnode=192.81.209.210

do you know what the block explorer is ?

I do indeed... dyslectic and excited for new coin.... totally misread Smiley

    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄   
   ████████████████████████████████   
     ▀██████████████████████████▀     
        ▀████████████████████▀       
          ████████████████▀         
            █████████████           
            ▀████████████▀           
             ▀██████████▀             
              ██████████             
               ████████               
               ▀██████▀               
                ██████               
                 
.
trade.io.
██████
██████
███
███
███
███
███
███
███
███
███
██████
██████

▄██████████████████▄
███       ▀███████
███       █████████
███       █████████
███       █████████
███              ██
███   ▄▄▄▄▄▄▄▄   ███
███   ▄▄▄▄▄▄▄▄   ███
███              ███
███▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
██████████████████▀

▄██████████████████▄
███████████▀ ███████
█████████▀   ███████
███████▀     ██▀ ███
███ ▀▀       █▄▄████
███          █▀▀▀▀██
███ ▄▄       ███████
██████▄     █▄ ▀███
█████████▄   ███▄███
███████████▄ ███████
▀██████████████████▀

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
fudge
Hero Member
*****
Offline Offline

Activity: 666
Merit: 500


View Profile
February 02, 2014, 05:52:15 AM
 #906

got 3% accepted / 97% rejected blocks. Is that normal?

Haшa гpyшa нaйpoзкopчyмaкyвaтiшa!
The One
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
February 02, 2014, 05:52:19 AM
 #907

What's the current block now?

I'm at 6713.  I have no clue if that's even close to being right though.

6970.....and 200 rejects....not one coin.

I'm out. Something not right here.

..C..
.....................
........What is C?.........
..............
...........ICO            Dec 1st – Dec 30th............
       ............Open            Dec 1st- Dec 30th............
...................ANN thread      Bounty....................

foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 02, 2014, 05:52:41 AM
 #908

I think the block explorer forked too Smiley))) it's stuck at 4911

Did you add the addnodes to your config file?

addnode=192.241.222.65
addnode=192.81.209.210

do you know what the block explorer is ?

I do indeed... dyslectic and excited for new coin.... totally misread Smiley

no worries, even bad help is still help, I'm so pissed that there are so many problems with the launch this was the best idea for a coin I've heard since ever.

nope
Nolo
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


Whoa, there are a lot of cats in this wall.


View Profile
February 02, 2014, 05:57:13 AM
 #909


Charlie Kelly: I'm pleading the 5th.  The Attorney: I would advise you do that.  Charlie Kelly: I'll take that advice under cooperation, alright? Now, let's say you and I go toe-to-toe on bird law and see who comes out the victor?  The Attorney: You know, I don't think I'm going to do anything close to that and I can clearly see you know nothing about the law.
19GpqFsNGP8jS941YYZZjmCSrHwvX3QjiC
meelvanchris
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2014, 05:57:58 AM
 #910

no worries, even bad help is still help, I'm so pissed that there are so many problems with the launch this was the best idea for a coin I've heard since ever.
Yeah sucks... silver lining... so many people have left difficulty is climbing up not so fast now =) no instamine for once

    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄   
   ████████████████████████████████   
     ▀██████████████████████████▀     
        ▀████████████████████▀       
          ████████████████▀         
            █████████████           
            ▀████████████▀           
             ▀██████████▀             
              ██████████             
               ████████               
               ▀██████▀               
                ██████               
                 
.
trade.io.
██████
██████
███
███
███
███
███
███
███
███
███
██████
██████

▄██████████████████▄
███       ▀███████
███       █████████
███       █████████
███       █████████
███              ██
███   ▄▄▄▄▄▄▄▄   ███
███   ▄▄▄▄▄▄▄▄   ███
███              ███
███▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
██████████████████▀

▄██████████████████▄
███████████▀ ███████
█████████▀   ███████
███████▀     ██▀ ███
███ ▀▀       █▄▄████
███          █▀▀▀▀██
███ ▄▄       ███████
██████▄     █▄ ▀███
█████████▄   ███▄███
███████████▄ ███████
▀██████████████████▀

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
snailbrain (OP)
Legendary
*
Offline Offline

Activity: 1807
Merit: 1020



View Profile
February 02, 2014, 05:58:55 AM
 #911

I think the block explorer forked too Smiley))) it's stuck at 4911

Did you add the addnodes to your config file?

addnode=192.241.222.65
addnode=192.81.209.210

do you know what the block explorer is ?

block explorer is out of sync, because it has not updated yet..
wait for khal to wake up..

i'm also going to sleep now.. have done 24hours

foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 02, 2014, 06:00:08 AM
 #912

I think the block explorer forked too Smiley))) it's stuck at 4911

Did you add the addnodes to your config file?

addnode=192.241.222.65
addnode=192.81.209.210

do you know what the block explorer is ?

block explorer is out of sync, because it has not updated yet..
wait for khal to wake up..

i'm also going to sleep now.. have done 24hours

sooo ... we just mine the forks ?

nope
meelvanchris
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2014, 06:01:27 AM
 #913

sooo ... we just mine the forks ?

No were good.. Just the blockexplorer has to be updated to the new 10001version of huntercoin.. Poor dev's been so stressed helping us mine he didnt get around to it..

    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄   
   ████████████████████████████████   
     ▀██████████████████████████▀     
        ▀████████████████████▀       
          ████████████████▀         
            █████████████           
            ▀████████████▀           
             ▀██████████▀             
              ██████████             
               ████████               
               ▀██████▀               
                ██████               
                 
.
trade.io.
██████
██████
███
███
███
███
███
███
███
███
███
██████
██████

▄██████████████████▄
███       ▀███████
███       █████████
███       █████████
███       █████████
███              ██
███   ▄▄▄▄▄▄▄▄   ███
███   ▄▄▄▄▄▄▄▄   ███
███              ███
███▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
██████████████████▀

▄██████████████████▄
███████████▀ ███████
█████████▀   ███████
███████▀     ██▀ ███
███ ▀▀       █▄▄████
███          █▀▀▀▀██
███ ▄▄       ███████
██████▄     █▄ ▀███
█████████▄   ███▄███
███████████▄ ███████
▀██████████████████▀

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
The One
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
February 02, 2014, 06:05:30 AM
 #914

What's the current block now?

I'm at 6713.  I have no clue if that's even close to being right though.

6970.....and 200 rejects....not one coin.

I'm out. Something not right here.

So i stopped mining and went to make a cup of tea, came back and found an amazing 1 coin in my balance.

yyyyyyyyyyyyyeeeeeeeeeeeyyyyyyyyyyyy

after 11 hours of this diabolical launch................. 1 coin

ooooooooohhhhhhhhhhhhhh

..C..
.....................
........What is C?.........
..............
...........ICO            Dec 1st – Dec 30th............
       ............Open            Dec 1st- Dec 30th............
...................ANN thread      Bounty....................

bitwho
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
February 02, 2014, 06:06:52 AM
 #915

noooo....... i updated again and the other 100 coins unconfirmed dissapeared. im back to only 50 coins total. fuck. this is the last time i am goin to try.


i just made 0.100 btc from 20 min of sillsaturncoin scam. so since profit already i will invest 1-2 hrs more. but this is getting frustruating.


i want to support but there is no reward.


also why is the comp so slow?  is the wallet doing anything else?  any thing mischievous happening?

could anyone shed some info?



OP... can i have your input please?

......
meelvanchris
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2014, 06:08:46 AM
 #916

addnodes in conf.. or if that doesnt work use the command version of the wallet if you can.
the nodes did it for me....

    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄   
   ████████████████████████████████   
     ▀██████████████████████████▀     
        ▀████████████████████▀       
          ████████████████▀         
            █████████████           
            ▀████████████▀           
             ▀██████████▀             
              ██████████             
               ████████               
               ▀██████▀               
                ██████               
                 
.
trade.io.
██████
██████
███
███
███
███
███
███
███
███
███
██████
██████

▄██████████████████▄
███       ▀███████
███       █████████
███       █████████
███       █████████
███              ██
███   ▄▄▄▄▄▄▄▄   ███
███   ▄▄▄▄▄▄▄▄   ███
███              ███
███▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
██████████████████▀

▄██████████████████▄
███████████▀ ███████
█████████▀   ███████
███████▀     ██▀ ███
███ ▀▀       █▄▄████
███          █▀▀▀▀██
███ ▄▄       ███████
██████▄     █▄ ▀███
█████████▄   ███▄███
███████████▄ ███████
▀██████████████████▀

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
RenegadeMind
Copper Member
Hero Member
*****
Offline Offline

Activity: 1380
Merit: 504


THINK IT, BUILD IT, PLAY IT! --- XAYA


View Profile WWW
February 02, 2014, 06:24:30 AM
 #917

Anyone know of a faucet? I'd like to get 1 coin so that I can play the game.

DavidT
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
February 02, 2014, 06:33:14 AM
 #918

Same here, I don't even know how to mine with my old notebook, but would like to play the game - is it not possible at all if I'M not mining?Huh? That would suck, if normal people would not have a chance to play Sad HS8S44ZHd1XSX7LU5hZw74fHQcRKQfP5mv

foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 02, 2014, 06:35:09 AM
 #919

what block are we on ladds ?

nope
IronFists
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
February 02, 2014, 06:38:17 AM
 #920

So all the rewards and mining form earlier are now lost?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 429 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!