๐ Documentation
Tensorium Documentation
Everything you need to run a node, mine TXM, manage your wallet, and integrate with the Tensorium network.
Mainnet Live. Tensorium mainnet (TensorHash v1) is live โ zero premine, 33M max supply, all mined. See the Whitepaper for the full roadmap.
Guides
Mining Guide
Mine TXM solo or through the official pool. Includes CUDA and payout guidance.
Official Pool โ
View pool stats, miner pending payout, payout history, and 5% fee disclosure.
Running a Node
Set up a full node, sync from the network, and keep it running with systemd.
Wallet
Create a wallet, get an address, send transactions, and check your balance.
RPC API
Full reference for the node's HTTP RPC endpoints. Build your own tools.
Developer Guide
Install
@tensorium/sdk, read balances, build transactions, and integrate apps.Bridge (TXM โ wTXM) โ
Bridge TXM to Optimism (wTXM). Connect wallets, deposit and withdraw automatically. 2.5% fee.
Network Params
Chain ID, ports, genesis hash, difficulty settings, and consensus parameters.
Risk Disclosure โ
Pool fee, operator risks, and current mainnet limitations. Zero premine โ no founder allocation.
Whitepaper โ
Technical design, tokenomics, emission schedule, and roadmap.
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
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:333334
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:3333See the full Mining Guide for detailed instructions.
Network at a Glance
Chain ID
tensorium-mainnetTickerTXM
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 Seed
seed.tensoriumlabs.com:33333Public RPCrpc.tensoriumlabs.com
Explorerexplorer.tensoriumlabs.com
Latest Release
Current public release track: Mainnet v1. View all releases โ
| Binary | Platform | Download |
|---|---|---|
tensorium-node | Linux x86_64 | tensorium-node-linux-x86_64 |
tensorium-pool | Linux x86_64 | tensorium-pool-linux-x86_64 |
tensorium-miner | Linux x86_64 (CPU) / NVIDIA CUDA | tensorium-miner release assets |
txmwallet | Linux x86_64 | txmwallet-linux-x86_64 |