From 633f7ee9f86cc0e381d38fab81ba3101c98abd7c Mon Sep 17 00:00:00 2001 From: Rjan Date: Tue, 10 Aug 2021 15:53:17 +0200 Subject: [PATCH] Change where the deal_data-dir shoul be accessible I think it would be correct to say that the directory should be accessible for the lotus-miner, and not the Lotus daemon. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69a57b6..fedf1af 100644 --- a/README.md +++ b/README.md @@ -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.