Pages:
Author

Topic: EWBF's CUDA Zcash miner - page 74. (Read 2164327 times)

member
Activity: 154
Merit: 11
August 29, 2017, 09:16:21 AM
i have a mixed AMD(2) and NVIDIA (7)  rig, it seems that no miner will work with both AMD and NVDIA ?

do i need to run one miner for NVDIA and one for AMD ?

You need run 2 bat file. 1 for Claymore and 1 for EWBF's. Work like a charm Smiley
PS: remember let AMD card is a primary card. If not you will have temp error.
newbie
Activity: 37
Merit: 0
August 29, 2017, 09:08:58 AM
MSI 1080ti gaming X
here are my stats

https://image.prntscr.com/image/DHA8_uMXS5S0IIh1OKpUKg.png
https://image.prntscr.com/image/Vle8o7b7SJK6OVpTXgl8Og.png

What do you think guys
Should I tweak it more?
full member
Activity: 336
Merit: 100
August 29, 2017, 04:23:27 AM
Hi all,

I'm getting lots of rejected share on a particular gpu out of 7 gpu.
Is that normal?

edit: im using gtx1070

Do i have to do some settings with the intensity of the gpu? What is the usual setting to be set for intensity?

Is it a power sharing issue? the GPU doesn't have enough power?

Please help.

thankyou!

Are they all identical gpu-s ? If not then you have to overclock them separately. I will never use a different manufacturers gpus on one rig never again. nothing but hassle.
newbie
Activity: 13
Merit: 0
August 29, 2017, 04:03:33 AM
Hi all,

I'm getting lots of rejected share on a particular gpu out of 7 gpu.
Is that normal?

edit: im using gtx1070

Do i have to do some settings with the intensity of the gpu? What is the usual setting to be set for intensity?

Is it a power sharing issue? the GPU doesn't have enough power?

Please help.

thankyou!
hero member
Activity: 630
Merit: 502
August 29, 2017, 03:59:04 AM
Ubuntu-server 16.04 x64.
3xGPU gtx1060

I added to /etc/rc.local
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/home/sergey/zecminer2/miner --server zec.suprnova.cc --user myuser.myworker --pass xxx --port 2142  --cuda_devices 0 1 2

exit 0

And after a reboot nothing happens. EWBF's will not start. I checked the command line it is correct, and from the command line the miner starts and works well.
Please help.

Ubuntu uses systemd so create a service file.

I tried and it did not work. Do you have an example of such a file? And how do the developers of the EWBF recommend that they start autoloading in Linux?
Code:
[Unit]
Description=Zcash Service
Wants=network-online.target
After=network-online.target

[Service]
ExecStart=/usr/bin/stdbuf -oL /home/sergey/zecminer2/miner --config miner.cfg
ExecReload=/bin/kill -HUP $MAINPID
WorkingDirectory=/home/sergey/zecminer2/
KillMode=mixed
Restart=always
RestartSec=10s
Nice=-20
User=sergey

[Install]
WantedBy=multi-user.target
newbie
Activity: 2
Merit: 0
August 29, 2017, 03:47:26 AM
As stated in the comments within the script, by default it does nothing, you need to make it executable.
Try:
Code:
sudo chmod +x  /etc/rc.local
then reboot.
newbie
Activity: 29
Merit: 0
August 29, 2017, 03:20:30 AM
Ubuntu-server 16.04 x64.
3xGPU gtx1060

I added to /etc/rc.local
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/home/sergey/zecminer2/miner --server zec.suprnova.cc --user myuser.myworker --pass xxx --port 2142  --cuda_devices 0 1 2

exit 0

And after a reboot nothing happens. EWBF's will not start. I checked the command line it is correct, and from the command line the miner starts and works well.
Please help.

Ubuntu uses systemd so create a service file.

I tried and it did not work. Do you have an example of such a file? And how do the developers of the EWBF recommend that they start autoloading in Linux?
full member
Activity: 240
Merit: 100
August 28, 2017, 06:00:21 PM
the biggest issue right now is when a gpu becomes unresponsive due to for example overclocking, and the miner gives error 4 or 4x and stops, we need to manually restart the miner...

If there is a simple script that could just restart the miner software when hashrate drops to 0 for over x second period, that would be hugely appreciated.

comment #4404
legendary
Activity: 2128
Merit: 1657
August 28, 2017, 05:02:33 PM
the biggest issue right now is when a gpu becomes unresponsive due to for example overclocking, and the miner gives error 4 or 4x and stops, we need to manually restart the miner...

If there is a simple script that could just restart the miner software when hashrate drops to 0 for over x second period, that would be hugely appreciated.
newbie
Activity: 5
Merit: 0
August 28, 2017, 03:35:55 PM
Version 0.3.4b.
Added new values to the api method getstat.
Added http api you can use http://127.0.0.1:42000/getstat address to get statistics.
Added simple web page with statistics, simply open the api address in the web browser. (Experemental)

What do we really want to see in version 3.0.5?..

in claymore (ETH) miner (9.8) there is third party delphi program (or its C++ builder?)
it is called Remote Manager (version 3.4, currently)

it is EXTREMELY convenient monitoring rigs, rebooting them, changing pools/configs on the fly!!!
So why need invent your own bicycle API, when there is alredy good one, and some third party software to support it!

So, minding you re taking some DevFees, i fairly pay, i insist could offer you to switch support focus to that API.
Because i dont want anymore to run through hangar with monitor/typing tons of IP in browser, in order to check every farm :)
Claymore/Manager API is quite simple and its description is availble in API.txt, in Remote Manager folder
Adding it to your software really needs only a short piece of code, its format is also JSON via TCP.

Furthermore, i really prefer your miner for ZCASH on 1080s over all the others, because its good.
But, there are also a couple of features, that could easily be copied to your software, to make it really best:
in config:
 - convenient config.txt scheme, which loads by default where there are no parameters
 -epools.txt feature for several pools
command line/config
 - core/mem frequency control, so no need for additional software like afterburners, that is especially in need for linux in small footprint "headless" embedded systems, where are no x.orgs and no afterburners at all
user input:
 - press S button for print statistics
 - 1 2 3 4 5... buttons can enable/disable gpus

Best regards ~~~~




hero member
Activity: 630
Merit: 502
August 28, 2017, 01:24:54 PM
Ubuntu-server 16.04 x64.
3xGPU gtx1060

I added to /etc/rc.local
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/home/sergey/zecminer2/miner --server zec.suprnova.cc --user myuser.myworker --pass xxx --port 2142  --cuda_devices 0 1 2

exit 0

And after a reboot nothing happens. EWBF's will not start. I checked the command line it is correct, and from the command line the miner starts and works well.
Please help.

Ubuntu uses systemd so create a service file.
newbie
Activity: 29
Merit: 0
August 28, 2017, 12:35:47 PM
Ubuntu-server 16.04 x64.
3xGPU gtx1060

I added to /etc/rc.local
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/home/sergey/zecminer2/miner --server zec.suprnova.cc --user myuser.myworker --pass xxx --port 2142  --cuda_devices 0 1 2

exit 0

And after a reboot nothing happens. EWBF's will not start. I checked the command line it is correct, and from the command line the miner starts and works well.
Please help.
member
Activity: 72
Merit: 10
August 28, 2017, 11:07:09 AM
i have a mixed AMD(2) and NVIDIA (7)  rig, it seems that no miner will work with both AMD and NVDIA ?

do i need to run one miner for NVDIA and one for AMD ?
sr. member
Activity: 560
Merit: 253
August 28, 2017, 10:31:27 AM
Is it better to have a higher sols/W rather than higher Sols/s?

I got 3 x 1070 and 1 x 1060
My settings for 1070 and 1060 respectively:
Power Limit: 55  |  55
Clock : 210  |  110
Memory: 720  |  500

Which gives me 1300Sols/s (370Sol/s and  245Sols/s)




There are 2 variables, the cost of your electricity and the appreciation of the coins you mine. If you pay a lot, you might want to drop that power limit. If the coins you've already mined skyrocket in value, then the guy who went for max sols does the best. I go in the middle, drop 10-20% my power limit to get a strong and stable OC with good sols/s.
newbie
Activity: 27
Merit: 0
August 28, 2017, 10:23:31 AM
Is it better to have a higher sols/W rather than higher Sols/s?

