An open API service indexing awesome lists of open source software.

https://github.com/bxdoan/arbitrum-full-node

Arbitrum Node
https://github.com/bxdoan/arbitrum-full-node

arbitrum arbitrum-guild arbitrum-l2 arbitrum-node

Last synced: 5 months ago
JSON representation

Arbitrum Node

Awesome Lists containing this project

README

          

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](https://t.me/bxdoan)

![image](https://user-images.githubusercontent.com/101462877/198357079-6320f62f-8e9e-401d-becf-8673480e8701.png)

## System Requirements:
NODE TYPE | CPU | RAM | SSD |
| ------------- | ------------- | ------------- | -------- |
| Mainnet | 6 | 8 | 400-500 |

## Important links for Arbitrum:
- [Website](https://arbitrum.io/)
- [Explorer](https://arbiscan.io)
- [Twitter](https://twitter.com/arbitrum)
- [Discord](https://discord.gg/arbitrum)
- [Github](https://github.com/OffchainLabs)

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

read [alchemy](./alchemy.md)

# 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](https://user-images.githubusercontent.com/101462877/198361610-ff82d18b-9ca6-41be-8b7e-fc5381b5869e.png)

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

## 2b) Manual installation.

You can also install the node [manually](https://github.com/bxdoan/Arbitrum-Full-Node/blob/main/arbitrum_manual.md) to improve your Node knowledge.

## 3) Check your logs.

Learn Docker Container ID with following command.

```
docker ps
```
![image](imgs/docker_ps.png)

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

```
docker logs -f
```
![image](./imgs/docker_logs.png)

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

![image](https://user-images.githubusercontent.com/101462877/198362714-e6be4fa7-d750-4d5f-815a-77c129061f94.png)

## Click `add network manually`.

![image](https://user-images.githubusercontent.com/101462877/198363067-4ca01c95-f05c-47d5-997d-8177fb26e66c.png)

- `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](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/bxdoan)
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/bxdoan)
[![Email](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:hi@bxdoan.com)

## Thanks for use
Buy me a coffee

[![buymecoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/bxdoan)
[![bxdoan.eth](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white)](https://etherscan.io/address/0x610322AeF748238C52E920a15Dd9A8845C9c0318)
[![paypal]( https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/bxdoan)