โš 
Mainnet Live. Tensorium mainnet (TensorHash v1) is live โ€” zero premine, 33M max supply, all mined. 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/tensorium-labs/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, tensorium-miner, 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 seed.tensoriumlabs.com:33333
4
Start node and miner
Run the RPC + P2P services, then tensorium-miner --mode solo --rpc http://127.0.0.1:33332 --wallet YOUR_ADDRESS --gpu all --intensity auto for solo GPU mining โ€” or connect to the pool at pooltxm.tensoriumlabs.com:3333

See the full Mining Guide for detailed instructions.

Network at a Glance

Chain IDtensorium-mainnet
TickerTXM
Block Time60 seconds (target)
Block Reward (Era 1)7.85584523 TXM
Max Supply33,000,000 TXM โ€” zero premine, 100% mining
Halving Interval2,102,400 blocks (~4 years)
PoW AlgorithmTensorHash v1 (memory-hard, GPU-first)
Initial Difficulty42-bit GPU-first mainnet
P2P Port33333 (open in firewall)
RPC Port33332 (localhost only)
Primary Seedseed.tensoriumlabs.com:33333

Latest Release

Current public release track: Mainnet v1. View all releases โ†—

BinaryPlatformDownload
tensorium-nodeLinux x86_64 tensorium-node-linux-x86_64
tensorium-poolLinux x86_64 tensorium-pool-linux-x86_64
tensorium-minerLinux x86_64 (CPU) / NVIDIA CUDA tensorium-miner release assets
txmwalletLinux x86_64 txmwallet-linux-x86_64