miningcore icon indicating copy to clipboard operation
miningcore copied to clipboard

eth_sendTransaction returned error: invalid sender code -32000

Open Pollycraft42 opened this issue 1 year ago • 2 comments

I tried setting up an Elhereum mining pool. Everytime the payoutmanager runs through I get this error

[2023-05-27 21:08:12.1757] [I] [Elhereum] [Ethereum Payout Handler] Sending 6,36186 ELH to 0xf34fa63cb9522379d2f2b23f6098a50cc2071316 [2023-05-27 21:08:12.1806] [E] [Elhereum] System.Exception: eth_sendTransaction returned error: invalid sender code -32000 System.Exception: eth_sendTransaction returned error: invalid sender code -32000 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.PayoutAsync(Balance balance, CancellationToken ct) in /home/exory/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 458 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.PayoutAsync(IMiningPool pool, Balance[] balances, CancellationToken ct) in /home/exory/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 267 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.PayoutAsync(Balance balance, CancellationToken ct) in /home/exory/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 458 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.PayoutAsync(IMiningPool pool, Balance[] balances, CancellationToken ct) in /home/exory/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 267

Here is the output I get using the trace debug option. WhatsApp Bild 2023-05-27 um 00 21 41

Is there any know solution for that issue?

Pollycraft42 avatar May 27 '23 22:05 Pollycraft42