oliverw / miningcore

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
https://store.miningcore.pro
MIT License
724 stars 664 forks source link

Help with Adding new Coin #1669

Open ghost opened 1 year ago

ghost commented 1 year ago

I have tried to add new coin Octa Space in MiningCore

Mining Works Fine Rewards are Detected Fine

But when its time to make the payout to miners i am having some errors i could not figure out

Any help would be amazing

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/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 443 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.PayoutAsync(IMiningPool pool, Balance[] balances, CancellationToken ct) in /home/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 267 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.PayoutAsync(Balance balance, CancellationToken ct) in /home/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 443 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.PayoutAsync(IMiningPool pool, Balance[] balances, CancellationToken ct) in /home/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 267

My repository : https://github.com/kushalg-1212/miningcore

Thanks