Pages:
Author

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

newbie
Activity: 1
Merit: 0
I have setup and account VoodooDave with a worker WKR1

I am using the following command line ethminer -G -F http://eth.suprnova.cc:3000/VoodooDave.WKR1/18 -G

The Command line is running and I do see occasional solution found submitting to http://eth.suprnova.cc:3000/VoodooDave.WKR1/18 all the has value details and the Subitted and accepted.

Any Idea as to what I can check to see why its not showing up on my account dashboard?

Thanks
legendary
Activity: 1470
Merit: 1114
So I've been mining a couple of days and getting solutions submitted and accepted... but they mostly don't turn up in the unconfirmed section on my dashboard. Am I missing something or it isn't working properly?

Coins won't sjow up in unconfirmed until a block is found. Do you have anything in the earnings estimate?
newbie
Activity: 3
Merit: 0
So I've been mining a couple of days and getting solutions submitted and accepted... but they mostly don't turn up in the unconfirmed section on my dashboard. Am I missing something or it isn't working properly?
legendary
Activity: 2688
Merit: 1240
I just signed up to your pool to test HOdl support in cpuminer-opt but haven't set a payout
address yet. Will that cause any problems? I could donate the test hash to the admin unless
I get serious about mining HOdl.

BTW I'm getting 400 H/s on a i7-6700K @ 4GHz, 8 threads. How does that compare with others?
With hodlminer I get about half that.

Stay tuned, to be released soon.

Nope, you can just set the payout address later at any time you want.

For the speed, you should maybe ask in the HODL Thread over here:
https://bitcointalk.org/index.php?topic=1317918.1600
legendary
Activity: 1470
Merit: 1114
I just signed up to your pool to test HOdl support in cpuminer-opt but haven't set a payout
address yet. Will that cause any problems? I could donate the test hash to the admin unless
I get serious about mining HOdl.

BTW I'm getting 400 H/s on a i7-6700K @ 4GHz, 8 threads. How does that compare with others?
With hodlminer I get about half that.

Stay tuned, to be released soon.
legendary
Activity: 2688
Merit: 1240
Might want to update your thread info as ETH fee is 1% on pool as I see it unless it is or was limited 0% fee for a while?

It's at 0% now Smiley

Cool cool guessing my account needed a fix ? How long will it remain like this or till it turn POS or for a while

I'll let it run like this until Sunday
legendary
Activity: 1820
Merit: 1001
Might want to update your thread info as ETH fee is 1% on pool as I see it unless it is or was limited 0% fee for a while?

It's at 0% now Smiley

Cool cool guessing my account needed a fix ? How long will it remain like this or till it turn POS or for a while
legendary
Activity: 2688
Merit: 1240
Might want to update your thread info as ETH fee is 1% on pool as I see it unless it is or was limited 0% fee for a while?

It's at 0% now Smiley
legendary
Activity: 1820
Merit: 1001
Might want to update your thread info as ETH fee is 1% on pool as I see it unless it is or was limited 0% fee for a while?
legendary
Activity: 2688
Merit: 1240
I had that too once with a rig, I don't know what exactly caused it, after a reinstall with new drivers it finally worked. Of course 0 h/s is a bit low Smiley
hero member
Activity: 1050
Merit: 513
Hi guys anyone can help me for configure sammy007 proxy?
I'am trying to mine with my 260x 2Gb

this my sammy007 conf:

Code:
{
"threads": 2,

"proxy": {
"listen": "192.xxx.xxx.xxx:8546",
"clientTimeout": "3m",
"blockRefreshInterval": "100ms",
"hashrateWindow": "15m",
"submitHashrate": false,
"luckWindow": "24h",
"largeLuckWindow": "72h"
},

"frontend": {
"listen": "192.xxx.xxx.xxx:8080",
"login": "admin",
"password": ""
},

   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "pool": true,
         "name": "Supr",
         "url": "http://eth.suprnova.cc:3030/account.worker/50",
         "timeout": "10s"
      }
      ],

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



and the Ethminer command is:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
ethminer -G -F http://192.xxx.xxx.xxx:8546/miner/100/rig1 --opencl-device 0

but the miner doesn't appear at http: //xxx.xxx..xxx.xxx:8080 / and even at dashboard of the pool Suprnova

where am I wrong?

Thanks

Looks good to me, does it work when you point the miner directly ?


