Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: vlad230 on February 06, 2018, 03:25:39 PM



Title: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 06, 2018, 03:25:39 PM
I have seen a lot of users that want to start mining or have already started but do not know what to mine. I though of creating this thread by including all of the new CryptoNight coins that are worth while mining using your CPU and will get you a decent amount of coins in return.
I will maintain this thread and add more coins on it, feel free to bookmark if you like.

I think the average mining power of your low to mid level CPU is about ~100-150 h/s so, I will create a guide on what to mine and how to do it based on this hashing speed.
Note: With this hashing speed you will definitely loose money if you sell what you mine because electricity is expensive. This approach is going to work only if you're OK with the idea that their value will probably appreciate in time.

What coins to mine?

The most lucrative coins from a "low difficulty & good returns" perspective are:

  • Qwerty Coin (QWC) - you will get ~315,000 tokens/day
  • TurtleCoin(TRTL) - you will get ~3500 tokens/day
  • PinkStarCoin (PNKS) - you will get ~600 tokens/day
  • Stellite Coin (XTL) - you will get ~270 tokens/day
  • DinastyCoin (DCY) - you will get ~200 tokens/day
  • ByteCoin (BCN) - you will get ~26 tokens/day
  • CrepCoin (CREP) - you will get ~49 tokens/day
  • Intense Coin (ITNS) - you will get ~7 tokens/day
  • Fonero (FNO) - you will get ~9 tokens/day
  • Graft (GRFT) - you will get ~1 tokens/day
  • Electroneum (ETN) - you will get ~4 tokens/day
  • LeviarCoin (XLC) - you will get ~2 tokens/day
  • Dero (DERO) - you will get ~0.3 tokens/day
  • Alloy (XAO) - you will get ~15 tokens/day
  • Haven (XHV) - you will get ~0.4 tokens/day
  • Karbo (KRB) - you will get ~0.2 tokens/day
  • Sumokoin (SUMO) - you will get ~0.1 tokens/day
  • NioBioCash (NBR) - you will get ~20 tokens/day
  • Solace Coin (SOLACE) - you will get ~2000 tokens/day
  • Loki Coin (LOKI) - you will get ~0.4 tokens/day
  • Triton Coin (TRIT) - you will get ~25 tokens/day
  • Iridium Coin (IRD) - you will get ~2 tokens/day
  • Italo Coin (ITA) - you will get ~2.4 tokens/day
  • Elya Coin (ELYA) - you will get ~92 tokens/day
  • OMBRE Coin (OMBRE) - you will get ~60 tokens/day
  • BitTube Coin (TUBE) - you will get ~0.7 tokens/day
  • BBS Coin (BBS) - you will get ~12,000 tokens/day
  • BLOC Coin (BLOC) - you will get ~0.9 tokens/day
  • Quantum Coin (QRL) - you will get ~0.35 tokens/day

What pool should I use?

Usually all of the legitimate pools will charge a fee, from my experience, the good ones charge up to 1%. None of the good ones are free.

The pools I use or heard they are good:

  • DCY - dcy.poolmining.us
  • BCN - bytecoin.uk
  • ETN, KRB, SUMO, ITNS, GRFT - easyhash.io
  • XLC - xlc.dark-mine.su
  • TRTL - turtlepool.space
  • DERO - pool.dero.live
  • XAO - cryptoknight.cc/alloy/
  • FNO - fno.cryptopool.space
  • XHV - xhv.luckypool.io
  • PNKS - pnks.poolmining.us
  • XTL - communitypool.stellite.cash
  • QWC - qwertycoin.site
  • CREP - crep.miner.rocks
  • NBR - nbr.4miner.me
  • SOLACE - solace.luckypool.io
  • LOKI - loki.miner.rocks
  • TRIT - cryptoknight.cc/triton
  • IRD - cryptoknight.cc/iridium
  • ITA - cryptoknight.cc/italo
  • ELYA - cryptoknight.cc/elya
  • OMBRE - cryptoknight.cc/ombre
  • TUBE - mining.bit.tube
  • BBS - pool.bbscoin.xyz
  • BLOC - bloc-mining.us
  • QRL - qrl.miner.rocks

What coins have forked, are ASIC resistant and what algorithm are they currently on?

An answer to all of this questions can be found on my other thread: [CryptoNight] Forked coins, ASIC resistance and current algorithms (https://bitcointalk.org/index.php?topic=4088545.0)

Where can I get a wallet address?

The best place to get a wallet address is on the website of the coin. I have also used FreeWallet or Jaxx but usually none of the new coins are supported in these.

The most secure wallets to use are the paper wallets, you can mine directly to them.
Note: Please do not use a wallet address from an exchange, you will most likely loose your mined coins.

What software to use for mining?

I am using Xmrig for mining. In my opinion this is the best & easy to use command line CPU miner.
Note: They charge a fee for mining which is between 1% - 5%. You can configure this to the amount you like to donate.

First you need to download the correct file from here: https://github.com/xmrig/xmrig/releases

You should have 3 files:

  • config.json
  • start.bat
  • xmrig.exe

The important part is the config.json file, this is the only file (read the comments in it too):
[/list]
Code:
{
    "algo": "cryptonight",  // cryptonight (default) or cryptonight-lite
    "av": 0,                // algorithm variation, 0 auto select
    "background": false,    // true to run the miner in the background
    "colors": true,         // false to disable colored output    
    "cpu-affinity": null,   // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
    "cpu-priority": 2,   // set process priority (0 idle, 2 normal to 5 highest)
    "donate-level": 5,      // donate level, mininum 1%
    "log-file": null,       // log all output to a file, example: "c:/some/path/xmrig.log"
    "max-cpu-usage": 85,    // maximum CPU usage for automatic mode, usually limiting factor is CPU cache not this option.  
    "print-time": 60,       // print hashrate report every N seconds
    "retries": 5,           // number of times to retry before switch to backup server
    "retry-pause": 5,       // time to pause between retries
    "safe": false,          // true to safe adjust threads and av settings for current CPU
    "threads": 3,        // number of miner threads corresponds to the number of cores you CPU has, recommended 3 for quad core processors
    "pools": [
{
            "url": "<your_pool_address>",   // URL of mining server or: etn.fairhash.org:3333
            "user": "<your_wallet_address>",                        // username for mining server
            "pass": "x",                       // password for mining server, usually "x" or ""
            "keepalive": true,                 // send keepalived for prevent timeout (need pool support)
            "nicehash": true                  // enable nicehash/xmrig-proxy support
        }
    ],
    "api": {
        "port": 0,                             // port for the miner API https://github.com/xmrig/xmrig/wiki/API
        "access-token": null,                  // access token for API
        "worker-id": null                      // custom worker-id for API
    }
}

After you properly change config.json, you can start the miner by opening start.bat (on Windows). That's it!

Another mining app for CPU mining is XMR-STAK, you can use this as well, a guide on how to install it was provided by neosi1 here: https://bitcointalk.org/index.php?topic=2891680.msg33070715#msg33070715

A more detailed mining thread which showcases multiple mining apps (CPU & GPU) can be found here: https://bitcointalk.org/index.php?topic=2345911.0

Please let me know if you have questions/suggestions or feel free to share the coins you are mining with your CPU and could be added on this list.


Title: Re: [Cryptonight] CPU mining guide & coins that will get you a return
Post by: Digital Drug Lord on February 06, 2018, 03:36:47 PM
what algos does the miner do just cryptonight?


Title: Re: [Cryptonight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 06, 2018, 04:27:03 PM
what algos does the miner do just cryptonight?

It can do cryptonight (by default) or cryptonight-lite. Check config.json. :)


Title: Re: [Cryptonight] CPU mining guide & coins that will get you a return
Post by: ronnylov on February 06, 2018, 04:40:11 PM
There are more cryptonight coins that are profitable but which one is best varies all the time.
Better to link to one of the available calculators.

http://minecryptonight.net/
https://www.cryptunit.com/
https://whattomine.com/

For some reason dero, turtlecoin and sumokoin looks nice today.


Title: Re: [Cryptonight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 06, 2018, 04:48:13 PM
There are more cryptonight coins that are profitable but which one is best varies all the time.
Better to link to one of the available calculators.

http://minecryptonight.net/
https://www.cryptunit.com/
https://whattomine.com/

For some reason dero, turtlecoin and sumokoin looks nice today.

This is not about profit but "number of coins you get" with a low hashrate :)
Thanks for the links though!


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: mcs_john on February 06, 2018, 05:03:20 PM
You didn't mentioned a pool for XDN.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 06, 2018, 09:56:32 PM
You didn't mentioned a pool for XDN.

Yes, I haven't tested any for XDN yet. Will add more after they're tested. :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 09, 2018, 09:45:38 AM
You didn't mentioned a pool for XDN.

Yes, I haven't tested any for XDN yet. Will add more after they're tested. :)

Unfortunately I could not find any reliable XDN pools... Removing it from the list.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 09, 2018, 03:39:40 PM
Added a pool for XLC.
Added estimates & pool for TRTL.

Happy mining :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: MATTX on February 09, 2018, 04:14:49 PM
If you need coin with purpose and more than just fork or gui wallet go for Dero,
research you coin first and read carefully the details about it.
https://github.com/deroproject/documentation/blob/master/WhitePaper.md (https://github.com/deroproject/documentation/blob/master/WhitePaper.md)
I am personally mining dero.
DERO: Privacy + Smart Contracts + Lightning Fast Transactions, like monero + ethereum
https://bitcointalk.org/index.php?topic=2525508
You can use cpu to mine dero.
http://pool.dero.live/ (http://pool.dero.live/)






Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 10, 2018, 09:38:27 AM
If you need coin with purpose and more than just fork or gui wallet go for Dero,
research you coin first and read carefully the details about it.
https://github.com/deroproject/documentation/blob/master/WhitePaper.md (https://github.com/deroproject/documentation/blob/master/WhitePaper.md)
I am personally mining dero.
DERO: Privacy + Smart Contracts + Lightning Fast Transactions, like monero + ethereum
https://bitcointalk.org/index.php?topic=2525508
You can use cpu to mine dero.
http://pool.dero.live/ (http://pool.dero.live/)


Thanks for the suggestion!

I've added in DERO token gain estimates and a very active pool for it. :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 13, 2018, 11:59:06 AM
Difficulty has increased for all of the coins mentioned so, I've updated them to reflect the current rewards for the ~150 h/s hash rate.

Mine while you still have a chance to gain something ;)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 16, 2018, 04:03:00 PM
Added ALLOY to the list. You can get about 0.7 XAO/day with 150 h/s :)

Happy mining ;)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: generalheed on February 16, 2018, 04:54:38 PM
I'm really confused about ByteCoin (BCN). Half of the people here seem to despise it and tell me to stay far away from it. But it looks like it's doing alright. I only know a little bit about the story behind bytecoin too.

You didn't mentioned a pool for XDN.

Yes, I haven't tested any for XDN yet. Will add more after they're tested. :)

Unfortunately I could not find any reliable XDN pools... Removing it from the list.

