gridcoin-community / Gridcoin-Tasks

Gridcoin community tasks repository
https://gridcoin.us
MIT License
24 stars 5 forks source link

Cold staking to increase staking participation #71

Closed skcin closed 5 years ago

skcin commented 7 years ago

Issue by skcin Thursday Jan 26, 2017 at 12:23 GMT Originally opened as https://github.com/Erkan-Yilmaz/Gridcoin-tasks/issues/68


Besides a fixed stake reward there is another thing that could help and that is cold staking. If we could implement cold staking it would be much easier to keep staking 24/7. The best practise is to not stake on a full node because of security issues. What if we could eliminate these security issues.

The https://www.nem.io/ crypto currency has a even better system where you can stake without risk on unsecure systems. They call it delegated harvesting and it allows you to stake on a remote server without your wallet leaving your local pc.

skcin commented 7 years ago

Comment by grctest Thursday Jan 26, 2017 at 12:42 GMT


How difficult would it be to port this from NEM to GRC though? Isn't NEM NodeJS based? How difficult is this to use for an average user?

I think that NXT has a similar feature where they're able to give their stake weight to someone else to stake with, which would potentially increase stake weight participation but would promote centralized entities.

skcin commented 7 years ago

Comment by skcin Thursday Jan 26, 2017 at 13:56 GMT


The problem with porting from nem or nxt is that they do not share a code base with bitcoin. I think they were written from scratch. I don't know if there is something similar in bitcoin derived cryptocurrencies.

It is rather easy to set up, and for those who set up their own remote servers it should be no problem.

skcin commented 7 years ago

Comment by grctest Thursday Jan 26, 2017 at 14:20 GMT


The problem with porting from nem or nxt is that they do not share a code base with bitcoin. I think they were written from scratch.

Indeed, it's completely incompatible code & would require original development on a similar concept.