Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow 8MB sectors in devnet #6312

Merged
merged 1 commit into from
May 21, 2021
Merged

Allow 8MB sectors in devnet #6312

merged 1 commit into from
May 21, 2021

Conversation

dirkmc
Copy link
Contributor

@dirkmc dirkmc commented May 21, 2021

This allows us to run a local devnet with 8MB sectors:

make debug && rm -rf ~/.devLotus && export LOTUS_PATH=~/.devLotus && rm -rf localnet.json &&  ./lotus-seed genesis new localnet.json  && ./lotus-seed pre-seal --sector-size 8388608 --num-sectors 2 && ./lotus-seed genesis add-miner localnet.json ~/.genesis-sectors/pre-seal-t01000.json && clear && ./lotus daemon --lotus-make-genesis=dev.gen --genesis-template=localnet.json --bootstrap=false
rm -rf ~/.lotusminer && export LOTUS_PATH=~/.devLotus && ./lotus wallet import ~/.genesis-sectors/pre-seal-t01000.key && ./lotus-miner init --genesis-miner --actor=t01000 --sector-size=8388608 --pre-sealed-sectors=~/.genesis-sectors --pre-sealed-metadata=~/.genesis-sectors/pre-seal-t01000.json --nosync && ./lotus-miner run --nosync

@magik6k magik6k merged commit 0f83515 into master May 21, 2021
@magik6k magik6k deleted the feat/8MB-devnet branch May 21, 2021 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants