Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Change where the deal_data-dir shoul be accessible
Browse files Browse the repository at this point in the history
I think it would be correct to say that the directory should be accessible for the lotus-miner, and not the Lotus daemon.
  • Loading branch information
rjan90 authored and merlinran committed Aug 10, 2021
1 parent 615fc18 commit 633f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Here're the steps to do it:
6. Good luck! Your `bidbot` will automatically bid in open deal auctions. If it wins an auction, the broker will automatically start making a deal with the Lotus miner address used in step 4.

Important configuration considerations for step 5.:
- Bidbot will store the downloaded CAR files in `~/.bidbot/deal_data` by default. This directory should be accessible by your Lotus daemon for the CAR import step to work correctly.
- Bidbot will store the downloaded CAR files in `~/.bidbot/deal_data` by default. This directory should be accessible by your Lotus-miner for the CAR import step to work correctly.
- You should set correctly your `--deal-start-epoch` value to match your miner node configuration. If this value is incorrectly set, your miner node will reject proposals because the `DealStartEpoch` attribute is too soon for you to accept.
- The `--lotus-miner-api-token` should have `write` access.

Expand Down

0 comments on commit 633f7ee

Please sign in to comment.