Bloodstone Β· STONE mainnet

STONE Network Portal

Official portal: https://LRGK.mytunnel.org/

Latest releases (24 Jun 2026)
  • Node core v0.6.9.1 β€” Linux tarball and Windows CLI zip (used by the auto-download feature).
Mandatory node upgrade β€” Bloodstone relaunched 22 Jun 2026 with a new genesis. Neoscrypt, SHA256d, and Yespower are all valid from block 1. Older pre-relaunch node builds follow the wrong chain. Delete blocks/ and chainstate/ in your datadir before syncing.

Windows node tutorial

Run a Bloodstone full node on Windows 10/11 β€” GUI app or command line

Download files from https://LRGK.mytunnel.org/downloads/. You need node core v0.6.9.1 (Jun 2026 build). GUI apps v0.7.10 / v0.6.9.2 download bloodstoned.exe automatically the first time you click Start Node if it is not bundled.

Available downloads

Option A β€” Wallet & Node GUI (recommended)

Node + web wallet in one app. Sign in with your portal wallet username/password.

Option B β€” Bloodstone Node GUI (node only)

Graphical dashboard: start/stop the node, sync progress, peers, and logs.

  1. Install Node.js 18 LTS (64-bit) on your PC.
  2. Download and extract bloodstone-node-gui-0.6.9.2-win64-source.zip to a folder, e.g. C:\Bloodstone\bloodstone-node-gui.
  3. Add the node binaries to bin\win64\ inside that folder:
    • If bloodstone-node-0.6.9.1-win64.zip is available, extract bloodstoned.exe and bloodstone-cli.exe into bin\win64\.
    • Or build them from source on another machine and copy the .exe files there.
  4. Open PowerShell in the extracted folder and run:
    .\build-windows.ps1
    This creates an installer under dist\.
  5. Run dist\bloodstone-node-gui-0.6.9.2-win64.exe (or the portable *-portable.exe) and click Start Node.
  6. Allow Windows Firewall access for TCP port 17333 when prompted (incoming peers).

Option C β€” Command line only

For advanced users who prefer a terminal over the GUI.

  1. Download bloodstone-node-0.6.9.1-win64.zip when available, and extract to e.g. C:\Bloodstone\node.
  2. Create the data folder: %APPDATA%\Bloodstone\
  3. Copy bloodstone.conf.example from the zip to %APPDATA%\Bloodstone\bloodstone.conf and set your own rpcpassword.
  4. Ensure the config includes:
    addnode=64.188.22.190:17333
    server=1
    txindex=1
    allowminingwhennotconnected=1
  5. Open Command Prompt in the extract folder and start the node:
    bloodstoned.exe -conf=%APPDATA%\Bloodstone\bloodstone.conf
  6. Check sync in a second window:
    bloodstone-cli.exe -conf=%APPDATA%\Bloodstone\bloodstone.conf getblockchaininfo

Ports & verification

P2P (peers)
17333 β€” allow through firewall for inbound connections
RPC (local)
18332 β€” keep local; do not expose to the internet
Seed node
64.188.22.190:17333
Data folder
%APPDATA%\Bloodstone\

A healthy node shows increasing block height and at least one peer after a few minutes. Initial sync can take time depending on disk speed and bandwidth.

Troubleshooting

  • β€œNode binary not found” β€” Click Start Node again (auto-download). Or put bloodstoned.exe in %APPDATA%\Bloodstone\bin\ or set the path in GUI Settings.
  • 0 peers β€” Confirm firewall allows port 17333; check addnode=64.188.22.190:17333 in config.
  • Stuck on old height β€” You are on an outdated build; upgrade to v0.6.9.1.
  • RPC errors in GUI β€” Wait until the node finishes starting; RPC credentials are stored in bloodstone.conf (managed by the GUI, not displayed).
Block height
4493
Block reward
100 STONE
Active PoW
All 3 algos
Node
Online

Applications

πŸ”

Blockchain Explorer

Search blocks, transactions, and addresses on the Bloodstone chain.

Live

https://LRGK.mytunnel.org/explorer/

πŸ‘›

Web Wallet

Create accounts, send STONE, and manage wallets in the browser.

Live

https://LRGK.mytunnel.org/wallet/

πŸ’§

STONE Faucet

Claim test STONE for new wallets, or fund the faucet from your web wallet.

Free

https://LRGK.mytunnel.org/faucet/

⛏

Mining Dashboard

Pool status, recent blocks, difficulty, and stratum connection info.

Live

https://LRGK.mytunnel.org/mining/

🌐

Browser CPU Miner

Mine Yespower R16 directly in your browser β€” no install required.

Yespower

https://LRGK.mytunnel.org/mining/mine

βš›

AtomicDEX (STONE swaps)

Swap STONE for BTC, KMD, and other coins via Komodo Wallet. Listing in progress.

PR ready

https://LRGK.mytunnel.org/atomicdex/

🎫

Support & Tickets

Open a ticket for mining, wallet, explorer, or node help. Track replies on your ticket page.

Help

https://LRGK.mytunnel.org/support/

πŸ’Ό

Wallet & Node GUI (v0.7.10)

All-in-one Windows app: local node, web wallet sign-in, VPS wallet support, RPC console, and wallet import.

New

https://LRGK.mytunnel.org/downloads/bloodstone-wallet-node-gui-0.7.10-win64.exe

⬇

Node core (v0.6.9.1)

Required for the Jun 2026 chain relaunch (new genesis). All three PoW algos from block 1. Delete old blocks/ + chainstate/ when upgrading.

Required

https://LRGK.mytunnel.org/downloads/bloodstone-node-0.6.9.1-linux-x86_64.tar.gz

πŸ–₯

Windows Node GUI (v0.6.9.2)

Node-only graphical app. First Start Node downloads bloodstoned.exe automatically if missing.

Windows

https://LRGK.mytunnel.org/downloads/bloodstone-node-gui-0.6.9.2-win64.exe

Stratum mining pools

Yespower R16

Algorithm
yespower
Port
3438
Share diff
1e-9
Pool URL
stratum+tcp://64.188.22.190:3438
Worker
YOUR_STONE_ADDRESS
Password
x

Browser miner, cpuminer-opt

SHA256d (Bitaxe)

Algorithm
sha256d
Port
3429
Share diff
0.001
Pool URL
stratum+tcp://64.188.22.190:3429
Worker
YOUR_STONE_ADDRESS
Password
x

Bitaxe / ASIC merge-mining

Neoscrypt

Algorithm
neoscrypt
Port
3437
Share diff
0.001
Pool URL
stratum+tcp://64.188.22.190:3437
Worker
YOUR_STONE_ADDRESS
Password
x

sgminer / ccminer (neoscrypt-xaya)

Quick links