Table of Contents
- 1. Introduction to Stohn Coin Core
- 2. Downloading & Installing Stohn Coin Core
- 3. First Run & Choosing a Data Directory
- 4. Syncing the Blockchain
- 5. Encrypting & Securing Your Wallet
- 6. Backing Up Your Wallet
- 7. Restoring a Wallet Backup
- 8. Sending & Receiving SOH
- 9. Using the Console (Debug Window)
- 10. Common Console Commands
- 11. Tips, Maintenance & Best Practices
1. Introduction to Stohn Coin Core
The Stohn Coin Core wallet is the most secure and decentralized way to store SOH. Because it uses a full-node architecture similar to Bitcoin Core:
- You download the full blockchain.
- Your wallet independently verifies every block and transaction.
- No third-party server can manipulate or hide transactions from you.
- You control your private keys directly.
For long-term holding, large balances, and maximum sovereignty, the Core wallet is the recommended method.
2. Downloading & Installing Stohn Coin Core
Always download the Stohn Coin Core wallet from the official Stohn Coin website or GitHub to avoid malicious versions.
Steps:
- Go to the official Stohn Coin website.
- Navigate to the “Wallets” section.
- Select your operating system (Windows, macOS, or Linux).
- Download the installer or compressed folder.
- Install Stohn Coin Core by following the standard installation prompts.
Once installed, launch the wallet for the first time.
3. First Run & Choosing a Data Directory
When you open Stohn Coin Core for the first time, the program will ask you where to store the blockchain data. This data can be large depending on how long the chain has been running, so choose a hard drive with plenty of space.
You can use the default directory:
- Windows:
C:\Users\YourName\AppData\Roaming\Stohn - macOS:
~/Library/Application Support/Stohn - Linux:
~/.stohn/
Once chosen, click OK and the wallet will begin to load.
4. Syncing the Blockchain
Before the wallet is fully usable, it must download all blocks from the network and verify them. This is called Initial Block Download (IBD).
During sync:
- You may see “Syncing with network…”
- Transactions may not show until the sync is complete.
- Your wallet balance may appear incorrect—this is normal.
How long does syncing take?
- Fast SSD + fast internet: a few hours.
- Older hardware or slow internet: longer.
Let the wallet fully synchronize before sending or receiving SOH.
5. Encrypting & Securing Your Wallet
Protect your SOH by encrypting your wallet with a secure passphrase.
Steps:
- Go to Settings → Encrypt Wallet.
- Enter a long, unique passphrase.
- Write it down somewhere safe.
- Restart the wallet when prompted.
Warning: If you lose your passphrase, your coins cannot be recovered.
6. Backing Up Your Wallet
Your private keys are stored inside wallet.dat. Backing up your wallet ensures you can recover your funds even if your computer fails.
To back up:
- Go to File → Backup Wallet.
- Save the file wallet.dat somewhere safe (USB drive, encrypted cloud folder, etc.).
You only need to back up once unless you create new addresses. Although modern HD wallets generate keys deterministically, making a backup every few months is good practice.
7. Restoring a Wallet Backup
If you get a new computer or reinstall:
- Close Stohn Coin Core completely.
- Locate the data directory (
.stohnfolder). - Replace the existing wallet.dat with your backup copy.
- Restart the wallet.
Your balance and transactions will appear once the wallet syncs.
8. Sending & Receiving SOH
Receiving:
Click Window -> receiving addresses – copy an address to share.
If you do not have a receiving address, you can create one:
- Click Receive.
- Generate a new Stohn address.
- Share this address when someone wants to send you SOH.
Sending:
- Go to Send.
- Paste the recipient’s Stohn address.
- Enter the amount.
- Set the Transaction fee to Custom 0.001 per kilobyte.
- Hit Send.
- Enter your passphrase (if encrypted).
9. Using the Console (Debug Window)
The Core wallet features a built-in command-line interface for advanced users. This is similar to Bitcoin Core’s RPC console.
Open it via: Window → Console.
You can run wallet, blockchain, and network commands directly. This is extremely helpful for debugging, verifying transactions, or exporting your keys.
10. Common Stohn Core Console Commands
Below are the most useful commands for everyday use.
Wallet Commands
walletpassphrase "yourpassword" 600
Unlocks your wallet for 600 seconds.
encryptwallet "yourpassword"
Encrypts your wallet for the first time.
backupwallet "backup.dat"
Creates a backup file.
dumpprivkey your_stohn_address
Shows the private key for a single address.
dumpwallet walletbackup.txt
Exports all private keys to a text file.
importprivkey your_private_key
Imports a private key into your wallet.
Blockchain Commands
getblockcount
Shows the current synced block height.
getblockhash 100000
Shows the block hash for height 100,000.
getblock "blockhash"
View full block details.
Network Commands
getconnectioncount
Number of peers connected.
getpeerinfo
Shows all connected peers and details.
Transaction Commands
gettransaction "txid"
Shows details for a specific transaction.
sendtoaddress "address" amount
Send SOH from the console.
11. Tips, Maintenance & Best Practices
1. Keep your wallet.dat safe
Store multiple copies in secure places. Losing it means losing access to your SOH.
2. Always encrypt your wallet
A strong passphrase protects your coins even if someone gets your computer.
3. Keep the wallet updated
New Stohn Coin Core versions improve performance and security.
4. Avoid shutting down during sync
This helps prevent database corruption.
5. Verify downloads
Always use the official Stohn Coin website or GitHub.







