Cardano Testnet setup tutorial guide for Linux
For those who where asking, Here is the Linux setup for Cardano Testnet
Once you have Linux up and running
open up terminal
sudo apt update && sudo apt upgrade
sudo apt dist-upgrade
Type:
curl https://sh.rustup.rs -sSf | sh
1
source $HOME/.cargo/env
rustup install stable
rustup default stable
mkdir jormungandr-node
cd jormungandr-node
git clone https://github.com/input-output-hk/jormungandr
cd jormungandr
git submodule update --init --recursive
sudo apt \update
sudo apt install gcc
Y
sudo apt install libssl-dev
sudo apt install pkg-config
cargo install --path jormungandr
cargo install --path jcli
jcli -V
chmod +x scripts/bootstrap
mkdir selfnode
cd selfnode
../jormungandr/scripts/bootstrap | tee node_config.txt this saves your information on the server, but when doing the real node, please do not leave this information on the node
jormungandr --genesis-block ./block-0.bin --config.yaml --secret ./pool-secret1.yaml &> my_node.log &
jcli rest v0 account get (your faucet account ID ) -h (API address)
tail -f my_node.log
Leave Cardano Testnet setup tutorial guide for Linux to:
Read more #cardano posts
Best Posts From evopdx
We have not curated any of evopdx's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From evopdx
- Here is the latest info on the impending testnet staking for Cardano!
- Installing Linux server on Proxmox - Cardano Shelley Test Node for Staking
- Cardano Shelley Testnet Install Guide
- Cardano Mainnet Staking Node Build
- Cardano Testnet setup tutorial guide for Linux
- Tutorial - Cardano Testnet setup with windows 10