Bitcoin Forum
June 23, 2024, 12:27:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: etherium mining issues on: April 14, 2018, 06:41:20 AM
https://dcr.suprnova.cc/index.php?page=dashboard

this is what I see after running claymore dual miner for a few hours, ethermine is wotking just fine, I copy the code Geraldo post above on the start bat file...

That's your dashboard, and people wouldn't be able to see it (need to log in). You can use pics to show us what happens to your DCR at Suprnova. That bat file code (that I write above) just an example, you can change it according to your needs.

I have not figure out how to upload pics into the forum...

I did change the code a few times, editing the worker but I still get nothing from supernova, Geraldo, do you know where to contact super nova? I went into contact section on their website and send 3 emails regarding this issue, no answer from them yet, I'm wonder if there is another way to contact them?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.6 (Windows/Linux) on: April 14, 2018, 04:04:34 AM
Hi,  I have troubles whilst mining ETH&DCR,  Claymore sofware is working fine, I get all my stats on ehterminer, but I don't get anything from supernova, I made a post not long ago, some one give me a configuration code for dual mining, I run Claymore and its starts to mine, it gives me information on hashrates shares etc etc, but no balance, shares or anything on supper nova, can you help me figure out what the problem is?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: etherium mining issues on: April 14, 2018, 03:55:22 AM
https://dcr.suprnova.cc/index.php?page=dashboard



this is what I see after running claymore dual miner for a few hours, ethermine is wotking just fine, I copy the code Geraldo post above on the start bat file...
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: etherium mining issues on: April 11, 2018, 08:01:51 AM
PS!!! how do I post pics here?  Huh Huh Huh I want to post some screenshots I have questions on


after I start it claymore it show me a message that goes like this

ETH: authorized (green color)
DCR: authorization failed (red color)
: (null) (red color)
DCR 04/11/18-00 share found (green)
DCR: share rejected (red color)

any idea what is happening ?
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: etherium mining issues on: April 11, 2018, 07:52:25 AM
Now this code I assume is gonna go into the -epool text, right?

Nop, that code must be applied to file named start (bat file). Located in Claymore folder (same as epool/dpool text) the last one in below.





yes my user name is yorchi6m, rig1 (worker)

Your code for dual-mining must be:
Code:
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.rig1 -dpsw x


Thanks so much Geraldo, as of now 12.46 am I copy/paste the code into the very last start bat file like you suggested, is working in the mining program, I"m getting ETH&&DCR hash speeds etc, I'm getting stats in ethermine, I just log in on super nova cc, I haven't got nothing yet, I'm gonna let it run for the night and see if is mining DCR
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: etherium mining issues on: April 10, 2018, 05:37:51 PM

my apologies, this config is the one I was using on nano pool:

POOL: eth-us-east1.nanopool.org:9999, WALLET: 0x97b10ccc19bf63c1e72333557ef7895f24723e26.rig1/gdljorgecrypto@outlook.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0

and this is for ethermine:

# POOL: us1.ethermine.org:4444, WALLET: 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr, PSW: x, ESM: 1, ALLPOOLS: 0


So, you are using pool config, would be better if you were using (bat) file.

But first, need to explain a bit info about pool config on Claymore. This sign in front of config (#) means that config wouldn't read by apps (inactive).

Since I suggest you using (bat) file, so give that sign in the front of your pool config (in your case e-pool), so that config wouldn't be active.

Creating (bat) file.
On Claymore folder, find default (bat) file named start, right click then pick edit, your default text editor will appear, mostly using notepad. Then replace whatever on those text editor with this. (I only gave you simple bat file, you can learn how to use another parameter).

Single mining

ETH  (Ethermine)
Code:
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x

ETH  (Nanopool)
Code:
EthDcrMiner64.exe -epool eth-us-east1.nanopool.org:9999 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x



Dual Mining

And when you want to try Dual Mining. Let's say you are doing dual mining ETH and DCR (ETH Ethermine - DCR Suprnova). Then your simple (bat) file would be like this.

Code:
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.1 -dpsw x

I assume yorchi6mr is your Suprnova username, and you have created pool worker on Suprnova with this detail.

worker: yorchi6mr.1
Password: x

You can create worker on Suprnova pool in My Account section, then pick My Workers.


Edit: Forget, you can double click that (bat) file to starting mining process.

Hi! thanks Geraldo  for your replay, I honestly don't know what my issue was, I change the file -epool and dpool, created a new start file with different configurations, and that is when I started to have problems, so I deleted the hole claymore's file and reinstalled and now im mining ehtereum on ehtermine, I will try the config code for dual mining, I have not been able to make that one work...

yes my user name is yorchi6m, rig1 (worker)



1.- Now this code I assume is gonna go into the -epool text, right?
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.1 -dpsw x
2.- now is it  like this?
A) EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.1 -dpsw x
B) us1.ethermine.org:4444 -ewal 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal yorchi6mr.1 -dpsw x
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: etherium mining issues on: April 10, 2018, 05:17:52 AM
As I can see, you are active on Ethermine today. You can follow this link to check you mining stat:
https://ethermine.org/miners/%200x97b10ccc19bf63c1e72333557ef7895f24723e26/dashboard




In case you switch to Nanopool, you can follow this link to check you mining stats:
https://eth.nanopool.org/account/0x97b10ccc19bf63c1e72333557ef7895f24723e26





AYE, I deleted my old claymore software and reinstall it and I got connection for now, I haven't try  nano pool yet, and I also try dual mining with supernova and till got nothing, I'm gonna let it mine some more ethereum
thanks to you all for your help!


has anyone else experience problems with dual mining ETH & DRC with claymore dual miner?
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: etherium mining issues on: April 09, 2018, 07:10:29 PM
I checked my wallet address and is the same one (exodus) I been using since I start it mining, nothing  have change.
this is the configuration I'm running on claymore.

POOL: eth-us-east1.nanopool.org:9999, WALLET: 0x97b10ccc19bf63c1e72333557ef7895f24723e26.rig1/gdljorgecrypto@outlook.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0

I got this configuration from nano pool, but still after a few hours my stats still not show in their website, am I missing anything in there?

I mine in Ethermine.org which is the same as Nanopool, you can try to switch to that pool just to see if things will change. Just change the address of the pool with the ethermine one.

Maybe the reason is that nanopool is not synchronizing in time your worker stats, this have happened a few times also in Ethermine but lately I have been having no problems mining on ethermine. If the same happens then it must be some problem with your internet connection stability.


my apologies, this config is the one I was using on nano pool:

POOL: eth-us-east1.nanopool.org:9999, WALLET: 0x97b10ccc19bf63c1e72333557ef7895f24723e26.rig1/gdljorgecrypto@outlook.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0

and this is for ethermine:

# POOL: us1.ethermine.org:4444, WALLET: 0x97b10ccc19bf63c1e72333557ef7895f24723e26.yorchi6mr, PSW: x, ESM: 1, ALLPOOLS: 0


as far as I know this is all I need on the config, but still can't see any stats on ether miner or nano pool,
aslo I had the similar problem in super nova cc, run Claymores dual miner ETH/DCR and the program seem to work fine, yet again in supernova website, I have no balance or earnings, while on ethermine and nano pool I do.
any advice to a possible solution  will be gladly appreciated.

Mining ethereum has proven complicated to me, I'm sure I missing out some simple  that a newbie has miss out
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: etherium mining issues on: April 09, 2018, 03:38:36 PM
I checked my wallet address and is the same one (exodus) I been using since I start it mining, nothing  have change.
this is the configuration I'm running on claymore.

POOL: eth-us-east1.nanopool.org:9999, WALLET: 0x97b10ccc19bf63c1e72333557ef7895f24723e26.rig1/gdljorgecrypto@outlook.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0

