June 29th. Team is starting to take shape.
Taking some time to take some notes on the build process
- prefer to build from source so that I know the code is secure and then containerize.
- NIX is the fastest route to compiled source. somewhere inbetween ghs/cabal and docker from a stranger. IOHK would be legit but I want more control of the process (for now).
- don’t forget the node.socket bashrc environment varibale.
- USE cSnapshots.io to download the db first. A million times faster initial sync. thank you StakePool247.io.
- for the two relays, internally they should have unique IPs and listen on the same port. Leverage that stupid autoupdater.sh with the CUSTOM TAGs. externally, one of the relays port forwarding should be different.
For example,
Relay 1 Relay 2 Block Producer 1
Internal – x.x.x.123:1337 x.x.x.124:1337 x.x.x.125:1337
External – relay1.0wing.net:6000 relay2.0wing.net:6001 n/a