oliverw / miningcore

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

New Network Unsupported Chain Type Error #1665

Closed ghost closed 1 year ago

ghost commented 1 year ago

I am mining OCTA.SPACE with mining core and it works pretty well

But i have some problems when it tries to make payments to the Miners


Payment processing failed System.Exception: Unable to determine block reward: Unsupported chain type at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.GetBaseBlockReward(GethChainType chainType, UInt64 height) in /home/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 341 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.ClassifyBlocksAsync(IMiningPool pool, Block[] blocks, CancellationToken ct) in /home/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 134 at Miningcore.Payments.PayoutManager.UpdatePoolBalancesAsync(IMiningPool pool, PoolConfig poolConfig, IPayoutHandler handler, IPayoutScheme scheme, CancellationToken ct) in /home/miningcore/src/Miningcore/Payments/PayoutManager.cs:line 156 at Miningcore.Payments.PayoutManager.ProcessPoolsAsync(CancellationToken ct) in /home/miningcore/src/Miningcore/Payments/PayoutManager.cs:line 104 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.GetBaseBlockReward(GethChainType chainType, UInt64 height) in /home/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 341 at Miningcore.Blockchain.Ethereum.EthereumPayoutHandler.ClassifyBlocksAsync(IMiningPool pool, Block[] blocks, CancellationToken ct) in /home/miningcore/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs:line 134 at Miningcore.Payments.PayoutManager.UpdatePoolBalancesAsync(IMiningPool pool, PoolConfig poolConfig, IPayoutHandler handler, IPayoutScheme scheme, CancellationToken ct) in /home/miningcore/src/Miningcore/Payments/PayoutManager.cs:line 156 at Miningcore.Payments.PayoutManager.ProcessPoolsAsync(CancellationToken ct) in /home/miningcore/src/Miningcore/Payments/PayoutManager.cs:line 104


PS this Network is pretty much fork to ether and all the config file and coins.json file i copied the same config of Callisto

Should have worked i think as these are similar chains

Please @oliverw is there anything i can do

-