CoinFriend
Sr. Member
Offline
Activity: 266
Merit: 250
support.
|
|
December 14, 2014, 09:45:09 AM |
|
What is this exactly?! Does it works? LOL
|
|
|
|
Antuam
Legendary
Offline
Activity: 1722
Merit: 1005
|
|
December 14, 2014, 04:45:20 PM |
|
Hello guys.
Could you do compile this version of CGMINER 4.8 for antminer S3, please?.
Thank you in advance. Best regards. Antuam
|
|
|
|
bestsponsor
|
|
December 15, 2014, 08:16:34 AM |
|
Hello guys.
Could you do compile this version of CGMINER 4.8 for antminer S3, please?.
Thank you in advance. Best regards. Antuam
http://vimeo.com/113108853
|
|
|
|
greek_hephaestus
Full Member
Offline
Activity: 162
Merit: 100
Eloncoin.org - Mars, here we come!
|
|
December 15, 2014, 03:18:49 PM |
|
Dear ckolivas, Can you give us instructions of how to install cgminer 4.8 on KnC Saturn? Thank you very much Best regards Hephaestus
|
|
|
|
pekatete
|
|
December 15, 2014, 03:52:01 PM |
|
I have asked here before but never got an answer, so I'll try again. When I call the api from my S3 via a scheduled tasks (cron job) and a script to restart via the API call: cgminer stops hashing but does not restart. The line that calls the script in scheduled tasks is: 0,30 * * * * root cd /sbin && ./hashRestart >/dev/null 2>&1 Via putty, I have run the cgminer-api vrsion command and get this (in case it is relevant). Reply was 'STATUS=S,When=1418658181,Code=22,Msg=CGMiner versions,Description=cgminer 4.6.1|VERSION,CGMiner=4.6.1,API=3.1,Miner=7.0.0.3,CompileTime=Mon Oct 13 18:33:49 CST 2014,Type=S3|' [STATUS] => ( [STATUS] => S [When] => 1418658181 [Code] => 22 [Msg] => CGMiner versions [Description] => cgminer 4.6.1 ) [VERSION] => ( [0] => VERSION [CGMiner] => 4.6.1 [API] => 3.1 [Miner] => 7.0.0.3 [CompileTime] => Mon Oct 13 18:33:49 CST 2014 [Type] => S3 ) My question is: Why is cgminer not restarting and am I missing any arguments to the API call?[/code]
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
December 16, 2014, 03:17:12 AM |
|
New release: Version 4.9.0, 16th December 2014
Mainly the Avalon4 driver.
Human readable changelog:
- Avalon 4 driver. This device has a unique usb communication chip and has Manufacturer and product id filled in so it *will* be detected reliably. As per default for cgminer it needs no command line options to work, just remember to copy your udev rules file to enable regular users access to it (or run cgminer sudo). See ASIC-README It comes with the following options (most of which are self explanatory or you shouldn't really touch them): --avalon4-automatic-voltage Automatic adjust voltage base on module DH --avalon4-voltage Set Avalon4 core voltage, in millivolts, step: 125 --avalon4-freq Set frequency for Avalon4, 1 to 3 values, example: 45:385:370 --avalon4-fan Set Avalon4 target fan speed range --avalon4-temp <arg> Set Avalon4 target temperature (default: 42) --avalon4-cutoff <arg> Set Avalon4 overheat cut off temperature (default: 65) --avalon4-polling-delay <arg> Set Avalon4 polling delay value (ms) (default: 20) --avalon4-ntime-offset <arg> Set Avalon4 MM ntime rolling max offset (default: 4) --avalon4-aucspeed <arg> Set Avalon4 AUC IIC bus speed (default: 400000) --avalon4-aucxdelay <arg> Set Avalon4 AUC IIC xfer read delay, 4800 ~= 1ms (default: 9600) - Added a small change to look for null data being passed to the usb transfer in the hope of avoiding the crash with Yoli boards some are seeing. - Added some basic duplicate share checking to try and capture them per driver and flag them as hardware errors, and filter them out.
Full changelog:
- Minor fix - Fix MM41 voltage setting - Fix the default settings of new module - Count non matching stratum as a hw error on ava4 - Fix ava4 build incompatibilites and missing write config parameters - Use strcasecmp for device matching in usbutils in case of subtle manufacturer changes - Add manufacturer and product definitions for ava4 - Cosmetic ava4 change - Cosmetic ava4 message fixes - Add sanity check for NULL data being passed to usb_perform_transfer - All write errors should be treated as fatal for ava4 devices - Change initial fan start speed, mins and max for avalon4 to ensure fan starts spinning but can go lower RPM - Disable zero length packets on ava4 before trying to init - Add a cgpu device option to disable zero length packets and enable it for avalon4 - Display ava4 stats consistent with other devices - Add ava4 to udev rules file - Fix build warnings on ava4 - Fix ava4 build - Add Avalon4 support - Filter duplicate stratum shares from being submitted upstream - Do rudimentary detection of duplicate shares per device
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
December 16, 2014, 03:24:12 AM |
|
The basic output of the faulty cgminer is "clDevicesNum returned error, no GPUs usable All devices disabled, cannot mine!" - I have googled and read everything around this error but nothing helpful.
GPU mining was removed and support was dropped a long time ago from cgminer, please use software that is supporting it instead as you won't find help on this thread for it. I will move your post to the relevant altcoin mining section.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
December 16, 2014, 03:28:01 AM |
|
I have asked here before but never got an answer, so I'll try again. When I call the api from my S3 via a scheduled tasks (cron job) and a script to restart via the API call: cgminer stops hashing but does not restart. My question is: Why is cgminer not restarting and am I missing any arguments to the API call? Restart has always been quite unreliable due to various in-driver structures that never clean up properly. Try it from the menu first to see if it works at all. You are better off quitting the existing binary and starting cgminer anew.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
Varog
Jr. Member
Offline
Activity: 240
Merit: 1
|
|
December 16, 2014, 03:32:12 AM |
|
GPU mining was removed and support was dropped a long time ago from cgminer, please use software that is supporting it instead as you won't find help on this thread for it. I will move your post to the relevant altcoin mining section.
Sorry for offtopic. Thank you anyway.
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
December 16, 2014, 02:18:13 PM Last edit: December 16, 2014, 02:41:30 PM by Amph |
|
can i set "rotate" via shortcut to a non integer number, for example 0.5?
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1098
Think for yourself
|
|
December 16, 2014, 02:30:13 PM |
|
can i set "rotate via shortcut to a non integer number, for example 0.5?
You want to rotate pools every 30 seconds? That's not enough time for the dynamic difficulty to kick in. To answer your question though, most likely, no. --rotate <arg> Change multipool strategy from failover to regularly rotate at N minutes (default: 0)
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
December 16, 2014, 02:40:29 PM Last edit: December 16, 2014, 03:55:43 PM by Amph |
|
can i set "rotate via shortcut to a non integer number, for example 0.5?
You want to rotate pools every 30 seconds? That's not enough time for the dynamic difficulty to kick in. To answer your question though, most likely, no. --rotate <arg> Change multipool strategy from failover to regularly rotate at N minutes (default: 0)
yes i need 30 sec, 1 min is too much between workers, i'm using it to split the hash between multiple workers i think it could be easily changed in the source, by putting seconds instead of minutes
|
|
|
|
CoinFriend
Sr. Member
Offline
Activity: 266
Merit: 250
support.
|
|
December 17, 2014, 04:57:19 AM |
|
can i set "rotate via shortcut to a non integer number, for example 0.5?
You want to rotate pools every 30 seconds? That's not enough time for the dynamic difficulty to kick in. To answer your question though, most likely, no. --rotate <arg> Change multipool strategy from failover to regularly rotate at N minutes (default: 0)
yes i need 30 sec, 1 min is too much between workers, i'm using it to split the hash between multiple workers i think it could be easily changed in the source, by putting seconds instead of minutes o.O I prefer --balance to split the hash between multiple workers, so each worker get the same hashrate Or use --load-balance with the --quota value, to set x % hashrate for each worker.
|
|
|
|
Buchi-88
Legendary
Offline
Activity: 3976
Merit: 2639
|
|
December 18, 2014, 08:48:18 AM |
|
Good day, i have a probem with Oscam http://linuxsat-support.com/showthread.php?t=30959 (and Easymouse2 Card Reader) and Cgminer on one Raspberry Pi??? They have USB conflicts and i don't know why? root@sunwatch:~# ls -l /dev/ttyUSB* crw-rw---- 1 root dialout 188, 0 Dec 3 18:12 /dev/ttyUSB0 -> Easymouse crw-rw---- 1 root dialout 188, 1 Jan 1 1970 /dev/ttyUSB1 crw-rw---- 1 root dialout 188, 10 Jan 1 1970 /dev/ttyUSB10 crw-rw---- 1 root dialout 188, 2 Jan 1 1970 /dev/ttyUSB2 crw-rw---- 1 root dialout 188, 3 Jan 1 1970 /dev/ttyUSB3 crw-rw---- 1 root dialout 188, 4 Jan 1 1970 /dev/ttyUSB4 crw-rw---- 1 root dialout 188, 5 Jan 1 1970 /dev/ttyUSB5 crw-rw---- 1 root dialout 188, 6 Jan 1 1970 /dev/ttyUSB6 crw-rw---- 1 root dialout 188, 7 Jan 1 1970 /dev/ttyUSB7 crw-rw---- 1 root dialout 188, 8 Jan 1 1970 /dev/ttyUSB8 crw-rw---- 1 root dialout 188, 9 Jan 1 1970 /dev/ttyUSB9 The Oscam runs but when i start cgminer i have this message in cgminer: [2014-12-03 17:57:21] FAIL: USB get_lock not found (1:5) [2014-12-03 17:57:23] Icarus detect (1:5) failed to initialise (incorrect device?) and at the same time in Oscam: EA3410 r orf-ice [mouse] ERROR: IO_Serial_GetStatus: ioctl(TIOCMGET): Input/output error EA3410 r orf-ice [mouse] Error getting card status. so i hope everyone has a solution??? So i think i have locate the problem, the problem is the "Icarus" driver the driver blocked the USB, without the Antminers U2 only with the Bitfury there is no problem regards
|
|
|
|
alexhartwig01
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 18, 2014, 11:05:39 AM |
|
I have been setting up a fresh cgminer install but I am having consistent errors when trying to get my USB miner detected. Using zadig's driver but with no avail. Trudged through the internet looking for cures with no luck. Ive been using an older version of cgminer at the moment as the new ones still dont cure the problem as well. Any help would be very appreciated. http://i130.photobucket.com/albums/p241/shadowdamon/CGMINERError.jpg
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
December 18, 2014, 11:10:20 AM |
|
I have been setting up a fresh cgminer install but I am having consistent errors when trying to get my USB miner detected. Using zadig's driver but with no avail. Trudged through the internet looking for cures with no luck. Ive been using an older version of cgminer at the moment as the new ones still dont cure the problem as well. Any help would be very appreciated. For starters, you're not even using the official cgminer of the thread you're asking questions in. There is no code in the official cgminer that has a driver called RMU, and the current version is 4.9.0.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
splat44
|
|
December 19, 2014, 02:40:47 AM |
|
Hi,
I need to inform you that latest AMD radeon driver especially the OMEGA file revision number isn't compatible with cgminer 4.8 as it crashes my GPU!
Until developers test cgminer with latest AMD driver as I specified, do not install that file revision for the time being!
|
|
|
|
hurricandave
Legendary
Offline
Activity: 966
Merit: 1003
|
|
December 19, 2014, 03:01:59 AM |
|
GPU Mining
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1098
Think for yourself
|
|
December 19, 2014, 03:03:56 AM |
|
GPU Mining Yeah, those were the days. Kinda miss them. Not the noise though.
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
December 19, 2014, 06:27:04 AM |
|
Hi,
I need to inform you that latest AMD radeon driver especially the OMEGA file revision number isn't compatible with cgminer 4.8 as it crashes my GPU!
Until developers test cgminer with latest AMD driver as I specified, do not install that file revision for the time being!
That's fascinating considering there's no GPU code in cgminer. I don't miss having to deal with AMD's drivers one bit.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
|