rkinnin
|
|
July 16, 2015, 01:36:22 PM |
|
when attempting to use the s2 link on the actual s2 on the upgrade page I get the following error after I hit "flash image": tar: invalid magic tar: short read cp: can't stat '*': No such file or directory Thoughts??
|
|
|
|
kano
Legendary
Offline
Activity: 4606
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 16, 2015, 01:41:17 PM |
|
Download it again and check the checksum on the file?
|
|
|
|
rkinnin
|
|
July 16, 2015, 01:59:17 PM |
|
Download it again and check the checksum on the file?
i misunderstood one of your steps....sorry about that. RTFM. I am good. Thanks.
|
|
|
|
kenshirothefist
|
|
July 17, 2015, 04:32:39 PM |
|
ckolivas, could you please pull this pull request: https://github.com/ckolivas/cgminer/pull/679? This is a small but annoying bug, causing small loss of performance (in terms of accounted shares on pool) when changing difficulty - especially when using vardiff or often diff changing (when switching from low to high diff miner immediately sends high diff while is should/could still send low diff and pool might wrongly account for shares). Thanks!
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
July 19, 2015, 09:45:17 PM |
|
ckolivas, could you please pull this pull request: https://github.com/ckolivas/cgminer/pull/679? This is a small but annoying bug, causing small loss of performance (in terms of accounted shares on pool) when changing difficulty - especially when using vardiff or often diff changing (when switching from low to high diff miner immediately sends high diff while is should/could still send low diff and pool might wrongly account for shares). Thanks! I will look at it eventually; the original behaviour was chosen to be robust with dodgy pools' handling of diff so it was actually there intentionally. Saying you lose a lot of shares is a gross exaggeration as most decent pools change diff only once or twice ever and that many shares will not even amount to a single satoshi over a lifetime of mining.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
NiceHashSupport
|
|
July 20, 2015, 09:12:31 AM |
|
ckolivas, could you please pull this pull request: https://github.com/ckolivas/cgminer/pull/679? This is a small but annoying bug, causing small loss of performance (in terms of accounted shares on pool) when changing difficulty - especially when using vardiff or often diff changing (when switching from low to high diff miner immediately sends high diff while is should/could still send low diff and pool might wrongly account for shares). Thanks! I will look at it eventually; the original behaviour was chosen to be robust with dodgy pools' handling of diff so it was actually there intentionally. Saying you lose a lot of shares is a gross exaggeration as most decent pools change diff only once or twice ever and that many shares will not even amount to a single satoshi over a lifetime of mining. A robust implementation would be, if the miner was still sending low diff shares when pool requested higher diff. That way you may get some % of rejects, but would work without speed loss on pools that don't implement diff change correctly and on pools that do. Of course, it is not a big loss, a percent or two on a pool that does vardiff moderately. But I cannot agree with satoshi claim. You forgot about reconnects (whenever miner goes offline and comes back, switches to another pool etc). There is a lot more lost than a single satoshi. Besides, according to how simple the fix is, it is also totally non-understandable to us, why it is not pulled yet (or taken look at it). And, say this to miners; there is a patch waiting for cgminer that improves performance but "I will look at it eventually".
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
July 20, 2015, 09:34:47 AM Last edit: July 20, 2015, 10:31:44 AM by -ck |
|
ckolivas, could you please pull this pull request: https://github.com/ckolivas/cgminer/pull/679? This is a small but annoying bug, causing small loss of performance (in terms of accounted shares on pool) when changing difficulty - especially when using vardiff or often diff changing (when switching from low to high diff miner immediately sends high diff while is should/could still send low diff and pool might wrongly account for shares). Thanks! I will look at it eventually; the original behaviour was chosen to be robust with dodgy pools' handling of diff so it was actually there intentionally. Saying you lose a lot of shares is a gross exaggeration as most decent pools change diff only once or twice ever and that many shares will not even amount to a single satoshi over a lifetime of mining. A robust implementation would be, if the miner was still sending low diff shares when pool requested higher diff. That way you may get some % of rejects, but would work without speed loss on pools that don't implement diff change correctly and on pools that do. Of course, it is not a big loss, a percent or two on a pool that does vardiff moderately. But I cannot agree with satoshi claim. You forgot about reconnects (whenever miner goes offline and comes back, switches to another pool etc). There is a lot more lost than a single satoshi. Besides, according to how simple the fix is, it is also totally non-understandable to us, why it is not pulled yet (or taken look at it). And, say this to miners; there is a patch waiting for cgminer that improves performance but "I will look at it eventually". No, you are speaking ONLY of your pool/proxy/service which does lots of reconnects. You are biased towards your pool whereas I'm biased towards normal pools. Nonetheless the patch has been pulled into master git but it may be a very long time before a new cgminer release comes out since there's virtually nothing happening anywhere with regards to hardware till the next generation comes around.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
TheRealSteve
|
|
July 20, 2015, 10:08:26 AM |
|
If the issue is largely with reconnects to pools that start out with a too low diff for the device, and for whatever reason there's no minimum vardiff that can be set on the pool interface, see if the pool used accepts the --suggest-diff parameter? If it's a proxy type service, the end-user doesn't even have to worry about setting that up.
|
|
|
|
luthermarcus
|
|
July 24, 2015, 04:59:54 AM |
|
|
Donate Bitcoin 1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc Donate TRX TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
|
|
|
Mikestang
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
July 24, 2015, 04:50:23 PM |
|
If you pay for it I bet they'd be happy to.
|
|
|
|
kano
Legendary
Offline
Activity: 4606
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 24, 2015, 11:36:54 PM |
|
|
|
|
|
toptek
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
July 26, 2015, 05:09:37 PM Last edit: July 26, 2015, 10:09:00 PM by toptek |
|
nice I hope you actually fix it , so far you have once you do it . The new bitmain Firmware worked ok for me till today on one of my S5, then for no good reason the speed started dropping then one of the blades just stopped and displayed -------- from zeros and No X es . i rebooted it, no go . so i reset it to defaults, no go, finally i was forced to go back to one of the Firmware modified by Smit1237 with out #xnsub support sense that seems to do strange things to my S5's on some pools . it is working like it should be now with Smit1237 firmware but not with the new released firmware from bitmain . that did work well for a few days then to day for no reason it did , what i just said .
|
|
|
|
luthermarcus
|
|
July 27, 2015, 03:05:22 AM |
|
nice I hope you actually fix it , so far you have once you do it . The new bitmain Firmware worked ok for me till today on one of my S5, then for no good reason the speed started dropping then one of the blades just stopped and displayed -------- from zeros and No X es . i rebooted it, no go . so i reset it to defaults, no go, finally i was forced to go back to one of the Firmware modified by Smit1237 with out #xnsub support sense that seems to do strange things to my S5's on some pools . it is working like it should be now with Smit1237 firmware but not with the new released firmware from bitmain . that did work well for a few days then to day for no reason it did , what i just said . I agree the s5 does work different on each pool. I just want it fixed for p2pool becuase it hash drops from 1200 to 800-900. It works good with some pools and like you say others it displays x for no good reason and starts to act up p2pool being one of them.
|
Donate Bitcoin 1Mz7ZHxPhoH1ZK2yQvo62NdHvvsS2quhzc Donate TRX TB3WiLEj6iuSBU5tGUKyZkjB4vqrBDvoYM
|
|
|
toptek
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
July 27, 2015, 04:47:15 AM |
|
nice I hope you actually fix it , so far you have once you do it . The new bitmain Firmware worked ok for me till today on one of my S5, then for no good reason the speed started dropping then one of the blades just stopped and displayed -------- from zeros and No X es . i rebooted it, no go . so i reset it to defaults, no go, finally i was forced to go back to one of the Firmware modified by Smit1237 with out #xnsub support sense that seems to do strange things to my S5's on some pools . it is working like it should be now with Smit1237 firmware but not with the new released firmware from bitmain . that did work well for a few days then to day for no reason it did , what i just said . I agree the s5 does work different on each pool. I just want it fixed for p2pool becuase it hash drops from 1200 to 800-900. It works good with some pools and like you say others it displays x for no good reason and starts to act up p2pool being one of them. I notice that to on p2pool you log on it, then about 10 mins later it caps at 800 or 900 GS on my S5s on my S3 even before the fix had no issue there . Or i would be using it over antpool any day .
|
|
|
|
tkalfaoglu
Newbie
Offline
Activity: 25
Merit: 0
|
|
July 28, 2015, 01:21:08 PM |
|
On a fresh fedora 22 install, I compiled cgminer with -enable-icarus and plugged in two antiminer U3's.
It "appears" to work because I can see the hashing status of the two devices, but it also dumps lots of errors like this:
ftdi_sio ttyUSB0: Unable to write latency timer: -71 ftdi_sio ttyUSB0: Unable to read latency timer: -71 ftdi_sio ttyUSB0: Unable to write latency timer: -71 and it keeps repeating..
What can I do to fix this?
Thanks, -t
|
|
|
|
Buchi-88
Legendary
Offline
Activity: 3976
Merit: 2639
|
|
July 28, 2015, 05:34:23 PM |
|
Anyone know about this errors? cgminer version 4.3.3 - Started: [2015-07-28 18:49:24] -------------------------------------------------------------------------------- (5s):12.87G (1m):12.78G (5m):12.56G (15m):11.84G (avg):12.65Gh/s A:7496 R:56 HW:0 WU:179.7/m Connected to multiple pools with block change notify Block: 9135be29... Diff:1.24M Started: [19:32:22] Best share: 8.88K -------------------------------------------------------------------------------- USB management Pool management Settings Display options Quit 0: BXM 0 : | 4.393G / 4.402Gh/s WU:61.9/m 2: BXM 2 : | 4.305G / 4.203Gh/s WU:60.6/m 3: BXM 3 : | 4.138G / 3.983Gh/s WU:57.9/m -------------------------------------------------------------------------------- [2015-07-28 19:21:12] BXM 1: SPI RX error 0, read 0 of 81 [2015-07-28 19:21:12] BXM 1 failure, disabling! [2015-07-28 19:21:12] BXM 1: SPI TX error -4, sent 0 of 11 [2015-07-28 19:21:12] BXM 1: SPI TX error -4, sent 0 of 12 [2015-07-28 19:21:18] BXM 0: SPI RX error -7, read 0 of 8 [2015-07-28 19:21:19] BXM 0: SPI RX error -7, read 0 of 9 Then the miner restart?
|
|
|
|
kano
Legendary
Offline
Activity: 4606
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 28, 2015, 09:08:27 PM |
|
On a fresh fedora 22 install, I compiled cgminer with -enable-icarus and plugged in two antiminer U3's.
It "appears" to work because I can see the hashing status of the two devices, but it also dumps lots of errors like this:
ftdi_sio ttyUSB0: Unable to write latency timer: -71 ftdi_sio ttyUSB0: Unable to read latency timer: -71 ftdi_sio ttyUSB0: Unable to write latency timer: -71 and it keeps repeating..
What can I do to fix this?
Thanks, -t
See the first post for where you get the current master cgminer. I've no idea what you are running or who you got it from.
|
|
|
|
tkalfaoglu
Newbie
Offline
Activity: 25
Merit: 0
|
|
July 28, 2015, 09:27:24 PM |
|
Thank you -- today I downloaded the master, and compiled it. So it is the most recent version.
|
|
|
|
kano
Legendary
Offline
Activity: 4606
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 29, 2015, 12:05:12 AM |
|
Thank you -- today I downloaded the master, and compiled it. So it is the most recent version.
./cgminer -h | head will show what you are running. ./cgminer -n will list the USB devices. ./cgminer -D --verbose (followed by your other options) will show debug of it running. ... and lastly ... the README says how to setup access to USB devices if you are not using root.
|
|
|
|
hurricandave
Legendary
Offline
Activity: 966
Merit: 1003
|
|
July 29, 2015, 01:51:25 AM |
|
Um...I thought 4.9.2 was the most recent? Looks like he compiled 4.3.3?
|
|
|
|
|