Skip to content

Instantly share code, notes, and snippets.

View thecryptodrive's full-sized avatar

Ricardo Ferreira | Notional thecryptodrive

View GitHub Profile
@faddat
faddat / .bash_profile
Last active July 30, 2021 15:07
profile for a validatron seed/sentry
# Bash profile for a node with seeds on it, where nodes are run in screen. This will be broken down into systemd units later.
# This has them take snapshots every 1000 blocks, and support 500 incoming peers. They're not seed nodes so that this config can be used well as a sentry.
# RPCs are currently fully exposed. They'll be put behind caddy and rate limited soon (TM).
# Each node is configured for state sync. We will release documentation network-wide on how to launch nodes with state sync to push the use of this technology. We will need some help from others -- failing that we can run sync1.notional.ventures and sync2.notional.ventures.
alias ls='ls --color=auto'
alias ll='ls -l'
alias l='ls -A'