-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add zclassic #2523
add zclassic #2523
Conversation
Is this the right coin? https://zclassic.org/ I clicked on |
Correct website, that link was wrong. It should be fixed now, thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you chmod +x the harness.sh
I see in the alpha node a lot:
CreateNewBlock(): total size 1000
ERROR: CheckProofOfWork(): hash doesn't match nBits
ERROR: CheckProofOfWork(): hash doesn't match nBits
ERROR: CheckProofOfWork(): hash doesn't match nBits
ERROR: CheckProofOfWork(): hash doesn't match nBits
Can you add zcl to client's simnet-setup.sh
.
Description: "This is the highest network fee rate you are willing to " + | ||
"pay on swap transactions. If feeratelimit is lower than a market's " + | ||
"maxfeerate, you will not be able to trade on that market with this " + | ||
"wallet. Units: BTC/kB", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
units ZCL/kb maybe?
There's a lot of comments with zcash/zec as well. I'll just comment here once. It's no big deal.
66be537
to
c369f9b
Compare
Pretty straightforward, except for the new sighash function that was needed for version 4 transactions. Other than that, everything should be pretty familiar from adding other assets.
ShieldedWallet
yet. Will follow up with that, but zcl doesn't have the issues that Zcash has with their API, so that helps.