Author

Topic: [ANN] Ħ [HODL] 5% Interest. No Staking Req. Term Deposits 10%. Solo Mining. - page 182. (Read 472953 times)

sr. member
Activity: 490
Merit: 250
For mining with several machines to one wallet, would this work?

hodlcoin.conf

Code:
server=1
rpcuser=username
rpcpassword=password
rpcallowip=e.g 192.*
rpcport=8332


Start miner with:

Code:
hodlminer.exe -a hodl -o http://IP-of-the-machin-ewhich-is-running-the-wallet:8332 -u username -p password 




no, wildcard identifiers like * aren't supported in the conf file anymore. You'll need to use proper netmask identifiers instead.

see https://bitcoin.org/en/release/v0.10.0#rpc-access-control-changes for details.

192.168.1.*      would be 192.168.1.0/24
192.168.0.*      would be 192.168.0.0/24
192.168.*         would be 192.168.0.0/16
192.*                would be 192.0.0.0/8

note that the 4th option isn't very safe as 192.* (192.0.0.0/8) isn't reserved for private IP address only and would allow anyone with a public IP in that range to connect to your RPC server.

Good to know!

Thank you Fuzzbawls

Set this up with a few machines.

Works great!


Guys like I was saying the GBT in these miners are not set up for HOdl, like Wolf has said the templet is not right for HOdl.. please if anyone finds a block like this let me know.. bc while your pushing to the wallet the templet your working off is not set up proper.. So I'm affriad your all just spinning your wheels
Vin
legendary
Activity: 1166
Merit: 1015
For mining with several machines to one wallet, would this work?

hodlcoin.conf

Code:
server=1
rpcuser=username
rpcpassword=password
rpcallowip=e.g 192.*
rpcport=8332


Start miner with:

Code:
hodlminer.exe -a hodl -o http://IP-of-the-machin-ewhich-is-running-the-wallet:8332 -u username -p password 




no, wildcard identifiers like * aren't supported in the conf file anymore. You'll need to use proper netmask identifiers instead.

see https://bitcoin.org/en/release/v0.10.0#rpc-access-control-changes for details.

192.168.1.*      would be 192.168.1.0/24
192.168.0.*      would be 192.168.0.0/24
192.168.*         would be 192.168.0.0/16
192.*                would be 192.0.0.0/8

note that the 4th option isn't very safe as 192.* (192.0.0.0/8) isn't reserved for private IP address only and would allow anyone with a public IP in that range to connect to your RPC server.

Good to know!

Thank you Fuzzbawls

Set this up with a few machines.

Works great!
sr. member
Activity: 490
Merit: 250
Is it because of a missing / not so stylish website?


No it was never told to me that Bittrex had a problem with the lack of website.. However yes we are working one the website..
sr. member
Activity: 490
Merit: 250
heello!

is it correct if i have got 10k hodl in my wallet, just in my wallet, i´ll get around 55 hodl interest a day?

thank you guys!
Nope, if you just leave it in your wallet and move it around every 30 days you'll get approximately 500 HOdl per year if you do a term deposiy however you'll get way more. Play around with different lengths here http://hodlcoin.github.io Don't wait too long though because your the rate is constantly dropping Cheesy

5% APR on Standard (non-deposited balances) starts after the bonus period (2yrs post launch).. Same with Term Deposits 10% apr.. Starts after bonus period.. Both interest rates are under a bonus right now.. But yes it is correct that you get a lot more compounded interest on Term deposits..
sr. member
Activity: 490
Merit: 250
How to setup solo mining with hodlminer or cpuminer-opt? Can I simply start hodlcoind with rpcuser / pass configured in hodlcoin.conf and then start hodlminer pointing to 127.0.0.1:8332 with user and pass?

While this will start the stand alone miner hashing.. As Wolf has stated the GBT of all of these miners are not set up for the Hodl template.. I am however running a test atm.. Bc we have seen many users state they are using the miners to the wallet..

Can anyone confirm that with this set up they have produced a block?

Also you may have forgotten we are still collecting funds for a proper GBT miner.. So if you would like to use a stand alone miner like this.. Please consider donating..

https://bitcointalksearch.org/topic/ann-wolfs-gbt-cpu-hodl-miner-bounty-fund-1427633
Vin
legendary
Activity: 1166
Merit: 1015
For mining with several machines to one wallet, would this work?

hodlcoin.conf

Code:
server=1
rpcuser=username
rpcpassword=password
rpcallowip=e.g 192.*
rpcport=8332


Start miner with:

Code:
hodlminer.exe -a hodl -o http://IP-of-the-machin-ewhich-is-running-the-wallet:8332 -u username -p password 




no, wildcard identifiers like * aren't supported in the conf file anymore. You'll need to use proper netmask identifiers instead.

see https://bitcoin.org/en/release/v0.10.0#rpc-access-control-changes for details.

192.168.1.*      would be 192.168.1.0/24
192.168.0.*      would be 192.168.0.0/24
192.168.*         would be 192.168.0.0/16
192.*                would be 192.0.0.0/8

note that the 4th option isn't very safe as 192.* (192.0.0.0/8) isn't reserved for private IP address only and would allow anyone with a public IP in that range to connect to your RPC server.

Good to know!

Thank you Fuzzbawls
hero member
Activity: 750
Merit: 500
For mining with several machines to one wallet, would this work?

hodlcoin.conf

Code:
server=1
rpcuser=username
rpcpassword=password
rpcallowip=e.g 192.*
rpcport=8332


Start miner with:

Code:
hodlminer.exe -a hodl -o http://IP-of-the-machin-ewhich-is-running-the-wallet:8332 -u username -p password 




no, wildcard identifiers like * aren't supported in the conf file anymore. You'll need to use proper netmask identifiers instead.

see https://bitcoin.org/en/release/v0.10.0#rpc-access-control-changes for details.

192.168.1.*      would be 192.168.1.0/24
192.168.0.*      would be 192.168.0.0/24
192.168.*         would be 192.168.0.0/16
192.*                would be 192.0.0.0/8

note that the 4th option isn't very safe as 192.* (192.0.0.0/8) isn't reserved for private IP address only and would allow anyone with a public IP in that range to connect to your RPC server.
Vin
legendary
Activity: 1166
Merit: 1015
For mining with several machines to one wallet, would this work?

hodlcoin.conf

Code:
server=1
rpcuser=username
rpcpassword=password
rpcallowip=e.g 192.*
rpcport=8332


Start miner with:

Code:
hodlminer.exe -a hodl -o http://IP-of-the-machin-ewhich-is-running-the-wallet:8332 -u username -p password 


sr. member
Activity: 275
Merit: 250
How to setup solo mining with hodlminer or cpuminer-opt? Can I simply start hodlcoind with rpcuser / pass configured in hodlcoin.conf and then start hodlminer pointing to 127.0.0.1:8332 with user and pass?

To solo mine put this in you hodlcoin.conf file.
Code:
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=8332
And then use this as a command to start the miner
Code:
hodlminer.exe -a hodl -o http://127.0.0.1:8332 -u user -p password --no-getwork --coinbase-addr="your hodl address"

Thanks!
sr. member
Activity: 462
Merit: 250
How to setup solo mining with hodlminer or cpuminer-opt? Can I simply start hodlcoind with rpcuser / pass configured in hodlcoin.conf and then start hodlminer pointing to 127.0.0.1:8332 with user and pass?

To solo mine put this in you hodlcoin.conf file.
Code:
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=8332
And then use this as a command to start the miner
Code:
hodlminer.exe -a hodl -o http://127.0.0.1:8332 -u user -p password --no-getwork --coinbase-addr="your hodl address"
sr. member
Activity: 275
Merit: 250
How to setup solo mining with hodlminer or cpuminer-opt? Can I simply start hodlcoind with rpcuser / pass configured in hodlcoin.conf and then start hodlminer pointing to 127.0.0.1:8332 with user and pass?
newbie
Activity: 2
Merit: 0
newbie
Activity: 2
Merit: 0
heello!

is it correct if i have got 10k hodl in my wallet, just in my wallet, i´ll get around 55 hodl interest a day?

thank you guys!
sr. member
Activity: 462
Merit: 250
Just wanted to know are we going to hit any major exchange soon? Thanks
Nobody knows, we can't predict the future Smiley
newbie
Activity: 17
Merit: 0
Just wanted to know are we going to hit any major exchange soon? Thanks
member
Activity: 109
Merit: 11
Is it because of a missing / not so stylish website?
newbie
Activity: 17
Merit: 0
Anyone with AMD supporting AES try the wolf optimized hodlminer with the bdver binaries?

Athlon x4 740x @52 hash
legendary
Activity: 1672
Merit: 1046
Here we go again
what happened with the rex add ?
Hodl won the vote.

Still nothing  Huh
legendary
Activity: 1470
Merit: 1114

Yes this is why we added "blocks" as a unit of measure in the drop down box when making a TD..

Crap, I missed that. You seem to be always one step ahead of me.
Jump to: