πŸ”ŒBootstrap node

Bootstrap node: (option)

Edit config:

nano $HOME/pactus/config.toml

Find [http]

// Edit

[http]
  enable = false -> true
  listen = "127.0.0.1:80" -> "127.0.0.1:8085"

// EX:
[http]
  enable = true
  listen = "127.0.0.1:8085"

Strat node: (Run in tmux)

sudo ./pactus-daemon start

Check node:

Save info Peer ID and Your ID

http://your_ip_node:8085/node

Fork: https://github.com/pactus-project/pactus

Pull requests: edit bootstrap.json

-> Pull request

Add a title: chore: add bootstrap address for <Name> (Change name)

-> DONE PR.

Edit Config:

Find [network] and [sync]

Save: Ctrl + o and Ctrl + x

-> Complete

Last updated