Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

UbuntuSolanaSetup

How I set up a Solana token generating VM on Google cloud free tier. These are all of the commands I typed into the terminal.

Comments start with "//"

Sample comment will look like the following:

//I needed to increase my swap size, I chose 5Gb sudo mkdir /swapfile sudo fallocate -l 5g /swapfile //If that doesn't work try one of the following: //sudo dd if=/dev/zero of=/swapfile bs=1024 count=5242876 //sudo dd if=/dev/zero of=/swapfile bs=1g count=5

(If you found this useful and want to send a beer or something: SOL 9ZWYoRJq6i9qduZDkmRtx5aZjfY1ZfBuo2ZXXy3XefU6)

About

How I set up a Solana token generating VM on Google cloud free tier

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors