Skip to content

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

Notifications You must be signed in to change notification settings

IvaldiS6/UbuntuSolanaSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published