Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] 5% Interest. No Staking Req. Term Deposits 10%. Solo Mining.
by
HodlOrava
on 13/01/2018, 13:49:14 UTC
Hello. Can you guys verify that this guide for solo mining by using hodlminer works?

Quote
-CAN I USE HODLMINER FOR SOLO MINING-

Yes. You need to edit your hodlcoin.conf. Locate and if needed create hodlcoin.conf
(default location C:\Users\username\AppData\Roaming\HOdlcoin\ short cut %appdata%\HOdlcoin\) and add lines:
   server=1
   rpcuser=
   rpcpassword=
   rpcport=11989
Choose your username and a strong passowrd.

Start your wallet (hodlcoin-qt) or hodlcoind and start hodlminer:
hodlminer.exe -o http://127.0.0.1:11989/ -u -p -D --coinbase-addr=

By default wallet and hodlcoind accpet connections from local host only. You can add allowed IPs by using parameter 'rpcallowip'.
   rpcallowip=
Rpcallowip allow JSON-RPC connections from specified source. Valid for are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0)
or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times. 0.0.0.0/0 will allow all addresses.

Edit...
I tested this and I successfully mined two blocks.