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
A blockchain simulator using a hybrid Proof-of-Work and Proof-of-Stake mechanism test the effects of different social parameters on a unique blockchain protocol that I designed.
Adding new validator
new_validator = Validator("Remy", 22)
my_blockchain.add_validator(my_validator)
About
A blockchain simulator using a hybrid Proof-of-Work and Proof-of-Stake mechanism test the effects of different social parameters on a unique blockchain protocol that I designed.