(Help needed). lotus-local-net release/v1.14.0 mult node add #8516
Replies: 4 comments
-
create a simple fileecho "Hi my name is $USER" > hello.txt View all s of the current nodelotus client local
lotus client query-ask t01000
lotus client deal lotus client deal bafkqad2ineqg26janzqw2zjanfzsacq t01000 0.0000000005 518400 miner miner id bafyreideob3ihiah56g7eq7tqhozsucy2an5ygnr5pt4fq5fbneyqelzze
lotus client list-deals DealCid DealId Provider State State On Chain? Slashed? PieceCID Size Price Price Duration Verified
lotus client find bafkqad2ineqg26janzqw2zjanfzsacq
lotus client retrieve bafkqad2ineqg26janzqw2zjanfzsacq hello2.txt question: lotus client list-deals root@ba3f11e94b07:/home/lotus# lotus client list-deals root@ba3f11e94b07:/home/lotus# lotus client retrieve bafkqad2ineqg26janzqw2zjanfzsacq hello2.txt goroutine 1 [running]: |
Beta Was this translation helpful? Give feedback.
-
Hello again @alanmoleapfive Thanks for the report. The issue you are experiencing lies elsewhere. Moving this issue to Lotus Discussions for help and troubleshooting. Closing Lotus issue ticket. |
Beta Was this translation helpful? Give feedback.
-
@alanmoleapfive Can you please clarify the original description.
|
Beta Was this translation helpful? Give feedback.
-
I am archiving this discussion as there has been no new input from the author for more than 7 days. |
Beta Was this translation helpful? Give feedback.
-
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
In lotus-local-net release/v1.14.0
Starting a single node works fine
Start miner on another machine
Start the node from
lotus daemon --genesis=devgen.car --bootstrap=false
Connect to the genesis node
lotus net connect /ip4/192.168.1.47/tcp/1234/p2p/12D3KooWDtjKv2guoiuvAeEWMnNaBPP9DLCRfKMEy9Rdvay8wfNu
connect 12D3KooWDtjKv2guoiuvAeEWMnNaBPP9DLCRfKMEy9Rdvay8wfNu: success
View the synchronization status of the current node
lotus sync status
Create a BLS type wallet
$ lotus wallet new bls
t3r33j64poh7x6o3obvhdtqtz5ychmyrdnh2caawfflmfpcdezx23vljpetcq7zp3gifpkdpe6hbzazw3ojp6a
Install 100 FIL from the genesis node to the current wallet
$ lotus send t3r33j64poh7x6o3obvhdtqtz5ychmyrdnh2caawfflmfpcdezx23vljpetcq7zp3gifpkdpe6hbzazw3ojp6a 100
bafy2bzaceaayxqimfkaltimubnwgy4o4sr3wzzbxclfpaiu27zkx37iizmt6c
Check balance
$ lotus wallet balance
100 FIL
$ lotus wallet list
Address Balance Nonce Default
t3r33j64poh7x6o3obvhdtqtz5ychmyrdnh2caawfflmfpcdezx23vljpetcq7zp3gifpkdpe6hbzazw3ojp6a 100 FIL 0 X
It's normal here
Initialize a new node
When the new wallet has a balance, the miner can be initialized. If there is no balance, it cannot be initialized.
lotus-miner init --sector-size=2KiB --nosync
Waiting for a problem
2022-02-22T07:58:18.618Z INFO badger [email protected]/levels.go:183 All 0 tables opened in 0s
2022-02-22T07:58:19.155Z INFO main lotus-miner/init.go:748 Pushed CreateMiner message: bafy2bzacebpcmr54hoz7ug6zo7e5okx6r44xhs7medbo2hdx4pzvyqd4t6bno
2022-02-22T07:58:19.155Z INFO main lotus-miner/init.go:749 Waiting for confirmation
Attempt to transfer money on the new node
lotus send t3ryxdpzcjtkrtrgavguwzw65euo7euzdjeggehbwnwtf4a35ysugjzrrbnatytm645qusyd66jctp7ghh2l5a 10
bafy2bzacebw2hlhtf3k2x7ftft6w3gsouyi2konqgbdip7ocxgtnrdpibnato
But the master node did not receive it. The problem should be that none of the messages from the new node were sent to the master node.
Logging Information
Repo Steps
...
Beta Was this translation helpful? Give feedback.
All reactions