ergoplatform / Autolykos-GPU-miner

CUDA-based GPU miner for Ergo (Autolykos algorithm)
40 stars 20 forks source link

More convenient error handlng #19

Closed andyceo closed 5 years ago

andyceo commented 5 years ago

I made mistake in json file: 192,168.2.33 instead 192.168.2.33

Miner hangs at "Getting block candidate" message. This makes me check everything, node first.

Think it is better to exit with sane error message about wrong json or incorrect params or curl message (internally the not found curl error occured in my case, I suppose).

catena2w commented 5 years ago

fixed