I am trying to Solo mine DigiByte
I have compiled the core wallet on Ubuntu 16.04 and installed BurkelyDB 4.8
Here is my DigiByte.conf
rpcallowip=127.0.0.0/24
rpcallowip=10.0.0.247
rpcauth= "Auth Generated by rpcauth.py"
server=1
daemon=1
debug=1
listen=1
algo=sha256d
rpcport=14022
port=12024
addnode=216.250.125.121
addnode=74.208.230.160
addnode=69.164.206.169
addnode=192.99.215.234
addnode=96.126.114.208
addnode=54.204.36.33
addnode=192.99.41.108
addnode=199.83.128.91
addnode=199.83.132.91
addnode=31.220.25.91
addnode=184.155.218.183
addnode=24.119.23.61
addnode=70.196.193.231
addnode=198.98.118.241
addnode=142.4.204.115
I have launched digibyte-qt with the --server switch
When I point my miner at stratum+tcp://10.0.0.143:14022 the miner gets no work.
I have no firewall running...
Do i need to install BFGminer as a proxy in between the core node and my miner? Or am I missing something else..