Torque redistribution wealth using the power of a completely decentralized, private and modern #cryptocurrency.
Torque is the first cryptocurrency to link #IPFS and #ZeroNet with blockchain and to make a globally #scalable and mobile friendly ecosystem. Redistribution of wealth using the power of blockchain.
#Torque is open-source and community-driven. Everyone can participate.
Torque offers user-friendly #blockchain tools for everyday devices.
#IPFS and #Zeronet enable features like immutable node lists and checkpoints.
The Torque network is blockchain analysis resistant. All data is private.
Provides adaptive network limits, anonymity and resistance to double-spending-attacks.
IPFS serves as a decentralized storage for the node lists.
A web-like P2P-protocol is used to distribute the files. Checkpoints are maintained off chain.
No daemon needed
Zero confirmation transactions
Low fee transactions
Payment webhooks
Easy integration
Reduces orphan blocks and saves blockchain space.
Allows multiple addresses under the same wallet.
A group of users will be able to sign a single transaction.
Adds decentralized file storage capabilities to the network.
Now that we know the details about Torque (XTC), let’s get to mining some XTC
Torque (XTC): Those who have no idea about mining can easily start mining by watching this video.
SRBMiner Cryptonight AMD GPU Miner V1.7.8+ (Windows, AMD GPU)
Example start.bat file
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0SRBMiner-CN.exe --config Config\config-stellitev8.txt --ccryptonighttype stellitev8 --cpool torque.herominers.com:10131 --cwallet YOUR_WALLET_ADDRESS --cpassword YOUR_WORKER_NAME
XTL-Stak 2.7.1+ (Windows, Linux, CPU, GPU)
Do you want to use HTTP interface: 0
Please enter the currency you want to mine: stellite
Pool address: torque.herominers.com:10131
User name: YOUR_WALLET_ADDRESS (can be ADDRESS+paymentID or ADDRESS.DIFF or ADDRESS+paymentID.DIFF)
Password: YOUR_WORKER_NAME
Rig identifier: (Empty)
Does this pool support TLS/SSL: n
Do you want to use nicehash on this pool: n
Do you want to use multiple pools: n
Example pools.txt:
"pool_list" :
[
{"pool_address" : "torque.herominers.com:10131", "wallet_address" : "YOUR_WALLET_ADDRESS", "rig_id" : "", "pool_password" : "YOUR_WORKER_NAME", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 100 },
],"currency" : "stellite",
Cast XMR - HighSpeed CryptoNight Miner 1.7.1+ (Windows, Vega, RX 470/480/570/580)
Example run.bat:
NOTE: Try --opencl 0/1/2 to find out your platform.
cast_xmr-vega.exe -S torque.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --reconnects 0 --opencl -1 -G 0,1,2,3 --algo=6 --maxmem --nonicehash --fastjobswitch
XMR-Stak 2.8.2+ (Windows, Linux, CPU, GPU)
Run xmr-stak and answer questions:
Do you want to use HTTP interface: 0
Please enter the currency you want to mine: cryptonight_v8_half
Pool address: torque.herominers.com:10131
User name: YOUR_WALLET_ADDRESS (can be ADDRESS+paymentID or ADDRESS.DIFF or ADDRESS+paymentID.DIFF)
Password: YOUR_WORKER_NAME
Rig identifier: (Empty)
Does this pool support TLS/SSL: n
Do you want to use nicehash on this pool: n
Do you want to use multiple pools: n
Example pools.txt:
"pool_list" :
[
{"pool_address" : "torque.herominers.com:10131", "wallet_address" : "YOUR_WALLET_ADDRESS", "rig_id" : "", "pool_password" : "YOUR_WORKER_NAME", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 100 },
],"currency" : "cryptonight_v8_half",
XMRig 2.12.0+ (Windows, Linux, CPU)
Example start.cmd:
@echo off
xmrig.exe --donate-level 1 -o torque.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause
XMRig 2.12.0+ (Windows, Linux, AMD GPU)
Example start.cmd:
@echo off
xmrig-amd.exe --donate-level 1 -o torque.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause
XMRig 2.12.0+ (Windows, Linux, NVIDIA GPU)
Example start.cmd:
@echo off
xmrig-nvidia.exe --donate-level 1 -o torque.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause
XMRigCC 1.8.12+ (Windows, Linux, AMD GPU)
Create start.cmd file and copy/paste example below.
@echo off
xmrigDaemon.exe --donate-level 1 -o torque.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause
XMRigCC 1.8.13+ (Windows, Linux, CPU)
Create start.cmd file and copy/paste example below.
@echo off
xmrigDaemon.exe --donate-level 1 -o torque.herominers.com:10131 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --variant xtl -k
pause