Public Testnet. Tensorium is in active testnet. Coins have no monetary value. The chain may be reset before mainnet. See the Whitepaper for the full roadmap.

Guides

Quick Start

Get mining in under 5 minutes on Linux x86_64.

bash — one-line installer
curl -fsSL https://raw.githubusercontent.com/rygroup-dev/tensorium-core/main/install.sh | bash

The installer handles everything: downloads binaries, creates a wallet, inits the chain, syncs from the seed node, and optionally sets up systemd services.

Or manually in 4 steps:

1
Download binaries
Get tensorium-node, txmminer, and txmwallet from GitHub Releases.
2
Create a wallet
TENSORIUM_WALLET_PASSPHRASE=yourpass txmwallet create — then txmwallet getnewaddress to get your txm1… address.
3
Init + sync the chain
tensorium-node init then tensorium-node sync 157.230.44.162:23333
4
Start node and miner
Run the RPC + P2P services, then txmminer 127.0.0.1:23332 YOUR_ADDRESS

See the full Mining Guide for detailed instructions.

Network at a Glance

Chain IDtensorium-testnet-0
TickerTXM
Block Time60 seconds (target)
Block Reward (Era 1)15.23557865 TXM
Max Supply33,000,000 TXM (32M mining + 1M founder)
PoW AlgorithmSHA256d (double-SHA256)
Difficulty26 bits initial (~67M hashes/block)
P2P Port23333 (open in firewall)
RPC Port23332 (localhost only)
Seed Node157.230.44.162:23333

Latest Release

Current version: v0.1.1-testnet · View all releases ↗

BinaryPlatformDownload
tensorium-nodeLinux x86_64 tensorium-node-linux-x86_64
txmminerLinux x86_64 txmminer-linux-x86_64
txmwalletLinux x86_64 txmwallet-linux-x86_64