I’m playing around with Claude code to build something for grin node network with automated scripts. Stay tuned!
Looking forward to see the results!
Here is the public github GitHub - noobvie/Grin-Node-Toolkit
The main purpose is to build a fully synced grin node (archive/mainnet/testnet) within minutes without PIBD errors semi-automatically.
Hope it would help someone and grin networks.
Repo was build quickly with the help of the Claude Code. i can’t imagine how fast AI growing, even i’m not a programmer. Anyways, bugs are expected and recommended to test it on empty vps/machine.
Added Grin node Tookit to grin hub:
few updates for whom interests
we can build/clone API pages for mainnet/testnet by wizard quickly for any domains just by few steps, hope it will be helpful in case other grin api servers are not availble.
demo mainnet: Grin Mainnet API Status
demo testnet: Grin Testnet API Status
(Generated by AI)
Grin Node Toolkit — 3-month progress update
I started this toolkit on Feb 28 and have been building steadily for ~3 months. It’s a unified bash toolkit to deploy and manage Grin nodes + infrastructure + ecosystem on a Linux VPS. Quick rundown of where things stand based on script sequential number:
Done
- Node core (01–04) — build & sync pruned mainnet/testnet nodes, nginx file server, automate chain-data sharing, publish node by foreign API + TOR integration.
- Global Grin Health + GrinScan (06) — live world map of Grin nodes with peer/agent detection both ipv4/6.
- Grin Drop (052) — giveaway + donation portal with full transaction flow (lock outputs, finalize, broadcast), donation stats.
- Admin centre (08) — monitoring, nginx tools, backup/restore, cleanup.
In progress / planned
- Mining pool solo (07) — Node.js rewrite (testing).
- Rest of the wallet services hub (05x): private web wallet, WooCommerce gateway, Payment Pro, public WASM wallet.
- Onion/Tor node flow hardening.
Next up, I’m dreaming a bit bigger: a local web wallet for Windows based on Grin’s official binaries — just to give folks more interface choices beyond Grim and Grin++. It’s a tough challenge, but fingers crossed I can pull it off!




