Bitcoin Forum
June 23, 2024, 12:42:11 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 »
281  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.6 (Windows/Linux) on: June 21, 2016, 12:38:25 PM
GPU 2, OpenCL error -4 - cannot create DAG on GPU
I see this just today on 2/5 gpu's on my rig seems only to happen with v4.6
Often see this on Windows rig of 2 GPUs with 4.5. As I suspect, the issue is linked to PCI-e risers. Without them all works with no issues, but any card on riser reports that with some probability. If error started to occur, maybe 10 to 50 restarts may be needed to finally create the DAG. -gser 1 does not help. Riser changes do not help. Interestingly, when DAG changes itself by block number, this system never has any problem. But again the probability matters.

I have no idea what to do, currently trying to replace the motherboard by another model since both cards were worked in another system.
282  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.6 (Windows/Linux) on: June 19, 2016, 01:08:10 PM
v4.6:
- bug fixes.

Can you confirm if it has any stability improvements on Linux regarding statistics socket? 4.4 had issues, 4.5 didn't have as I thought but there was a report of them here. Today I also found the issue of loosing socket by 4.5 on Linux. What about 4.6, were any changes done for it?

I am asking since improving my open-source cross-platform monitoring utility adding few features like email notifications on failures (no response from miner since time shown, low hashrate since time shown, etc), miner restart on specific failures (programmed reject rate, etc). And the stability of monitoring and control socket is a must for all such features.
283  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.5 (Windows/Linux) on: June 10, 2016, 07:29:09 PM
I just made Linux port by requests.
And that's great, thanks! Switched my rigs to Linux since stable 4.5 version (I like cmdline UI for administration).

Quote
2. Memory leak means that memory grows all the time. How can I see it?

Simplest method is the 'top' utility that refreshes a screen with a list of processes every second or so. You may see that memory used by ethcmdminer64 process grows every time.


top - 22:23:27 up  9:10,  2 users,  load average: 0.26, 0.13, 0.10
Tasks: 159 total,   1 running, 158 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.2 us,  2.9 sy,  0.0 ni, 97.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem:   3529812 total,  2176220 used,  1353592 free,   171264 buffers
KiB Swap:        0 total,        0 used,        0 free.  1194856 cached Mem

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
  986 root      20   0  467712 160300 117116 S   4.0  4.5  14:43.68 Xorg
29995 work      20   0 7559356 193588  71832 S   1.7  5.5   1:02.57 ethdcrminer64
 9472 work      20   0  727680  76300   8864 S   0.3  2.2   0:04.77 node
28301 root      20   0       0      0      0 S   0.3  0.0   0:01.51 kworker/0:1

284  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.5 (Windows/Linux) on: June 10, 2016, 06:15:24 PM
Also, I'm guessing in Linux, you're using Wine to run Claymore's miner? I know that Linux seems to increase hashrate, but does this also happen when using Wine for windows mining software, if that makes sense? I'm just thinking that windows is an inherent bottleneck or something, so I assume it would be the same if using any windows software..?

There is a Linux native version of this miner, but:

@Claymore:
- can you confirm my observations that Linux version has lower hashrates comparing to Windows one? With 7950 I see around 1MH/s difference using same PowerTune, cclock and mclock set externally.
- did you notice that Linux version has some memory leaks? I see around 8MB/s of virtual memory leak using top utility. I can restart miner once a week, but still not a good sign.
285  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.5 (Windows/Linux) on: June 10, 2016, 09:08:38 AM
Will I be ok using a 16gb ssd to run the linux miner? (or do i need a working linux install before i proceed with the download)?

I run GenEthOS Linux distro using 8GB USB flash with no HDD/SSD on 2GB RAM system with no issues. Still, it's possible to use even 4GB flash (didn't try since GenEthOS distro comes on 8GB image, but only 3.3GB is used).
286  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: June 01, 2016, 01:48:45 PM
Or better put these setting in environment variables.
setx command puts them into environment variables. Unlike set (that puts them for current process and child processes only), setx puts them into a global environment and saves in the Registry. So any process started later will use them even after reboot.

Actually I don't know who and why first put them with setx - I see no reason to change global environment for local task (miner). Simple set is enough and it doesn't affect other programs.


Is there a way to put them back to Windows default?

