nanopool / phoenix-miner

67 stars 34 forks source link

Can't connect to geth #12

Open NeuroscienceScripts opened 3 years ago

NeuroscienceScripts commented 3 years ago

I have geth running on the same machine as phoenix miner. It refuses to connect giving an "exception -32603". There's almost no documentation about troubleshooting for solo mining. I can ping the address (through cmd-> 'ping 127.0.0.1'), not really sure what's wrong. My geth node is synced, I checked it vs the current block number.

I've tried:

PhoenixMiner -pool http://127.0.0.1 -wal 0x58a3E54FAa325aF436368F224c1f75BE61b1948A PhoenixMiner -pool http://127.0.0.1:8545 -wal 0x58a3E54FAa325aF436368F224c1f75BE61b1948A

Any help is appreciated.