techman05
|
|
October 17, 2013, 11:48:33 AM |
|
When I done paying off some things I give you something. it may just not have whatever they gave you to make you go wow.
|
|
|
|
ksenter
Member
Offline
Activity: 90
Merit: 10
|
|
October 17, 2013, 02:09:40 PM |
|
Shoot, I forgot to try 3.6.2 last night. Sorry. I just switched over to 3.6.3 though, so we'll see how that runs. Thanks again for all of your hard work.
|
|
|
|
xzion
Member
Offline
Activity: 96
Merit: 10
|
|
October 17, 2013, 03:19:44 PM |
|
Just updated to windows 8.1 and my BFL SC Jalepeno would no longer work.
Heads up for anyone else having issues, the problem is not with cgminer but the USB driver. You just need to open zadig again and apply the WinUSB driver.
X
|
Tips: 1xzionJBueq1AkPSmexA7suWkztAkNwSs
|
|
|
tonyca
Member
Offline
Activity: 83
Merit: 10
|
|
October 17, 2013, 04:16:25 PM |
|
[2013-10-17 10:02:15] BAJ33: QueFlush failed no data returned (err=0 amt=0) [2013-10-17 10:02:15] Thread 33 failure, exiting [2013-10-17 10:02:15] BAJ2: QueFlush failed no data returned (err=0 amt=0) [2013-10-17 10:02:15] BAJ0: RequestResults failed no data returned (err=0 amt= 0) [2013-10-17 10:02:15] Thread 2 failure, exiting [2013-10-17 10:02:15] BAJ7: QueFlush failed no data returned (err=0 amt=0) [2013-10-17 10:02:15] Thread 7 failure, exiting [2013-10-17 10:02:15] BAJ1: QueFlush failed no data returned (err=0 amt=0)
got same error as version 3.61 with win 8
|
BTC: 1KS9rRw6uv7mptjEVhBHYMtGKK2QfWVju4 AMT order #645 and #962, where is my refund? totally amount is US(645#for $ 5155+#962 for $6089)= US$11244
|
|
|
|
P_Shep
Legendary
Offline
Activity: 1804
Merit: 1230
This is not OK.
|
|
October 17, 2013, 04:34:10 PM |
|
That means the problem is the code you are using to read the API, not the API. e.g. a php, json,python or whatever you are using update issue?
Yeah, seems to be the php json_decode() function has stopped working. Bizzare. Completely at a loss of how to fix this. json_decode() is corrupting the data, and it's a built-in feature of PHP (5.2 in my case). Googling around, I'm not seeing anyone else with the same problem. absolutely stumped :/
|
|
|
|
Karin
|
|
October 17, 2013, 07:24:03 PM |
|
I've tried on my Mac build environments and while I can compile and launch cgminer just fine, as well as GPU mine, when attempting to use a USB-based Block Erupter I get the following message and cgminer subsequently quits. Failed pipe errno=24 in usbutils.c init_usb_transfer():2215 It looks as though it is perhaps able to do a brief moment (before the first poll?(?)) of hashing, as sometimes I get an accepted share out from it and sometimes not, as shown on the "Summary of runtime statistics" output after cgminer quits. The last successful version for me on Mac is 3.5.1. I've tested 3.6.1 and 3.6.2 and both generate the error. cgminer is built entirely from the included source, no other libs used. Using "--usb-dump 0" and "--verbose" provides no additional details. Please let me know if I can help further! Thanks for the new version! I'm getting this same error on Mac in the latest cgminer version though, 3.6.3. I may try to play around with shoehorning in other libusb versions to see if I can get one working that way.
|
|
|
|
Japs2013
|
|
October 17, 2013, 07:32:23 PM |
|
Would it be possible to make it listen to "--bitburner-fury-options" instead of the --avalon-options parameter? That would make it possible to run both Bitburner XX and Bitburner Fury devices in 1 CGminer window.
When using the newest Bitburner Fury firmware, the device now identifies as BBF. Is it possible to add a separate options parameter for the BBF?
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4298
Merit: 1645
Ruu \o/
|
|
October 17, 2013, 07:48:52 PM Last edit: October 17, 2013, 08:09:01 PM by ckolivas |
|
[2013-10-17 10:02:15] BAJ33: QueFlush failed no data returned (err=0 amt=0) [2013-10-17 10:02:15] Thread 33 failure, exiting [2013-10-17 10:02:15] BAJ2: QueFlush failed no data returned (err=0 amt=0) [2013-10-17 10:02:15] BAJ0: RequestResults failed no data returned (err=0 amt= 0) [2013-10-17 10:02:15] Thread 2 failure, exiting [2013-10-17 10:02:15] BAJ7: QueFlush failed no data returned (err=0 amt=0) [2013-10-17 10:02:15] Thread 7 failure, exiting [2013-10-17 10:02:15] BAJ1: QueFlush failed no data returned (err=0 amt=0)
got same error as version 3.61 with win 8
Is this on shutdown? If so, I know about it thanks. EDIT: If you're building from git, try latest git master.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4298
Merit: 1645
Ruu \o/
|
|
October 17, 2013, 07:52:14 PM |
|
I've tried on my Mac build environments and while I can compile and launch cgminer just fine, as well as GPU mine, when attempting to use a USB-based Block Erupter I get the following message and cgminer subsequently quits. Failed pipe errno=24 in usbutils.c init_usb_transfer():2215 It looks as though it is perhaps able to do a brief moment (before the first poll?(?)) of hashing, as sometimes I get an accepted share out from it and sometimes not, as shown on the "Summary of runtime statistics" output after cgminer quits. The last successful version for me on Mac is 3.5.1. I've tested 3.6.1 and 3.6.2 and both generate the error. cgminer is built entirely from the included source, no other libs used. Using "--usb-dump 0" and "--verbose" provides no additional details. Please let me know if I can help further! Thanks for the new version! I'm getting this same error on Mac in the latest cgminer version though, 3.6.3. I may try to play around with shoehorning in other libusb versions to see if I can get one working that way. Ok I think I know what this is and it's not libusb. Will work on it. EDIT: Try latest git please.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
October 17, 2013, 09:19:22 PM |
|
That means the problem is the code you are using to read the API, not the API. e.g. a php, json,python or whatever you are using update issue?
Yeah, seems to be the php json_decode() function has stopped working. Bizzare. Completely at a loss of how to fix this. json_decode() is corrupting the data, and it's a built-in feature of PHP (5.2 in my case). Googling around, I'm not seeing anyone else with the same problem. absolutely stumped :/ Does miner.php work OK?
|
|
|
|
Aurum
|
|
October 17, 2013, 09:33:37 PM |
|
With --usb you can say how many devices to find or how many each driver should find So for each cgminer --usb BAS:1 would grab only one BAS device. If you use --usb :1 it would grab the first device of any USB mining devices that you have. (this also has the minor advantage that it stops polling for hot-plugged devices until the current device disconnects)
Kano, Thanks!!! This has been the best tip for running Block Eruptors. I was constantly loosing them one by one and then restarting cgminer. But when I added --usb :29 it finds all my BEs and then if one stops it finds it again and it reappears with a higher AMU number, but every time I look since I added than command I find all 29 running!!! Is there a conf file syntax for this or command-line only? (I like to keep everything in one place.) Does hotplug polling have much cost? Just curious. Also, I rolled back to cgminer-nogpu.exe 2.5.1 and BFLs and BEs run fine. My GPU miners don't care 2.6.2 or whatever.
|
ghghghfgh
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
October 17, 2013, 10:00:10 PM |
|
With --usb you can say how many devices to find or how many each driver should find So for each cgminer --usb BAS:1 would grab only one BAS device. If you use --usb :1 it would grab the first device of any USB mining devices that you have. (this also has the minor advantage that it stops polling for hot-plugged devices until the current device disconnects)
Kano, Thanks!!! This has been the best tip for running Block Eruptors. I was constantly loosing them one by one and then restarting cgminer. But when I added --usb :29 it finds all my BEs and then if one stops it finds it again and it reappears with a higher AMU number, but every time I look since I added than command I find all 29 running!!! Is there a conf file syntax for this or command-line only? (I like to keep everything in one place.) Does hotplug polling have much cost? Just curious. Also, I rolled back to cgminer-nogpu.exe 2.5.1 and BFLs and BEs run fine. My GPU miners don't care 2.6.2 or whatever. In the config file "usb" : ":29", USB polling is ok for most people, but some see weird side effects on things like keyboards and mice. (libusb must be doing something at a low level on windows that can cause this for some people?)
|
|
|
|
techman05
|
|
October 18, 2013, 01:26:55 AM |
|
Hey, 3.6.3 just had a memory error again . I was able to close cgminer by pressing q but still ended up closing and moving back to 3.5.1 It ran for what seemed all night and then I had to close it for whatever reason and I saw the no memory flickering in my screen . I hope you can eventually find a work around or permanent fix for this and make it "pretty" again [without requiring the need to dump windows].
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4298
Merit: 1645
Ruu \o/
|
|
October 18, 2013, 01:30:00 AM |
|
Hey, 3.6.3 just had a memory error again . I was able to close cgminer by pressing q but still ended up closing and moving back to 3.5.1 It ran for what seemed all night and then I had to close it for whatever reason and I saw the no memory flickering in my screen . I hope you can eventually find a work around or permanent fix for this and make it "pretty" again [without requiring the need to dump windows]. Woah woah, believe it or not this is good news (I think). I have an idea, and will post some experimental exes again shortly.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4298
Merit: 1645
Ruu \o/
|
|
October 18, 2013, 01:48:47 AM |
|
Hey, 3.6.3 just had a memory error again . I was able to close cgminer by pressing q but still ended up closing and moving back to 3.5.1 It ran for what seemed all night and then I had to close it for whatever reason and I saw the no memory flickering in my screen . I hope you can eventually find a work around or permanent fix for this and make it "pretty" again [without requiring the need to dump windows]. Woah woah, believe it or not this is good news (I think). I have an idea, and will post some experimental exes again shortly. They're up in the usual place: http://ck.kolivas.org/apps/cgminer/temp/
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
techman05
|
|
October 18, 2013, 02:00:21 AM |
|
I just need the no-gpu file I use right?
I let you know in the morning if I don't awake to errors. At least the eroupters go bright green when then poop out.
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4298
Merit: 1645
Ruu \o/
|
|
October 18, 2013, 02:38:13 AM |
|
I just need the no-gpu file I use right?
I let you know in the morning if I don't awake to errors. At least the eroupters go bright green when then poop out.
Yes, just replace the exe you normally use with the equivalent one from in there. Thanks.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
dlasher
|
|
October 18, 2013, 03:17:05 AM |
|
Just updated to windows 8.1 and my BFL SC Jalepeno would no longer work.
Heads up for anyone else having issues, the problem is not with cgminer but the USB driver. You just need to open zadig again and apply the WinUSB driver.
X
USB problems? Buy a $40 raspberry Pi, grab one of the mining-pre-loaded distros like MiningPeon -- http://minepeon.com/index.php/Main_Page PiMiner -- http://learn.adafruit.com/piminer-raspberry-pi-bitcoin-miner/And don't worry about windows broken-ness any more... totally worth it.
|
|
|
|
opentoe
Legendary
Offline
Activity: 1274
Merit: 1000
Personal text my ass....
|
|
October 18, 2013, 06:11:49 AM |
|
When using with Eligius it tells me to use this line: cgminer -o stratum+tcp://stratum.mining.eligius.st:3334 -u YourAddress -p x -I 9
Towards the end of that line, can someone let me know what the "x -I 9" means? I can't seem to find it in any of the readme files.
Thanks
|
|
|
|
|