Bitcoin Forum
April 19, 2024, 09:06:54 AM *
News: Latest Bitcoin Core release: 26.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 ... 429 »
  Print  
Author Topic: [ANN][HUC] Huntercoin - Worlds First Decentralized Game/World on the Blockchain  (Read 879142 times)
fusecavator
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
February 02, 2014, 05:27:22 AM
 #881

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?

The conf file needs to be in the huntercoin folder in the roaming folder.
1713517614
Hero Member
*
Offline Offline

Posts: 1713517614

View Profile Personal Message (Offline)

Ignore
1713517614
Reply with quote  #2

1713517614
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713517614
Hero Member
*
Offline Offline

Posts: 1713517614

View Profile Personal Message (Offline)

Ignore
1713517614
Reply with quote  #2

1713517614
Report to moderator
mhall
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 02, 2014, 05:28:02 AM
 #882

What's the current block now?
meelvanchris
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2014, 05:29:22 AM
 #883

any1 know why im only getting rejects?
not cool anymore.... i feel rejected =(

block is 6708 btw

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

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

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

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 02, 2014, 05:29:36 AM
 #884

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?

if you have a router/firewall you need to forward the port to your local ip dooh.

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:30:12 AM
 #885

What's the current block now?

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

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:32:12 AM
 #886

What's the current block now?

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

looks to be right 6727 now and counting...

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

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

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

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
mhall
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 02, 2014, 05:35:45 AM
 #887

What's the current block now?

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

looks to be right 6727 now and counting...

6777 now, 1 coin mined  Sad
foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 02, 2014, 05:35:51 AM
 #888

so the game is survive on the right blockchain long enough ?

nope
bitwho
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
February 02, 2014, 05:36:25 AM
 #889

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?
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:36:52 AM
 #890

What's the current block now?

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

looks to be right 6727 now and counting...

6777 now, 1 coin mined  Sad

Same here lol.  I have 880 transactions showing up and only 2 coins for today.  Just gotta keep at it.  I think this coin has potential, and is a step in the right direction of innovation, but tons of bugs that have to be worked out.  

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:37:30 AM
 #891

ok seriously!!! who's eating all my blocks.... get rejected then i when i finally get one it poof dissapears... right in front of my eyes!
GImme back by coin gdmit!!!! Smiley

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

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

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

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
daddeo
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
February 02, 2014, 05:38:14 AM
 #892

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?

The conf file needs to be in the huntercoin folder in the roaming folder.
I can"t even find the roaming folder for fucks sake. I hate being a noob. I've looked in the huntercoin folder that came with the client I downloaded but it's nowhere to be found. is it in another location?
meelvanchris
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2014, 05:38:53 AM
 #893

Same here lol.  I have 880 transactions showing up and only 2 coins for today.  Just gotta keep at it.  I think this coin has potential, and is a step in the right direction of innovation, but tons of bugs that have to be worked out.  

AHA! so your the one eating my blocks! shame on you with your seniority! hows bout giving the juniors a chance! Wink
 

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

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

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

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
meelvanchris
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2014, 05:40:17 AM
 #894

I can"t even find the roaming folder for fucks sake. I hate being a noob. I've looked in the huntercoin folder that came with the client I downloaded but it's nowhere to be found. is it in another location?

Yes its in  :
C/ users/ yourusername  / appdata (hidden file so unhide in explorer) // roaming / huntercoin // there should paste the huntercoin.conf

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

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

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

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
fusecavator
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
February 02, 2014, 05:42:40 AM
 #895

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?

The conf file needs to be in the huntercoin folder in the roaming folder.
I can"t even find the roaming folder for fucks sake. I hate being a noob. I've looked in the huntercoin folder that came with the client I downloaded but it's nowhere to be found. is it in another location?

probably C:\users\yourusername\appdata\roaming
foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 02, 2014, 05:43:23 AM
 #896

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

nope
2Alpha
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
February 02, 2014, 05:43:30 AM
 #897

I can"t even find the roaming folder for fucks sake. I hate being a noob. I've looked in the huntercoin folder that came with the client I downloaded but it's nowhere to be found. is it in another location?
[/quote]

Click on the start ICON for windows and in the text field "Search" enter in this %AppData%\Huntercoin
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:44:28 AM
 #898

Maybe once difficulty increases some of this will stop.  Difficulty seems to be staying low though. 

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:45:00 AM
 #899

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

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

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

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

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
██████
██████
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
   ███
██████
██████
.
.Join the Trading Revolution.
northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
February 02, 2014, 05:45:19 AM
 #900

Buying HTC .008BTC for 100 HTC. PM me.

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
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 ... 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!