Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NPT] Neptunium | Cryptonight PoW | Secure, Anonymous and Community-focused
by
shojayxt
on 11/03/2016, 07:37:23 UTC
i was getting 230h/s while i mined solo. I tried 2 pools to mine with same cpu and getting 110h/s. Why ?

You get better hash if you use the best port for your mining setup.  These are the parameters:

"ports": [
            {
                "port": 3333,
                "difficulty": 100,
                "desc": "Low end hardware"
            },
            {
                "port": 5555,
                "difficulty": 2000,
                "desc": "Mid range hardware"
            },
            {
                "port": 7777,
                "difficulty": 10000,
                "desc": "High end hardware"
            },


You need to wait some time for the hashrate that the pool shows to accurately reflect the hashrate that you are providing.