💾 Downloads

Wallets, node software, and mining tools

Current Version: Loading...

🖥️ Desktop Wallet (intcoin-qt)

Full-featured GUI wallet with Lightning Network support, BIP39 mnemonics, and AES-256 encryption.

🍎 macOS

INTcoin-Wallet-1.5.0-macOS.dmg

macOS 13+ (Ventura) - Universal

Size: ~48 MB

Download

SHA256: [checksum]

🐧 Linux

Build from Source

Ubuntu 24.04+, Debian 13+, Fedora 40+, Arch

Build time: ~15 min

Build Instructions

😈 FreeBSD

Build from Source

FreeBSD 13.0+

Build time: ~20 min

Build Instructions

📱 Mobile Wallets

Lightweight SPV wallets with biometric security. Sync in under 30 seconds.

📱 iOS

INTcoin Wallet

iPhone & iPad (iOS 14+)

Face ID / Touch ID

Coming to App Store

Awaiting mainnet launch

🤖 Android

INTcoin Wallet

Android 8.0+ (Oreo)

Fingerprint auth

Coming to Play Store

Awaiting mainnet launch

Developer preview available on GitHub

View Mobile SDK

⚙️ Full Node Software

Run a full node to support the network and verify all transactions independently.

intcoind

Full node daemon. Validates blocks, maintains UTXO set, serves RPC API.

Build from Source:

git clone https://github.com/INT-devs/intcoin.git
cd intcoin && mkdir build && cd build
cmake .. && make -j$(nproc)
./intcoind
Full Build Guide

intcoin-cli

Command-line RPC client. Control your node and wallet from the terminal.

Example Commands:

intcoin-cli getblockchaininfo
intcoin-cli getbalance
intcoin-cli getnewaddress
intcoin-cli sendtoaddress <addr> <amt>
RPC Documentation

⛏️ Mining Software

intcoin-miner

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

intcoin-pool-server

Run your own mining pool with Stratum protocol.

./intcoin-pool-server \
  --stratum-port=3333 \
  --http-port=8080 \
  --payout-threshold=1000000000
Pool Setup Guide

🔐 Verify Your Download

SHA256 Checksums

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.

GPG Signatures

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

View all release signatures on GitHub →

Need Help?

Check our documentation or ask the community