A curated list of Grin services, softwares and tools.
Pull requests are welcome!
- Nodes
- Wallets
- Explorers
- Mining Softwares
- Mining Pools
- Payment Processors
- Faucet
- Libraries
- Other Services
- Grin - Original Grin implementation (cli only).
- Grin++ - Grin node implementation in C++ for Windows/Linux/macOS with GUI.
grin-wallet
- The original Grin wallet (command line/RPC/REST only).- Grin++ - Wallet for Windows/Linux/macOS with GUI.
- Niffler - Open Source Grin GUI Wallet; support English and 简体中文.
- Wallet 713 - A command line wallet that integrates with Grinbox and Keybase for easily sending transactions if you can't or don't want to expose your IP-address publicly. It also supports generating proofs that prove you sent a transaction or amount.
- Grin++ Mobile - Android. Full node and wallet in your pocket.
- Ironbelly - An iOS/Android wallet for Grin. Open sourced at cyclefortytwo/ironbelly.
- Grin Explorer GitHub
- GrinScan maintained by @jaspervdm (floonet)
- Blockscan by the same team behind Etherscan
- bminer (Windows & Linux)
- gminer (Windows & Linux)
- grin-miner reference miner (Linux only)
For a comparison of all the different pool hashrates, see miningpoolstats.stream.
- Knockturn Allee - Open source, self-hosted Grin payment processor.
- faucet.testnet.grin.lesceller.com - Testnet Faucet Example usage:
curl -d '{"address": "SLATEPACKADDRESS"}' http://faucet.testnet.grin.lesceller.com
- libgrin - A Golang Grin Library
- grin.py - Wallet owner API in Python.
- Postman Node APIs Collections - a postman collection for the Node APIs.
- Grinbox - A transaction building service for Grin (for "offline" txs).