我已经在云层上设置了奇偶kovan节点,我想开始使用ethminer进行挖掘。
当我开始开采时:
ethminer -C -F "http://127.0.0.1:8545"给出的错误如下:
miner 06:39:47.443|ethminer Getting work package...
JSON-RPC problem. Probably couldn't connect. Retrying in 1...从以下方面开始:
ethminer -G -F "http://127.0.0.1:8545"给出的错误如下:
[OPENCL]:No OpenCL platforms found
No GPU device with sufficient memory was found. Can't GPU mine. Remove the -G argument使用geth,我可以成功地在同一个云实例上进行挖掘,但不能使用奇偶。
从以下方面开始:
parity --jsonrpc-port "8545" --jsonrpc-apis "all" --port "30303" --chain=kovan --author (address of coinbase) 我怎样才能纠正我面临的错误呢?谢谢。
https://ethereum.stackexchange.com/questions/25634
复制相似问题