Pages:
Author

Topic: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 20 % BONUS per Block ! // - page 35. (Read 99530 times)

legendary
Activity: 2688
Merit: 1240
Thanks for your kind words.

I've fixed an issue which yields much better orphan rate.

Bonus bumped to 25 % for the next 24h

sr. member
Activity: 318
Merit: 250
Thanks for the more detailed explanation and your efforts.

You are correct, at least you are doing something.

legendary
Activity: 2688
Merit: 1240
I've bumped the Bonus now up to 20 % per Block ! Smiley
legendary
Activity: 2688
Merit: 1240
Hey mate,

thanks for your criticism, I always appreciate positive or negative critics.

The problem with lower payouts wasn't from the start, in fact a particular miner found a little bug in the stratum code which allowed him to mine with a higher hashrate for a few (maybe 4-5) days before I noticed something is wrong.

I then immediately banned this user and bought some eth for the bonus compensation for the miners.

The pool was OK all the time, just a few days the payout was a bit lower than expected so this "exploiter" mainly exploited the pools funds itself, not the miners until the bug was fixed.

I am always trying to keep things as transparent as possible, that's why I have my pools source publicly on github, this was my fault this time as the attacker could simply exploit my software because it's available to view for everyone... Be assured that there are often flaws in all kind of software where you don't even notice any error... Wink

However I bought almost 2500 ETH from my own pocket and I'm giving those away on the pool for all miners now.. For old miners and yes, also for new miners.
It's very hard to separate here and it might also be a little unfair if I would separate as the old miners are also getting the bonuses.. Even before "new" miners switch...
2500 is a Fair amount above that the "exploiter" earned , so the miners are gaining here and not losing.

It's really hard to get everyone satisfied but however, at least you see I am doing SOMETHING instead of just being quiet Wink
sr. member
Activity: 446
Merit: 251
Ocminer, I won't be mining ETH with you anymore.

It is a shame there was a problem with the pool that caused us to have lower payouts, but, its crypto, ETH is new, pool was beta, life sucks sometimes, etc.  That I can accept.

The reason I don't want to mine ETH with you anymore is because you have chosen to reward new miners along with those that remain, without compensating those who supported your ETH pool from the start.

I've had my 2x280x with u from the start and your %15 bonus appears to me to be solely aimed at increasing/supporting the hashrate, rather than compensating any loss.

Maybe I'm a grumpy old fart cause it's xmas, but I think u got this wrong and would have been better off compensating those who actually lost out over the past few weeks/months rather than the route you have gone.

I'm used to your pools being super reliable, and don't hesitate to mine sh*tcoins with with you.  Thanks for all your work, the above is not an attack, just some feedback from a previously satisfied customer.



You have a good point, but i believe it's more difficult to target the people that receive the bonus and henceforth the bonus is for everyone.
sr. member
Activity: 318
Merit: 250
Ocminer, I won't be mining ETH with you anymore.

It is a shame there was a problem with the pool that caused us to have lower payouts, but, its crypto, ETH is new, pool was beta, life sucks sometimes, etc.  That I can accept.

The reason I don't want to mine ETH with you anymore is because you have chosen to reward new miners along with those that remain, without compensating those who supported your ETH pool from the start.

I've had my 2x280x with u from the start and your %15 bonus appears to me to be solely aimed at increasing/supporting the hashrate, rather than compensating any loss.

Maybe I'm a grumpy old fart cause it's xmas, but I think u got this wrong and would have been better off compensating those who actually lost out over the past few weeks/months rather than the route you have gone.

I'm used to your pools being super reliable, and don't hesitate to mine sh*tcoins with with you.  Thanks for all your work, the above is not an attack, just some feedback from a previously satisfied customer.

legendary
Activity: 2688
Merit: 1240
Bonus bumped to 15 % per Block Smiley
legendary
Activity: 2688
Merit: 1240
config.json

{
   "threads": 2,

   "proxy": {
      "listen": "0.0.0.0:8546",
      "clientTimeout": "3m",
      "blockRefreshInterval": "100ms",
      "hashrateWindow": "15m",
      "submitHashrate": false
   },

   "frontend": {
      "listen": "0.0.0.0:8080",
      "login": "admin",
      "password": ""
   },

   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "pool": true,
         "name": "eth.suprnova.cc",
         "url": "http://eth.suprnova.cc:3030/goga55.1/50",
         "timeout": "10s"
      },
      {
         "name": "main",
         "url": "http://127.0.0.1:8545",
         "timeout": "10s"
      },
      {
         "name": "backup",
         "url": "http://127.0.0.2:8545",
         "timeout": "10s"
      }
   ],

   "newrelicEnabled": false,
   "newrelicName": "MyEtherProxy",
   "newrelicKey": "SECRET_KEY",
   "newrelicVerbose": false
}

miner bat:

