Bitcoin Forum
July 03, 2024, 06:46:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
  Print  
Author Topic: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 20 % BONUS per Block ! //  (Read 99313 times)
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 16, 2016, 03:58:41 PM
 #401

Quote
you're running 2 instances of ethminer.  your bat file essentially starts ethminer with -G and -F parameters, thats all you need.  So start your coinmine.cuda bat file and let it run for a few minutes to allow your hashrate to show up at suprnova.  if it doesn't show up then you....wait a second...youre mining at coinmine and trying to look up your hashrate at suprnova. change the coinmine.pl to one of suprnova's pools like http://eth-us.suprnova.cc:3000/suprnova.5/50 depending where you live



am i missing something ?
cuz iam getting no hashrate on the dashboard

http://imgur.com/9omHtFw

i changed it from EU to US , but EU is closer waited couple mins and same thing

EDIT : after sometime i got 0.001eth on my balance but that mh\s is 0 , should i care ?

your -F pool is still configured wrong.  Don't use your worker password in there, it's not used for anything.  Yours should be /MWGame1.mwgame1/20

 
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 16, 2016, 04:02:17 PM
 #402

Hi ocminer,
I am trying to get ethminer to work my GT740 on my PC but it always uses the onboard Intel HD4600 by default when attempting to create the DAG. Is there a way to force ethminer to use the GT740 instead. Sorry if this is a nebie question.... Thanks!

bump up!

for open cl   there is something like --opencl-platform but I'm not sure what it is for cuda.  Probably better to ask here https://forum.ethereum.org/categories/mining
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 16, 2016, 04:07:08 PM
 #403

I'm still getting horrible hashrate. Hashrate is bouncing all over the place on the dashboard, but in windows its around 92Mhs, but on the website graph shows my average is between 70Mhs and 83Mhs.

I am running the proxy as well, but I really don't know if it's working?

My earning for the last day was 2 Eth. Much lower than the 3 estimated for my hashrate.

https://i.imgur.com/vGN4wDI.png

We can't tell if you're using the proxy or not unless you post your ethminer bat. 

According to this http://karldiab.com/EthereumMiningCalculator/ you're getting paid for 70-83 mh/s like the pool says.  Maybe try another one of suprnova's pools.  Ping them all to find the lowest latency.
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
February 16, 2016, 05:19:35 PM
 #404

I'm still getting horrible hashrate. Hashrate is bouncing all over the place on the dashboard, but in windows its around 92Mhs, but on the website graph shows my average is between 70Mhs and 83Mhs.

I am running the proxy as well, but I really don't know if it's working?

My earning for the last day was 2 Eth. Much lower than the 3 estimated for my hashrate.

https://i.imgur.com/vGN4wDI.png

We can't tell if you're using the proxy or not unless you post your ethminer bat. 

According to this http://karldiab.com/EthereumMiningCalculator/ you're getting paid for 70-83 mh/s like the pool says.  Maybe try another one of suprnova's pools.  Ping them all to find the lowest latency.

This is my bat:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_HEAP_SIZE 100
ethminer --cl-local-work 256 --cl-global-work 8192 -G --opencl-platform 1 -F http://80-eth.suprnova.cc:80/xxxxx.x/95 --farm-recheck 100
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 16, 2016, 05:26:22 PM
 #405

I'm still getting horrible hashrate. Hashrate is bouncing all over the place on the dashboard, but in windows its around 92Mhs, but on the website graph shows my average is between 70Mhs and 83Mhs.

I am running the proxy as well, but I really don't know if it's working?

My earning for the last day was 2 Eth. Much lower than the 3 estimated for my hashrate.

https://i.imgur.com/vGN4wDI.png

We can't tell if you're using the proxy or not unless you post your ethminer bat. 

According to this http://karldiab.com/EthereumMiningCalculator/ you're getting paid for 70-83 mh/s like the pool says.  Maybe try another one of suprnova's pools.  Ping them all to find the lowest latency.

This is my bat:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_HEAP_SIZE 100
ethminer --cl-local-work 256 --cl-global-work 8192 -G --opencl-platform 1 -F http://80-eth.suprnova.cc:80/xxxxx.x/95 --farm-recheck 100

You're not using the proxy, you're going straight to the pool.  Since your miner is located on the same machine as the proxy it should be

ethminer --cl-local-work 256 --cl-global-work 8192 -G --opencl-platform 1 -F http://127.0.0.1:8546

Don't use the farm recheck
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
February 16, 2016, 06:36:33 PM
 #406

I'm still getting horrible hashrate. Hashrate is bouncing all over the place on the dashboard, but in windows its around 92Mhs, but on the website graph shows my average is between 70Mhs and 83Mhs.

I am running the proxy as well, but I really don't know if it's working?

My earning for the last day was 2 Eth. Much lower than the 3 estimated for my hashrate.

https://i.imgur.com/vGN4wDI.png

We can't tell if you're using the proxy or not unless you post your ethminer bat. 

According to this http://karldiab.com/EthereumMiningCalculator/ you're getting paid for 70-83 mh/s like the pool says.  Maybe try another one of suprnova's pools.  Ping them all to find the lowest latency.

This is my bat:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_HEAP_SIZE 100
ethminer --cl-local-work 256 --cl-global-work 8192 -G --opencl-platform 1 -F http://80-eth.suprnova.cc:80/xxxxx.x/95 --farm-recheck 100

You're not using the proxy, you're going straight to the pool.  Since your miner is located on the same machine as the proxy it should be

ethminer --cl-local-work 256 --cl-global-work 8192 -G --opencl-platform 1 -F http://127.0.0.1:8546

Don't use the farm recheck

I've tried that, and getting this:



I'm mining behind a proxy,so might that be an issue?
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 16, 2016, 06:56:46 PM
 #407



I'm mining behind a proxy,so might that be an issue?

Sorry what do you mean "mining behind a proxy"?  What happens when you type 127.0.0.1:8080 into your browser?  Try different browsers, some don't like that.
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 16, 2016, 07:01:48 PM
 #408



I'm mining behind a proxy,so might that be an issue?

Sorry what do you mean "mining behind a proxy"?  What happens when you type 127.0.0.1:8080 into your browser?  Try different browsers, some don't like that.

Also your bat needs to look like this
ethminer -G -F http://127.0.0.1:8546/miner/Hashrate/RigName --parameter --parameter

You're forgetting the stuff after the port
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
February 16, 2016, 07:03:15 PM
 #409



I'm mining behind a proxy,so might that be an issue?

Sorry what do you mean "mining behind a proxy"?  What happens when you type 127.0.0.1:8080 into your browser?  Try different browsers, some don't like that.

Sorry, I meant firewall. Trying again
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
February 16, 2016, 07:12:59 PM
 #410



I'm mining behind a proxy,so might that be an issue?

Sorry what do you mean "mining behind a proxy"?  What happens when you type 127.0.0.1:8080 into your browser?  Try different browsers, some don't like that.

Also your bat needs to look like this
ethminer -G -F http://127.0.0.1:8546/miner/Hashrate/RigName --parameter --parameter

You're forgetting the stuff after the port

Yeah still not working. Might it be because I don't/cant have geth installed on my local machine? Also nothing happens (err connection etc) when I type that IP into my browser (at home and on my mining rig not at home)
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 16, 2016, 07:14:23 PM
 #411



I'm mining behind a proxy,so might that be an issue?

Sorry what do you mean "mining behind a proxy"?  What happens when you type 127.0.0.1:8080 into your browser?  Try different browsers, some don't like that.

Also your bat needs to look like this
ethminer -G -F http://127.0.0.1:8546/miner/Hashrate/RigName --parameter --parameter

You're forgetting the stuff after the port

Yeah still not working. Might it be because I don't/cant have geth installed on my local machine?

No you don't need it

Check out my post here   https://bitcointalk.org/index.php?topic=1163395.msg13839592#msg13839592
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
February 16, 2016, 07:32:40 PM
 #412



I'm mining behind a proxy,so might that be an issue?

Sorry what do you mean "mining behind a proxy"?  What happens when you type 127.0.0.1:8080 into your browser?  Try different browsers, some don't like that.

Also your bat needs to look like this
ethminer -G -F http://127.0.0.1:8546/miner/Hashrate/RigName --parameter --parameter

You're forgetting the stuff after the port

Yeah still not working. Might it be because I don't/cant have geth installed on my local machine?

No you don't need it

Check out my post here   https://bitcointalk.org/index.php?topic=1163395.msg13839592#msg13839592

You rock dude, got it working. I've been mining so long without getting the maximum hashrate, so this is great. Thanks a bunch. BTC addy?
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 16, 2016, 07:39:44 PM
 #413



I'm mining behind a proxy,so might that be an issue?

Sorry what do you mean "mining behind a proxy"?  What happens when you type 127.0.0.1:8080 into your browser?  Try different browsers, some don't like that.

Also your bat needs to look like this
ethminer -G -F http://127.0.0.1:8546/miner/Hashrate/RigName --parameter --parameter

You're forgetting the stuff after the port

Yeah still not working. Might it be because I don't/cant have geth installed on my local machine?

No you don't need it

Check out my post here   https://bitcointalk.org/index.php?topic=1163395.msg13839592#msg13839592

You rock dude, got it working. I've been mining so long without getting the maximum hashrate, so this is great. Thanks a bunch. BTC addy?
You're welcome.  Don't worry about paying me anything, though I appreciate the sentiment [unless you have 1000 gpus Smiley
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
February 16, 2016, 07:50:04 PM
 #414



I'm mining behind a proxy,so might that be an issue?

Sorry what do you mean "mining behind a proxy"?  What happens when you type 127.0.0.1:8080 into your browser?  Try different browsers, some don't like that.

Also your bat needs to look like this
ethminer -G -F http://127.0.0.1:8546/miner/Hashrate/RigName --parameter --parameter

You're forgetting the stuff after the port

Yeah still not working. Might it be because I don't/cant have geth installed on my local machine?

No you don't need it

Check out my post here   https://bitcointalk.org/index.php?topic=1163395.msg13839592#msg13839592

You rock dude, got it working. I've been mining so long without getting the maximum hashrate, so this is great. Thanks a bunch. BTC addy?
You're welcome.  Don't worry about paying me anything, though I appreciate the sentiment [unless you have 1000 gpus Smiley

I wish XD. I have 4, so a small fish in a small pond Tongue
mwgame1
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250


View Profile
February 17, 2016, 12:22:29 AM
 #415


Quote

your -F pool is still configured wrong.  Don't use your worker password in there, it's not used for anything.  Yours should be /MWGame1.mwgame1/20

 

thx very much worked
raidersan
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
February 17, 2016, 04:24:37 PM
 #416

 Hi,

I have just started mining successfully through Sammy's proxy latest (v0.4.5), but it is complaining every few minutes with the following message:

Code:
2016/02/17 16:15:45 Upstream submission failure on height 1018548: json: cannot unmarshal string into Go value of type map[string]in

My efficiency seem to be less than 100% if that is related at all...
What could be happening?
Thanks!
raidersan
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
February 18, 2016, 10:05:48 AM
 #417

Having just started to experiment with this pool on 1 GPU, I am very disappointed with the results. I am getting payouts equivalent to 37Mhs when the GPU is averaging 47 on my side. Is it me or is it the experience of others as well?
z0n0
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006



View Profile
February 18, 2016, 10:55:50 AM
 #418

Having just started to experiment with this pool on 1 GPU, I am very disappointed with the results. I am getting payouts equivalent to 37Mhs when the GPU is averaging 47 on my side. Is it me or is it the experience of others as well?

Try other pools, I also had very bad experience on suprnova - on other pools I'm getting much better results!
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 19, 2016, 10:21:21 PM
 #419

Having just started to experiment with this pool on 1 GPU, I am very disappointed with the results. I am getting payouts equivalent to 37Mhs when the GPU is averaging 47 on my side. Is it me or is it the experience of others as well?

Which GPU gets you 47mh/s?

Make sure you use this calculator http://karldiab.com/EthereumMiningCalculator/
Eliovp
Legendary
*
Offline Offline

Activity: 1050
Merit: 1293

Huh?


View Profile WWW
February 19, 2016, 10:58:05 PM
 #420

Having just started to experiment with this pool on 1 GPU, I am very disappointed with the results. I am getting payouts equivalent to 37Mhs when the GPU is averaging 47 on my side. Is it me or is it the experience of others as well?

Which GPU gets you 47mh/s?

Make sure you use this calculator http://karldiab.com/EthereumMiningCalculator/

7990 i assume Smiley

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!