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 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.