I mine XDN reliably on MinerGate. In fact I actually do merged mining on Minergate with XMR which means by mining XMR, that same hashrate also mines XDN at virtually no cost and I've racked up a fair amount of XDN to supplement the XMR. It's just a bonus basically. Minergate also has merged mining with XMR and FCN, but I honestly don't think FCN is that great. It's difficulty is somewhat high and you don't get much out of it.

I know people here also have mixed feelings about MinerGate so that's up to them to decide. My personal experience is that it's been fine for me but others have indeed had issues as well.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 16, 2018, 09:08:40 PM
I'm really confused about ByteCoin (BCN). Half of the people here seem to despise it and tell me to stay far away from it. But it looks like it's doing alright. I only know a little bit about the story behind bytecoin too.

I mine XDN reliably on MinerGate. In fact I actually do merged mining on Minergate with XMR which means by mining XMR, that same hashrate also mines XDN at virtually no cost and I've racked up a fair amount of XDN to supplement the XMR. It's just a bonus basically. Minergate also has merged mining with XMR and FCN, but I honestly don't think FCN is that great. It's difficulty is somewhat high and you don't get much out of it.

I know people here also have mixed feelings about MinerGate so that's up to them to decide. My personal experience is that it's been fine for me but others have indeed had issues as well.

Yes, BCN had a bad reputation when it started out but their project isn't as bad as people think. In the end everything that counts is the people who trade it. I see it's about $6mil for the past 24h, that can't be bad, right? :)

I've also stared out mining with minergate but found out on my own that this isn't a good option. High fees for withdrawing the mined coins to a wallet, good hashes being stolen etc... I suggest moving away from minergate as soon as possible.

Although, I could not find a reliable XDN pool so that means you need keep searching on your own for one or switch to another coin...


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: mk111 on February 17, 2018, 03:43:04 AM
Thanks for the guide.
You can add Graft.

https://bitcointalk.org/index.php?topic=2115188.0

100H/s will give you around 3.082 GRFT per day


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 19, 2018, 02:51:16 PM
Thanks for the guide.
You can add Graft.

https://bitcointalk.org/index.php?topic=2115188.0

100H/s will give you around 3.082 GRFT per day

Thanks for the suggestion!
I have added in GRFT & associated pool :)

Happy mining :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: theferretts on February 19, 2018, 04:28:03 PM
Another new coin to look at thats super easy to mine is SpotMe coin:

https://www.spotmecoin.com

Though development seems very slow.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: mk111 on February 19, 2018, 05:10:51 PM
Another new coin to look at thats super easy to mine is SpotMe coin:

https://www.spotmecoin.com

Though development seems very slow.


I love mining new up and coming Cryptonight coins but I will skip this one as it does not even have a Bitcoin talk ANN...


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 20, 2018, 08:23:11 AM
Another new coin to look at thats super easy to mine is SpotMe coin:

https://www.spotmecoin.com

Though development seems very slow.


Thanks for the suggestion but we should at least wait for it to be announced on this forum to know more about it and the developers.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: theferretts on February 22, 2018, 05:16:26 AM
Here are a couple of threads on SpotMe Coin:

https://bitcointalk.org/index.php?topic=2701367.0

https://bitcointalk.org/index.php?topic=2859206.0


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on February 28, 2018, 09:53:20 AM
Added a new coin: Fonero Coin (FNO), you will get about 6 tokens/day.

Happy mining :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: jumbay on March 07, 2018, 09:09:30 PM
Another interesting coin is http://havenprotocol.com
Worth to mine (~0.4/150H/Day) and compare to some others Cryptonight coin it will provide a real useful feature: Offshore Holding

Bitcoin talk post: https://bitcointalk.org/index.php?topic=2989487.0 (https://bitcointalk.org/index.php?topic=2989487.0)



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: cranefist on March 10, 2018, 03:25:12 PM
Here are a couple of threads on SpotMe Coin:

https://bitcointalk.org/index.php?topic=2701367.0

https://bitcointalk.org/index.php?topic=2859206.0


There is an unofficial discord for SPOTmeCoin here : https://discord.gg/nCsxdMf

The low diff makes this a great coin for CPU mining.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 14, 2018, 01:03:32 PM
Another interesting coin is http://havenprotocol.com
Worth to mine (~0.4/150H/Day) and compare to some others Cryptonight coin it will provide a real useful feature: Offshore Holding

Bitcoin talk post: https://bitcointalk.org/index.php?topic=2989487.0 (https://bitcointalk.org/index.php?topic=2989487.0)



Ok, this one seems promising from what I can see. Added it to the first post in this thread. :)


There is an unofficial discord for SPOTmeCoin here : https://discord.gg/nCsxdMf

The low diff makes this a great coin for CPU mining.

Do you have any other info on it? Are you mining it now? What pools are you using?

Although this coins was launched at the beginning of January it has not gained enough traction & attention from users on BCT. I would be a bit cautious to mine it at this time, it may be a waste of time.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: jumbay on March 15, 2018, 12:22:57 PM
Another interesting coin is http://havenprotocol.com
Worth to mine (~0.4/150H/Day) and compare to some others Cryptonight coin it will provide a real useful feature: Offshore Holding

Bitcoin talk post: https://bitcointalk.org/index.php?topic=2989487.0 (https://bitcointalk.org/index.php?topic=2989487.0)



Ok, this one seems promising from what I can see. Added it to the first post in this thread. :)
Great.

But you should mention another pool like http://cryptoknight.cc/haven/ with 0% fee. xhv.luckypool.io is a good one too but the majority of minners are on it which is not a good thing for crypto.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 15, 2018, 01:02:28 PM
Great.

But you should mention another pool like http://cryptoknight.cc/haven/ with 0% fee. xhv.luckypool.io is a good one too but the majority of minners are on it which is not a good thing for crypto.

I've selected that pool because it's more popular and it has more miners on it. I have tried multiple pools in the past but it seems that you get more consistent results when you join large pools. Not to mention the importance of the pool having a high uptime.

From what I've seen until now, mining on a pool that has a lot of members is not a bad thing at all, especially when resolving a block takes more than 100% effort.
Another good point is that blocks are found very fast - about 4 min on luckpool.io rather than 4h on cryptoknight.cc
Of course, the block reward will be split between more users but I think it's a good compromise because there will be more blocks.

What was your experience with pools?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: jumbay on March 15, 2018, 04:16:12 PM
Great.

But you should mention another pool like http://cryptoknight.cc/haven/ with 0% fee. xhv.luckypool.io is a good one too but the majority of minners are on it which is not a good thing for crypto.

I've selected that pool because it's more popular and it has more miners on it. I have tried multiple pools in the past but it seems that you get more consistent results when you join large pools. Not to mention the importance of the pool having a high uptime.

From what I've seen until now, mining on a pool that has a lot of members is not a bad thing at all, especially when resolving a block takes more than 100% effort to be resolved.
Another good point is that blocks are found very fast - about 4 min on luckpool.io rather than 4h on cryptoknight.cc
Of course, the block reward will be split between more users but I think it's a good compromise.

What was your experience with pools?

I've used xhv.luckypool.io at first because it was where all minners were, but now that there are more minners on http://cryptoknight.cc I've switched to it and it has 0% fee. For now it seems I'm getting more XHV per day on this one. But at the end it should be equivalent. It's more to have at least 2 large pool than a big one.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 16, 2018, 10:56:14 AM
I've used xhv.luckypool.io at first because it was where all minners were, but now that there are more minners on http://cryptoknight.cc I've switched to it and it has 0% fee. For now it seems I'm getting more XHV per day on this one. But at the end it should be equivalent. It's more to have at least 2 large pool than a big one.

I usually don't recommend joining 0% fee pools because they either have bad uptime or they steal your good shares.

When it comes to the effort used to mine a block by the pool, I have been lucky in the past on smaller pools and mined blocks with 20-40% effort and got the rewards fast but once you get a few 200% effort blocks (which will happen sooner than you think) all that advantage will be lost.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: jumbay on March 17, 2018, 04:43:07 PM
I've used xhv.luckypool.io at first because it was where all minners were, but now that there are more minners on http://cryptoknight.cc I've switched to it and it has 0% fee. For now it seems I'm getting more XHV per day on this one. But at the end it should be equivalent. It's more to have at least 2 large pool than a big one.

I usually don't recommend joining 0% fee pools because they either have bad uptime or they steal your good shares.

When it comes to the effort used to mine a block by the pool, I have been lucky in the past on smaller pools and mined blocks with 20-40% effort and got the rewards fast but once you get a few 200% effort blocks (which will happen sooner than you think) all that advantage will be lost.

Yes I understand that, but what I was saying is to avoid having all minners on the same pool. By the way this pool get down and here is what happened:
Quote
Luckypool is back online now however this has raised an important issue we currently have. We have gone 45 minutes without a block as the majority of the hashing power was in luckypool so that when it went down, the network didn't have enough power to find a block until one of the other underpowered pools finds a block and the difficulty can adjust. The more we spread the power among the pools, the better it is for our network :)

Here's the full list of pools:
- http://cryptoknight.cc/haven/
- https://mineallcrypto.com/pool?symbol=XHV
- https://haven.miner.rocks/
- https://xhv.luckypool.io/
- https://monerise.com/?pool=haven
- http://youpool.io/XHV/

Thank you!


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Udrujex on March 17, 2018, 04:53:06 PM
KRB will be dead because of  marketing absence.   Great idea, great project, honest Devs, but needs good marketing


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Lieldoryn on March 17, 2018, 05:14:08 PM
I recommend the use of pay pools. They are more powerful and there are no scammers. But now you need to start looking for other algorithms. If you do get X3 Antminer on the cryptonight mining algorithm using GPU will be forgotten. The first deliveries are scheduled for mid-may. You don't have much time left. May be better to look for other options?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 18, 2018, 09:58:03 AM

Yes I understand that, but what I was saying is to avoid having all minners on the same pool. By the way this pool get down and here is what happened:
Quote
Luckypool is back online now however this has raised an important issue we currently have. We have gone 45 minutes without a block as the majority of the hashing power was in luckypool so that when it went down, the network didn't have enough power to find a block until one of the other underpowered pools finds a block and the difficulty can adjust. The more we spread the power among the pools, the better it is for our network :)

Here's the full list of pools:
- http://cryptoknight.cc/haven/
- https://mineallcrypto.com/pool?symbol=XHV
- https://haven.miner.rocks/
- https://xhv.luckypool.io/
- https://monerise.com/?pool=haven
- http://youpool.io/XHV/

Thank you!

Ok, I see what you mean now. It's a good point. Thanks for sharing!

I recommend the use of pay pools. They are more powerful and there are no scammers. But now you need to start looking for other algorithms. If you do get X3 Antminer on the cryptonight mining algorithm using GPU will be forgotten. The first deliveries are scheduled for mid-may. You don't have much time left. May be better to look for other options?

I doubt they will start mining the coins I have listed here with ASICs and it seems the coin developers have started to hard fork in order to introduce ASIC resistance.

Like I said in other threads, I doubt the small trade volume coins with survive the ASICs.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Bigpiggy01 on March 19, 2018, 02:59:19 PM


I doubt they will start mining the coins I have listed here with ASICs and it seems the coin developers have started to hard fork in order to introduce ASIC resistance.

Like I said in other threads, I doubt the small trade volume coins with survive the ASICs.

I hope that most of the new coins will be ignored by the ASICS crowd as they'd be able to fuck it all up in seconds. On the bright side, most of the cryptonote devs I've seen who've posted are fairly anti ASICS.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 19, 2018, 04:10:04 PM

I hope that most of the new coins will be ignored by the ASICS crowd as they'd be able to fuck it all up in seconds. On the bright side, most of the cryptonote devs I've seen who've posted are fairly anti ASICS.

Indeed, they are anti-ASIC, that's why I chose this algorithm for CPU mining in the first place :) 
At the time I created this thread, CryptoNight coins were not minable with ASICs (or at least it wasn't known yet that it's possible) and now that someone has found a way to do it, the majority will hard fork to maintain the ASIC resistance.  8)

To keep everything back on topic, what coins are you mining with your CPU? :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on March 20, 2018, 01:09:50 PM
At the moment I've mined ITNS and DCY, then for a potentially good upcoming coin I'm mining PinkStar,
as per your 1st post at an average of 150Hs you should get around 900 PNKS per 24Hrs

https://bitcointalk.org/index.php?topic=2723196.0


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on March 20, 2018, 01:36:18 PM
I'm really confused about ByteCoin (BCN). Half of the people here seem to despise it and tell me to stay far away from it. But it looks like it's doing alright. I only know a little bit about the story behind bytecoin too.



I was also put off  with Bytecoin after reading up here but I suppose it doesnt hurt to hedge your bets so I may start digging,

I know this thread is about Cryptonight coins but could I ask has anyone any opinion about the Yescrypt coins, sorry to slightly go off topic but they are only for CPU mining


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on March 20, 2018, 02:27:37 PM
As for mining Software I use XMR-Stack although I have used Xmrig but defo get better Hs with XMR-Stack, Xmrig is availble for 32bit aswell whereas XMR-Stack i'snt which maybe a advantage to some, but I guess it all depends on the PC you have and your own preference.

There is some nice GUI software but its only in Beta so is a little buggy and you may need to uninstall and reinstall to get it working ok, thats called Sumo Easy Miner, the default is setup for sumo mining but you can add in your own pools to mine other coins, if you where too mine more than one coin at a time you can select how many cores you want to use per coin which is quite cool, hope a update for it comes along soon

https://bitcointalk.org/index.php?topic=2163270.0


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 20, 2018, 03:51:59 PM
At the moment I've mined ITNS and DCY, then for a potentially good upcoming coin I'm mining PinkStar,
as per your 1st post at an average of 150Hs you should get around 900 PNKS per 24Hrs

https://bitcointalk.org/index.php?topic=2723196.0

Ok, I have added it to the main post. :) The current estimate says you can get 1200 tokens/day with that hash rate, even better :D

This one looks interesting, I see it has some activity on BCT.

Let's hope it's going to be a winner in the long run.

As for mining Software I use XMR-Stack although I have used Xmrig but defo get better Hs with XMR-Stack, Xmrig is availble for 32bit aswell whereas XMR-Stack i'snt which maybe a advantage to some, but I guess it all depends on the PC you have and your own preference.

There is some nice GUI software but its only in Beta so is a little buggy and you may need to uninstall and reinstall to get it working ok, thats called Sumo Easy Miner, the default is setup for sumo mining but you can add in your own pools to mine other coins, if you where too mine more than one coin at a time you can select how many cores you want to use per coin which is quite cool, hope a update for it comes along soon

https://bitcointalk.org/index.php?topic=2163270.0

What kind of hash rate difference did you see when comparing XMRig with XMR-Stak ?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Bhaal1 on March 21, 2018, 02:28:42 PM
I think cryptunit calculates ETN wrong.
Its way off compared to whattomine and what I tested the last days whattomine (adding 35% for the pool-luck factor) is far more realistic.
I tested on nanopool and spacepools.

Any thoughts?

Cheers


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 21, 2018, 07:06:06 PM
I think cryptunit calculates ETN wrong.
Its way off compared to whattomine and what I tested the last days whattomine (adding 35% for the pool-luck factor) is far more realistic.
I tested on nanopool and spacepools.

Any thoughts?

Cheers

What kind of differences are you seeing? When I mined ETN I was getting about 10-15% less compared with the estimates but this may be due to a fluctuating hash rate or/and difficulty.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Proton2233 on March 21, 2018, 07:26:31 PM
I think cryptunit calculates ETN wrong.
Its way off compared to whattomine and what I tested the last days whattomine (adding 35% for the pool-luck factor) is far more realistic.
I tested on nanopool and spacepools.

Any thoughts?

Cheers

What kind of differences are you seeing? When I mined ETN I was getting about 10-15% less compared with the estimates but this may be due to a fluctuating hash rate or/and difficulty.
This always happens. It is impossible to predict 100% what will be the result of the operation of your equipment. It is impossible even to foresee how long it will be possible to use this algorithm for mining using GPU. So I think we should discuss the topic of protecting coins from asics more. Without that, everything else doesn't make sense.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 21, 2018, 08:38:32 PM

What kind of differences are you seeing? When I mined ETN I was getting about 10-15% less compared with the estimates but this may be due to a fluctuating hash rate or/and difficulty.
This always happens. It is impossible to predict 100% what will be the result of the operation of your equipment. It is impossible even to foresee how long it will be possible to use this algorithm for mining using GPU. So I think we should discuss the topic of protecting coins from asics more. Without that, everything else doesn't make sense.

Yes, I agree that's why I'm asking Bhaal1 what differences is he seeing. Maybe he configured something in a wrong manner like a wrong fixed/starting difficulty.

I think there are enough threads in this sub-forum about AISCs and the disadvantages they bring, let's keep this thread on topic - CN CPU minable coins.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Bhaal1 on March 22, 2018, 10:21:07 AM

What kind of differences are you seeing? When I mined ETN I was getting about 10-15% less compared with the estimates but this may be due to a fluctuating hash rate or/and difficulty.
This always happens. It is impossible to predict 100% what will be the result of the operation of your equipment. It is impossible even to foresee how long it will be possible to use this algorithm for mining using GPU. So I think we should discuss the topic of protecting coins from asics more. Without that, everything else doesn't make sense.

Yes, I agree that's why I'm asking Bhaal1 what differences is he seeing. Maybe he configured something in a wrong manner like a wrong fixed/starting difficulty.

I think there are enough threads in this sub-forum about AISCs and the disadvantages they bring, let's keep this thread on topic - CN CPU minable coins.

Thanks for the feedback!
I mine CN coins since October with one of my rigs (4x Vega 56) and have around 7.6 KH.
If I put this number on whattomine right now (current diff) I get: 148.8 ETN Daily (so with the pool luck-factor (35%) ~ 200.9 ETN)
If I put this number on cryptunit right now I get: 297.6 ETN Daily

whattomine is quite accurate from what I get... cryptunit is way to high.

e.g. IPBC is very accurate from the values cryptunit shows and what I get.

Cheers


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 22, 2018, 11:29:17 AM

Thanks for the feedback!
I mine CN coins since October with one of my rigs (4x Vega 56) and have around 7.6 KH.
If I put this number on whattomine right now (current diff) I get: 148.8 ETN Daily (so with the pool luck-factor (35%) ~ 200.9 ETN)
If I put this number on cryptunit right now I get: 297.6 ETN Daily

whattomine is quite accurate from what I get... cryptunit is way to high.

e.g. IPBC is very accurate from the values cryptunit shows and what I get.

Cheers

What is the actual amount of ETN you have been getting with your rig ? Are they 10-15% close to whattomine says it is?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: preda on March 22, 2018, 11:29:36 AM
starting mining with cpu i will follow this thread


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 22, 2018, 11:31:30 AM
starting mining with cpu i will follow this thread

Good to hear that :) Please let me know if I can help you out with something.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Bhaal1 on March 22, 2018, 12:00:30 PM

Thanks for the feedback!
I mine CN coins since October with one of my rigs (4x Vega 56) and have around 7.6 KH.
If I put this number on whattomine right now (current diff) I get: 148.8 ETN Daily (so with the pool luck-factor (35%) ~ 200.9 ETN)
If I put this number on cryptunit right now I get: 297.6 ETN Daily

whattomine is quite accurate from what I get... cryptunit is way to high.

e.g. IPBC is very accurate from the values cryptunit shows and what I get.

Cheers

What is the actual amount of ETN you have been getting with your rig ? Are they 10-15% close to whattomine says it is?

Yes..around 180-190...but that difference is easily explainable with the changing diff over one day.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on March 22, 2018, 12:35:28 PM
At the moment I've mined ITNS and DCY, then for a potentially good upcoming coin I'm mining PinkStar,
as per your 1st post at an average of 150Hs you should get around 900 PNKS per 24Hrs

https://bitcointalk.org/index.php?topic=2723196.0

Ok, I have added it to the main post. :) The current estimate says you can get 1200 tokens/day with that hash rate, even better :D

This one looks interesting, I see it has some activity on BCT.

Let's hope it's going to be a winner in the long run.

As for mining Software I use XMR-Stack although I have used Xmrig but defo get better Hs with XMR-Stack, Xmrig is availble for 32bit aswell whereas XMR-Stack i'snt which maybe a advantage to some, but I guess it all depends on the PC you have and your own preference.

There is some nice GUI software but its only in Beta so is a little buggy and you may need to uninstall and reinstall to get it working ok, thats called Sumo Easy Miner, the default is setup for sumo mining but you can add in your own pools to mine other coins, if you where too mine more than one coin at a time you can select how many cores you want to use per coin which is quite cool, hope a update for it comes along soon

https://bitcointalk.org/index.php?topic=2163270.0

What kind of hash rate difference did you see when comparing XMRig with XMR-Stak ?

Soz for not replying sooner @vlad230 I did a little test for you and on one of my machines that gives around 190hs on XMR-Stack i only get 165hs on XMrig, hugepages are enabled etc
so there is some difference. If you like I could do a guide for setting up XMR-Stack for the first time for you to tweak and add to you 1st post

Following on from my post about PinkStar, if you've started mining make sure you keep an eye on their thread re moving to v2 and swapping coins


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on March 22, 2018, 12:54:28 PM
Defo make sure you keep updated on the DinastyCoin DCY thread too as updates are looking good there aswell

https://bitcointalk.org/index.php?topic=3069548.msg32837041#msg32837041


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 22, 2018, 06:14:04 PM

Soz for not replying sooner @vlad230 I did a little test for you and on one of my machines that gives around 190hs on XMR-Stack i only get 165hs on XMrig, hugepages are enabled etc
so there is some difference. If you like I could do a guide for setting up XMR-Stack for the first time for you to tweak and add to you 1st post

Following on from my post about PinkStar, if you've started mining make sure you keep an eye on their thread re moving to v2 and swapping coins

Hmm, that's some difference in hash rates. I might switch to XMR-Stak as well.
Sure, a post with setting XMR-Stak would be good to have, I'll link to it from my thread too.

Thanks for the heads up! I will mention the swap on the first page of this thread, for others to also be aware of.



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: ncBB on March 22, 2018, 06:34:26 PM
what is the best coin for cryptonight to mine now?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on March 24, 2018, 03:46:50 PM

Sure, a post with setting XMR-Stak would be good to have, I'll link to it from my thread too.



I'll get to work as soon as mate re the guide for XMR-Stak

A further update has been posted today re dinastycoin DCY, there coming thick and fast so definately a coin thats on the move

https://bitcointalk.org/index.php?topic=3069548.msg33024287#msg33024287


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: ivakar on March 24, 2018, 04:03:40 PM
what is the best coin for cryptonight to mine now?

with all these new cryptonight asics around not quite sure there will be any coin to mine quite soon enough.
so no idea what we will be mining then, I'm sure the diff on etn and ipbc will be really high very soon  :-[



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on March 24, 2018, 04:44:34 PM
WINDOWS INSTRUCTIONS FOR XMR_STAK

Download XMR-Stak from https://github.com/fireice-uk/xmr-stak/releases note this is for 64bit only

Extract to a folder of your choice, at this point there is no config file for you to change as xmr-stak will create it for you based on your system. So now run
the xmr-stak application, you'll be asked a number of questions as below :-

Currency: 'monero' or 'aeon': Enter  monero
Pool address: Enter the mining pool address and port number for example mining.pool.com:3333
Username (wallet address or pool login): Enter your wallet address
Password (mostly empty or x): Enter x
Does this pool port support TLS/SSL? Use no if unknown. (y/n): Enter n
Do you want to use nicehash on this pool? (y/n): Enter n
Do you want to use multiple pools? (y/n): Enter n

At this point XMR-Stak will start to run, please note you'll only be asked the above questions the first time you run it. There is a 2% dev donation fee for using this software

Now you'll have not one but Two config files created for you in the extracted folder.

The first "config.json" is where you can change your pool address and wallet address when you want too change pools etc (dont forget to change your wallet address is mining a different coin)
 
The second is called "cpu.json" this was created by xmr-stak based on its default settings for your own CPU, you can change these settings if you wish but there is
far too much to explain in a simple setup guide as there are far too many different CPU's out there. So have a google if you want to understand and change these settings but in
all fairness the default settings tend to work fine.



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on March 24, 2018, 04:53:50 PM
I found this site a while back and its been in my bookmarks, thought it might be worth posting here as its a good
approximate reference for CPU hash rates incase your looking for a new or being gifted an old machine.

Use the search box in the CPU section and just enter your cpu.

http://monerobenchmarks.info/



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: smoolae on March 24, 2018, 05:04:46 PM
Also, you can try to mine QWERTYcoin with CPU. Should give a pretty good amount of coins per day (with my 4kH GPU rig I can get 2mil +per day).
https://bitcointalk.org/index.php?topic=2881418.0


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Wxrhino on March 24, 2018, 05:06:53 PM
Great post.

However, anyone have experience mining via MAC? I would like to start with my personal computer as a learning experience before moving up in then world of mining.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: flavio.rib on March 24, 2018, 07:54:51 PM
Hi Guys,

I'm mining in a pool of tomos and I get mutch more BTC than this altcoin, for exemple in a week Mining ETn with 120h/S I'm doing 23 ETN arround 0.77$ with tomos I'm doing more or less 2$ by week.
please check here: https://goo.gl/whCpEy


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 24, 2018, 07:57:48 PM
WINDOWS INSTRUCTIONS FOR XMR_STAK

Download XMR-Stak from https://github.com/fireice-uk/xmr-stak/releases note this is for 64bit only

Extract to a folder of your choice, at this point there is no config file for you to change as xmr-stak will create it for you based on your system. So now run
the xmr-stak application, you'll be asked a number of questions as below :-

Currency: 'monero' or 'aeon': Enter  monero
Pool address: Enter the mining pool address and port number for example mining.pool.com:3333
Username (wallet address or pool login): Enter your wallet address
Password (mostly empty or x): Enter x
Does this pool port support TLS/SSL? Use no if unknown. (y/n): Enter n
Do you want to use nicehash on this pool? (y/n): Enter n
Do you want to use multiple pools? (y/n): Enter n

At this point XMR-Stak will start to run, please note you'll only be asked the above questions the first time you run it. There is a 2% dev donation fee for using this software

Now you'll have not one but Two config files created for you in the extracted folder.

The first "config.json" is where you can change your pool address and wallet address when you want too change pools etc (dont forget to change your wallet address is mining a different coin)
 
The second is called "cpu.json" this was created by xmr-stak based on its default settings for your own CPU, you can change these settings if you wish but there is
far too much to explain in a simple setup guide as there are far too many different CPU's out there. So have a google if you want to understand and change these settings but in
all fairness the default settings tend to work fine.



Great guide! I though you would create your own thread with it and I will link to it. Will link to this post then :)

Also, you can try to mine QWERTYcoin with CPU. Should give a pretty good amount of coins per day (with my 4kH GPU rig I can get 2mil +per day).
https://bitcointalk.org/index.php?topic=2881418.0

Thanks for the input, will look into it and add it on the first post :)

Great post.

However, anyone have experience mining via MAC? I would like to start with my personal computer as a learning experience before moving up in then world of mining.

If you would like to to use a MAC for mining and XMRig as your mining software, it's even simpler, you just need to use homebrew.
Just go to: http://www.brewformulas.org/Xmrig for instructions.

Please let me know if you need any help.

Hi Guys,

I'm mining in a pool of tomos and I get mutch more BTC than this altcoin, for exemple in a week Mining ETn with 120h/S I'm doing 23 ETN arround 0.77$ with tomos I'm doing more or less 2$ by week.
please check here: https://goo.gl/whCpEy

Yes but let's say next month ETN will increase in value and your 23 ETN will be worth $20.
What you already mined and have in BTC will still be worth about $2 or maybe $4 if BTC doubles (which I doubt).


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: smoolae on March 24, 2018, 08:41:44 PM

Quote
Also, you can try to mine QWERTYcoin with CPU. Should give a pretty good amount of coins per day (with my 4kH GPU rig I can get 2mil +per day).
https://bitcointalk.org/index.php?topic=2881418.0

Thanks for the input, will look into it and add it on the first post :)

Nice to hear that!
Official pool https://qwertycoin.site/


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Wxrhino on March 25, 2018, 04:14:12 PM
WINDOWS INSTRUCTIONS FOR XMR_STAK

Download XMR-Stak from https://github.com/fireice-uk/xmr-stak/releases note this is for 64bit only

Extract to a folder of your choice, at this point there is no config file for you to change as xmr-stak will create it for you based on your system. So now run
the xmr-stak application, you'll be asked a number of questions as below :-

Currency: 'monero' or 'aeon': Enter  monero
Pool address: Enter the mining pool address and port number for example mining.pool.com:3333
Username (wallet address or pool login): Enter your wallet address
Password (mostly empty or x): Enter x
Does this pool port support TLS/SSL? Use no if unknown. (y/n): Enter n
Do you want to use nicehash on this pool? (y/n): Enter n
Do you want to use multiple pools? (y/n): Enter n

At this point XMR-Stak will start to run, please note you'll only be asked the above questions the first time you run it. There is a 2% dev donation fee for using this software

Now you'll have not one but Two config files created for you in the extracted folder.

The first "config.json" is where you can change your pool address and wallet address when you want too change pools etc (dont forget to change your wallet address is mining a different coin)
 
The second is called "cpu.json" this was created by xmr-stak based on its default settings for your own CPU, you can change these settings if you wish but there is
far too much to explain in a simple setup guide as there are far too many different CPU's out there. So have a google if you want to understand and change these settings but in
all fairness the default settings tend to work fine.



Great guide! I though you would create your own thread with it and I will link to it. Will link to this post then :)

Also, you can try to mine QWERTYcoin with CPU. Should give a pretty good amount of coins per day (with my 4kH GPU rig I can get 2mil +per day).
https://bitcointalk.org/index.php?topic=2881418.0

Thanks for the input, will look into it and add it on the first post :)

Great post.

However, anyone have experience mining via MAC? I would like to start with my personal computer as a learning experience before moving up in then world of mining.

If you would like to to use a MAC for mining and XMRig as your mining software, it's even simpler, you just need to use homebrew.
Just go to: http://www.brewformulas.org/Xmrig for instructions.

Please let me know if you need any help.

Hi Guys,

I'm mining in a pool of tomos and I get mutch more BTC than this altcoin, for exemple in a week Mining ETn with 120h/S I'm doing 23 ETN arround 0.77$ with tomos I'm doing more or less 2$ by week.
please check here: https://[Suspicious link removed]/whCpEy

Yes but let's say next month ETN will increase in value and your 23 ETN will be worth $20.
What you already mined and have in BTC will still be worth about $2 or maybe $4 if BTC doubles (which I doubt).


I definitely need a little help. I have homebrew set up and downloaded the TRTL wallet and everything but got stuck when setting up xmr-stak on MAC.


On a side note, everything I'm reading shuns mining on a MAC/personal computer and states that it will destroy my machine. I'm really only going to mine for a few hours a day to start and really to learn the programming aspect of it before committing to build my own miner. Is this really the case?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: yougoyoukay on March 25, 2018, 05:23:19 PM
what about Digibyte ? any good to mine with CPU ?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Old_Timer on March 25, 2018, 06:15:19 PM
shouldn't monero have changed algorythm by now?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Piston_82 on March 25, 2018, 07:50:58 PM
What do you think about x11?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Bhaal1 on March 26, 2018, 08:32:15 AM
shouldn't monero have changed algorythm by now?

In eleven days:
http://xmr.noctism.com/


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 26, 2018, 09:16:31 AM
What do you think about x11?

This thread is only about CryptoNight. :)

what about Digibyte ? any good to mine with CPU ?

I'm not familiar with that. Do you have more info on it? Like an announcement thread?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 30, 2018, 07:56:33 PM
I've made an update to the number of tokens you will receive :)

Also, I've added Stellite Coin (XTL) - you will get ~700 tokens/day.

Happy mining ;)


Nice to hear that!
Official pool https://qwertycoin.site/


Will add QWERTY Coin later on :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on March 31, 2018, 08:14:13 AM
Added Qwerty Coin to the main post :)

Qwerty Coin (QWC) - you will get ~90,000 tokens/day

The difficulty seems to be very very low so this is the perfect time to mine this coin. ;)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: WillWorkForFood on April 01, 2018, 03:51:31 AM
im trying to use qwertycoin.site for mining but it's not producing any coins.. anyone else having the issue?
EDIT : Don't worry it just takes a really long time to start to come in.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: smoolae on April 01, 2018, 04:40:57 PM
im trying to use qwertycoin.site for mining but it's not producing any coins.. anyone else having the issue?
EDIT : Don't worry it just takes a really long time to start to come in.

Be patient with mining QWERTY, it takes 60 blocks to mature. Plus, there seem to be some problems with it rn but the devs are already fixing them :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 01, 2018, 05:05:26 PM
im trying to use qwertycoin.site for mining but it's not producing any coins.. anyone else having the issue?
EDIT : Don't worry it just takes a really long time to start to come in.

Be patient with mining QWERTY, it takes 60 blocks to mature. Plus, there seem to be some problems with it rn but the devs are already fixing them :)

Yes, they've done a hard fork for QWC yesterday and reset the pool. Don't forget to update your wallets.

Here's the post where it was confirmed: https://bitcointalk.org/index.php?topic=2881418.msg33600115#msg33600115

EDIT: Forgot to mention that I have been paid in the mean time so, everything works again :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 11, 2018, 03:09:05 PM
I have added in another coin that is worthwhile for mining with your CPU: CREPCOIN (CREP). This coin will bring you about 27 CREP per day using an average CPU that has an estimated hash rate of about 150h/s :)

I would recommend using this pool to mine CREP: crep.miner.rocks

Happy mining :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: dx_twisted on April 12, 2018, 02:54:08 AM
I have been waiting for this, a very comprehensive and detailed guide for newbie miners who just can't afford to buy those very expensive GPU's and ASICS. By the way, I've heard that Cryptonight algorithm coins can also be mine using GPU, is it true? I'm planning to set up a rig and target mining XMR then will be followed by ETN and BCN given that it should work also with GPU.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 12, 2018, 07:31:41 AM
I have been waiting for this, a very comprehensive and detailed guide for newbie miners who just can't afford to buy those very expensive GPU's and ASICS. By the way, I've heard that Cryptonight algorithm coins can also be mine using GPU, is it true? I'm planning to set up a rig and target mining XMR then will be followed by ETN and BCN given that it should work also with GPU.

I'm glad people are still finding it useful :) I've been updating this list for a couple of months now and have also mined the listed coins with my CPU to make sure everything is working fine.

Yes, CryptoNight coins are mainly designed to be mined with CPU & GPU. Some ASICs were recently launched but some of the coins already forked to be ASIC resistant (to block ASICs from mined them).

If you're new to mining, I would recommend mining with your CPU first, to better understand what's it all about, and after that make an investment and buy GPUs (if you can find them at a good price).


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: MATTX on April 12, 2018, 12:17:06 PM
can you add progress updates of the coins listed.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 12, 2018, 01:59:53 PM
can you add progress updates of the coins listed.

What exactly do you mean by 'progress updates'?

Are you by any chance referring to updating the number of tokens you can get per day while the difficulty increases over time? If that's what you mean, then I'm doing it from time to time :)
I also do post here when I update something on the main post.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: CryptoFrancoQc on April 15, 2018, 01:09:03 AM
For fun, I started mining XTL on a very old computer (Phenom II X4 945 - 3.0Ghz) and I get an average of 50 H/s with xmrig, which gets me nowhere near the 700 tokens per day that you said you get at 100-150 H/s. I use the community pool and so far I mined about 50 XTL. Is there something I am missing?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Tidsdilatation on April 15, 2018, 05:23:30 AM
How are most of these coins holding up to the new CryptoNight ASICs that has been hitting the market? Unless they fork (as Monero) mining with a CPU should give negative value since the difficulty should skyrocket?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: dx_twisted on April 15, 2018, 05:58:07 AM
I'm glad people are still finding it useful :) I've been updating this list for a couple of months now and have also mined the listed coins with my CPU to make sure everything is working fine.

Your work is really been appreciated and I do hope that you won't get tired updating this thread. Actually, I was thinking of creating the same post but due to my busy schedule, I just couldn't find the time. Anyways, just keep it up!

If you're new to mining, I would recommend mining with your CPU first, to better understand what's it all about, and after that make an investment and buy GPUs (if you can find them at a good price).

I'm not really new into mining, I have tried several computers and laptops before just to see how it really works. I already read a lot of stuffs even those who are pessimistic that CPU mining is dead. In fact, CPU mining is still profitable if you just mine the right coin, given that you hold it and its value surge up later.

I will make your thread as a reference for my mining guide as most of the coins that I target were mostly Cryptonight, let me find my time to do this as I'm still full of errands to do.

This year, I'm saving up to invest into mining that's why I asked if they can also be mined by GPU. My only problem is the scarcity of it, such as 1080's and Vega's, there are available ones but the price is very expensive.

Once I got into it, I will definitely come back on this thread and will share stuffs that can support your guide.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 15, 2018, 12:01:25 PM
For fun, I started mining XTL on a very old computer (Phenom II X4 945 - 3.0Ghz) and I get an average of 50 H/s with xmrig, which gets me nowhere near the 700 tokens per day that you said you get at 100-150 H/s. I use the community pool and so far I mined about 50 XTL. Is there something I am missing?
Unfortunately the difficulty of Stellite (XTL) has increased since my last update. You will get 270 XTL/day with 150 h/s :(
Updated the the OP with this info. Be sure to check here from time to time, I normally announce the updates in a post.

You should be getting about 80 XTL/day with that hash rate.



I've also updated the rest of the coins in the list, for most of them the difficulty has increased, unfortunately.
QWC has its main pool in maintenance right now so, the network hash rate has dropped significantly and you can get up to 315,000 QWC per day, now! :)

You can use this alternate pool to mine it: qwcpool.partyvibe.com



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: browolf on April 15, 2018, 03:33:03 PM
I've heard Niobio Cash is worth doing https://niobiocash.org/en/


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 15, 2018, 03:43:12 PM
How are most of these coins holding up to the new CryptoNight ASICs that has been hitting the market? Unless they fork (as Monero) mining with a CPU should give negative value since the difficulty should skyrocket?
You can find a good list of the CryptoNight coins that forked here: https://bitcointalk.org/index.php?topic=3129218.0

I would suggest mining the ones which forked but until now, I haven't see a major increase in difficulty for the coins I have listed here. Probably because they're still not worth much so, they aren't targeted by ASICs :)

Your work is really been appreciated and I do hope that you won't get tired updating this thread. Actually, I was thinking of creating the same post but due to my busy schedule, I just couldn't find the time. Anyways, just keep it up!
Thanks for the kind words :) BTC tips or merits are greatly appreciated ;) Don't be shy in clicking the +Merit link.

...
I will make your thread as a reference for my mining guide as most of the coins that I target were mostly Cryptonight, let me find my time to do this as I'm still full of errands to do.
....
Once I got into it, I will definitely come back on this thread and will share stuffs that can support your guide.
That sounds good :) Feel free to reference it and come back and share your findings.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: CryptoFrancoQc on April 15, 2018, 05:44:09 PM
For fun, I started mining XTL on a very old computer (Phenom II X4 945 - 3.0Ghz) and I get an average of 50 H/s with xmrig, which gets me nowhere near the 700 tokens per day that you said you get at 100-150 H/s. I use the community pool and so far I mined about 50 XTL. Is there something I am missing?
Unfortunately the difficulty of Stellite (XTL) has increased since my last update. You will get 270 XTL/day with 150 h/s :(
Updated the the OP with this info. Be sure to check here from time to time, I normally announce the updates in a post.

You should be getting about 80 XTL/day with that hash rate.



I've also updated the rest of the coins in the list, for most of them the difficulty has increased, unfortunately.
QWC has its main pool in maintenance right now so, the network hash rate has dropped significantly and you can get up to 315,000 QWC per day, now! :)

You can use this alternate pool to mine it: qwcpool.partyvibe.com



Thanks a lot for your help :)

I needed to set the variant to 1 to make it work with Cryptonight. Could I use Cryptonight-Lite to mine XTL and get better results? I was not able to make it work and I don't know why.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 15, 2018, 06:05:04 PM
I've heard Niobio Cash is worth doing https://niobiocash.org/en/
This one looks compatible, do you have more details for it? Like a pool you've been using? An announcement thread?

Thanks a lot for your help :)

I needed to set the variant to 1 to make it work with Cryptonight. Could I use Cryptonight-Lite to mine XTL and get better results? I was not able to make it work and I don't know why.
You're welcome :)

It doesn't work that way, it's a different algorithm. You need to use the algorithm supported by the coin.

I see Stellite has forked to increase ASIC resistance, you will need to get the latest version of XMRig that supports CryptoNight V7 (https://github.com/xmrig/xmrig/releases/tag/v2.5.2) (the new CN algo for the forked coins). I assume the configuration is the same.

Let me know if you have issues with it. :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: browolf on April 16, 2018, 04:51:59 PM
I've heard Niobio Cash is worth doing https://niobiocash.org/en/
This one looks compatible, do you have more details for it? Like a pool you've been using? An announcement thread?


Announcement: https://bitcointalk.org/index.php?topic=2912866.0

Pool: http://nbr.4miner.me/#


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 17, 2018, 09:50:40 AM
Announcement: https://bitcointalk.org/index.php?topic=2912866.0
Pool: http://nbr.4miner.me/#
Thanks for the update! I have looked into this new coin and it looks promising :) They're still very new but there is a lot of hype around this coin, which is good.

I have add it to the main post of this thread, you can get up to 20 token/day with 150 h/s :)

Happy mining ;)



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: browolf on April 18, 2018, 05:37:24 PM
Another new one: Solace Coin

announcement:  https://bitcointalk.org/index.php?topic=3297659.0

It's already forked to cryptonight heavy and the difficulty is low because it's new

I'm getting 330 H/s on a 1060-6GB which equates to ~5600 coins / day

I'm using the pool http://solacecoin.cryptonote.host but cryptoknight.cc are opening one tomorrow.



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Hamtard on April 18, 2018, 08:18:51 PM
Another new one: Solace Coin

announcement:  https://bitcointalk.org/index.php?topic=3297659.0

It's already forked to cryptonight heavy and the difficulty is low because it's new

I'm getting 330 H/s on a 1060-6GB which equates to ~5600 coins / day

I'm using the pool http://solacecoin.cryptonote.host but cryptoknight.cc are opening one tomorrow.



Is the coin listed?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on April 19, 2018, 05:54:03 PM
Turtlecoin forked and changed to CryptoNightLiteV1 algorithm

Its wildly increased the h/s, i'm now averaging 650h/s but by the looks of things the value has dipped


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 21, 2018, 06:51:07 PM
Another new one: Solace Coin

announcement:  https://bitcointalk.org/index.php?topic=3297659.0

It's already forked to cryptonight heavy and the difficulty is low because it's new

I'm getting 330 H/s on a 1060-6GB which equates to ~5600 coins / day

I'm using the pool http://solacecoin.cryptonote.host but cryptoknight.cc are opening one tomorrow.
This one looks good :) I've looked a bit into it and it seems it's attracted some attention and it may be a successful coin later on. Thanks for mentioning it here!

I've added it to the main post in this thread, you will get about 2000 tokens/day with a hash rate of 150 h/s.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on April 22, 2018, 04:21:39 PM
I had a problem with my h/s dropping and remembered Id read something along my travels that increasing the size of the windows page file would help.
From what I remember it said that your virtual memory should match that of your physical memory, so as the machine I cpu mine on has 8gb ram, I
increased the page file minium too 8000mb and max to 16000mb and i got my h/s back to full speed.

The above my be helpful but someone more experienced could maybe explain better


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 22, 2018, 06:12:11 PM
I had a problem with my h/s dropping and remembered Id read something along my travels that increasing the size of the windows page file would help.
From what I remember it said that your virtual memory should match that of your physical memory, so as the machine I cpu mine on has 8gb ram, I
increased the page file minium too 8000mb and max to 16000mb and i got my h/s back to full speed.

The above my be helpful but someone more experienced could maybe explain better
If you use xmrig you don't really need to care about this. By default it will try to use large page files but sometimes for this setting to take effect you need to restart your machine.

When you start xmrig it will say at the beginning if large page files are enabled or disabled. Usually a limiting factor in the hash rate is the amount of L3 cache that you have it's not the page file size.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on April 23, 2018, 11:10:59 PM
The drop in h/s was on both xmrig and xmr-stack and huge pages has always been enabled ever since id used this particular pc to cpu mine

Ive tried to find the post/article id originally read but I cant find it, I know it it wasn't on here, but if i do find it i'll defo post it

All i can say is what I had done above, fixed my problem and in fact it slightly increased my max h/s on xmrig by 5  :P lol


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 24, 2018, 07:48:19 AM
The drop in h/s was on both xmrig and xmr-stack and huge pages has always been enabled ever since id used this particular pc to cpu mine

Ive tried to find the post/article id originally read but I cant find it, I know it it wasn't on here, but if i do find it i'll defo post it

All i can say is what I had done above, fixed my problem and in fact it slightly increased my max h/s on xmrig by 5  :P lol
So, you got an increase of just 5 h/s?  :)

That's kind of negligible if you ask me. You could have had something else running in your system tray that gobbles up CPU resources and you might just did not notice it.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on April 24, 2018, 12:21:57 PM
Jeezz, I'll start again,

When I originally posted I didnt want to post every little thing id done or checked to clog the thread up but I guess I have too !
My post was a quick summary of what id changed to fix my problem, nothing more nothing less. So I do sincerely apologize for not providing every little single piece of information !

My h/s dropped by at least 70h/s from a normal average of 185-195 h/s dependent on which miner I used, be that xmrig or xmr-stak, a normal max around 200-202 on stak
There was no reason for this, nothing had changed on the pc, no hardware changes, no softwares change's, nothing running in the background like windows update !
And yes i'm more than aware that even opening a browser can drop your h/s but thanks sooo much for pointing that out !

So I rebooted, restarted a miner, still the same.
Stopped the miner
Swapped pools
Swapped miners
Nope problem still the same.
Checked internet speed, no problems
Ran a memory test.
Rebooted still the same
Ran IntelProcessor Diagnostic Tool
No problems found.
So then I remebered something id read, so I thought what the hell its worth a shot,
So I changed the page files settings from the windows defaults (just to be clear, as per the above post) rebooted once more and started the miner once more and
guess what, it only went and worked. And to add to my surprise the max speed went up by 5 to 207, woohoooo !

So to state again increasing the page file size worked for what ever caused the problem I had in the first place.

Ive probabily missed something that id checked and I know I havent gone in depth on how to change the page file
size but if you feel the need to try im sure google will help you out with that


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on April 24, 2018, 01:44:01 PM
Jeezz, I'll start again,

When I originally posted I didnt want to post every little thing id done or checked to clog the thread up but I guess I have too !
My post was a quick summary of what id changed to fix my problem, nothing more nothing less. So I do sincerely apologize for not providing every little single piece of information !

My h/s dropped by at least 70h/s from a normal average of 185-195 h/s dependent on which miner I used, be that xmrig or xmr-stak, a normal max around 200-202 on stak
There was no reason for this, nothing had changed on the pc, no hardware changes, no softwares change's, nothing running in the background like windows update !
And yes i'm more than aware that even opening a browser can drop your h/s but thanks sooo much for pointing that out !

So I rebooted, restarted a miner, still the same.
Stopped the miner
Swapped pools
Swapped miners
Nope problem still the same.
Checked internet speed, no problems
Ran a memory test.
Rebooted still the same
Ran IntelProcessor Diagnostic Tool
No problems found.
So then I remebered something id read, so I thought what the hell its worth a shot,
So I changed the page files settings from the windows defaults (just to be clear, as per the above post) rebooted once more and started the miner once more and
guess what, it only went and worked. And to add to my surprise the max speed went up by 5 to 207, woohoooo !

So to state again increasing the page file size worked for what ever caused the problem I had in the first place.

Ive probabily missed something that id checked and I know I havent gone in depth on how to change the page file
size but if you feel the need to try im sure google will help you out with that
Ok, now this make more sense :) You didn't mention what was your previous drop other than it was up by 5 h/s. Thanks for bringing more clarity to this.

You don't need to be worried on getting this thread clogged up, it's here to help people. More details the better. ;)

I've also checked my page file size but for some reason it always was more that what windows recommends. Although I might have modified it in the past for something else.  ???


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: browolf on May 05, 2018, 01:04:28 PM
Loki coin started last thursday. It's had a lot of publicity and there's loads of pools so the network hash is 25-30MH

Original Announcement: https://bitcointalk.org/index.php?topic=3016125.0

It uses the algo cryptonight heavy

I use the pool: https://loki.miner.rocks/#  but if you're less bothered about a quick profit, use an alternate.

Currently  1KH/s/day = 3.04 LOKI / $4.67



Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 05, 2018, 06:11:00 PM
Loki coin started last thursday. It's had a lot of publicity and there's loads of pools so the network hash is 25-30MH

Original Announcement: https://bitcointalk.org/index.php?topic=3016125.0

It uses the algo cryptonight heavy

I use the pool: https://loki.miner.rocks/#  but if you're less bothered about a quick profit, use an alternate.

Currently  1KH/s/day = 3.04 LOKI / $4.67
Indeed it looks good. Thanks for suggesting it, I've added to the first post of this thread. :)

With a hash rate of about 150 h/s in cryptonight heavy you will get about 0.4 LOKI per day. That's not bad at all and it seems 1 LOKI is currently valued at about $1.4.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: neosi1 on May 06, 2018, 04:35:40 PM
If anyone here was mining Pinkstar - PNKS

You need to swap your coins before the 27th May

https://bitcointalk.org/index.php?topic=2723196.880


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: flavio.rib on May 06, 2018, 07:56:40 PM
I will try the Loki Coin :) seem a good coin!


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 07, 2018, 07:27:04 AM
If anyone here was mining Pinkstar - PNKS

You need to swap your coins before the 27th May

https://bitcointalk.org/index.php?topic=2723196.880
Thanks for the heads up! They were on and off with the swap for a while now. Didn't know if they were going to do it or not after all.

I have added this info to the main post in this thread for others to be aware of the swap.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 09, 2018, 07:54:28 AM
I have added a new coin to the post in this thread - Triton. You can find more info on it in this announcement thread: https://bitcointalk.org/index.php?topic=2944793.0

With a hash rate of about 150 h/s, you will get about 25 TRIT/day using the Cryptonight Lite V1 algo.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: SpceGhst on May 09, 2018, 12:30:27 PM
Just a heads up for the CPU mining crowd... you may want to checkout Webchain.  It appears to be a CPU only coin at this time with its on variant of Cryptonight.

https://bitcointalk.org/index.php?topic=3649170.0


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: browolf on May 10, 2018, 09:48:47 PM
Monoro V (XMV) forked off Monero couple of nights ago

It has the algo Cryptonight variant 1 aka Monero7

Announcement: https://bitcointalk.org/index.php?topic=2947912.0

I've been using this pool : https://cryptoknight.cc/monerov/

It's only available on the altex exchange at the moment so best sitting on till it gets somewhere more popular.

Given the algo variations now I'd split you should include that too.

CN-Heavy: Haven, Loki, Ombre, Solace, Sumo

CN-variant 1: bbs, graft, intense, italocoin, lines, masari, monerov, stellite

CN-Alloy: Alloy

CN-Lite-ipbc: Ibpc

CN-Lite-variant1: Iridum, Triton, Turtlecoin

Unforked: crepcoin, dero, karbo, niobio, qwerty, xun, aeon, electroneum


Another coin is Iridium

Announcement : https://bitcointalk.org/index.php?topic=2150442.0

I think it's have a resurgence after forking to Cn-lite variant 1

I mined 200 off https://cryptoknight.cc/iridium/# and sold them today and the price was up 150% on trade-ogre




Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: miramare on May 11, 2018, 03:58:18 AM
I have seen a lot of users that want to start mining or have already started but do not know what to mine. I though of creating this thread by including all of the new CryptoNight coins that are worth while mining using your CPU and will get you a decent amount of coins in return.
I will maintain this thread and add more coins on it, feel free to bookmark if you like.

I think the average mining power of your low to mid level CPU is about ~100-150 h/s so, I will create a guide on what to mine and how to do it based on this hashing speed.
Note: With this hashing speed you will definitely loose money if you sell what you mine because electricity is expensive. This approach is going to work only if you're OK with the idea that their value will probably appreciate in time.

What coins to mine?

The most lucrative coins from a "low difficulty & good returns" perspective are:

  • Qwerty Coin (QWC) - you will get ~315,000 tokens/day
  • TurtleCoin(TRTL) - you will get ~3500 tokens/day
  • PinkStarCoin (PNKS) - you will get ~600 tokens/day - swap coins until May 27th (https://bitcointalk.org/index.php?topic=2723196.0)
  • Stellite Coin (XTL) - you will get ~270 tokens/day
  • DinastyCoin (DCY) - you will get ~200 tokens/day
  • ByteCoin (BCN) - you will get ~26 tokens/day
  • CrepCoin (CREP) - you will get ~49 tokens/day
  • Intense Coin (ITNS) - you will get ~7 tokens/day
  • Fonero (FNO) - you will get ~9 tokens/day
  • Graft (GRFT) - you will get ~1 tokens/day
  • Electroneum (ETN) - you will get ~4 tokens/day
  • LeviarCoin (XLC) - you will get ~2 tokens/day
  • Dero (DERO) - you will get ~0.3 tokens/day
  • Alloy (XAO) - you will get ~15 tokens/day
  • Haven (XHV) - you will get ~0.4 tokens/day
  • Karbo (KRB) - you will get ~0.2 tokens/day
  • Sumokoin (SUMO) - you will get ~0.1 tokens/day
  • NioBioCash (NBR) - you will get ~20 tokens/day
  • Solace Coin (SOLACE) - you will get ~2000 tokens/day
  • Loki Coin (LOKI) - you will get ~0.4 tokens/day
  • Triton Coin (TRIT) - you will get ~25 tokens/day

What pool should I use?

Usually all of the legitimate pools will charge a fee, from my experience, the good ones charge up to 1%. None of the good ones are free.

The pools I use or heard they are good:

  • DCY - dcy.poolmining.us
  • BCN - bytecoin.uk
  • ETN, KRB, SUMO, ITNS, GRFT - easyhash.io
  • XLC - xlc.dark-mine.su
  • TRTL - turtlepool.space
  • DERO - pool.dero.live
  • XAO - cryptoknight.cc/alloy/
  • FNO - fno.cryptopool.space
  • XHV - xhv.luckypool.io
  • PNKS - pnks.poolmining.us
  • XTL - communitypool.stellite.cash
  • QWC - qwertycoin.site
  • CREP - crep.miner.rocks
  • NBR - nbr.4miner.me
  • SOLACE - solace.luckypool.io
  • LOKI - loki.miner.rocks
  • TRIT - cryptoknight.cc/triton

Where can I get a wallet address?

The best place to get a wallet address is on the website of the coin. I have also used FreeWallet or Jaxx but usually none of the new coins are supported in these.

The most secure wallets to use are the paper wallets, you can mine directly to them.
Note: Please do not use a wallet address from an exchange, you will most likely loose your mined coins.

What software to use for mining?

I am using Xmrig for mining. In my opinion this is the best & easy to use command line CPU miner.
Note: They charge a fee for mining which is between 1% - 5%. You can configure this to the amount you like to donate.

First you need to download the correct file from here: https://github.com/xmrig/xmrig/releases

You should have 3 files:

  • config.json
  • start.bat
  • xmrig.exe

The important part is the config.json file, this is the only file (read the comments in it too):
Code:
{
    "algo": "cryptonight",  // cryptonight (default) or cryptonight-lite
    "av": 0,                // algorithm variation, 0 auto select
    "background": false,    // true to run the miner in the background
    "colors": true,         // false to disable colored output    
    "cpu-affinity": null,   // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
    "cpu-priority": 2,   // set process priority (0 idle, 2 normal to 5 highest)
    "donate-level": 5,      // donate level, mininum 1%
    "log-file": null,       // log all output to a file, example: "c:/some/path/xmrig.log"
    "max-cpu-usage": 85,    // maximum CPU usage for automatic mode, usually limiting factor is CPU cache not this option.  
    "print-time": 60,       // print hashrate report every N seconds
    "retries": 5,           // number of times to retry before switch to backup server
    "retry-pause": 5,       // time to pause between retries
    "safe": false,          // true to safe adjust threads and av settings for current CPU
    "threads": 3,        // number of miner threads corresponds to the number of cores you CPU has, recommended 3 for quad core processors
    "pools": [
{
            "url": "<your_pool_address>",   // URL of mining server or: etn.fairhash.org:3333
            "user": "<your_wallet_address>",                        // username for mining server
            "pass": "x",                       // password for mining server, usually "x" or ""
            "keepalive": true,                 // send keepalived for prevent timeout (need pool support)
            "nicehash": true                  // enable nicehash/xmrig-proxy support
        }
    ],
    "api": {
        "port": 0,                             // port for the miner API https://github.com/xmrig/xmrig/wiki/API
        "access-token": null,                  // access token for API
        "worker-id": null                      // custom worker-id for API
    }
}

After you properly change config.json, you can start the miner by opening start.bat (on Windows). That's it!

Another mining app for CPU mining is XMR-STAK, you can use this as well, a guide on how to install it was provided by neosi1 here: https://bitcointalk.org/index.php?topic=2891680.msg33070715#msg33070715

A more detailed mining thread which showcases multiple mining apps (CPU & GPU) can be found here: https://bitcointalk.org/index.php?topic=2345911.0

Please let me know if you have questions/suggestions or feel free to share the coins you are mining with your CPU and could be added on this list.

The payment for mining is shown as the unit of tokens. However, it should be better to use BTC or ETH per day. That will make the profit clear.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 12, 2018, 08:50:29 PM
...
Thanks for the detailed input will take a closer look tomorrow :)

....
It's interesting but would like to wait a bit to see if it catches on before adding it to the thread.

The payment for mining is shown as the unit of tokens. However, it should be better to use BTC or ETH per day. That will make the profit clear.
I don't think you understood what I'm trying to do here.

It's not about profitability as of right now, it's about profitability sometime in the future when the coin increases in value.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 14, 2018, 11:57:20 AM
Added IRIDIUM to the main post :)

You can get about 2 tokens/day with a hash rate of about 150 h/s.

I am using this pool to mine it: https://cryptoknight.cc/iridium/


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 21, 2018, 03:16:45 PM
I've added a new coin to the main post of this thread called ITALO coin.

ITA is doing well at this point, it is listed on some exchanges and it's currently worth $0.11/coin.

With a hash rate of about 150 h/s in CN-v7 you can get about 2.4 ITA/day.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 22, 2018, 07:49:41 AM
I have seen some questions in this thread about:
+Which coins has forked?
+Which coins are ASIC resistant?
+What algorithm are they currently on to properly set it up for mining?

To answer all of these questions I have created another thread here:    
[CryptoNight] Forked coins, ASIC resistance and current algorithms (https://bitcointalk.org/index.php?topic=4088545.0) and also updated the main post in this thread to include a link to it.

Be sure to check it out :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 22, 2018, 02:46:57 PM
I've added a new coin to the OP, it's called ELYA and you can get about 92 tokens per day with a hash rate of about 150 h/s.

I'm using this pool for it: https://cryptoknight.cc/elya/ as it seems it's the largest available.

Happy mining :D


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vite on May 23, 2018, 11:22:23 AM
Credits to OP. very help full for someone like me who start mining after a long gap. Will try some of these coin with my CPU


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on May 23, 2018, 11:55:51 AM
Credits to OP. very help full for someone like me who start mining after a long gap. Will try some of these coin with my CPU
Thanks a lot for the kind words :) Let me know if you have any issues setting it up.


In the mean time, I have added another coin to the main post of this thread: OMBRE
This is a CryptoNight Heavy coin that will get you about 60 tokens/day with a hash rate of 150 h/s.

The pool I'm using right now is: cryptoknight.cc/ombre


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 01, 2018, 08:28:52 AM
I have added in a new coin to the first post in this thread, it called: BitTube (TUBE). It was previously known as Inter Planetary Broadcast Coin or IPBC coin for short.

You will get about 0.7 TUBE coins per day using a hash rate of about 150 h/s.

I'm currently mining it on their official pool here: https://mining.bit.tube/

Happy mining :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 12, 2018, 09:06:58 AM
I have added a new coin to the first page of this thread called: BBS Coin.

This is a CryptoNight V7 coin that will get you about 12,000 tokens/day with a hash rate of about 150 h/s.

I've also added their official pool to the pool list: pool.bbscoin.xyz

Happy mining :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 14, 2018, 11:30:35 AM
I've added a new coin that can be mined using your average CPU called BLOC.

BLOC is a CryptoNight-Heavy coin that can bring you 0.9 tokens/day while using a hash rate of about 150 h/s.

I've also added in their official pool: bloc-mining.us

Happy mining ;)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 15, 2018, 07:42:03 AM
thanks bro. I mining BBS coin with hashrate 150h/s
Glad to hear that :) Be sure to also check the other coins listed on the first post in this thread.

I'm currently mining it too, let's hope it will increase in price as the coin develops and expands it's user base.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: altsay on June 15, 2018, 10:08:38 AM
I've added a new coin that can be mined using your average CPU called BLOC.

BLOC is a CryptoNight-Heavy coin that can bring you 0.9 tokens/day while using a hash rate of about 150 h/s.

I've also added in their official pool: bloc-mining.us

Happy mining ;)

Which CPU?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: ght3d on June 15, 2018, 11:18:46 AM
I wonder why no one mentioned Worktips coin yet  >:( >:(

ANN THREAD - https://bitcointalk.org/index.php?topic=3086019.0 (https://bitcointalk.org/index.php?topic=3086019.0)
WEBSITE - http://worktips.info/ (http://worktips.info/)

It's a great cn-lite v1 coin for small miners, community growing every day, great devs.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: browolf on June 17, 2018, 12:19:32 PM
I wonder why no one mentioned Worktips coin yet  >:( >:(

ANN THREAD - https://bitcointalk.org/index.php?topic=3086019.0 (https://bitcointalk.org/index.php?topic=3086019.0)
WEBSITE - http://worktips.info/ (http://worktips.info/)

It's a great cn-lite v1 coin for small miners, community growing every day, great devs.

Theoretically it's better to mine than turtlecoin because you get more for your 1sat but in practice you can sell trtl but goodluck selling wtips...

There's 50 btc worth of wtips for sale at tradeogre at 1 sat. Given 1 btc is worth 99,800,000wtips. That's a bigger queue than I know how to say.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 18, 2018, 08:01:53 AM
I wonder why no one mentioned Worktips coin yet  >:( >:(

ANN THREAD - https://bitcointalk.org/index.php?topic=3086019.0 (https://bitcointalk.org/index.php?topic=3086019.0)
WEBSITE - http://worktips.info/ (http://worktips.info/)

It's a great cn-lite v1 coin for small miners, community growing every day, great devs.
I mined it a few months back when the only pool available was their official one. At that time they had a lot of issues with their pool in the sens that it was banning you after a a few days for some weird reasons.
So, decided not to add it here until they fix their pool issues.

Are you mining it right now? Have you had any issues with it recently?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 19, 2018, 01:58:55 PM
Which CPU?
I think I missed your reply to the thread.  :(

I'm not sure if I understand your question correctly. If you're trying to find out which CPU would be best then the Ryzen family of processors from AMD is the best for mining at the moment.
They are also releasing a new CPU which will be by far the the best one for mining: https://www.techradar.com/news/amd-ryzen-threadripper-2nd-generation


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: markiz73 on June 19, 2018, 02:44:21 PM
Which CPU?
I think I missed your reply to the thread.  :(

I'm not sure if I understand your question correctly. If you're trying to find out which CPU would be best then the Ryzen family of processors from AMD is the best for mining at the moment.
They are also releasing a new CPU which will be by far the the best one for mining: https://www.techradar.com/news/amd-ryzen-threadripper-2nd-generation
For example

AMD Ryzen Threadripper 1950x ( 800-1000 $)   1525 H/s
AMD Ryzen 1700X   ( 330 $)   725 H/s

is it profitable to make such investments in mining? I think not.
If there is a given processor, you can receive 15-20 dollars of additional income per month. And to buy this processor for the mining is unreasonable.

It's easier to look for cheap old server boards with 2 processors and mine on it.






Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: sockpuppet1911 on June 19, 2018, 02:57:39 PM
I've added a new coin that can be mined using your average CPU called BLOC.

BLOC is a CryptoNight-Heavy coin that can bring you 0.9 tokens/day while using a hash rate of about 150 h/s.

I've also added in their official pool: bloc-mining.us

Happy mining ;)

This actually looks like a decent project with a possible future. Going to mine a bag for hodling.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 20, 2018, 08:12:09 AM
For example

AMD Ryzen Threadripper 1950x ( 800-1000 $)   1525 H/s
AMD Ryzen 1700X   ( 330 $)   725 H/s

is it profitable to make such investments in mining? I think not.
If there is a given processor, you can receive 15-20 dollars of additional income per month. And to buy this processor for the mining is unreasonable.

It's easier to look for cheap old server boards with 2 processors and mine on it.
Yes, I agree, hence the 150 h/s hashing rate I'm promoting here as an average default value for average CPUs, but I wasn't sure what is he looking for.

Some people prefer to switch to CPU mining rather than GPU mining since GPUs were/are hard to find on the market.
If you compare the AMD Ryzen Threadripper 1950x with a 1080ti then the hash rates are kind of the same, the price as well if you're lucky but normally it exceeds that amount.

The issue is you can't buy a 1080ti since it's always out of stock :) Not to mention you can use that CPU for other stuff as well.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: markiz73 on June 20, 2018, 09:51:07 AM
For example

AMD Ryzen Threadripper 1950x ( 800-1000 $)   1525 H/s
AMD Ryzen 1700X   ( 330 $)   725 H/s

is it profitable to make such investments in mining? I think not.
If there is a given processor, you can receive 15-20 dollars of additional income per month. And to buy this processor for the mining is unreasonable.

It's easier to look for cheap old server boards with 2 processors and mine on it.
Yes, I agree, hence the 150 h/s hashing rate I'm promoting here as an average default value for average CPUs, but I wasn't sure what is he looking for.

Some people prefer to switch to CPU mining rather than GPU mining since GPUs were/are hard to find on the market.
If you compare the AMD Ryzen Threadripper 1950x with a 1080ti then the hash rates are kind of the same, the price as well if you're lucky but normally it exceeds that amount.

The issue is you can't buy a 1080ti since it's always out of stock :) Not to mention you can use that CPU for other stuff as well.

If you mine a crypto currency with a hashrate  150 h/s, then it does not even pay for electricity costs :)
about AMD Ryzen Threadripper 1950x. I found 3 models on the market

I found 3 models on the market

AMD Ryzen Threadripper 1950X 16 core (16-Core) CPU with 3.40 GHz
AMD Ryzen Threadripper 1920X 12 core (12-Core) CPU with 3.50 GHz
AMD Ryzen Threadripper 1900X 8 core (Octa Core) CPU with 3.80 GHz

These processors have a special TR4 socket. Motherboards for this socket cost $ 400-500. + the cost of a cooler is 40-50 dollars ( 180 W TDP  :) )


https://s8.hostingkartinok.com/uploads/images/2018/06/25f392559f0b8603f430f1105209f815.jpg (https://hostingkartinok.com/show-image.php?id=25f392559f0b8603f430f1105209f815)
beauty  ::)

Therefore, to compare AMD Ryzen Threadripper 1950X and 1080ti for mining is unrealistic.







Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 20, 2018, 01:33:03 PM
If you mine a crypto currency with a hashrate  150 h/s, then it does not even pay for electricity costs :)
The whole idea of this thread is to mine coins that will eventually increase in price. It is stated in the first post (with red) that you will probably pay more for electricity than you get in coins if you try to sell them right away.
Please read the OP again.

These processors have a special TR4 socket. Motherboards for this socket cost $ 400-500. + the cost of a cooler is 40-50 dollars ( 180 W TDP  :) )

Therefore, to compare AMD Ryzen Threadripper 1950X and 1080ti for mining is unrealistic.
The comparison I have done is at the hash rate & price level for the two components not the connected devices that are required for them to run.

Since the 1080TI (~$1000) has a CryptoNight hash rate of about 830 h/s and an older & cheaper AMD Ryzen 1700X has 725 h/s (~$330) (like you said previously) then I think it's comparable and a good alternative. Not to mention that you can get the CPU anywhere and the GPU is harder to find in shops/online.

Nonetheless, let's keep this discussion on topic (CPU mining guide & coins) as there are endless threads about this.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: markiz73 on June 20, 2018, 03:00:38 PM
You write that the GPU is harder to find in shops/online.  It's not true. All retailers and secondary market are overloaded with video cards.
I think that the CryptoNight algorithm has nothing to do with the CPU. If it becomes profitable, there will immediately come a lot of GPUs.
Most coins from 1 post are decentralized digital money. It is based on CryptoNote anonymous technology. It is forks monero or coins with a similar idea and technology. And to mine them on the CPU hoping for a pamp like a game of roulette :D
The only chance to make money on the CPU is to find new coins on algorithms where there is no GPU.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 26, 2018, 10:50:52 AM
...
And to mine them on the CPU hoping for a pamp like a game of roulette :D
...
It's clear to me that your crypto currency knowledge is limited. It's amazing that you are a hero member and still don't have a clue on how you can make money here.  :(

Nonetheless, I wish you all the best. :)




Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 26, 2018, 01:58:09 PM
You can look there what is the most profitable cryptonight coin.

https://www.coincalculators.io
I understand you are promoting your website but, in essence, this is spam. You need to look for another way of promoting it which does not break the forum rules.

On the other hand, what does your website bring new to the table when comparing it to other websites like http://whattomine.com/ ?


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: coincalculators.io on June 26, 2018, 05:35:40 PM
You can look there what is the most profitable cryptonight coin.

https://www.coincalculators.io
I understand you are promoting your website but, in essence, this is spam. You need to look for another way of promoting it which does not break the forum rules.

On the other hand, what does your website bring new to the table when comparing it to other websites like http://whattomine.com/ ?
You will see the difference if you enter the web site instead off making an aggressive comment.

I just tried to help. No need to promote website.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on June 27, 2018, 08:02:14 AM
You will see the difference if you enter the web site instead off making an aggressive comment.

I just tried to help. No need to promote website.
I have gone to the website but could not find any new things when comparing it to whattomine.com. That's why I asked what I have missed.

I could have just reported your post as spam to the admins but did not do that and was giving you the benefit of the doubt. It seems I was mistaken...  :-\


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: coincalculators.io on June 27, 2018, 10:53:22 AM
You will see the difference if you enter the web site instead off making an aggressive comment.

I just tried to help. No need to promote website.
I have gone to the website but could not find any new things when comparing it to whattomine.com. That's why I asked what I have missed.

I could have just reported your post as spam to the admins but did not do that and was giving you the benefit of the doubt. It seems I was mistaken...  :-\

Maybe you do not look to the right place.
https://screenshotscdn.firefoxusercontent.com/images/ee1d1895-271d-4f82-8481-5d7df94e66da.png


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: bitblasta on June 27, 2018, 11:27:44 AM
it would be cool if you write marketcaps of these coins here with each one of them. It will make for a better decision which coin to mine or invest into. But good list nonetheless


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Hamtard on June 29, 2018, 10:06:52 AM
You write that the GPU is harder to find in shops/online.  It's not true. All retailers and secondary market are overloaded with video cards.
I think that the CryptoNight algorithm has nothing to do with the CPU. If it becomes profitable, there will immediately come a lot of GPUs.
Most coins from 1 post are decentralized digital money. It is based on CryptoNote anonymous technology. It is forks monero or coins with a similar idea and technology. And to mine them on the CPU hoping for a pamp like a game of roulette :D
The only chance to make money on the CPU is to find new coins on algorithms where there is no GPU.

Most GPU miners are not profitable if you have to pay $0.15/kWh. So there is a overload of GPU now.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on July 04, 2018, 08:34:16 AM
it would be cool if you write marketcaps of these coins here with each one of them. It will make for a better decision which coin to mine or invest into. But good list nonetheless
Market caps are not relevant to mining since we're not mining for profitability. Plus they also change a lot so, they will be hard to maintain.

Most GPU miners are not profitable if you have to pay $0.15/kWh. So there is a overload of GPU now.
Again, this is not mining for immediate profit.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on August 14, 2018, 10:51:41 AM
I've added a new coin to the main page of this thread: Quantum (QRL)

QRL is a cryptonight V7 coin that can bring you 0.35 QRL per day with a hash rate of about 150 h/s.

Currently there is a lot of activity related to this coin and I believe it can be a winner long term :)

Happy mining :)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: daftlad on August 22, 2018, 04:18:03 PM
Anyone looked at Binarium money..Looks really good.. CPU only..! Masternode..!


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on August 23, 2018, 11:09:26 AM
Anyone looked at Binarium money..Looks really good.. CPU only..! Masternode..!
I see this coin is on the X11 algorithm. Although, I see it is ASIC resistant, I'm only covering CryptoNight coins in this thread.

I found info about this coin here: [ANN] Binarium is the cryptocurrency protected from ASICs and oriented on games  (https://bitcointalk.org/index.php?topic=3894620.0)


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: podrouzek on September 11, 2018, 02:29:34 PM
XTL  - Stellite!  Great project!!!


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on September 11, 2018, 02:56:10 PM
If anyone here is mining Binarium, here is a nice video on what the Binarium team is working on!

https://youtu.be/rOW1_yOUdZ4
Thanks for the suggestion but this is a X11 coin, as described on the announcement thread here: https://bitcointalk.org/index.php?topic=3894620.0

I've created this thread as a resource for CryptoNight coins only.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: podrouzek on September 11, 2018, 03:39:38 PM
Oh, sorry man


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: nc50lc on September 24, 2018, 03:26:31 AM
If anyone here is mining Binarium, here is a nice video on what the Binarium team is working on!
-snip-
Thanks for the suggestion but this is a X11 coin, as described on the announcement thread here: https://bitcointalk.org/index.php?topic=3894620.0

I've created this thread as a resource for CryptoNight coins only.
I'm pretty sure that he's just blurt-mentioning that coin like he did in every Mining altcoin and Altcoin discussion threads.
Seriously, he's suggesting it to the members without even knowing its POW algorithm.

Based in this (https://bitcointalk.org/index.php?action=profile;u=1573650;sa=showPosts).


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: vlad230 on September 24, 2018, 01:52:27 PM
I'm pretty sure that he's just blurt-mentioning that coin like he did in every Mining altcoin and Altcoin discussion threads.
Seriously, he's suggesting it to the members without even knowing its POW algorithm.

Based in this (https://bitcointalk.org/index.php?action=profile;u=1573650;sa=showPosts).
I see... No harm done anyways :)

Maybe this conversation helped him increase his knowledge about cryptocurrencies in general and Binarium in particular.

BTW, I like your signature :) Keep up the good work.


Title: Re: [CryptoNight] CPU mining guide & coins that will get you a return
Post by: Dradden on October 19, 2018, 06:00:48 PM
This is a great little thread, thanks for putting it together!

Another one worth mentioning is Plenteum (PLE). This is a new coin running CN-LITE V1 and now is a good time to fill a bag.

Main site: https://www.plenteum.com
Explorer: http://block-explorer.plenteum.com/
How To Mine: https://virtopia.ca/how-to-mine-plenteum/

Disclaimer: I am am affiliated with Plenteum.