-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* force packer build * disable ami temporarially * apt and ufw * initial lotus config * rename correctly * apt-get instead of apt * undo temporary edits * install before upgrade * tmp - force digitalocean * reenable filters * uncomment ebs * tmp, remove filter for digitalocean build * doc * install ufw (for iams where it isn't installed) * more amazon regions * missing comma * missing comma * remove unavailable regions * switch to ubuntu, not minimal * pro server * change owner * change image * uncomment circleci filters * remove api from firewall * tmp: remove circleci filter * dpkg options * confold * try export * re-add filter
- Loading branch information
Cory Schwartz
authored
Mar 25, 2021
1 parent
4d01f8f
commit 01202c5
Showing
5 changed files
with
84 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
PS1="[\h \w] ⨎ " | ||
|
||
export PROMT_DIRTRIM=1 | ||
|
||
# Where to find the lotus repo | ||
export LOTUS_PATH=/var/lib/lotus | ||
export LOTUS_MINER_PATH=/var/lib/lotus-miner | ||
|
||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[API] | ||
ListenAddress = "/ip4/0.0.0.0/tcp/1234/http" | ||
# RemoteListenAddress = "" | ||
# Timeout = "30s" | ||
# | ||
[Libp2p] | ||
ListenAddresses = ["/ip4/0.0.0.0/tcp/5678", "/ip6/::/tcp/5678"] | ||
# AnnounceAddresses = [] | ||
# NoAnnounceAddresses = [] | ||
# ConnMgrLow = 150 | ||
# ConnMgrHigh = 180 | ||
# ConnMgrGrace = "20s" | ||
# | ||
[Pubsub] | ||
# Bootstrapper = false | ||
# RemoteTracer = "/dns4/pubsub-tracer.filecoin.io/tcp/4001/p2p/QmTd6UvR47vUidRNZ1ZKXHrAFhqTJAD27rKL9XYghEKgKX" | ||
# | ||
[Client] | ||
# UseIpfs = false | ||
# IpfsOnlineMode = false | ||
# IpfsMAddr = "" | ||
# IpfsUseForRetrieval = false | ||
# SimultaneousTransfers = 20 | ||
# | ||
[Metrics] | ||
# Nickname = "" | ||
# HeadNotifs = false | ||
# | ||
[Wallet] | ||
# RemoteBackend = "" | ||
# EnableLedger = false | ||
# DisableLocal = false | ||
# | ||
[Fees] | ||
# DefaultMaxFee = "0.007 FIL" | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters