sanevox
Newbie
Offline
Activity: 3
Merit: 0
|
|
March 28, 2017, 04:38:18 AM |
|
Лecнo бpaт! (Easy bro!) sendEmail - Send email from a console near you! Written by: Brandon Zehm < caspian@dotconf.net> http://caspian.dotconf.net/http://www.tsheets.com/Just put it in the folder where your sample.bat lives and add a line in that .bat Emailer\sendEmail.exe -o tls=yes -f SendingEmailAddress -t ReceivingMailAddress -s smtp.OfMailServer:port -xu SendingEmailAddress -xp YourPassword -u "RIGs watcher - %1" -m "Your text %1"
|
|
|
|
aarons6
Legendary
Offline
Activity: 1736
Merit: 1006
|
|
March 28, 2017, 05:31:59 AM |
|
Hello guys, I have a question. While I am successful mining ETH, I am totally unable to dual mine . Probably is something very stupid I am missing in the options settings, but I am receiving constantly an error from the DCR or LBC pool:
“DCR: Job timeout, disconnect, retry in 20 sec...”
I am introducing as options settings like these:
-wd 1 -r 1 -epool eth.coinmine.pl:4000 -ewal myuser.myworker -epsw mypass -esm 2 -dpool stratum+tcp://dcr-us.coinmine.pl:2222 -dwal myuser.myworker -dpsw mypass -allpools 1
-wd 1 -r 1 -epool eth-eu.dwarfpool.com:8008 -ewal MYWALLET -epsw x -dpool stratum+tcp://dcr-us.coinmine.pl:2222 -dwal myuser.myworker -dpsw mypass -mode 0 -dcoin dcr -allpools 1
-wd 1 -r 1 -epool eth-eu.dwarfpool.com:8008 -ewal MYWALLET -epsw x -dpool stratum+tcp://lbry.suprnova.cc:6256 -dwal myuser.myworker -dpsw fulgor -mode 0 -dcoin lbc -allpools 1
Even using the examples on Claymore's first post with his own wallets I still get those errors
Do you see something wrong that may explain it? Maybe something related to my router or internet provider? :-(
its not you or anything its everyone having issues with it i get rejected shares on 3 different pools tried mutliple settings even took off the overclocking and ran stock still the same issue so its not just you almost everyone is having the same issue Thanks, good to know I am not the only one suffering this issue. But as aarons6 says, and many other people in the forum claim, people is being successful double-mining... What is our issue, then? here is my bat file setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 EthDcrMiner64.exe -epool us2.ethermine.org:4444 -ewal ETH_WALLET -epsw x -dpool stratum+tcp://decred.mine.zpool.ca:5744 -dwal BTC_WALLET -allpools 1
|
|
|
|
Gaglam
|
|
March 28, 2017, 10:12:36 AM |
|
I can only find V8.0 in the downloads?
|
|
|
|
Trimegistus
Legendary
Offline
Activity: 1565
Merit: 1027
|
|
March 28, 2017, 10:25:01 AM |
|
|
|
|
|
Gaglam
|
|
March 28, 2017, 10:34:27 AM |
|
thanks a lot
|
|
|
|
Ursul0
|
|
March 28, 2017, 12:00:34 PM |
|
Hello
Its possible that claymore bat send a email to me when miner stopped?
Thanks
You can execute .bat file in EthMan when miner stopped/disconnected/overheated or its hashrate is low. Probably you can send email from .bat. Miner itself cannot send email, use pool for it. Could anyone help here? I'd like to send myself an email from .bat file, but the hint here was "probably you can send", so anyone would give an definite answer if this can be done or perfectly publish a code for .bat file? The easiest way probably is to use smtplib in python. def send_email(user, pwd, recipient, subject, body): gmail_user = user gmail_pwd = pwd FROM = user TO = recipient if type(recipient) is list else [recipient] SUBJECT = subject TEXT = body
# Prepare actual message message = """\From: %s\nTo: %s\nSubject: %s\n\n%s """ % (FROM, ", ".join(TO), SUBJECT, TEXT) try: server = smtplib.SMTP("smtp.gmail.com", 587) server.ehlo() server.starttls() server.login(gmail_user, gmail_pwd) server.sendmail(FROM, TO, message) server.close() print("successfully sent email to: " + recipient + " on " + datetime.now().strftime('%Y-%m-%d %H:%M:%S')) except: print("failed to send mail")
|
|
|
|
LJLT
Newbie
Offline
Activity: 48
Merit: 0
|
|
March 28, 2017, 12:58:43 PM |
|
Hello Mr. Claymore
Im getting constant
GPU #1 got incorrect share. If you see this warning often, make sure you did not overclock it too much!
The thing is that i got 5 gpus running all in the same settings but that is the only one that reports the problem, is there a way to solve it?
Thanks
|
|
|
|
almirfiorio
|
|
March 28, 2017, 01:24:32 PM Last edit: March 28, 2017, 02:01:09 PM by almirfiorio |
|
Dear Friends Im have 2 units of Saphire RX 470 and im mining ethereum with this line bellow setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100s setx GPU_SINGLE_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0x4FAd3e68CEc96AfbB0457B17A46fF6896EB57E40.worker1 -epsw x -ethi 6 -etha 0 -esm 1 -r -1
In this site bellow calculator show to me that im can reach 138 us per month https://www.cryptocompare.com/mining/calculator/eth?HashingPower=53&HashingUnit=MH%2Fs&PowerConsumption=0&CostPerkWh=0how im can improve my mining ? have another miner that is better than this ? obs : im mining in ethermine Thanks Almir
|
|
|
|
Hakkane
|
|
March 28, 2017, 01:53:09 PM |
|
here is my bat file setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 EthDcrMiner64.exe -epool us2.ethermine.org:4444 -ewal ETH_WALLET -epsw x -dpool stratum+tcp://decred.mine.zpool.ca:5744 -dwal BTC_WALLET -allpools 1
Thank you. I tried the same, but I still receive a "Job timeout" from the DCR part. How is possible that some people can double-mine and other people can't?
|
|
|
|
almirfiorio
|
|
March 28, 2017, 02:01:48 PM |
|
im dont use DCR ! Only ETH im looking for the best line to miner eth Thank you. I tried the same, but I still receive a "Job timeout" from the DCR part. How is possible that some people can double-mine and other people can't?
|
|
|
|
jelin1984
Legendary
Offline
Activity: 2408
Merit: 1004
|
|
March 28, 2017, 02:03:02 PM |
|
for custom rom the ethcoin i need maximum gpu speed and less speed at memory or not? ??
|
|
|
|
Technicrate
Newbie
Offline
Activity: 68
Merit: 0
|
|
March 28, 2017, 02:11:31 PM |
|
for custom rom the ethcoin i need maximum gpu speed and less speed at memory or not? ?? It depends on your GPU. If you use the RX 480 or 470, the memory speed should be very fast.
|
|
|
|
jelin1984
Legendary
Offline
Activity: 2408
Merit: 1004
|
|
March 28, 2017, 03:26:04 PM |
|
|
|
|
|
BogdanCo
|
|
March 28, 2017, 06:32:58 PM |
|
Hello Mr. Claymore
Im getting constant
GPU #1 got incorrect share. If you see this warning often, make sure you did not overclock it too much!
The thing is that i got 5 gpus running all in the same settings but that is the only one that reports the problem, is there a way to solve it?
Thanks
Check your riser, connections for GPU1. Usually the risers are always the culprit.
|
|
|
|
fittsy
|
|
March 28, 2017, 07:44:48 PM |
|
Hello Mr. Claymore
Im getting constant
GPU #1 got incorrect share. If you see this warning often, make sure you did not overclock it too much!
The thing is that i got 5 gpus running all in the same settings but that is the only one that reports the problem, is there a way to solve it?
Thanks
Check your riser, connections for GPU1. Usually the risers are always the culprit. As has been mentioned previously. Double check your connections to the riser. Try cleaning the contacts on the riser where it connects to the motherboard. Try with an eraser (like a pencil eraser) or rubbing alcohol on a cotton swab (q-tip). Try the GPU in a different slot with a different riser. (that also helps you figure out if it is the riser or the gpu)
|
|
|
|
aarons6
Legendary
Offline
Activity: 1736
Merit: 1006
|
|
March 28, 2017, 07:45:52 PM |
|
here is my bat file setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 EthDcrMiner64.exe -epool us2.ethermine.org:4444 -ewal ETH_WALLET -epsw x -dpool stratum+tcp://decred.mine.zpool.ca:5744 -dwal BTC_WALLET -allpools 1
Thank you. I tried the same, but I still receive a "Job timeout" from the DCR part. How is possible that some people can double-mine and other people can't? maybe you are running out of ram? or it depends on what card you have?
|
|
|
|
densets
Newbie
Offline
Activity: 36
Merit: 0
|
|
March 28, 2017, 08:10:50 PM |
|
is decred more profitable than pascal for rx 470/480?
|
|
|
|
aarons6
Legendary
Offline
Activity: 1736
Merit: 1006
|
|
March 28, 2017, 10:04:14 PM |
|
is decred more profitable than pascal for rx 470/480?
what you can do is use the nicehash miner and run the benchmarks. it will tell you.
|
|
|
|
slavserver
|
|
March 29, 2017, 12:25:55 AM |
|
nicehash Ethereum+Decred:
If you add an option -mport, decred - rejected rejected rejected
|
|
|
|
ForCrisp
Newbie
Offline
Activity: 7
Merit: 0
|
|
March 29, 2017, 01:58:02 PM |
|
“Most powerful on market" ya 30mh/s more than L3, at TWICE the power -- misleading much? ALso says "atleast 1050w PSU" good luck on that they DRAW 1050 or more -- so misleading.
|
|
|
|
|