You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building into ../../build
MSBuild version 17.3.4+a400405ba for .NET
Determining projects to restore...
Restored /home/miningcore/miningcore-xiaolin1579/src/Miningcore/Miningcore.csproj (in 32.28 sec).
CSC : warning CS2002: Source file '/home/miningcore/miningcore-xiaolin1579/src/Miningcore/Crypto/Hashing/Algorithms/CpuPower.cs' specified multiple times [/home/miningcore/miningcore-xiaolin1579/src/Miningcore/Miningcore.csproj]
CSC : warning CS2002: Source file '/home/miningcore/miningcore-xiaolin1579/src/Miningcore/Crypto/Hashing/Algorithms/Minotaurx.cs' specified multiple times [/home/miningcore/miningcore-xiaolin1579/src/Miningcore/Miningcore.csproj]
/home/miningcore/miningcore-xiaolin1579/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs(505,13): error CS0152: The switch statement contains multiple cases with the label value '622279' [/home/miningcore/miningcore-xiaolin1579/src/Miningcore/Miningcore.csproj]
seems related to ethereum payout handling, is there a way I can just disable ethereum support to get the build past this error? or otherwise resolve this build failure..
The text was updated successfully, but these errors were encountered:
I just removed the whole case switch section in EthereumPayoutHandler.cs that it was complaining about starting at line 505, and was able to build. I don't need ethereum support for this use case so that works for me for now. ETH is proof-of-stake now anyway, but maybe some people need this code still for ETH classic or something
seems related to ethereum payout handling, is there a way I can just disable ethereum support to get the build past this error? or otherwise resolve this build failure..
The text was updated successfully, but these errors were encountered: