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
- Host: GitHub
- URL: https://github.com/bxdoan/arbitrum-full-node
- Owner: bxdoan
- Created: 2022-12-13T08:46:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T17:05:20.000Z (about 3 years ago)
- Last Synced: 2025-10-28T11:40:50.510Z (8 months ago)
- Topics: arbitrum, arbitrum-guild, arbitrum-l2, arbitrum-node
- Language: Shell
- Homepage:
- Size: 1020 KB
- Stars: 35
- Watchers: 1
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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
```

## 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
```

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

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

## Click `add network manually`.

- `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
[](https://t.me/bxdoan)
[](https://twitter.com/bxdoan)
[](mailto:hi@bxdoan.com)
## Thanks for use
Buy me a coffee
[](https://www.buymeacoffee.com/bxdoan)
[](https://etherscan.io/address/0x610322AeF748238C52E920a15Dd9A8845C9c0318)
[](https://paypal.me/bxdoan)