How to Run A Fullnode on Rikeza Chain
Fullnodes Functions
- Stores the full blockchain history on disk and can answer the data request from the network.
- Receives and validates the new blocks and transactions.
- Verifies the states of every accounts.
Supported Platforms
We support running a full node on Mac OS X
and Linux
.
Suggested Requirements
Fullnode
- VPS running recent versions of Mac OS X or Linux.
- 4 cores of CPU and 8 gigabytes of memory (RAM).
- A broadband Internet connection with upload/download speeds of 5 megabyte per second
Steps to Run a Full Node
Download rikeza_mainnet.json and static-nodes.json from https://github.com/RIKEZAMAINNET/rikeza-network
wget https://raw.githubusercontent.com/RIKEZAMAINNET/rikeza-network/master/rikeza_mainnet.json
wget https://raw.githubusercontent.com/RIKEZAMAINNET/rikeza-network/master/static-nodes.json
Make node folder
mkdir node
Initialize the Node
./geth --datadir ./node init rikeza_mainnet.json
Copy the static-nodes.json to node/geth
Run the Nodes
./geth --datadir node1 --syncmode 'full' --gcmode=archive --port 40605 --http --http.port 3545 --http.api 'personal,eth,net,web3,personal,admin,miner,txpool,debug' --bootnodes enode://dff2662545fbaf2dcd1b644eb46b571023c27bffa018cec429d87dbcba818039fe1b24eadd9900885153515e957b221de2547c15a9e1c09ac07a6b09c3dcaf7a@128.199.156.219:0?discport=40606 --networkid 1433 --allow-insecure-unlock