reduce minimum to 2GiB
This commit is contained in:
parent
e0d0d49ea0
commit
bc5cd3c2a1
@ -33,4 +33,4 @@ const SlashablePowerDelay = miner.ProvingPeriod * 3 // TODO: remove
|
||||
const InteractivePoRepConfidence = 6
|
||||
|
||||
// Bytes
|
||||
var MinimumMinerPower uint64 = 512 << 30 // 512GB
|
||||
var MinimumMinerPower uint64 = 2 << 30 // 2 GiB
|
||||
|
Loading…
Reference in New Issue
Block a user