📖 Documentation
Tensorium Documentation
Everything you need to run a node, mine TXM, manage your wallet, and integrate with the Tensorium network.
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
Mining Guide
Start mining TXM with your CPU. Step-by-step from install to first block.
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.
Network Params
Chain ID, ports, genesis hash, difficulty settings, and consensus parameters.
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/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
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:233334
Start node and miner
Run the RPC + P2P services, then
txmminer 127.0.0.1:23332 YOUR_ADDRESSSee the full Mining Guide for detailed instructions.
Network at a Glance
Chain ID
tensorium-testnet-0TickerTXM
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 Node
157.230.44.162:23333Explorerexplorer.tensoriumlabs.com
Latest Release
Current version: v0.1.1-testnet · View all releases ↗
| Binary | Platform | Download |
|---|---|---|
tensorium-node | Linux x86_64 | tensorium-node-linux-x86_64 |
txmminer | Linux x86_64 | txmminer-linux-x86_64 |
txmwallet | Linux x86_64 | txmwallet-linux-x86_64 |