Skip to content

Ucill924/Matmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Guide Intsallation Node Validator Neutron Quark Tesnet

Follow my twitter

Requirements Hardware

For running a production grade public fullnode:

CPU: 8 cores, 16 threads (Intel Xeon Skylake or newer).

Memory: 32GB RAM.

For running the public fullnode for development or testing: CPU: 2 cores.

Memory: 4GB RAM.

Configuring validator

Code

code

matmo tar -xvf <path to data directory>
curl -o <path to genesis JSON> -sL <URL to genesis JSON>

validator init \
	 --datadir="<your data directory>" \
	 "<path to genesis JSON>"
	curl -o <path to data directory> -sL <URL to data director
\
\\
open-validator


 --matmo=<goerli RPC url> \
        --matmo=<matmo-validator authenticated RPC url> \
        --network=beta-1
        --rpc.addr=127.0.0.6 \
        --rpc.port=9445 \
        base:
  role: "full_node"
  data_dir: "/opt/matmo/data"
  waypoint:
    from_file: "/opt/matmo/etc/waypoint.txt"

execution:
  genesis_file_location: "/opt/matmo/etc/genesis.blob"

full_node_networks:
- network_id: "public"
  discovery_method: "onchain"
  listen_address: "/ip4/0.0.0.0/tcp/6182"

api:
  enabled: true
  address: "0.0.0.0:8080"
--matmo.jwt-secret=<path to JWT secret>

About

Run a Validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors