How to run your node - moonstonedac/moonstone GitHub Wiki

After building your source code
cd ~/livenode
./witness_node

Press Control-c to stop the witness node
Then edit the config to open your rpc endpoint so that the wallet can connect to it
Make sure to remove the sharp sign infront of rpc-endpoint
nano ./witness_node_data_dir/config.ini
rpc-endpoint = 127.0.0.1:21000

Run your witness node again
./witness_node

You are now running your node that can be accessed locally by the wallet at port 21000