I got 3 x 1070 and 1 x 1060
My settings for 1070 and 1060 respectively:
Power Limit: 55  |  55
Clock : 210  |  110
Memory: 720  |  500

Which gives me 1300Sols/s (370Sol/s and  245Sols/s)


member
Activity: 108
Merit: 11
August 28, 2017, 10:07:49 AM
Hello Folks,

I have for you again a very good information.

There is a Zcash Fork called Zero. This Coin is better than Zcash and you do not have to pay 20% to the developer.
At the moment he is completely underestimated because hardly anyone knows him.

You can take 10 - 12 coins a day with a GTX 1080 Ti
With a GTX 1070 between 4 - 6 coins.

There is a huge potential in this coin,
I can only recommend you to jump on the train.

It's a real community coin


https://bitcointalksearch.org/topic/ann-zero-fork-of-zcash-with-harder-mining-params-1796036

Best regards
lokko
 Wink

What makes you think this coin have great potential? Checking the ANN and coinmarketcap it seems this is a dead coin on its way to "zero".

And 10-12 coins a day is only $2-2.5 with todays price. Way to high risk to mine and you might end up with a bag full of zero...


Sorry
But you did not seem to understand it
 Grin
newbie
Activity: 28
Merit: 0
August 28, 2017, 09:03:01 AM
POST REMOVED
sr. member
Activity: 560
Merit: 253
August 28, 2017, 08:55:42 AM
Hello Folks,

I have for you again a very good information.

There is a Zcash Fork called Zero. This Coin is better than Zcash and you do not have to pay 20% to the developer.
At the moment he is completely underestimated because hardly anyone knows him.

You can take 10 - 12 coins a day with a GTX 1080 Ti
With a GTX 1070 between 4 - 6 coins.

There is a huge potential in this coin,
I can only recommend you to jump on the train.

It's a real community coin


https://bitcointalksearch.org/topic/ann-zero-fork-of-zcash-with-harder-mining-params-1796036

Best regards
lokko
 Wink

What makes you think this coin have great potential? Checking the ANN and coinmarketcap it seems this is a dead coin on its way to "zero".

And 10-12 coins a day is only $2-2.5 with todays price. Way to high risk to mine and you might end up with a bag full of zero...


Agreed, we had Zcash and zclassic, then Zencash took the best of both. I think we have plenty of choices now.
full member
Activity: 336
Merit: 102
August 28, 2017, 08:16:53 AM
Hello Folks,

I have for you again a very good information.

There is a Zcash Fork called Zero. This Coin is better than Zcash and you do not have to pay 20% to the developer.
At the moment he is completely underestimated because hardly anyone knows him.

You can take 10 - 12 coins a day with a GTX 1080 Ti
With a GTX 1070 between 4 - 6 coins.

There is a huge potential in this coin,
I can only recommend you to jump on the train.

It's a real community coin


https://bitcointalksearch.org/topic/ann-zero-fork-of-zcash-with-harder-mining-params-1796036

Best regards
lokko
 Wink

What makes you think this coin have great potential? Checking the ANN and coinmarketcap it seems this is a dead coin on its way to "zero".

And 10-12 coins a day is only $2-2.5 with todays price. Way to high risk to mine and you might end up with a bag full of zero...
member
Activity: 108
Merit: 11
August 28, 2017, 06:48:18 AM
Hello Folks,

I have for you again a very good information.

There is a Zcash Fork called Zero. This Coin is better than Zcash and you do not have to pay 20% to the developer.
At the moment he is completely underestimated because hardly anyone knows him.

You can take 10 - 12 coins a day with a GTX 1080 Ti
With a GTX 1070 between 4 - 6 coins.

There is a huge potential in this coin,
I can only recommend you to jump on the train.

It's a real community coin


https://bitcointalksearch.org/topic/ann-zero-fork-of-zcash-with-harder-mining-params-1796036

Best regards
lokko
 Wink
Pages:
Jump to: