And how can I ran my node on Ethereum with geth. Is there any instructions? (I need to run on rinkeby network)
Sep 22, 2019, 12:55 PM
https://geth.ethereum.org/install/
Very straight forward there, run geth with the following argument for Rinkeby
geth --rinkeby
geth --rinkeby
Of course feel free to ask if you run into issues in those steps
Sep 22, 2019, 1:07 PM