Skip to content
Discussion options

You must be logged in to vote

@alanmoleapfive Hey, I think an important step was missed during the deal making process. The output CID you get from the lotus client deal command is a deal-proposal CID. This deal has to be accepted by the miner. I think this step was not executed.

lotus-miner storage-deals pending-publish
lotus-miner storage-deals pending-publish --publish-now

Once this is done, the state should change from "StorageDealFundsReserved" to accepted and then data-transfer and so on till sealing is complete.

After that you can retrieve the file but again here you are using the CID of the deal proposal and thus getting an error. You will need to provide the CID of the file you want to retrieve. This is the s…

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
16 replies
@LexLuthr
Comment options

LexLuthr Mar 9, 2022
Collaborator

@alanmoleapfive
Comment options

@LexLuthr
Comment options

LexLuthr Mar 9, 2022
Collaborator

@alanmoleapfive
Comment options

@alanmoleapfive
Comment options

Answer selected by LexLuthr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Discussions about build and compilation issues status/archived Archive label, use when closing/locking old discussions.
3 participants
Converted from issue

This discussion was converted from issue #8259 on March 08, 2022 14:29.