Skip to content

tksarah/Minato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Minato(Soneium Testnet)

Minato Setup Guide / Container Edition

The explanation is provided on the following page.

EN:

Minato Node Setup Guide (Container Edition)

JA:

Minato ノードのセットアップ

Node Startup Check

You can verify the node startup with the following script. This is intended for Minato Node by using Docker containers. The original reference can be found here.

How to use

Preparations

  1. Copy the progress.sh file in this repository to the same directory as your .env file.
  2. Install "cast" by following the instructions at https://getfoundry.sh/.
  3. Load the .bashrc file with the source command to update the shell environment variables.
  4. Grant execute permissions to progress.sh.

Checking

After completing the preparations as described above, start the containers and run progress.sh. If synchronization starts correctly, you will see the following output.

Note: If this is the first time you are starting the containers, it is advisable to wait about 30 seconds before executing the script.

Note: If you run this script from another node across a firewall, please ensure that port 8545 is allowed.

# ./progress.sh
Chain ID: 1946
Sampling, please wait
Blocks per minute: 14340
Hours until sync completed: 20

If the op-node-minato container is not running(or it has any problems), you will see a message like the one below. At this point, op-geth is running.

# ./progress.sh
Chain ID: 1946
Sampling, please wait
Blocks per minute: 0
Not syncing

If the op-geth-minato container is not running, you will see a message like the one below.

Error: error sending request for url (http://<your p2p advertise ip address>:8545/)

References

Official Soneium Repo

https://github.com/Soneium/soneium-node

OPTIMISM DOCS

https://docs.optimism.io/builders/node-operators/tutorials/node-from-docker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages