How to start mining Lethean (LTHN)? Pool Mining

in #lethean5 years ago (edited)

lethean-mining.png

Lethean is decentralized (peer-2-peer) #VPN project with commercial gateway backed by the blockhain.
Lethean itself is the fuel and operating currency for this decentralized VPN. It is based on the CryptoNote technology and uses the exclusive CryptoNight v8 algorithm.
Following development and integration of VPN capabilities into the wallet Lethean ledger will allow any network user to act as a VPN exit node in exchange for #Lethean.

Key Features

Untraceable Payments:

Completely anonymous payment scheme using the ring signature technology which allows you to sign a message on behalf of
a group. The signature only proves the message was created by someone from the group. but all the possible signers are
indistinguishable from each other. A ring signature obscures identities because it only proves that a signer belongs to a group.

This allows a high level of anonymity in #cryptocurrency transactions. You can think of it as decentralized and trustless mixing.

Unlinkable Transactions:

Even if outgoing transactions are untraceable, everyone may still be able to see the payments you have received and thus
determine your income. However, by using a variation of the Diffie-Hellman exchange protocol, a receiver has multiple unique
one-time addresses derived from his single public key. After funds are sent to these addresses they can only be redeemed by
the receiver; and it would be impossible to cross-link these payments.

Double-Spending Proof:

Nobody is able to spend the same money twice — even if all his signatures are anonymous. Every signature contains a key image a kind of fingerprint of the secret key. It is based on a one-way cryptographic function: this implies that given only the
key image it is impossible to restore the corresponding secret key. These key images are used to prevent double-spending.

Blockchain Analysis Resistance:

Non-repeating one-time addresses and mixed keys in ring signatures rnake the whole blockchain resistant to analysis.
Each future transaction will only increase the entropy and create additional obstacles for an analyst.

Egalitarian Proof of Work:

The proof of work mechanism acts as a voting system. Thus, it is crucial that during the voting process all the participants
have equal voting privileges. CryptoNote brings this equality with its egalitarian proof of work, utilizing built-in CPU instructions,
which are very hard and too expensive to implement in special purpose devices, but perfectly suitable for ordinary PCs.

Adaptive Parameters:

A decentralized payment system must not depend on a single person’s decisions, even if this person is a developer. There are
no hard-coded constants; magic numbers in the code are designed to be re-calculated based on the previous state of the network.
Thus, they always change adaptively and independently, allowing the network to develop on its own.

Coin Info

Name: Lethean
Ticker: LTHN
Algo: #CryptoNightR
Blocktime: 120 sec
Max Supply: ~1 billion initially, plus 1.5% annual eternal subsidy beginning in the year 2024
Block Reward: 1900, smoothly decreasing over time**
Date of Launch: 15-Aug-2017
Premine (Aug 2017): 150 Million
Premine as of Oct 2018: 90 Million (verification) reserved for Lethean Core Team, Advisory Board and Expenses.

Now that we know the details about Lethean (LTHN), let’s get to mining some LTHN

Lethean (LTHN): Those who have no idea about mining can easily start mining by watching this video.

Lethean (LTHN) Mining Pool: https://lethean.herominers.com

SRBMiner Cryptonight AMD GPU Miner V1.8.0+ (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 %~dp0

SRBMiner-CN.exe --config Config\config-normalv4.txt --ccryptonighttype normalv4 --cpool lethean.herominers.com:10181 --cwallet YOUR_WALLET_ADDRESS --cpassword YOUR_WORKER_NAME

Cast XMR - HighSpeed CryptoNight Miner 1.6.6+ (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 lethean.herominers.com:10181 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME --reconnects 0 --opencl -1 -G 0,1,2,3 --algo=10 --maxmem --nonicehash --fastjobswitch

XMR-Stak 2.10.0+ (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_r
Pool address: lethean.herominers.com:10181
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" : "lethean.herominers.com:10181", "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_r",

XMRig 2.14.1+ (Windows, Linux, CPU)

Example start.cmd:

@echo off
xmrig.exe --donate-level 1 -o lethean.herominers.com:10181 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/r -k
pause

XMRig 2.14.0+ (Windows, Linux, AMD GPU)

Example start.cmd:

@echo off
xmrig-amd.exe --donate-level 1 -o lethean.herominers.com:10181 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/r -k
pause

XMRig 2.14.0+ (Windows, Linux, NVIDIA GPU)

Example start.cmd:

@echo off
xmrig-nvidia.exe --donate-level 1 -o lethean.herominers.com:10181 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/r -k
pause

XMRigCC 1.9.1+ (Windows, Linux, AMD GPU)

Create start.cmd file and copy/paste example below.

@echo off
xmrigDaemon.exe --donate-level 1 -o lethean.herominers.com:10181 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cryptonight --variant r -k
pause

XMRigCC 1.9.1+ (Windows, Linux, CPU)

Create start.cmd file and copy/paste example below.

@echo off
xmrigDaemon.exe --donate-level 1 -o lethean.herominers.com:10181 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cryptonight --variant r -k
pause

TeamRedMiner 0.4.0+ - CNR - (Windows, Linux, AMD GPU)

Create start_cnr.bat file and copy/paste example below.

set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1

teamredminer.exe -a cnv8 -o stratum+tcp://lethean.herominers.com:10181 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME

Happy Mining.

Coin Marketplace

STEEM 0.24
TRX 0.11
JST 0.032
BTC 62482.14
ETH 3044.68
USDT 1.00
SBD 3.76