Yes: http://ss64.com/nt/setx.html
Delete registry key/value.

Actually, as I just read, setting them for the first time does NOT change current environment (only new processes), so it was even more stupid using them in a batch file just for the miner.
287  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: June 01, 2016, 01:47:08 PM
How about eth hashrates for every card in monitor just like temps.
+1
288  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 31, 2016, 01:13:57 PM
some idea for monitor: set temp warning parameter in "options" and mark it red color at "gpu temperature" column
Like this?



Open Source and manual: https://github.com/osnwt/ethmon
289  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 31, 2016, 10:13:02 AM
Or better put these setting in environment variables.
setx command puts them into environment variables. Unlike set (that puts them for current process and child processes only), setx puts them into a global environment and saves in the Registry. So any process started later will use them even after reboot.

Actually I don't know who and why first put them with setx - I see no reason to change global environment for local task (miner). Simple set is enough and it doesn't affect other programs.
290  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 30, 2016, 08:22:34 PM
i lost this discussion.. sorry. thanks for clarify!
https://bitcointalk.org/index.php?topic=1433925.msg14902491;topicseen#msg14902491
291  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 30, 2016, 08:21:05 PM
Interesting, i noticed quite the opposite or no difference, even on as low -dcri flag as possible (280x, 390). Are only cards with HBM memory affected?
I saw it definitely on HD7950 cards, did not pay attention to others since I see no reason to NOT mine DCR. It adds a value even with extra 1% devfee and extra electricity. At least, now for me.
292  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 30, 2016, 07:16:51 PM
I have more hash on mode 0..
It was already explained and should be written in a FAQ.

GPU has a lot of processors and a single memory array. When all computing threads hash Ethereum (memory-bound), there are memory access delays. When some of processors hash Decred (GPU-bound), they relax memory stress, and remaining threads can get memory data a bit faster. This is an unintentional side effect.
293  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 30, 2016, 07:50:20 AM
I use the Monitoring Utility and display it on a large TV panel to monitor my rigs, and would want to maximize the entire screen.

For those who may be interested: as a first try of writing javascript applications (I never did that) I wrote a small web app using nodejs that provides the same web page as Claymore's utility.

The advantage is that my app runs on any OS under nodejs (I wrote it on Mac, tested later on Linux, and now it also runs on Windows with no changes at all). And that will be open source, I am going to put it on github later when time permits. Anyone is free to change the source and/or update web page templates to do anything he wants. Honestly, I wish someone with designer skills updates the template so it will look cool on mobile screens with variable screen sizes.

Sorry, short of time now, but here is how it looks like at the moment:

294  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 26, 2016, 08:00:37 AM
Another suggestion for the config file:

- add '-config' option to specify a location for the config file (was already suggested)
- add '-log' option to specify a location for log file and/or directory (was already suggested)
- add '-rig' option for miner instance. If this option presents, then the miner still reads a config file (if no other cmdline options defined), but will understand the rig-specific syntax suggested above. That way we can use the same configuration file for both local config file and uploaded via remote manager. For configs sent remotely the '-rig' option may be ignored (since the manager knows where to send config - so the manager MUST edit the config file and send only options for THIS rig), or may be interpreted the same way (that is, use common options unless specialized ones defined for that rig name - so remote manager just uploads the generalized config file, and then the miner interprets is the same way).

I tend to the 2nd option: no '-rig' - use only common unprefixed options. There is '-rig' parameter - use common options unless specialized ones override them. This keeps compatibility with current behavior.

Of course, in this case the option is only applied to rig01:
Code:
# This does not apply for any rigs since commented out
#-tt 70
# This applies to rig01 only (other rigs will not have -tt option since it is commented out in the line above)
-rig01.tt 75

And config processing should first collect all unprefixed active options (defaults), then override them with rig-specific options (if some are defined and there is the '-rig' option on the command line or even in the same config).
295  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 26, 2016, 07:49:18 AM
@Claymore:

- please add a notice about %NAME% to README/HISTORY files. I could not remember where did I see it, and finally found only in the help of remote manager. Would be good to see it in the main manual.
- didn't you implement the same functions for the config file? If not yet, one of implementations could be:

Code:
# This applies to all rigs by default
-tt 70
# This only applies to rig01 and takes priority since better specialized
-tt.rig01 75,65,65

