space race parameters
This commit is contained in:
parent
d1718369a1
commit
7456cdeb42
@ -2,7 +2,7 @@ package build
|
|||||||
|
|
||||||
import "github.com/filecoin-project/lotus/node/modules/dtypes"
|
import "github.com/filecoin-project/lotus/node/modules/dtypes"
|
||||||
|
|
||||||
var DrandNetwork = DrandMainnet
|
var DrandNetwork = DrandTestnet
|
||||||
|
|
||||||
func DrandConfig() dtypes.DrandConfig {
|
func DrandConfig() dtypes.DrandConfig {
|
||||||
return DrandConfigs[DrandNetwork]
|
return DrandConfigs[DrandNetwork]
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
power.ConsensusMinerMinPower = big.NewInt(1024 << 30)
|
power.ConsensusMinerMinPower = big.NewInt(10 << 40)
|
||||||
miner.SupportedProofTypes = map[abi.RegisteredSealProof]struct{}{
|
miner.SupportedProofTypes = map[abi.RegisteredSealProof]struct{}{
|
||||||
abi.RegisteredSealProof_StackedDrg32GiBV1: {},
|
abi.RegisteredSealProof_StackedDrg32GiBV1: {},
|
||||||
abi.RegisteredSealProof_StackedDrg64GiBV1: {},
|
abi.RegisteredSealProof_StackedDrg64GiBV1: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user