-
Notifications
You must be signed in to change notification settings - Fork 83
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
Change JSON filename/miner ID on local lotus add-miner
command
#725
Comments
Update miner prefix from `t10100` to `f10100` and the output address.
Hey @jochasinga! Thanks for the ticket. I tried to repro the outlined issue, but I can´t get the same output as you:
I suspect that this difference comes from that you are on a binary that was built for mainnet? Can you check the output of In Filecoin we differentiate Mainnet and Devnnet addresses by the prefix |
lotus version 1.23.1-dev+mainnet+git.c6c23ec6d Look like what I have is a mainnet version. I followed the instruction on the doc and clone the latest. How do I switch to devnet and should this be included in the doc? |
Yeah, I would be interested to hear how you built you binary. As long as you are following the step in the tutorial where you Can you do |
@rjan90 current So instead of running
So that might have caused it to build the mainnet binary. |
As per step 11 in this local network doc.
Running this command:
Generate the following output:
Note that the miner ID prefix has changed from
t
tof
and the file written to is nowpre-seal-f01000.json
. Therefore, the file name should be corrected in the command in step 14 from~/.genesis-sectors/pre-seal-t01000.json
to~/.genesis-sectors/pre-seal-f01000.json
.The text was updated successfully, but these errors were encountered: