{"id":26387275,"url":"https://github.com/bxdoan/arbitrum-full-node","last_synced_at":"2026-02-19T00:34:53.867Z","repository":{"id":101644023,"uuid":"577664099","full_name":"bxdoan/Arbitrum-Full-Node","owner":"bxdoan","description":"Arbitrum Node","archived":false,"fork":false,"pushed_at":"2023-05-17T17:05:20.000Z","size":1048,"stargazers_count":35,"open_issues_count":0,"forks_count":29,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T11:40:50.510Z","etag":null,"topics":["arbitrum","arbitrum-guild","arbitrum-l2","arbitrum-node"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bxdoan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-13T08:46:05.000Z","updated_at":"2025-04-14T17:54:41.000Z","dependencies_parsed_at":"2023-06-06T23:15:14.687Z","dependency_job_id":null,"html_url":"https://github.com/bxdoan/Arbitrum-Full-Node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bxdoan/Arbitrum-Full-Node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxdoan%2FArbitrum-Full-Node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxdoan%2FArbitrum-Full-Node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxdoan%2FArbitrum-Full-Node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxdoan%2FArbitrum-Full-Node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bxdoan","download_url":"https://codeload.github.com/bxdoan/Arbitrum-Full-Node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxdoan%2FArbitrum-Full-Node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29599390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arbitrum","arbitrum-guild","arbitrum-l2","arbitrum-node"],"created_at":"2025-03-17T08:30:54.150Z","updated_at":"2026-02-19T00:34:53.828Z","avatar_url":"https://github.com/bxdoan.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/bxdoan","https://paypal.me/bxdoan"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eArbitrum Full Node Installation Guide\n\n## 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)\n\n![image](https://user-images.githubusercontent.com/101462877/198357079-6320f62f-8e9e-401d-becf-8673480e8701.png)\n\n## System Requirements:\nNODE TYPE | CPU     | RAM      | SSD     |\n| ------------- | ------------- | ------------- | -------- |\n| Mainnet | 6          | 8         | 400-500  |\n\n## Important links for Arbitrum:\n- [Website](https://arbitrum.io/)\n- [Explorer](https://arbiscan.io)\n- [Twitter](https://twitter.com/arbitrum)\n- [Discord](https://discord.gg/arbitrum)\n- [Github](https://github.com/OffchainLabs)\n\n# 1) Before installing node, get your endpoint from Alchemy.\n\nread [alchemy](./alchemy.md)\n\n# 2) Install the Arbitrum node.\n\n## 2a) Scripted installation.\n\n``` \nwget -O arbitrum.sh https://raw.githubusercontent.com/bxdoan/Arbitrum-Node/main/arbitrum.sh \u0026\u0026 chmod +x arbitrum.sh \u0026\u0026 ./arbitrum.sh\n```\n![image](https://user-images.githubusercontent.com/101462877/198361610-ff82d18b-9ca6-41be-8b7e-fc5381b5869e.png)\n\n## Enter the `https` part you copied from Alchemy when it asks for `L1URL`\n\n## 2b) Manual installation.\n\nYou can also install the node [manually](https://github.com/bxdoan/Arbitrum-Full-Node/blob/main/arbitrum_manual.md) to improve your Node knowledge.\n\n## 3) Check your logs.\n\nLearn Docker Container ID with following command.\n\n``` \ndocker ps\n```\n![image](imgs/docker_ps.png)\n\nAfter that, check your node logs. Change `\u003cID\u003e` part with the Container ID that you obtained from the command above.\n\n``` \ndocker logs -f \u003cID\u003e\n```\n![image](./imgs/docker_logs.png)\n\n\n## 4) Adding your node rpc url to metamask after node installation.\n\n![image](https://user-images.githubusercontent.com/101462877/198362714-e6be4fa7-d750-4d5f-815a-77c129061f94.png)\n\n## Click `add network manually`.\n\n![image](https://user-images.githubusercontent.com/101462877/198363067-4ca01c95-f05c-47d5-997d-8177fb26e66c.png)\n\n- `Network Name`: Does not matter\n\n\n- `RPC URL`: \"http://\" + your server IP + \":8547\" (As seen from the above picture)\n\n\n- `Chain ID`: 42161\n\n\n- `Currency`: Say ETH\n\n\n- `Explorer`: https://arbiscan.io\n\n## Contact\n\n[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge\u0026logo=telegram\u0026logoColor=white)](https://t.me/bxdoan)\n[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/bxdoan)\n[![Email](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge\u0026logo=gmail\u0026logoColor=white)](mailto:hi@bxdoan.com)\n\n## Thanks for use\nBuy me a coffee\n\n[![buymecoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://www.buymeacoffee.com/bxdoan)\n[![bxdoan.eth](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge\u0026logo=Ethereum\u0026logoColor=white)](https://etherscan.io/address/0x610322AeF748238C52E920a15Dd9A8845C9c0318)\n[![paypal](\thttps://img.shields.io/badge/PayPal-00457C?style=for-the-badge\u0026logo=paypal\u0026logoColor=white)](https://paypal.me/bxdoan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbxdoan%2Farbitrum-full-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbxdoan%2Farbitrum-full-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbxdoan%2Farbitrum-full-node/lists"}