Grin node toolkit

I’m playing around with Claude code to build something for grin node network with automated scripts. Stay tuned!

2 Likes

Looking forward to see the results!

1 Like

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.

1 Like

Added Grin node Tookit to grin hub:

1 Like

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

3 Likes

(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:

:white_check_mark: 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.

:wrench: 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!

3 Likes