ethminer.exe -F http://127.0.0.1:8546 -G -t 3 not connect

 Huh not faq not work not  fun mining ! http://dwarfpool.com/eth worket!!!! faq

I see some folks hashing on the 3030 port - so the Stratum Proxy Port should be fine, do you use the latest version from sammy's proxy ?

https://github.com/sammy007/ether-proxy

It does not work with old versions, it must be the recent version.


Suprnova's Ethereum Pool.

The Pool was in Beta-Test for quite some time now, it's running fine:

Is it stable now? or still beta?

Yes, the pool is stable now.
sr. member
Activity: 378
Merit: 250
Suprnova's Ethereum Pool.

The Pool was in Beta-Test for quite some time now, it's running fine:

Is it stable now? or still beta?
member
Activity: 110
Merit: 11
config.json

{
   "threads": 2,

   "proxy": {
      "listen": "0.0.0.0:8546",
      "clientTimeout": "3m",
      "blockRefreshInterval": "100ms",
      "hashrateWindow": "15m",
      "submitHashrate": false
   },

   "frontend": {
      "listen": "0.0.0.0:8080",
      "login": "admin",
      "password": ""
   },

   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "pool": true,
         "name": "eth.suprnova.cc",
         "url": "http://eth.suprnova.cc:3030/goga55.1/50",
         "timeout": "10s"
      },
      {
         "name": "main",
         "url": "http://127.0.0.1:8545",
         "timeout": "10s"
      },
      {
         "name": "backup",
         "url": "http://127.0.0.2:8545",
         "timeout": "10s"
      }
   ],

   "newrelicEnabled": false,
   "newrelicName": "MyEtherProxy",
   "newrelicKey": "SECRET_KEY",
   "newrelicVerbose": false
}

miner bat:

ethminer.exe -F http://127.0.0.1:8546 -G -t 3 not connect

 Huh not faq not work not  fun mining ! http://dwarfpool.com/eth worket!!!! faq
legendary
Activity: 2688
Merit: 1240
Bonus bumped to 10 % over the Weekend per Block !

Have fun mining !
full member
Activity: 198
Merit: 100
legendary
Activity: 2688
Merit: 1240
Stratum Proxy was introduced on the main pool now too, so you can use the proxy on http://eth-mine.suprnova.cc:3000 now too.

Also an issue was fixed where hashrate calculation was off which indirectly resulted in a (lower) payout variance. This has been fixed too, and the pool will pay 5% bonus per block as a compensation for the next 48h.
legendary
Activity: 2688
Merit: 1240
@mookid:
Due to the difference of the mining protocol, slight fluctuations in the hash rate display are pretty normal, you can always expect 10-15% more/less of what your rig is displaying. I see that with my rigs too, as long as your hashrate is not much lower than what your rig displays you're fine !


I've added Support for sammy007's great ETH-Proxy:

https://github.com/sammy007/ether-proxy/releases

You can now use the proxy also with a specialized Suprnova Node at

http://eth.suprnova.cc:3030

So the full URL would be for example:

http://eth.suprnova.cc:3030/suprnova.5/50



sammy007's proxy allows you to "bundle" all your rigs together to one and then send that combined hashing power to the pool which makes your connection more efficient. It also has detailed statistics and shows you downtime/problems/low hashrate of rigs very convenient. I'll add some screenshots once I have time.
sr. member
Activity: 446
Merit: 251
The reported hashrate in the Dashboard is always incorrect, it shows 22 Mh/s when i'm mining at 17 Mh/s. I have been mining with you guys for 2 months without any issues, but that miscalculation always intrigued me.
legendary
Activity: 2688
Merit: 1240
A DDOS hit the US node today, I'm working on a fix and will be back up in the next 10 mins.

EDIT:

US Node is back up and running.
legendary
Activity: 2688
Merit: 1240
ASIA node was suffering form a DDOS - It's back up now and running fine, sorry guys.
legendary
Activity: 2688
Merit: 1240
I've also contacted https://rigs.online to let them include the new locations. Should be done pretty soon.
legendary
Activity: 2688
Merit: 1240
Due to some requests I've added an US based server too even though the main server should be fine for US based miners already.

If you're having problems/trouble with the main server, or just want to try it out, you can now hash to the US server too:

US Server added

You can now mine directly to Suprnova's US Server (New York):

http://eth-us.suprnova.cc:3000/username.workername/Hashrate so for example

http://eth-us.suprnova.cc:3000/suprnova.5/50

legendary
Activity: 2688
Merit: 1240
ASIA Server added

You can now mine directly to Suprnova's ASIA Server (Singapore):

http://eth-apac.suprnova.cc:3000/username.workername/Hashrate so for example

http://eth-apac.suprnova.cc:3000/suprnova.5/50


This server should lower ping times considerably in APAC area.
Pages:
Jump to: