Polkadot-Blockchain-Academy / Academy-PoW

PoW blockchain node to gain hands-on experience starting a real network together
The Unlicense
21 stars 42 forks source link

Support for throttled PoW #45

Open notlesh opened 11 months ago

notlesh commented 11 months ago

The PoW is pretty rough on a laptop :)

A couple suggestions to mitigate this:

JoshOrndorff commented 11 months ago

For local testing you can use --instant-seal so that you don't need to mine at all.

JoshOrndorff commented 7 months ago

But instant-seal sucks because you need transactions. And I think it would be nice to not need an entirely separate consensus. I think throttled PoW is the route we should take.

It could have a special flag like --slow-mine or something. But I expect the more common usage would be to have it implied by --dev and a low initial difficulty.