How to Build a Ravencoin Node

Enjoyed this video? Join my Locals community for exclusive content at sonofatech.locals.com!
3 years ago
27

Sponsor
PrimeXBT: Use Promo Code SonofaTech at sign up for a %50 bonus sonofatech.com/primexbt

Sources
https://github.com/Mynima/Ravencoin_Node_RaspberryPi
https://www.publish0x.com/hobbyist-mining/raspberry-pi-project-03-rvn-node-for-beginners-xndzzl

Needed
Raspberry Pi (Kit Optional power etc)
https://amzn.to/3lkDeCg
64GB sd card
https://amzn.to/3vwUAAr
Sd card reader
https://amzn.to/3bQ7GB5

Download raspberry pi image creator - https://www.raspberrypi.org/software/
Image with no desktop
Create file called ssh with no extension on boot partition
Install SD Card
Plug into network and power
Run Network Scan or Login to Router and find dns name raspberry pi
Download putty
Connect to raspberry pi with putty
Login with credentials username - pi password raspberry

Create new User
sudo passwd root
logout
Login with root
usermod –l raven pi
Logout
Login with raven pw raspberry
sudo passwd
Type in old password
Type in new password
sudo apt-get update
sudo passwd -l root

Get Files
wget https://raw.githubusercontent.com/Mynima/Ravencoin_Node_RaspberryPi/master/01_Install_Raven_node.sh
wget https://raw.githubusercontent.com/Mynima/Ravencoin_Node_RaspberryPi/master/02_Check_Status.sh
Adjust permissions
chmod +x ~/01_Install_Raven_node.sh
chmod +x ~/02_Check_Status.sh
Install
~/01_Install_Raven_node.sh
Find latest version of node 4.3.0
wget http://bootstrap.ravenland.org/blockchain.tar.gz
tar -xvzf blockchain.tar.gz
rm blockchain.tar.gz

Check Status
ravend &
~/02_Check_Status.sh

PIA: https://www.PrivateInternetAccess.com/SonOfaTech
BlockFi: https://bit.ly/3eUMYjP
Amazon: https://amzn.to/3bmHH2V
HiveOS: https://bit.ly/2PX76cM
Trezor: https://bit.ly/3b5TF1j
Cryptocom: https://crypto.com/app/soat
CashApp: https://cash.app/app/MPLLCNW
PrimeXBT: sonofatech.com/primexbt
Parallel Miner: https://bit.ly/2RwQclK
Coinbase: https://bit.ly/33jNPW2
MyTiki: https://mytiki.com/sonofatech

Twitter
https://twitter.com/SonOfATech
Facebook
https://www.facebook.com/Son-Of-A-Tech
Instagram
https://www.instagram.com/sonofatech/

Loading comments...