Skip to content

How to Run A Fullnode on Muu 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 Xand 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 muu_mainnet.json and static-nodes.json from

https://drive.google.com/file/d/1DR-zfGND9rAAmWGZcqTrF-_UYdqYNFIS/view?usp=share_link
https://drive.google.com/file/d/1SQt1AcSL9ZfnU-Tulo4_-du3hl8QvM8y/view?usp=share_link

Make node folder

mkdir node

Initialize the Node

./geth --datadir ./node init muu_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://b908f2e98ecd79f46449a4ff75b26a394a48fb337d8d82392fe610b60eed71ba1e091bf13c30d40377e0ec8643add4d7d3b0f5fc028a37153d4ac4e2830b734c@202.143.110.37:0?discport=40606 --networkid 20402 --allow-insecure-unlock