Describe the bug
Everything runs smoothly except "eth_sendTransaction".
According to https://github.com/oliverw/miningcore/wiki/Coin-Daemon-&-Wallet-RPC#ethereum
you can run go-ethereum (geth) with:
$ geth --cache 1024 --mine --http --http.port 8545 --unlock --password --allow-insecure-unlock
Mining works fine.
But after a mined block, I get an error when Miningcore should reward the miners on the pool.
Miningcore says "System.Exception: eth_sendTransaction returned error: invalid sender code -32000"
Geth says err="invalid sender"
I can transfere founds in the go-ethereum javasript console.
Have I forgot something here ?
To Reproduce
Steps to reproduce the behavior:
- Setup go-ethereum according to documentation.
- Setup Miningcore according to documentation.
- Run mining on Miningcore.
- Find a block.
- No payment for miners due to error in configuration.
Expected behavior
Mining and payment should work by following instructions or manual.
Screenshots
I can provide screenshot If needed, or any other information.
Maybe this is something that others also run into,
and can be fixed by providing a little more information.
Platform and software
Describe the bug
Everything runs smoothly except "eth_sendTransaction".
According to https://github.com/oliverw/miningcore/wiki/Coin-Daemon-&-Wallet-RPC#ethereum
you can run go-ethereum (geth) with:
$ geth --cache 1024 --mine --http --http.port 8545 --unlock --password --allow-insecure-unlock
Mining works fine.
But after a mined block, I get an error when Miningcore should reward the miners on the pool.
Miningcore says "System.Exception: eth_sendTransaction returned error: invalid sender code -32000"
Geth says err="invalid sender"
I can transfere founds in the go-ethereum javasript console.
Have I forgot something here ?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mining and payment should work by following instructions or manual.
Screenshots
I can provide screenshot If needed, or any other information.
Maybe this is something that others also run into,
and can be fixed by providing a little more information.
Platform and software