Skip to content

streamingfast/sol-flare-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamingFast Tooling

License

Scripts and commands to setup a new Solana Mindreader

Infra

Solana nodes are gcloud computer instances. We create them via terraform here

SSH Connection

Retrieving the gcloud instance ip

gcloud compute instances list
...
solana-mindreader-2                                  us-central1-a  n2d-standard-64                10.0.1.30    34.123.85.44     RUNNING
...

Setup your local ssh configuration. Add to ~/.ssh.config the following config lines

Host sol2
  HostName <IP-FROM-STEP-ABOVE>
  IdentityFile ~/.ssh/identity.infra.dfuse

New Machine Setups

Run the following commands once SSHed into the machine

sudo adduser solana
sudo vi /etc/group
sudo usermod -a -G google-sudoers solana
sudo su solana
cd ~
git clone https://github.com/streamingfast/solana-mindreader
cd solana-mindreader
./scripts/install.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages