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.
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.
Tensorium mainnet v1 ships the full public stack first: node, wallet, miner, pool, explorer, marketplace, docs, and whitepaper aligned around the live chain.
Mainnet uses TensorHash v1, a memory-hard, GPU-first proof of work designed around real VRAM-bound compute for fair, ASIC-resistant mining.
Tensorium has its own UTXO ledger, mempool, wallet, P2P protocol, fork choice, and RPC instead of depending on another chain.
33,000,000 TXM max supply, zero premine, zero founder allocation, and a mining-only emission schedule across 10 eras.
The official pool at pooltxm.tensoriumlabs.com shows stats, miner lookup, payout history, and the published 5% fee.
Install binaries, create a wallet, sync from the public seed, then mine TXM either solo or through the official pool.
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
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.
On-demand NVIDIA GPUs (RTX 4090, 5090, A100, H100) billed per second. Great for short mining sessions and quick benchmarking of TensorHash v1.
Marketplace of community + datacenter GPUs, often the cheapest hourly rates available for high-end consumer cards like the RTX 4090.
# 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.