I got this configuration from nano pool, but still after a few hours my stats still not show in their website, am I missing anything in there?
10  Alternate cryptocurrencies / Mining (Altcoins) / etherium mining issues on: April 08, 2018, 10:13:49 PM
HI MY name is Jorge and I'm new into mining, I been mining for about a month now and been doing it so with nice hash, I believe on ethereum and want to min it, but I been running to some issues,
I started  using mining pool hub but run into some security issues, like OPT key  that I never save =\.
1. So I started to mine with ethermine running Claymore's  miner, checking my stats on the website, I was able to see my hash rates, earnings etc, one day, it show my worked offline, and try upgrading the IP address and my worker came back online, a few hours latter  return to find my worker offline, and when I updated the IP address it replay with a message of invalid IP address, and now Every time I try to connect my rig running claymore's, it show my hash rate, temp, and everything else on the mining program but in the website is offline.
2. Running into those issues, I  started using nano pool, same story it was running fine, after a while my worker show offline in nano pool website, but in the program is still mining, and don't know hot to bring it back online, so I stop mining ethereum and continue mining with nicehash.
 Has anyone else experience the same issues, I'm I missing anything?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ethereum miner? on: April 05, 2018, 04:56:28 PM
1. I finally figure out how how to mine ethereum with Claymore's dual miner, I connected it to ethermine and it works, but sometimes it will get disconnected, I rather earn a bit less with nicehas than be at work and get a notification that my worker has been inactive on my email.
2. I been trying to dual mine decred with supernova, but I'm not sure is connected, in my mining programs it shows me the speed and hashes  but in supernova it docent show any information  form hash rate, balance  or any earnings, any ideas how can I fix it? I contact supernova a day ago and still waiting for an answer, I might miss some configuration on dpool, any suggestions or leads to a solutions will be greatly appreciated. and thanks  in advance


1. What kind of disconnect you mean, more specific, please. Was your rig freeze? or still alive but not mine?

2. Have you waited for long enough on suprnova? and still, nothing changes? because sometimes pool needs a few time to update miner stat.


Well as I was mining with nicehash I let it mine, after a while the screen will go black to conserve energy and a few hours later when I come back,  I can see the progress on my earnings, then when I switch to any other miner program it will mine, after a while the the screen torn off to save energy and when checking my earning a few latter I noticed that the mining program had stop/freeze, that is fix now!

I was mining with claymore dual miner ethermine for etherium, dcr on supernova, in my mining program I can see my hashrates for ethereum and decred, checking on ethermine, I can see my statistics earning etc but still nothing on supernova, I let it run overnight (knowing that some servers takes a while to reflect your transactions) but still not showing any balance/eraning/hashrates or action that shows that I'm connected.
I been  receiving emails from supernova that there are blocks found from other members, I contacted them about a day and a half and haven't got an answer as yet =/
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ethereum miner? on: April 05, 2018, 07:14:31 AM
thanks to you all! and sorry for taking long to  come back to the forum.
After alecme  replay, I change the setting on my computer,and fix it.
 It was weird for me because with nice-hash was mining 24/7 but with other miners it would stop, I continue mining with nice hash  because the following  reasons...
1. I finally figure out how how to mine ethereum with Claymore's dual miner, I connected it to ethermine and it works, but sometimes it will get disconnected, I rather earn a bit less with nicehas than be at work and get a notification that my worker has been inactive on my email.
2. I been trying to dual mine decred with supernova, but I'm not sure is connected, in my mining programs it shows me the speed and hashes  but in supernova it docent show any information  form hash rate, balance  or any earnings, any ideas how can I fix it? I contact supernova a day ago and still waiting for an answer, I might miss some configuration on dpool, any suggestions or leads to a solutions will be greatly appreciated. and thanks  in advance
13  Alternate cryptocurrencies / Mining (Altcoins) / Ethereum miner? on: March 26, 2018, 09:28:44 PM
Hi my  name is Jorge, I'm new to the forum, and mining, I started to mining about 2 weeks ago with nice hash but I'm more interested to mine ethereum, I've done some research (not enough obviously)on how to use ethermine and mining pool hub, I have lots of questions on mining pool hub but that is a different topic on its own.
Mining on ethermine  was easy to set up and run, but after my computer goes to sleep to save power, the mining program stops, when I mine on nice has it runs on the background while the computer sleeps, how can I keep mining ethereum when the computer goes to sleep?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!