Running a node
In this guide you learn how to run a node in two methods
Method 1: config file
rpcuser=<Type a username of your choice>
rpcpassword=<Type in any password of your choosing>Method 2: Command line RPC flags
./factornd -rpcuser=<set your username here> -rpcpassword=<set your password here>./factornd -rpcuser=<set your username here> -rpcpassword=<set your password here> -testnetLast updated