2021-02-16 07:12:37 +00:00
|
|
|
PS1="[\h \w] ⨎ "
|
|
|
|
|
|
|
|
export PROMT_DIRTRIM=1
|
2021-03-25 12:25:11 +00:00
|
|
|
|
|
|
|
# Where to find the lotus repo
|
2021-02-16 07:12:37 +00:00
|
|
|
export LOTUS_PATH=/var/lib/lotus
|
2021-03-25 12:25:11 +00:00
|
|
|
|
|
|
|
# The miner is not running in this image by default.
|
|
|
|
# export LOTUS_MINER_PATH=/var/lib/lotus-miner
|
|
|
|
|
|
|
|
# To access the lotus node remotely, the following environment variable may be used.
|
|
|
|
# export FULLNODE_API_INFO=<token>:/ip4/<public-ip>/tcp/1234/http
|