Wallets, node software, and mining tools
Current Version: Loading...
Full-featured GUI wallet with Lightning Network support, BIP39 mnemonics, and AES-256 encryption.
INTcoin-Wallet-1.5.0-macOS.dmg
macOS 13+ (Ventura) - Universal
Size: ~48 MB
DownloadSHA256: [checksum]
Build from Source
Ubuntu 24.04+, Debian 13+, Fedora 40+, Arch
Build time: ~15 min
Build InstructionsLightweight SPV wallets with biometric security. Sync in under 30 seconds.
INTcoin Wallet
iPhone & iPad (iOS 14+)
Face ID / Touch ID
Coming to App StoreAwaiting mainnet launch
INTcoin Wallet
Android 8.0+ (Oreo)
Fingerprint auth
Coming to Play StoreAwaiting mainnet launch
Developer preview available on GitHub
View Mobile SDKRun a full node to support the network and verify all transactions independently.
Full node daemon. Validates blocks, maintains UTXO set, serves RPC API.
git clone https://github.com/INT-devs/intcoin.git
cd intcoin && mkdir build && cd build
cmake .. && make -j$(nproc)
./intcoind
Full Build Guide
Command-line RPC client. Control your node and wallet from the terminal.
intcoin-cli getblockchaininfo
intcoin-cli getbalance
intcoin-cli getnewaddress
intcoin-cli sendtoaddress <addr> <amt>
RPC Documentation
CPU miner with RandomX support. Solo or pool mining.
# Solo mining
./intcoin-miner --solo --address=int1... --threads=4
# Pool mining
./intcoin-miner --pool --pool-host=pool.international-coin.org --threads=4
Mining Guide
Run your own mining pool with Stratum protocol.
./intcoin-pool-server \
--stratum-port=3333 \
--http-port=8080 \
--payout-threshold=1000000000
Pool Setup Guide
Always verify the integrity of downloaded files before running them:
# On macOS
shasum -a 256 INTcoin-Wallet-1.5.0-macOS.dmg
# On Linux/FreeBSD
sha256sum INTcoin-Wallet-1.5.0-*
Compare the output with the checksum listed on the download page.
All releases are signed with our GPG key:
gpg --keyserver hkps://keys.openpgp.org --recv-keys [KEY_ID]
gpg --verify intcoin-1.5.0-SHA256SUMS.asc