Pages:
Author

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

legendary
Activity: 2688
Merit: 1240
I've removed the wrong values for now as they do nothing but confusion and will add a link directly to the right calculator shortly.
legendary
Activity: 2688
Merit: 1240
Its on the top of my list and will be fixed very soon Smiley

Its just an optical thing, the payouts are in par with the correct calc
hero member
Activity: 550
Merit: 500
No comment/

  eth kalc



              AND  Calc Suprnova



?!?!?!?!



made me laugh with that red WTF  Grin

I will fix the estimates when I have a minute, please check your EARNINGS , not the estimate for now. Thx


My payouts are fine, but your calculator on the pool is off since Day 1 Smiley
legendary
Activity: 2688
Merit: 1240
No comment/

  eth kalc



              AND  Calc Suprnova



?!?!?!?!



made me laugh with that red WTF  Grin

I will fix the estimates when I have a minute, please check your EARNINGS , not the estimate for now. Thx
full member
Activity: 152
Merit: 100
Laugh laugh, but why such a difference?
legendary
Activity: 1274
Merit: 1006
No comment/

  eth kalc



              AND  Calc Suprnova



?!?!?!?!



made me laugh with that red WTF  Grin
full member
Activity: 152
Merit: 100
No comment/

   eth kalc



              AND  Calc Suprnova



where another 30 coins?  ?!?!?!?!

copper member
Activity: 1162
Merit: 1025
Looks like the DAG generaton is not finishing.. This is most likely a driver issue, I had that on a linux box before and fixed it later by a complete reinstall with latest amd omega drivers - before I also always had this "0 hashes" problem...

Yep you were right new drivers and I'm good to go, thanks Oc!
full member
Activity: 152
Merit: 100
legendary
Activity: 2688
Merit: 1240
Please tell me where is my mistake?

I start with a proxy configuration

I start with a proxy configurations


{
   "threads": 2,

   "proxy": {
      "listen": "192.168.0.139:8546",
      "clientTimeout": "3m",
      "blockRefreshInterval": "100ms",
      "hashrateWindow": "15m",
      "submitHashrate": true,
      "luckWindow": "24h",
      "largeLuckWindow": "72h"
   },

   "frontend": {
      "listen": "192.168.0.139:8085",
      "login": "admin",
      "password": ""
   },

   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "pool": true,
         "name": "Suprnova",
         "url": "http://eth.suprnova.cc:3030/neosaan.proxi/2000",
         "timeout": "10s"
      },
      {
         "pool": true,
         "name": "Suprnova",
         "url": "http://eth.suprnova.cc:3030/neosaan.proxi/2000",
         "timeout": "10s"
      }
   ],

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


Proxy starts up and running.
I am trying to connect a miner in the local network like this startup file

ethminer -F http://192.168.0.139:8546/miner -G    -t 5  --farm-recheck 200  --cl-local-work 128 --cl-global-work 16384

Miner says that there is a not connection.

Nothing is closed since a similar proxy from dwarf works fine.
What am I doing wrong please help.



Your URL for your local worker is wrong

http://192.168.0.139:8546/miner

It should be

http://192.168.0.139:8546/miner/50/workername
full member
Activity: 152
Merit: 100
Please tell me where is my mistake?



I start with a proxy configurations


{
   "threads": 2,

   "proxy": {
      "listen": "192.168.0.139:8546",
      "clientTimeout": "3m",
      "blockRefreshInterval": "100ms",
      "hashrateWindow": "15m",
      "submitHashrate": true,
      "luckWindow": "24h",
      "largeLuckWindow": "72h"
   },

   "frontend": {
      "listen": "192.168.0.139:8085",
      "login": "admin",
      "password": ""
   },

   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "pool": true,
         "name": "Suprnova",
         "url": "http://eth.suprnova.cc:3030/neosaan.proxi/2000",
         "timeout": "10s"
      },
      {
         "pool": true,
         "name": "Suprnova",
         "url": "http://eth.suprnova.cc:3030/neosaan.proxi/2000",
         "timeout": "10s"
      }
   ],

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


Proxy starts up and running.
I am trying to connect a miner in the local network like this startup file

ethminer -F http://192.168.0.139:8546/miner -G    -t 5  --farm-recheck 200  --cl-local-work 128 --cl-global-work 16384

Miner says that there is a not connection.

Nothing is closed since a similar proxy from dwarf works fine.
What am I doing wrong please help.

full member
Activity: 124
Merit: 100
whats up everybody, hey OC  Grin so I'm trying to get this working (right now just one 280 until i get everything working then i'll mess around with the other rigs and proxy) when i launch the .bat i get a message saying it can't break apart the DAG into chunks or something, bailing..so i re-launch and it will go ahead and load the whole DAG and it tries to mine but i get 0 h/s and then it counts as high as 47 on the far right but then stops, still with 0 h/s. I have tried it on other pools updated my SDK, installed the c++ visual all the same result. here's my bat:

ethminer -G -F http://eth-us.suprnova.cc:3000/bakedshibe.1/24.4

looks like this in my cmd window:

Creating one big buffer for the DAG
Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't all
ocate the DAG in a single chunk. Bailing.
clEnqueueWriteBuffer(-38)

let me know if any of you guys have had this issue and how you got it sorted. I have deleted the DAG a few times and started from scratch still no dice. Thanks guys.

