Mainnet v1 live · TensorHash v1

Tensorium

A live Proof-of-Work Layer 1 built for open mining, transparent supply, and GPU-first security. Tensorium mainnet runs on TensorHash v1 with zero premine and a 33,000,000 TXM mining-only cap.

Ticker
TXM
Block time
60 sec
Max supply
33M

Built for verifiable mining

Tensorium mainnet v1 ships the full public stack first: node, wallet, miner, pool, explorer, marketplace, docs, and whitepaper aligned around the live chain.

PoW

TensorHash v1 mining

Mainnet uses TensorHash v1, a memory-hard, GPU-first proof of work designed around real VRAM-bound compute for fair, ASIC-resistant mining.

L1

Standalone chain

Tensorium has its own UTXO ledger, mempool, wallet, P2P protocol, fork choice, and RPC instead of depending on another chain.

TXM

Transparent emission

33,000,000 TXM max supply, zero premine, zero founder allocation, and a mining-only emission schedule across 10 eras.

5%

Transparent pool

The official pool at pooltxm.tensoriumlabs.com shows stats, miner lookup, payout history, and the published 5% fee.

Run mainnet v1

Install binaries, create a wallet, sync from the public seed, then mine TXM either solo or through the official pool.

Linux quick install
curl -fsSL https://raw.githubusercontent.com/tensorium-labs/tensorium-core/main/install.sh | bash

tensorium-node sync seed.tensoriumlabs.com:33333
txmwallet create
tensorium-miner --mode pool --pool stratum+tcp://pooltxm.tensoriumlabs.com:3333 --wallet YOUR_TXM_ADDRESS --worker rig1

No GPU? Rent one and start mining

Don't have a rig at home? Spin up an on-demand GPU instance from a cloud provider and start mining TXM in minutes. Both providers below offer sign-up bonuses.

RunPod $5–$50 bonus

On-demand NVIDIA GPUs (RTX 4090, 5090, A100, H100) billed per second. Great for short mining sessions and quick benchmarking of TensorHash v1.

Vast.ai Lowest $/hr

Marketplace of community + datacenter GPUs, often the cheapest hourly rates available for high-end consumer cards like the RTX 4090.

Quick install on a rented GPU instance (Ubuntu, NVIDIA driver + CUDA preinstalled)
# 1. SSH into your rented instance, then:
curl -fsSL https://raw.githubusercontent.com/tensorium-labs/tensorium-core/main/install.sh | bash

# 2. Create a wallet (save your seed phrase!)
txmwallet create

# 3. Start mining to the official pool
tensorium-miner --mode pool --pool stratum+tcp://pooltxm.tensoriumlabs.com:3333 --wallet YOUR_TXM_ADDRESS --worker rented-gpu --gpu all

# ...or mine solo against the public RPC
tensorium-miner --mode solo --rpc https://rpc.tensoriumlabs.com --wallet YOUR_TXM_ADDRESS --gpu all

Renting GPUs for mining is at your own risk and may not be profitable depending on instance pricing, electricity costs baked into rental fees, and network difficulty. Always check current pool stats before committing to longer rentals.