Node Start

Starting a node using the METADIUM node binary

To utilize dApp services on the Metadium blockchain, you need to connect to a Metadium node. Furthermore, to command and execute actions on the blockchain directly using dApp services, you can install and operate a Metadium client node directly. After installing the node, to connect to the Metadium blockchain and synchronize with the network, you need to run the Metadium Node and synchronize the block sync from the Metadium blockchain nodes.

The Metadium client is called Go-Metadium (gmet), which was created by forking Ethereum's Go-Ethereum Client. The source code for this client can be downloaded from the GitHub repository.

Chaindata

The Chaindata P2P can be downloaded using gmet, but syncing can take a long time as the blockchain data grows. Metaedium provides Chaindata compressed into daily packages for the last 3 days. After downloading the data from the Chaindata Packages link, you can extract it into the $GMET_HOME/geth directory to use it.

Simple Guide

The Metadium node provides a Docker environment with a pre-built Node Binary for easy installation on Linux. By default, the folder where Chaindata is stored follows the structure of ~/.metadium, similar to geth. If you wish to change the storage folder, you can use --datadir.

Port Info

HTTP-RPC Port

8588

WS-RPC Port

8598

P2P Port

8589

Command-line

Command-line Option

Last updated