Seems like not enough RAM in the system. Need at least 4Gb for multi-GPU configurations.
legendary
Activity: 2688
Merit: 1240
Looks like the DAG generaton is not finishing.. This is most likely a driver issue, I had that on a linux box before and fixed it later by a complete reinstall with latest amd omega drivers - before I also always had this "0 hashes" problem...
copper member
Activity: 1162
Merit: 1025
whats up everybody, hey OC  Grin so I'm trying to get this working (right now just one 280 until i get everything working then i'll mess around with the other rigs and proxy) when i launch the .bat i get a message saying it can't break apart the DAG into chunks or something, bailing..so i re-launch and it will go ahead and load the whole DAG and it tries to mine but i get 0 h/s and then it counts as high as 47 on the far right but then stops, still with 0 h/s. I have tried it on other pools updated my SDK, installed the c++ visual all the same result. here's my bat:

ethminer -G -F http://eth-us.suprnova.cc:3000/bakedshibe.1/24.4

looks like this in my cmd window:

Creating one big buffer for the DAG
Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't all
ocate the DAG in a single chunk. Bailing.
clEnqueueWriteBuffer(-38)
miner  00:48:44|main  Mining on PoWhash #3e014117ΓǪ : 0 H/s = 0 hashes / 4.041
s
miner  00:48:44|main  Got work package:
miner  00:48:44|main    Header-hash: 6122b67b58d90bb040a4c17155932e7b3a22b223866
8af2f8cd49e7e9b20d019
miner  00:48:44|main    Seedhash: 920a075f9d5202e2cdf7cd984490fddef5218a4e6b6ce5
776ebdecee9129b7a7
miner  00:48:44|main    Target: 0000000225c17d04dad2965cc5a02a23e254c0c3f75d9178
046aeb27ce1ca574
DAG  00:49:51|  Generating DAG file. Progress: 0 %
DAG  00:50:17|  Generating DAG file. Progress: 1 %
DAG  00:50:39|  Generating DAG file. Progress: 2 %
DAG  00:51:03|  Generating DAG file. Progress: 3 %

let me know if any of you guys have had this issue and how you got it sorted. I have deleted the DAG a few times and started from scratch still no dice. Thanks guys.
sr. member
Activity: 407
Merit: 254
270x gets me about 16-17mhs
290x around 21-22
I don't overclock and things are nice and stable.

@ocminer:  your bonuses are having a much bigger impact on my returns than the proxy !
thanx.

You mean 280x?
That's right. Good catch, & sorry about the typo.
legendary
Activity: 1274
Merit: 1006
270x gets me about 16-17mhs
290x around 21-22
I don't overclock and things are nice and stable.

@ocminer:  your bonuses are having a much bigger impact on my returns than the proxy !
thanx.

You mean 280x?
sr. member
Activity: 407
Merit: 254
270x gets me about 16-17mhs
290x around 21-22
I don't overclock and things are nice and stable.

@ocminer:  your bonuses are having a much bigger impact on my returns than the proxy !
thanx.
legendary
Activity: 1274
Merit: 1006
Bumping the Bonus to 15 % for today Smiley

Nice !
When it comes to bonuses, more is always more better.

I've been using the proxy for about 48 hours now and thought I would report on my experience. My little farm includes a windows 10 rig with 2 r9270x, a windows 10 rig with one r9270x, and an ubuntu rig with 2 r9280x.  I run the proxy on one of the windows machines.  Before using the proxy, my ubuntu rig was suffering from a few occasional JSON RPC errors I could never figure out; those seem to have disappeared, perhaps since it now communicates with a machine just a few feet away.....  The windows machines were working smoothly and continue to do so.

The proxy does provide a very nice monitor and I can see for the first time the number of rejects and fails per worker and overall, numbers that ethminer does not provide directly.  Aside from being sweet eyecandy, that's useful in tuning up the miners.  I think my overall results are the same,  maybe a tiny bit better with the proxy, but the difference is so small it can be attributed to variance or network changes.  Without the same reject and fail data from before using the proxy it's hard to make a direct comparison.

The proxy takes a little effort to install, but provides more info, nice monitoring, and in my case somewhat better communications with suprnova......

What speed do you get with 270x?
legendary
Activity: 2688
Merit: 1240
Thanks for the great review almond !

Looks like people like bonuses, lets stress the servers a bit, Bonus bumped to 20% Smiley
sr. member
Activity: 407
Merit: 254
Bumping the Bonus to 15 % for today Smiley

Nice !
When it comes to bonuses, more is always more better.

I've been using the proxy for about 48 hours now and thought I would report on my experience. My little farm includes a windows 10 rig with 2 r9270x, a windows 10 rig with one r9270x, and an ubuntu rig with 2 r9280x.  I run the proxy on one of the windows machines.  Before using the proxy, my ubuntu rig was suffering from a few occasional JSON RPC errors I could never figure out; those seem to have disappeared, perhaps since it now communicates with a machine just a few feet away.....  The windows machines were working smoothly and continue to do so.

The proxy does provide a very nice monitor and I can see for the first time the number of rejects and fails per worker and overall, numbers that ethminer does not provide directly.  Aside from being sweet eyecandy, that's useful in tuning up the miners.  I think my overall results are the same,  maybe a tiny bit better with the proxy, but the difference is so small it can be attributed to variance or network changes.  Without the same reject and fail data from before using the proxy it's hard to make a direct comparison.

The proxy takes a little effort to install, but provides more info, nice monitoring, and in my case somewhat better communications with suprnova......
Pages:
Jump to: