Changes

From Ravencoin Wiki
Jump to navigationJump to search
191 bytes added ,  12:54, 28 March 2021
My guide focuses on running Urbit, but the specified hardware config is also ideal for running a Ravencoin or Bitcoin node.
It's fine to install and run the Ravencoin binaries on the microSD card, but for optimal speed and expanadabiltiy you should use the SATA SSD as the data storage location for the blockchain and everything else. First, create I recommend creating a directory on the SSD called "/Ravencoin/RavencoinData" and then reference it as follows.
To START the node:<pre>./ravend -daemon --datadir=/media/pi/SSD/Ravencoin/RavencoinData</pre>
To STOP the node:<pre>./raven-cli -datadir=/media/pi/SSD/Ravencoin/RavencoinData stop</pre>
To CHECK the node:<pre>./raven-cli -datadir=/media/pi/SSD/Ravencoin/RavencoinData -getinfo</pre> When you're done, it should all look like this: <img src="https://i.gyazo.com/8c02cd94d8012643c2ce2ec5dc5163f7.jpg" width="800">
== Setting up the Ravencoin node - The quick way ==

Navigation menu