Post
Topic
Board Marketplace
Topic OP
INTERCHAINED WINDOWS MINING SETUP GUIDE
by
AM. BETI
on 04/09/2025, 15:36:15 UTC
👉 This is the official step-by-step guide to solo mining on the Interchained blockchain using Windows.

It will walk you through installing the client, configuring your wallet, and starting mining.

🔧 Requirements:

A Windows 64-bit computer

At least 4 GB RAM

Basic command-line experience (PowerShell)

Stable internet connection


📥 Step 1: Download & Extract Interchained

1. Visit:
🔗 github.com/interchained/i…

2. Download:

interchained-genesis-win64.zip

3. Extract to:
C:\Users\YourName\Downloads\interchained


🟢 Step 2: Start the Interchained Node

1. Open PowerShell

2. Navigate:

cd "C:\Users\YourName\Downloads\interchained"

3. Start node:

.\interchained.exe -addnode=seed.interchained.org:17101

📝 Wait for blocks to sync.


💼 Step 3: Create a Wallet

In a new PowerShell window (keep node running):

1. Navigate:

cd "C:\Users\YourName\Downloads\interchained"

2. Create:

.\interchained-cli.exe createwallet "YourWalletName"


3. Generate a new address:

.\interchained-cli.exe -rpcwallet=YourWalletName getnewaddress

📌 Copy this address for mining.

4. (Optional) List addresses:

.\interchained-cli.exe -rpcwallet=YourWalletName


⛏️ Step 4: Start Solo Mining

In the same PowerShell window:

Replace itc1xyz... with your address and X with CPU threads (2–4 is good):

.\interchained-cli.exe -rpcwallet=YourWalletName setgenerate true X itc1youraddress

✅ Example:
.\interchained-cli.exe -rpcwallet=YourWalletName setgenerate true 2 itc1qv23j4za...


🧾 Step 5: Monitor Mining Progress

Check mining:

.\interchained-cli.exe -rpcwallet=YourWalletName getmininginfo

Check balance:

.\interchained-cli.exe -rpcwallet=YourWalletName getbalance

See transactions:

.\interchained-cli.exe -rpcwallet=YourWalletName listtransactions


🛑 Stop Mining (Optional)

To stop mining:

.\interchained-cli.exe -rpcwallet=YourWalletName setgenerate false


💡 Tips

Use fewer threads if using same PC for other tasks

Allow node through firewall

Keep node running in one PowerShell, and CLI in another


✅ End of Thread

Start mining on Interchained today and be part of the movement.

Follow for more:
🌐 interchained.org 
🐦 x.com/interchained 
💬 t.me/Elarawallet
🎮 discord.gg/BtwRN5Vbcq

#Interchained #Mining  #ElaraWallet