Compare commits
3
Commits
dev
...
ntwk-nerpa-7.7.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a696f3566 | ||
|
|
e702367522 | ||
|
|
0a6923dc41 |
@@ -178,7 +178,7 @@ BINS+=bench
|
|||||||
|
|
||||||
stats:
|
stats:
|
||||||
rm -f stats
|
rm -f stats
|
||||||
go build -o stats ./tools/stats
|
go build -o stats ./cmd/lotus-stats
|
||||||
go run github.com/GeertJohan/go.rice/rice append --exec stats -i ./build
|
go run github.com/GeertJohan/go.rice/rice append --exec stats -i ./build
|
||||||
.PHONY: stats
|
.PHONY: stats
|
||||||
BINS+=stats
|
BINS+=stats
|
||||||
|
|||||||
@@ -1,12 +1,4 @@
|
|||||||
/dns4/bootstrap-0-sin.fil-test.net/tcp/1347/p2p/12D3KooWPdUquftaQvoQEtEdsRBAhwD6jopbF2oweVTzR59VbHEd
|
/dns4/bootstrap-0.nerpa.fildev.network/tcp/1347/p2p/12D3KooWSTq4K1mTMoUSsDciFqxTwq3ZLu7T9scXiXZgM4tZdZi5
|
||||||
/ip4/86.109.15.57/tcp/1347/p2p/12D3KooWPdUquftaQvoQEtEdsRBAhwD6jopbF2oweVTzR59VbHEd
|
/dns4/bootstrap-1.nerpa.fildev.network/tcp/1347/p2p/12D3KooWPWo8JEoVmekqzvAh9gsiF6hrrDYvRpgsQjqLPV4AwvZA
|
||||||
/dns4/bootstrap-0-dfw.fil-test.net/tcp/1347/p2p/12D3KooWQSCkHCzosEyrh8FgYfLejKgEPM5VB6qWzZE3yDAuXn8d
|
/dns4/bootstrap-2.nerpa.fildev.network/tcp/1347/p2p/12D3KooWBMJQooyJVRdMEorxGozRdq5RLxjfHPmMrRnCcX34t7pK
|
||||||
/ip4/139.178.84.45/tcp/1347/p2p/12D3KooWQSCkHCzosEyrh8FgYfLejKgEPM5VB6qWzZE3yDAuXn8d
|
/dns4/bootstrap-3.nerpa.fildev.network/tcp/1347/p2p/12D3KooW9qdXNp4x51GHnUsaFJzWXcHFhp4t2HeEZNFBZj5JHfbU
|
||||||
/dns4/bootstrap-0-fra.fil-test.net/tcp/1347/p2p/12D3KooWEXN2eQmoyqnNjde9PBAQfQLHN67jcEdWU6JougWrgXJK
|
|
||||||
/ip4/136.144.49.17/tcp/1347/p2p/12D3KooWEXN2eQmoyqnNjde9PBAQfQLHN67jcEdWU6JougWrgXJK
|
|
||||||
/dns4/bootstrap-1-sin.fil-test.net/tcp/1347/p2p/12D3KooWLmJkZd33mJhjg5RrpJ6NFep9SNLXWc4uVngV4TXKwzYw
|
|
||||||
/ip4/86.109.15.123/tcp/1347/p2p/12D3KooWLmJkZd33mJhjg5RrpJ6NFep9SNLXWc4uVngV4TXKwzYw
|
|
||||||
/dns4/bootstrap-1-dfw.fil-test.net/tcp/1347/p2p/12D3KooWGXLHjiz6pTRu7x2pkgTVCoxcCiVxcNLpMnWcJ3JiNEy5
|
|
||||||
/ip4/139.178.86.3/tcp/1347/p2p/12D3KooWGXLHjiz6pTRu7x2pkgTVCoxcCiVxcNLpMnWcJ3JiNEy5
|
|
||||||
/dns4/bootstrap-1-fra.fil-test.net/tcp/1347/p2p/12D3KooW9szZmKttS9A1FafH3Zc2pxKwwmvCWCGKkRP4KmbhhC4R
|
|
||||||
/ip4/136.144.49.131/tcp/1347/p2p/12D3KooW9szZmKttS9A1FafH3Zc2pxKwwmvCWCGKkRP4KmbhhC4R
|
|
||||||
|
|||||||
Binary file not shown.
@@ -13,10 +13,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
power.ConsensusMinerMinPower = big.NewInt(1024 << 30)
|
power.ConsensusMinerMinPower = big.NewInt(1024 << 20)
|
||||||
miner.SupportedProofTypes = map[abi.RegisteredSealProof]struct{}{
|
miner.SupportedProofTypes = map[abi.RegisteredSealProof]struct{}{
|
||||||
abi.RegisteredSealProof_StackedDrg32GiBV1: {},
|
abi.RegisteredSealProof_StackedDrg512MiBV1: {},
|
||||||
abi.RegisteredSealProof_StackedDrg64GiBV1: {},
|
abi.RegisteredSealProof_StackedDrg32GiBV1: {},
|
||||||
|
abi.RegisteredSealProof_StackedDrg64GiBV1: {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user