Skip to content

antiochp/grin-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Things we need -

sudo apt-get update -y
sudo apt-get install build-essential cmake -y

curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env

# think about how to get this onto the box
git clone https://github.com/antiochp/grin.git

cd grin
cargo build

mkdir node1
cp grin.toml node1/.
cd node1

# now tweak grin.toml to enable mining etc.

# start a wallet receiver
# start a mining node

About

Vagrantfile to get up and running with Grin as easily as possible (a work in progress).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published