Pool
https://hodl.suprnova.cc/ is down so the hash rate is really low. I just started solo mining. If you are interested in solo mingin here's a show guide how to solo mine with hodlminer.
-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=<rpc_user_name>
rpcpassword=<random_rpc_password>
rpcport=11989
rpcthreads=12
Choose your username and a strong passowrd. Set atleast two RPC threads per miner by using parameter 'rpcthreads'.
Start your wallet (hodlcoin-qt) or hodlcoind and start hodlminer:
hodlminer.exe -o
http://127.0.0.1:11989/ -u <rpc_user_name> -p <random_rpc_password> -D --coinbase-addr=<your_public_wallet_address>
By default wallet and hodlcoind accept connections from local host only. You can add allowed IPs by using parameter 'rpcallowip'.
rpcallowip=<ip>
Rpcallowip allow JSON-RPC connections from specified source. Valid for <ip> 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. If your local LAN uses eg. adresses
192.168.1.xxx, 192.168.1.0/24 will allow connections from all clients in your local LAN.