pooler / cpuminer

CPU miner for Litecoin and Bitcoin
https://bitcointalk.org/index.php?topic=55038.0
Other
2.77k stars 1.21k forks source link

trying to mine an sha256 genesis block #102

Closed justinvforvendetta closed 8 years ago

justinvforvendetta commented 8 years ago

~/cpuminer# ./minerd -a sha256d -o http://127.0.0.1:8288 -O rpcuser:rpcpassword [2016-01-21 23:37:46] 1 miner threads started, using 'sha256d' algorithm. [2016-01-21 23:37:46] HTTP request failed: The requested URL returned error: 500 Internal Server Error [2016-01-21 23:37:46] json_rpc_call failed, retry after 30 seconds

when i try to mine the genesis block with pool software, it wont start the stratum because it thinks the daemon is syncing, but it just has no blockchain yet. when i try to mine the genesis block using my cpu, with minerd, it gives me a 500 error.. any ideas?

pooler commented 8 years ago

The errors you encountered are generated by your daemon, and cpuminer is just reporting the 500 error back to you, so I'm afraid I can't help you.