-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
+ Added EOSC Bootnodes from go-eosclassic + Added NewEOSC Hardfork logic + Tested with rust-eosclassic + Apply EOSC-1017 Reward
It looks like @eosclassicteam signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
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.
See previous comment for Callisto PR: #9445 (comment)
Please remove eoscTreasury
/eoscStake
/neweosc
configs and use blockRewardContractCode
config. Let me know if you have issues writing the block reward contract, I'm happy to help. (But please understand that we can't write the contract for you.)
@sorpaas Thanks for your comment, may I ask if reward contract is compatible with geth? ( Or should I deploy it somewhere? ) |
It's geth-compatible. You won't need to deploy the reward contract anywhere. Simply calculate the correct block rewards and embed the resulting EVM contract code to |
Block reward contract is documented here: https://wiki.parity.io/Block-Reward-Contract |
Please reopen once ready. |
You can find an example of using the block reward contract in #9605 to implement the Musicoin block reward logic, there's also a gist there with instructions on how to build the contract. |
@andresilva Well I know how to build a contract but thanks for your help 😄 |
EOS Classic is a combination of ETH & EOS protocol network
We would like to request adding EOS Classic Mainnet support on parity-ethereum client
Coin info
PR changes
cc @5chdn @sorpaas @Tbaut @andresilva