Git Product home page Git Product logo

arbitrum-full-nodeee's Introduction

Arbitrum Full Node Installation Guide

If you don't want to having problems with claim for a possible Arbitrum airdrop, this guide is for you. Do not forget to star and fork from the top right. If you have questions: Chat

image

System Requirements:

NODE TYPE CPU RAM SSD
Mainnet 6 8 400-500

Important links for Arbitrum:

1) Before installing node, get your endpoint from Alchemy.

read alchemy

2) Install the Arbitrum node.

2a) Scripted installation.

wget -O arbitrum.sh https://raw.githubusercontent.com/bxdoan/Arbitrum-Node/main/arbitrum.sh && chmod +x arbitrum.sh && ./arbitrum.sh

image

Enter the https part you copied from Alchemy when it asks for L1URL

2b) Manual installation.

You can also install the node manually to improve your Node knowledge.

3) Check your logs.

Learn Docker Container ID with following command.

docker ps

image

After that, check your node logs. Change <ID> part with the Container ID that you obtained from the command above.

docker logs -f <ID>

image

4) Adding your node rpc url to metamask after node installation.

image

Click add network manually.

image

  • Network Name: Does not matter

  • RPC URL: "http://" + your server IP + ":8547" (As seen from the above picture)

  • Chain ID: 42161

  • Currency: Say ETH

  • Explorer: https://arbiscan.io

Contact

Telegram Twitter Email

Thanks for use

Buy me a coffee

buymecoffee bxdoan.eth paypal

arbitrum-full-nodeee's People

Contributors

bxdoan avatar

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.