Code Monkey home page Code Monkey logo

aptos's Introduction

Aptos fullnode setup

Official documents:

Run a full node

Usefull tools:

To find latest block height use Aptos Network Dashboard
To check your node health status try Aptos Node Informer
To migrate your fullnode to another machine read Migrate your fullnode to another machine

Hardware requirements:

For running a production grade Fullnode we recommend the following:

  • CPU: 4 cores (Intel Xeon Skylake or newer)
  • Memory: 8GiB RAM

If running the Fullnode for development or testing purpose:

  • CPU: 2 cores
  • Memory: 4GiB RAM

Set up your aptos fullnode

Option 1 (automatic)

Use script below for a quick installation

wget -qO aptos.sh https://raw.githubusercontent.com/kj89/testnet_manuals/main/aptos/aptos.sh && chmod +x aptos.sh && ./aptos.sh

Option 2 (manual)

You can follow manual guide if you better prefer setting up node manually

Update Aptos Fullnode version

wget -qO update.sh https://raw.githubusercontent.com/kj89/testnet_manuals/main/aptos/tools/update.sh && chmod +x update.sh && ./update.sh

(OPTIONAL) Update configs

wget -qO update_configs.sh https://raw.githubusercontent.com/kj89/testnet_manuals/main/aptos/tools/update_configs.sh && chmod +x update_configs.sh && ./update_configs.sh

Get your node identity and upstream details

wget -qO get_identity.sh https://raw.githubusercontent.com/kj89/testnet_manuals/main/aptos/tools/get_identity.sh && chmod +x get_identity.sh && ./get_identity.sh

Useful commands

Check Aptos logs

docker logs -f aptos-fullnode-1 --tail 50

Check sync status

curl 127.0.0.1:9100/metrics 2> /dev/null | grep aptos_state_sync_version | grep type

Restart service

docker restart aptos-fullnode-1

aptos's People

Contributors

funoshi avatar

Stargazers

 avatar foukstr avatar Brucetok avatar

Watchers

 avatar

Forkers

brucetok foukstr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.