I solved thanks, but I have the same problem as ever, because these lines with 0 H / s?  Sad



legendary
Activity: 2688
Merit: 1240
Hi guys anyone can help me for configure sammy007 proxy?
I'am trying to mine with my 260x 2Gb

this my sammy007 conf:

Code:
{
"threads": 2,

"proxy": {
"listen": "192.xxx.xxx.xxx:8546",
"clientTimeout": "3m",
"blockRefreshInterval": "100ms",
"hashrateWindow": "15m",
"submitHashrate": false,
"luckWindow": "24h",
"largeLuckWindow": "72h"
},

"frontend": {
"listen": "192.xxx.xxx.xxx:8080",
"login": "admin",
"password": ""
},

   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "pool": true,
         "name": "Supr",
         "url": "http://eth.suprnova.cc:3030/account.worker/50",
         "timeout": "10s"
      }
      ],

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



and the Ethminer command is:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
ethminer -G -F http://192.xxx.xxx.xxx:8546/miner/100/rig1 --opencl-device 0

but the miner doesn't appear at http: //xxx.xxx..xxx.xxx:8080 / and even at dashboard of the pool Suprnova

where am I wrong?

Thanks

Looks good to me, does it work when you point the miner directly ?
hero member
Activity: 1050
Merit: 513
Hi guys anyone can help me for configure sammy007 proxy?
I'am trying to mine with my 260x 2Gb

this my sammy007 conf:

Code:
{
"threads": 2,

"proxy": {
"listen": "192.xxx.xxx.xxx:8546",
"clientTimeout": "3m",
"blockRefreshInterval": "100ms",
"hashrateWindow": "15m",
"submitHashrate": false,
"luckWindow": "24h",
"largeLuckWindow": "72h"
},

"frontend": {
"listen": "192.xxx.xxx.xxx:8080",
"login": "admin",
"password": ""
},

   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "pool": true,
         "name": "Supr",
         "url": "http://eth.suprnova.cc:3030/account.worker/50",
         "timeout": "10s"
      }
      ],

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



and the Ethminer command is:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
ethminer -G -F http://192.xxx.xxx.xxx:8546/miner/100/rig1 --opencl-device 0

but the miner doesn't appear at http: //xxx.xxx..xxx.xxx:8080 / and even at dashboard of the pool Suprnova

where am I wrong?

Thanks
full member
Activity: 224
Merit: 100
hi Ocminer
I have 2 mini rigs with
3 R9 390
1 R9 390x
1 R9 280x
how can I mine with proxy

i need FAQ
Check on the links on his ETH pools page under stratum:

Dwarfpool compatible Proxy- Port online: http://eth-apac.suprnova.cc:5000
(use with the use of this proxy https://github.com/Atrides/eth-proxy. Have your payout address set in your account as you use it in the proxy conf!)
Also please see this Post on Bitcointalk regarding the proxy https://bitcointalksearch.org/topic/m.13712065
Stratum support with per-rig
monitoring added: Check this post https://bitcointalksearch.org/topic/m.13247116

the earning is really higher by 20%?
full member
Activity: 224
Merit: 100
when the feathercoin pool will be available again?
newbie
Activity: 12
Merit: 0
hi Ocminer
I have 2 mini rigs with
3 R9 390
1 R9 390x
1 R9 280x
how can I mine with proxy

i need FAQ
Check on the links on his ETH pools page under stratum:

Dwarfpool compatible Proxy- Port online: http://eth-apac.suprnova.cc:5000
(use with the use of this proxy https://github.com/Atrides/eth-proxy. Have your payout address set in your account as you use it in the proxy conf!)
Also please see this Post on Bitcointalk regarding the proxy https://bitcointalksearch.org/topic/m.13712065
Stratum support with per-rig monitoring added: Check this post https://bitcointalksearch.org/topic/m.13247116
sr. member
Activity: 377
Merit: 250
Next Generation Antivirus
hi Ocminer
I have 2 mini rigs with
3 R9 390
1 R9 390x
1 R9 280x
how can I mine with proxy

i need FAQ
sr. member
Activity: 518
Merit: 250
I have a R9 270x and feel like I'm being robbed some of my ghs
sr. member
Activity: 616
Merit: 300
newbie
Activity: 1
Merit: 0
"Credit_PPS" what does it mean?
Pages:
Jump to: