Latest News (RSS): 2 months ago The Dual LTC+DOGE PPS System is Live!

Getting Started

  1. Understand how mining works. If you are new to mining, read our Beginner's Guide. Make sure you understand that you will never make a profit out of CPU or GPU mining, and that ASIC hardware is required.
  2. Create a pool account. Register here.
  3. Configure your miners. Connect your miners to the server(s) closest to you (most miners allow you to specify more than one URL for failover):
    stratum+tcp://litecoinpool.org:3333(Europe)
    stratum+tcp://us.litecoinpool.org:3333(US East Coast)
    stratum+tcp://us2.litecoinpool.org:3333(US West Coast)
    If connecting from East Asia, the US West Coast address should be preferred.
    If you are behind a firewall, you can also access Stratum on port 8080.
    Mind that some software (notably some versions of the web interface of Antminers) requires you to omit the protocol prefix (stratum+tcp://) when entering URLs.
    The default worker credentials are:
    Username:your_username.1
    Password:1
    If you want, you can create additional workers on your account page, with names and passwords of your choice. Both the username and the password are case-sensitive. Never use your account password for any of your workers.
  4. Configure your Litecoin and Dogecoin addresses. You can use any valid address, but we recommend generating receiving addresses using reputable self-custodial wallet software. See the official Litecoin and Dogecoin websites for recommendations.
    To finish the configuration of your account, you must enter a Litecoin address and a Dogecoin address in your Account Settings. These are the addresses that will be used to send you payments.
    Litecoin addresses start with one of the prefixes “L”, “M”, or “ltc1”.
    Dogecoin addresses start with “D”.

Share Difficulty

The pool automatically serves work of optimal difficulty by estimating the speed of your miners and applying gradual adjustments to the share target. It may take a couple minutes for the difficulty to stabilize. Share difficulty changes do not influence your expected earnings.

If desired, the default adaptive mechanism can be overridden by appending “,d=N” to the worker's password (in your miner's configuration, not on the website). Do not insert any whitespace or thousands separators. For example, if a worker's password is “foo”, connecting with password “foo,d=1024” will ask for share difficulty 1024. Keep in mind that difficulty can only be set on a per-connection basis, so if you connect multiple workers via a proxy they will all share the same difficulty (this is a limitation of the standard Stratum protocol). Moreover, the server may round and/or cap the difficulty you asked for in order to prevent denial-of-service attacks.

Keep in mind that some ASIC devices (particularly older ones) may malfunction if you don't set an appropriate difficulty manually.

Additionally, the pool also supports BFGminer's --request-diff option to manually set an initial share difficulty.

Mining Securely

If your mining software supports Stratum over SSL/TLS, you can connect to port 3443 (instead of 3333) to obtain a secure encrypted connection. This makes it impossible for a man-in-the-middle attacker to send malicious spoofed requests to your miner.

Tor Service

Both the website and the mining interface are also accessible as a Tor hidden service:

ltcpool3xuouogwalpo6gf46o2nuwf4vlrq55e5vljwvunbjpd65t4id.onion

Stratum is available there on port 3333 if you would like to connect though a Tor proxy.

FAQ

Would Litecoin mining be profitable for me?
Short answer: not if you intend to use GPUs or CPUs, even if you don't pay for electricity.
Long answer: it depends on many factors, including your hardware, the cost of electricity and cryptocurrency market prices. In practice, nowadays you can only make a profit by using ASIC (application-specific) hardware. Check out our mining profitability calculator.
Can I use a Bitcoin ASIC miner to mine Litecoin?
No, you need an ASIC designed to mine Litecoin. Litecoin and Bitcoin use two very different hashing algorithms (scrypt and SHA-256d, respectively).
What fee do you charge?
The nominal PPS fee is 2% for both Litecoin and Dogecoin. This fee is factored directly into the PPS rate at which submitted shares are rewarded (see below for the exact formula), so you won't ever need to send us fee payments.
There are no additional fees. In particular, we do not charge a fee for payouts.
What is merged mining?
Merged mining is a technique that allows multiple compatible cryptocurrencies, such as Litecoin and Dogecoin, to be mined simultaneously. This is unrelated to what “profit-switching” pools do, as in merged mining all chains are mined at the same time. For this reason, merged mining does not cause sudden difficulty spikes and does not harm any of the involved networks.
Is there anything I need to do to allow merged mining?
No, the pool takes care of merged mining automatically. No special configuration is needed on the miner's side.
Can I use the same worker name and password for more than one physical miner?
Yes, but if you use different workers it is easier to track your miners' performance. Your expected rewards will be the same either way.
What happens if I reset a worker?
A reset resets all of a worker's counters and statistics: shares, blocks, partial rewards and hash rate averages, including the hash rate history displayed in the charts. It does not affect an account's rewards or global statistics.
What is a share?
A share is a unit of reward that miners earn by submitting proofs of work (the result of hashing) to the pool. The term “share” originates from the reward system of proportional pools, whose total earnings are distributed among miners in proportion to the number of shares they submit.
In a PPS (pay-per-share) system, shares are paid directly to miners, indipendently of how many blocks the pool actually finds.
What is network difficulty?
Network difficulty is a number (currently about 36,400,010) that gives an indication of how difficult it is to find a block. The Litecoin network automatically adjusts its difficulty every few days so that blocks are found on average every 2.5 minutes. This means that the more hashing power is on Litecoin, the harder it is to find a block.
What is share difficulty?
Share difficulty is a number that gives an indication of how difficult it is to find a share. The lower this number, the more shares a miner will find at a given speed, and the lower their value. For this reason, share difficulty does not affect miners' expected earnings.
Why does the pool report more shares than my miner?
This pool serves variable-difficulty work units, so when you solve a share the pool counts it with multiplicity, according to its difficulty. For example, if you solve a share that is four times as difficult as the baseline share, it gets counted as four shares.
Why variable-difficulty (“vardiff”) shares?
The technique of adapting the difficulty to each miner's hash rate allows the pool to measure workers' speed more precisely while keeping bandwidth usage optimal.
How does share difficulty influence my earnings?
Short answer: it doesn't.
Long answer: a higher/lower share difficulty does not mean you will be earning more/less, because your expected earnings are independent of the share difficulty: they only depend on your hash rate and on the network difficulty. A higher share difficulty can only increase the variance, but not in a significant way.
How is the value of a share (a.k.a. the PPS rate) computed?
The standard PPS formula is used: B × (1 - F) / D / 65536, where B is the block subsidy (currently 6.25 LTC for Litecoin and 10000 DOGE for Dogecoin), F is the nominal PPS fee (currently 0.02), and D is the network difficulty.
This is the PPS rate of a baseline share at share difficulty 1, which must then be multiplied by the actual share difficulty you are mining at to obtain the value of a submitted share.
How often does the PPS rate change?
For Litecoin, the block subsidy halves every 4 years, and the network difficulty adjusts about twice a week. For Dogecoin, the block subsidy is fixed at 10,000 DOGE, but the network difficulty changes at every block, which means on average about once a minute.
Do block finders get extra reward?
No. That would go against one of the main goals of the PPS system, which is to minimize variance. It would also make miners who don't find blocks earn less, as the PPS rate would need to be adjusted downwards.
We do list recently found blocks and their finders, but only for the sake of transparency.
How do idle worker notifications work?
You have the option to let the pool monitor your workers and notify you with an email when they go idle. Monitoring can be enabled separately for each of your workers, so if you wish you can have the pool monitor only a subset of your miners. If multiple workers go idle simultaneously (within one minute), you will only receive one email listing all of them.
You will not receive further notifications for any given worker until it starts submitting shares again, and in any case not before 15 minutes have elapsed since the last notification.
Can I use an exchange address for payouts?
While technically possible, we advise against using addresses provided by exchanges or other third-party services. One of the main problems is that you do not fully control these addresses, and in particular if a problem arises you usually have no way to prove that you are the legitimate owner.
If you decide to use a third-party address anyway, we strongly recommend that you do not lock the address. This is because at any point an exchange may stop accepting funds to an address and require you to use a new one (yes, this has happened).
Why am I not receiving payouts?
The exact conditions for payout are listed on your Payments page. Note in particular that, for your own security, whenever a payout address is modified all payouts to it are suspended for 24 hours.
I keep getting the message “Stratum requested work restart”.
It is perfectly normal to get this message a few times per minute. It simply means that your miner is switching to a new work unit, because the previous one is no longer valid. Because of the stochastic nature of mining, frequent work updates (which are necessary for efficient merged mining) do not mean that your work goes wasted.
I get the message “stale share detected, submitting as user requested”.
That is also normal for some mining software.
I've just started mining and all my shares are being rejected, what's wrong?
Make sure that your miner supports the scrypt algorithm, and that it is configured correctly.
My miner shows up as online, but with 0 speed. Is that normal?
No, something is probably wrong with your configuration. See the previous question.
Why doesn't the hash rate reported by the pool match that reported by my miner?
Because of how pooled mining works, the pool has no way of knowing your exact hash rate, so it can only estimate it based on how frequently you submit shares. After you start mining, it takes about 10 minutes for the estimates to become accurate. They will never be very precise, though; even if your miner's hash rate is steady, the pool estimate will keep fluctuating around the actual speed.
The pool keeps reporting a much lower hash rate than my miner. What's going on?
If the estimate displayed on the site remains consistently too low even after a few hours, then chances are that you are experiencing hardware errors.
Mining software usually checks every solution generated by your hardware devices, and if one turns out to be incorrect because of hardware errors it (rightfully) doesn't submit it. Since pools can only estimate your hash rate based on how many solutions you submit in a given amount of time, the estimate will be lower than your real raw hashrate. This raw hashrate, which mining software usually displays, is, however, not meaningful if the solutions your card generates are wrong.
If using cgminer or one of its derivatives, you need to make sure that all of the HW figures are zero or next-to-zero; if that's not the case, you should review your settings.
There are many things that can cause hardware errors, but the most common ones are: a bad or insufficient power supply, overclocking, and faulty hardware. It is worth noting that modern ASIC circuitry tends to deteriorate with time and use, and that when one of the (many) hashing modules inside an ASIC goes bad there is usually no way to fix it.
What are stale shares?
Servers provide each miner with some unique data that the miner must use to find a share. This data needs to be updated every time a new block appears on the network, and that's why servers must promptly notify miners when they detect a new block. Every second you keep on mining for the old block is wasted, because that block has already been found. If a new block is found before a submitted share hits the server, the share is marked as “stale”, and yields no reward.
Stale shares are caused by latency, which can happen at various levels. The most obvious cause is a high ping time to the server, which however shouldn't affect the stale rate by more than 0.5% in the worst case.
I'm getting more than 1% of stale shares, is this normal?
No. On our Stratum servers, most miners achieve stale rates well below 1%. Some software-related latency may be unavoidable for some setups, but if your stale rate is above 1% then something probably needs to be fixed.
Should I set the --no-submit-stale option in cgminer?
No, you should not set that option. If you set it, your rewards may be lower.
What is Stratum?
Stratum is a network protocol for pooled mining, designed as a replacement for the now obsolete “getwork” protocol. It was originally proposed by Marek Palatinus (aka Slush), who also wrote a proxy for miners that could only understand the getwork protocol.
Today most mining software supports the Stratum protocol natively, but the Stratum proxy is still useful for reducing network bandwidth usage on large installations.
What is the “resume” extension to Stratum?
It is an extension to the original Stratum mining protocol, jointly designed by Slush and ckolivas, the maintainer of cgminer. If your mining pool supports the extension and your Internet connection has a hiccup, the server may still accept any shares that your miners found while disconnected, if they reconnect and submit them within a reasonable time. As simple as this may sound, it is actually tricky to implement this feature correctly, because Stratum is not a stateless protocol.
Why did my Google Authenticator codes suddenly stop working?
It might be because the time on your Google Authenticator app is not synced correctly. To make sure that you have the correct time, go to the main menu on the Google Authenticator app, and select “Settings”, “Time correction for codes”, “Sync now”.
How can I delete my account?
Please send an email to support. Make sure you include your username.
What Android apps can I use to monitor my workers?
You can check your workers with CheckPool, LitecoinPool.org Monitor, MinerBox, Mining Monitor 4 Litecoinpool or PoolWatch.
What iOS apps can I use to monitor my workers?
You can check your workers with Ethereum Mining Monitor, Litecoinpool Monitor, Litecoinpool Viewer or MinerBox.

Any Questions?

If you need further assistance, please send an email to support(at)litecoinpool.org.

Please note that we will not provide assistance to GPU miners, as it would only be a waste of time and energy for everybody involved.