Pages:
Author

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

newbie
Activity: 3
Merit: 0
Done will report in 24 hours, should i reset dag files ?
legendary
Activity: 2688
Merit: 1240
Hi ocminer
I builda new linux mashine like 3 days ago, and start mining in supernova. I am using 5 xfx 280x GPUS all overclock at 1100/1500
My config file is "ethminer -G -F http://eth-mine.suprnova.cc:3000/emergence4.1/109"

When i use this calculator: http://karldiab.com/EthereumMiningCalculator/  .... it says should earn abot 3.5 coins a day but currently my earnings are about    "2.54645624 "

Do you have any sugjestions what i am doing wrong ?
Do you know a command that will display my mh's on  the linux mashine ?
and why when i am monitoring "My Hashrate: MH/s" it is aways  jumping up and down ?

Ty for your time, keep up the good work with the pool.


With that hashrate the eth-high port would be surely better, you might want to switch over there and everything should stabilize
newbie
Activity: 3
Merit: 0
Hi ocminer
I builda new linux mashine like 3 days ago, and start mining in supernova. I am using 5 xfx 280x GPUS all overclock at 1100/1500
My config file is "ethminer -G -F http://eth-mine.suprnova.cc:3000/emergence4.1/109"

When i use this calculator: http://karldiab.com/EthereumMiningCalculator/  .... it says should earn abot 3.5 coins a day but currently my earnings are about    "2.54645624 "

Do you have any sugjestions what i am doing wrong ?
Do you know a command that will display my mh's on  the linux mashine ?
and why when i am monitoring "My Hashrate: MH/s" it is aways  jumping up and down ?

Ty for your time, keep up the good work with the pool.
member
Activity: 104
Merit: 10
I have a problem


Looks like you have too low memory. you need at least 2 GB RAM for the card in order to get the DAG loading
memory 6G 
Creating one big buffer for the DAG
Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't allocate the DAG in a single chunk. Bailing.
clEnqueueWriteBuffer(-38)
legendary
Activity: 1191
Merit: 1001
My rigs connected to proxy on vps, pings rig <-> proxy <-> pool less 50 ms.
legendary
Activity: 2688
Merit: 1240
I have around 4.5% rejects. Is it normal?

Did you try some of the different mining nodes ? The nearest node to you, then maybe the second nearest.. 4.5% is a bit high, i'd say 2% is normal
legendary
Activity: 1191
Merit: 1001
I have around 4.5% rejects. Is it normal?
legendary
Activity: 2688
Merit: 1240
I have a problem


Looks like you have too low memory. you need at least 2 GB RAM for the card in order to get the DAG loading
member
Activity: 104
Merit: 10
legendary
Activity: 2688
Merit: 1240
figured id switch pools to try something else for a day and heres my exp
sometimes the proxy disconnects randomly and other times after a share gets submitted the get work dont show up for a bit
havent tried the non-proxy mining but my miner runs at about 48Mh (all other pools show bounce from 35-60) and havent seen over 30 on ur pool in over 2 hours
cant help but think its the proxy issue im seeing
anyone else notice this get work issue?

Try to use the low-diff port, i've had several people with < 50 MH/s reporting this on the "normal" ports.
legendary
Activity: 1274
Merit: 1006
figured id switch pools to try something else for a day and heres my exp
sometimes the proxy disconnects randomly and other times after a share gets submitted the get work dont show up for a bit
havent tried the non-proxy mining but my miner runs at about 48Mh (all other pools show bounce from 35-60) and havent seen over 30 on ur pool in over 2 hours
cant help but think its the proxy issue im seeing
anyone else notice this get work issue?

I don't use proxy, just "normal"...but I was also getting lot worse rewards on suprnova than should be.
On other pools I get much better results.

Good luck.
full member
Activity: 162
Merit: 102
figured id switch pools to try something else for a day and heres my exp
sometimes the proxy disconnects randomly and other times after a share gets submitted the get work dont show up for a bit
havent tried the non-proxy mining but my miner runs at about 48Mh (all other pools show bounce from 35-60) and havent seen over 30 on ur pool in over 2 hours
cant help but think its the proxy issue im seeing
anyone else notice this get work issue?
legendary
Activity: 3808
Merit: 1723
What is the address and port to use the stratum proxy you posted earlier but on EXP ?

POOL_HOST = "exp.suprnova.cc"
POOL_PORT = 3030

POOL_HOST = "exp.suprnova.cc"
POOL_PORT = 3000

POOL_HOST = "exp.suprnova.cc"
POOL_PORT = 5000

dont work
full member
Activity: 176
Merit: 100
Thank you mellowyellow!!!
I thought "miner" was supposed to indicate the name of my miner  Roll Eyes

The name's melloyellow... Just kidding, the one with the W was taken but I didn't even notice when I created it, I just got the song and the drink mixed up.

You're welcome.
member
Activity: 72
Merit: 10
Thank you mellowyellow!!!
I thought "miner" was supposed to indicate the name of my miner  Roll Eyes
full member
Activity: 176
Merit: 100
Do you have ethminer on the same computer as your proxy?
Yes, that is correct.
Any more info on how to properly configure Sammy's proxy to run with ethminer on the same machine?
Thanks for any assistance!

Here is my config.json    Notice I changed the ports, change them back to what you want.
Code:
{
"threads": 2,

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

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

"upstreamCheckInterval": "5s",
"upstream": [
{
"pool": true,
"name": "Suprnova",
"url": "http://eth-us.suprnova.cc:3000/Login.WorkerName/Hashrate",
"timeout": "10s"
}
],

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

Here is one of my miner's batch file.  
Code:
ethminer -G -F http://192.168.0.12:8546/miner/Hashrate/RigName --parameter --parameter

Make sure you don't change the word "miner".  This is on a different machine, that's why it uses 192.168.0.12 (address where the proxy is running). You would use 127.0.0.1 for the address.  Match up the ports, 8546 (in my case).  To view the proxy frontend go to 127.0.0.1:8081 (in my case) or if on another comuter on your local network localIPaddress:8081.  If you want to view it remotely, forward port 8081 on your router to the computer running the proxy.  If it's still not working then try opening up ports in windows firewall.
hero member
Activity: 935
Merit: 1001
I don't always drink...
JuanHungLo  this about the jumpers is awesome and very helpful! 

Does anyone have experiencing controlling / restarting rigs remotely?  Anyone have experience with https://www.nagios.org/ or http://www.zabbix.com/ ?



Your very welcome. 
As to your remote question:  Awesome Miner.  Just do it.

Does awesome miner work with ethminer?

Amazing, I just remote in using teamviewer or chrome remote desktop.

No ethminer does not run inside of Awesome Miner. I just use TightVNC for eth mining.
full member
Activity: 176
Merit: 100
JuanHungLo  this about the jumpers is awesome and very helpful! 

Does anyone have experiencing controlling / restarting rigs remotely?  Anyone have experience with https://www.nagios.org/ or http://www.zabbix.com/ ?



Your very welcome. 
As to your remote question:  Awesome Miner.  Just do it.

Does awesome miner work with ethminer?

Amazing, I just remote in using teamviewer or chrome remote desktop.
legendary
Activity: 1596
Merit: 1000
Does this pool pay uncles?

Is that high diff us proxy port coming?

Ocminer, can you keep the thread title in line with what you're actually paying bonus wise? Should read 1% now, not 20%.
hero member
Activity: 935
Merit: 1001
I don't always drink...
JuanHungLo  this about the jumpers is awesome and very helpful! 

Does anyone have experiencing controlling / restarting rigs remotely?  Anyone have experience with https://www.nagios.org/ or http://www.zabbix.com/ ?



Your very welcome. 
As to your remote question:  Awesome Miner.  Just do it.
Pages:
Jump to: