diff --git a/docs/mine/lotus/miner-setup.md b/docs/mine/lotus/miner-setup.md index f683e888d..70f658759 100644 --- a/docs/mine/lotus/miner-setup.md +++ b/docs/mine/lotus/miner-setup.md @@ -66,6 +66,7 @@ Similarly, `lotus-miner` (as a client application to the Lotus Miner daemon), ca ```sh export MINER_API_INFO="TOKEN:/ip4//tcp//http" +export MARKETS_API_INFO="TOKEN:/ip4//tcp//http" ``` ### Adding the necessary swap diff --git a/docs/mine/lotus/seal-workers.md b/docs/mine/lotus/seal-workers.md index 43866f33e..e65c0b67e 100644 --- a/docs/mine/lotus/seal-workers.md +++ b/docs/mine/lotus/seal-workers.md @@ -150,6 +150,7 @@ Ensure that workers have access to the following environment variables when they # MINER_API_INFO as obtained before export TMPDIR=/fast/disk/folder3 # used when sealing export MINER_API_INFO::/ip4//tcp//http` +export MARKETS_API_INFO::/ip4//tcp//http` export BELLMAN_CPU_UTILIZATION=0.875 # optimal value depends on exact hardware export FIL_PROOFS_MAXIMIZE_CACHING=1 export FIL_PROOFS_USE_GPU_COLUMN_BUILDER=1 # when GPU is available