Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 500 Bytes

File metadata and controls

43 lines (27 loc) · 500 Bytes

masa finance node

Installing

  1. Run the script:
. <(wget -qO- sh.f5nodes.com) masa
  1. Wait till the end of installation, then enter your nodename in the input.

Commands

Check node logs:

journalctl -u masad -f -o cat

CTRL + C to exit logs

Open node menu:

geth attach ipc:$HOME/masa-node-v1.0/data/geth.ipc

Menu options:

check sync status

eth.syncing

check peers count

net.peerCount

CTRL + D to exit menu