PS. May be this variant is better since options for the same rig are aligned:

Code:
# This applies to all rigs by default
-tt 70
-tstop 90
# This only applies to rig01 and takes priority since better specialized
-rig01.tt 75,65,65
-rig01.tstop 95
296  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 26, 2016, 07:21:09 AM
guys,

just set up a simple mining PC with one R9 390

want to try to mine on dwarfpool. I'm in US so which command line should I put?

sorry for stupid question - tried to read 119 pages, but it is way to much

Maybe read the README.txt of miner then? Or the same text in the 1st message of this thread on page 1? There is an example of DwarfPool command line there. All you may want is to replace the eu by us in the pool address to get better responses from nearest pool.

Code:
EthDcrMiner64.exe -epool eth-us.dwarfpool.com:8008 -ewal 0xD69af2A796A737A103F12d2f0BCC563a13900E6F/YourWorkerName -epsw x
297  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 25, 2016, 12:23:06 PM
Important about GenEthOS (from there: https://forum.ethereum.org/discussion/comment/28114/#Comment_28114):

Quote
hi2all
i'm author this image.
I apologize that at once did not write here about him.
1 advice and 1 important warning
to enable English interface use
http://screencloud.net/v/rojr
2 if you will use Free space, it will delete all data on all attached disks!!!
official forum http://coin-lab.com/forum/viewtopic.php?f=5&t=19&p=95#p95 (Google translate?) or ask questions in English.
slack http://bit.ly/1n8WCCn channel #genethos
disable UEFI in BIOS to normal boot
298  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 25, 2016, 12:16:15 PM
Well if you have many gpuminers in the rig it will work slow if installed on usb flash as dag loading takes a lot of time (about a hour for 6 gpu) . Clymore miner doesn't have this problem but works slow on linux, tried yesterday on my custom peppermintethos usb flash version. This genethos is nice but WebUI is horrible and too complicated.
Talking about DAGs, you can copy and run any miner from tmpfs in RAM, and in that case it will be faster than using HDD. Talking about Claymore's miner, I think we should find out why it works a bit slower, and fix it instead of dropping the Linux version.

WebUI is horrible, but actually it is Webmin with few custom commands added, and a set of scripts. You may use UI to edit them or may edit the same files with ssh and vi, then just run and forget. I see nothing that requres that UI to be used all the time. You may use ADL monitor, but again, having an application for Claymore's miner (say, written in nodejs), there is no need in that either.

In short, it needs some polish, but can be used as is and is very stable and (almost) ready to use with this miner (and ready to use with few others). I may expect that commercially sold alternative (https://forum.ethereum.org/discussion/4298/ethos-linux-ethereum-mining-platform) might be better in that respect. But anyway, for me it is a "run and forget" system, we only should fix the miner to have the same performance on both platforms.
299  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 25, 2016, 09:41:07 AM
Why linux versoin works much slower than windows?
Actually, I also found that. I have identical 7950 on both platforms. Both run at 1050/1550 +20%. But they have different hashrate.
Linux:  19.494, Windows: 20.013

I thought it is due to non-identical powerplay options.
300  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum+Decred GPU Miner v4.4 (Windows/Linux) on: May 25, 2016, 07:06:21 AM
going to be setting up an ubuntu box this weekend, it will have a 390 and 380, based on an old q6600 system. 850 watt seasonic.
which ubuntu? 14.04 lts seems to be the recommended.
any tips? i know just enough  *nix to make possibly better than average mistakes faster.
I could recommend trying GenEthOS distro: https://ethereum-mining.info/en/
It is ubuntu 14.04.4 LTS-based distro that includes many tools for ETH mining (proxies, miners, GPU tweakers and monitoring tools) and is free to use. Runs from USB stick (8-16GB) if you want it, or HDD/SSD. It does not contain CDM (since it is not an open source), but perfectly runs the binary. You need to tweak few files via ssh or using Webmin GUI. It also runs basic web rig monitoring UI that includes GPU temps, fans, frequencies and core voltages. The only disadvantage is that by default it uses Russian and most comments in files are in both English and Russian duplicated or mixed, you shoud change /etc/default/locale (or via web UI) to English if you like. Still, it runs very stable and unlike some other distros is free to download. I remember some other ETH mining distro that is sold on SSD using open source Linux, that's against GNU license.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!