Changes

Jump to navigation Jump to search
26 bytes added ,  14:04, 28 March 2021
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.
<p>
I recommend creating a directory on the SSD called "<b>/Ravencoin/RavencoinData" </b> and then reference it as follows.
<p>
<b>To START the node:</b>
<pre>./ravend -daemon --datadir=/media/pi/SSD/Ravencoin/RavencoinData</pre>
<b>To STOP the node:</b>
<pre>./raven-cli -datadir=/media/pi/SSD/Ravencoin/RavencoinData stop</pre>
<b>To CHECK the node:</b>
<pre>./raven-cli -datadir=/media/pi/SSD/Ravencoin/RavencoinData -getinfo</pre>

Navigation menu