how to solo mine? miner gpu don't work here
You can mine using the wallet, however...this will be very inefficient due to the high network hashrate.
Just put this into a bash file: "while true; do ./machinecoin-cli generatetoaddress 1 YOUR_ADDRESS_HERE 10000; sleep 1; done"
What problem do you have with GPU miner, I could try to help you with them?
Friendly Regards
- SkycityVictorians
Hello,
About the bash file: "while true; do ./machinecoin-cli generatetoaddress 1 YOUR_ADDRESS_HERE 10000; sleep 1; done"
is it a .sh or . bat and where to put it exactly....?
I tried to create a machinecoin.conf with :
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=40333
server=1
listen=1
daemon=1
I launch cpuminer-multi 1.3.1 by tpruvot@github with --server in command line.
But it doesn't work well, I always have this issue :
"Empty data received in json_rpc_call. getblocktemplate failed, falling back to getwork"
Thanks