11. How to configure the Storage Provider Market?
Suppose the public IP address of Lotus-miner
is 123.123.73.123
。
1. Enable the Market Subsystem
Change the following content in the $LOTUS_MINER_PATH/config.toml
file:
2. Lotus-miner IP Configuration
Change the following content in the $LOTUS_MINER_PATH/config.toml
file:
Change the IP in ListenAddresses
to 123.123.73.123
(the public IP address), specify a fixed port, for example: 1024
;
After changing the configuration, you need to restart Lotus-miner
.
3. Publish the Multiaddress
Publish your Multiaddress (the ListenAddresses
, which you configured above) to the chain so that other nodes can talk to it directly and make deals:
After the message is published and confirmed, you can check the result with the following command:
4. Add balance to the Storage Market Actor
5. Check the Lotus-miner connectivity
Visit:
Enter your storage provider ID to check its status.
6. Configure the Lotus-miner's ask
7. Filter client (optional)
Feel free to contact us on Discord if you have any questions.
Last updated