How to Run A Fullnode on ULTRA PRO
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 upro_mainnet.json and static-nodes.json from https://github.com/ultraproblockchain/UPRONetwork
wget https://raw.githubusercontent.com/ultraproblockchain/UPRONetwork/master/upro_mainnet.json
wget https://raw.githubusercontent.com/ultraproblockchain/UPRONetwork/master/static-nodes.json
wget https://raw.githubusercontent.com/ultraproblockchain/UPRONetwork/master/geth
Make node folder
mkdir node
Initialize the Node
./geth --datadir ./node init upro_mainnet.json
Copy the static-nodes.json to node/geth
Run the Nodes
./geth --datadir node --syncmode 'full' --gcmode=archive --port 40605 --http --http.port 3545 --http.api 'personal,eth,net,web3,personal,admin,miner,txpool,debug' --bootnodes enode://2961303b0c2c1503b1115ee0663437ef222fe3042fd5e842273a1d8137d0abd57879be57a8b6a74bd7671ea7b46e295e99cfab6a116dd7f6e90b767d659b058e@103.42.59.233:0?discport=40606 --networkid 473861 --allow-insecure-unlock