Bitcoin Forum
April 27, 2024, 07:23:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 [147] 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 »
  Print  
Author Topic: Klondike - 16 chip ASIC Open Source Board - Preliminary  (Read 435330 times)
fasmax
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 02, 2013, 11:26:06 PM
Last edit: September 03, 2013, 01:02:01 AM by fasmax
 #2921

Hello,
I want to run ktest on a RasPi.
Can some one tell me how to do this ?
Thanks!


Edit: I used git to clone the Klondike directory so I should have all the files I think.
There is a directory called utils in there excitable code called ktest.
When I try to execute it I get the message below.
File "./ktest:, line 22, in<module>
  import usb
Import Error : No module name usb.

Any help is approached.

Edit2:
Got this working by doing this
git clone http://github.com/walac/pyusb
cd pyusb
sudo python setup.py install

Now ktest runs. "I"command results in: Version:10, ProductID:K16, Serial#:deadbeef
1714202617
Hero Member
*
Offline Offline

Posts: 1714202617

View Profile Personal Message (Offline)

Ignore
1714202617
Reply with quote  #2

1714202617
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714202617
Hero Member
*
Offline Offline

Posts: 1714202617

View Profile Personal Message (Offline)

Ignore
1714202617
Reply with quote  #2

1714202617
Report to moderator
kostagr33k
Full Member
***
Offline Offline

Activity: 309
Merit: 100


View Profile
September 03, 2013, 01:51:23 AM
 #2922

You need to install the pyusb Python Module.

If pip is installed, then pip install pyusb should suffice.

However BKK mentioned in this post https://bitcointalk.org/index.php?topic=190731.msg2731881;topicseen#msg2731881  that if your Distro has an old version you may want to compile the usb module manually.


Kosta
kostagr33k
Full Member
***
Offline Offline

Activity: 309
Merit: 100


View Profile
September 03, 2013, 05:44:39 AM
 #2923

Another problem I  noticed, is that when I setup cgminer with the API options for K16, cgminer would have a Segmentation Fault when trying to access the API to get stats.


Has anyone else had SegFaults when trying to access the K16 API ?

kosta
terrahash
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
September 03, 2013, 08:47:50 PM
 #2924

Hey Guys. Im trying to do some testing with ktest but don't seem to get any desirable results. At one point, I got the "W" command to work, but it resulted in a BAD response , which I would think should be accepted, if Im reading the code right using Below Var:

Code:
Work =   ["4375c3b7a27cc936f295a6140358e965319322e7cfd11e137df42ea60864a675", "218d522051d547d51a00c94e", "b2cc9f74", "accept"]

Now, I run W command (aftere restarting ktest) and I get no response at all!

Trying to find out if theres a proper method to using ktest or if there could be something wrong with the K16.

I added a small debug output in sendcmd under the dev.write line:
Code:
	 dev.write(0x01, cmd + chr(addr) + data, 0, 500)
          print "tried %s %s %s" % (cmd,addr,data)

Code:
python ktest
Klondike device opened
tried I 0

Version:10, ProductID:K16, Serial#:deadbeef
Cmds [WAISCE.Q]:
S

State:R, ASICs:16, Slaves:0
WorkQ:0, WorkID:04, Temp:158, Fan:0, ErrCount:0, HashCount:2048, MaxCount:2048tried S 0

Cmds [WAISCE.Q]:
w
tried W 0 Cu÷?|?6?X?e1?"???}?.d?u!?R Q?G??N

State:W, ASICs:16, Slaves:0
WorkQ:0, WorkID:01, Temp:158, Fan:0, ErrCount:0, HashCount:0, MaxCount:2048
Cmds [WAISCE.Q]:

Is there something I am missing here, or something else I should be checking out?

thanks


It is most likely a hardware bug in the circuit. During our testing we realized that the Dual NOR gates used in the design are too fast, and there needs to be some propagation delay. Using a cheap NOR gate chip from Fry's did the trick. We are still trying to see if this can be fixed in the firmware.
hf_developer
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
September 03, 2013, 09:01:55 PM
 #2925

It is most likely a hardware bug in the circuit. During our testing we realized that the Dual NOR gates used in the design are too fast, and there needs to be some propagation delay. Using a cheap NOR gate chip from Fry's did the trick. We are still trying to see if this can be fixed in the firmware.

Maybe you may also want to try to use a bigger capacitor for the phase shifter in front of the NOR gate. A circuit should not depend on the propagation delays or fabrication tolerances of logic gates. I also tried to use the internal comparator of the PIC as a NOR gate, which is even better since it has some clock synchronization register. But it has shown that the comparator is not fast enough...
ScaryHash
Hero Member
*****
Offline Offline

Activity: 529
Merit: 501


View Profile
September 03, 2013, 11:52:16 PM
 #2926

Another problem I  noticed, is that when I setup cgminer with the API options for K16, cgminer would have a Segmentation Fault when trying to access the API to get stats.


Has anyone else had SegFaults when trying to access the K16 API ?

kosta

Yes I just compiled and got a segmentation fault. I was assuming that it was due to a graphics driver issue, because my cgminer (with gpu) does the same thing, while my cgminer-nogpu does not do this when I compile it under Linux Mint 14.

How do you get cgminer to compile with no gpu support, but with klondike support and icarus support?

I wanna test Klondike compiled version actually runs, but I don't have a Klondike, so I want to compile it for icarus as well.

I can't find the flags list anywhere (having a mental moment)...
kostagr33k
Full Member
***
Offline Offline

Activity: 309
Merit: 100


View Profile
September 04, 2013, 12:02:14 AM
 #2927

https://bitcointalk.org/index.php?topic=190731.msg2870612;topicseen#msg2870612
zipiju
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
September 04, 2013, 12:03:30 AM
 #2928

Another problem I  noticed, is that when I setup cgminer with the API options for K16, cgminer would have a Segmentation Fault when trying to access the API to get stats.


Has anyone else had SegFaults when trying to access the K16 API ?

kosta

Yes I just compiled and got a segmentation fault. I was assuming that it was due to a graphics driver issue, because my cgminer (with gpu) does the same thing, while my cgminer-nogpu does not do this when I compile it under Linux Mint 14.

How do you get cgminer to compile with no gpu support, but with klondike support and icarus support?

I wanna test Klondike compiled version actually runs, but I don't have a Klondike, so I want to compile it for icarus as well.

I can't find the flags list anywhere (having a mental moment)...


Hi guys,

I've got cgminer compiled and it's working quite good on x64 and RPi. API working as well.

Things I've done:
Cloned repo here https://github.com/bkkcoins/cgminer-klondike
Then in the folder:
./automake.sh
./configure --disable-opencl --disable-adl --enable-klondike
make

Just one problem - when I connect more than one K16, it wont start, just freezes where it says CGMiner version ...
With one it's hashing OK. Anyone had success with this?

Thanks.

Be sure to check out http://projectklondike.org/ site
1CKscJAxjdhbJjJPJ9AzL2dWTmB6oc49UE
kostagr33k
Full Member
***
Offline Offline

Activity: 309
Merit: 100


View Profile
September 04, 2013, 01:20:53 AM
 #2929

Do you get any debug output or any error? How many K16 are you trying to connect and by which method are you connecting them?

kosta
ScaryHash
Hero Member
*****
Offline Offline

Activity: 529
Merit: 501


View Profile
September 04, 2013, 03:39:42 AM
 #2930



Yes I just compiled and got a segmentation fault. I was assuming that it was due to a graphics driver issue, because my cgminer (with gpu) does the same thing, while my cgminer-nogpu does not do this when I compile it under Linux Mint 14.

How do you get cgminer to compile with no gpu support, but with klondike support and icarus support?

I wanna test Klondike compiled version actually runs, but I don't have a Klondike, so I want to compile it for icarus as well.


Hi guys,

I've got cgminer compiled and it's working quite good on x64 and RPi. API working as well.

Things I've done:
Cloned repo here https://github.com/bkkcoins/cgminer-klondike
Then in the folder:
./automake.sh
./configure --disable-opencl --disable-adl --enable-klondike
make

Just one problem - when I connect more than one K16, it wont start, just freezes where it says CGMiner version ...
With one it's hashing OK. Anyone had success with this?

Thanks.
[/quote]

Ok Zipiju thanks a lot !!!

I used your suggestion (but without the ./automake.sh cuz it was not working) and added the following

./configure --disable-opencl --disable-adl --enable-klondike --enable-icarus
make

it compiles and runs just fine.

I wanted icarus devices to test USB functionality, and I happen to have 3 USB block erupters handy...so...

When no USB erupters are plugged in, it does nothing.

When I plug in 1 usb erupter directly into the computer, it says "USB init open device failed, err -3, you dont have priviledge to access - AMU device 2:8"

Then I plug in the second one, and it detects it and says "USB init open device failed, err -3, you dont have priviledge to access - AMU device 2:9"

Then I plug in the 3rd one, and it detects it and says ""USB init open device failed, err -3, you dont have priviledge to access - AMU device 2:10"

So, the USB detection is working, that's what I'm guessing anyway. Whatever version of the usb library is working, and it seems to be detecting, at least, it detects Icarus devices.

I think that's good news.

Weird, so I've created a strange Klondike, Icarus hybrid. My guess is since the usb detection is working, it should detect Klondike's as well....

I'm connected to my pool but I usually have configuration problems with USB Block erupters and CGminer (I use BFG miner under windows to run my USB block erupters)... Gonna work on getting them working Under linux just for kicks.

If you have any USB erupters or can borrow one, try it. I am not a Unix expert by any stretch of the imagination...




kostagr33k
Full Member
***
Offline Offline

Activity: 309
Merit: 100


View Profile
September 04, 2013, 03:48:32 AM
 #2931

Not sure which boards you have but are you running as Root? I thought I read some problem with certain boards that if you did not run as root, or apply their workaround, you could get that error.


IF your not running as root, Try doing so to see if it works. If it does, go search the forums here to find out what the workaround would be, as you should *never* run services like these with root access.



kosta
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
September 04, 2013, 04:12:13 AM
 #2932

...If it does, go search the forums here to find out what the workaround would be,...

Here you go. Smiley

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
kostagr33k
Full Member
***
Offline Offline

Activity: 309
Merit: 100


View Profile
September 04, 2013, 04:23:31 AM
 #2933

I guess I read that on the cgminer README.


Thanks for pointing that out Dunkelheit667
terrahash
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
September 04, 2013, 04:38:40 AM
 #2934

It is most likely a hardware bug in the circuit. During our testing we realized that the Dual NOR gates used in the design are too fast, and there needs to be some propagation delay. Using a cheap NOR gate chip from Fry's did the trick. We are still trying to see if this can be fixed in the firmware.

Maybe you may also want to try to use a bigger capacitor for the phase shifter in front of the NOR gate. A circuit should not depend on the propagation delays or fabrication tolerances of logic gates. I also tried to use the internal comparator of the PIC as a NOR gate, which is even better since it has some clock synchronization register. But it has shown that the comparator is not fast enough...

Already tried using bigger capacitor. Does not work. The only work around we have found is using a slower gate, so far.
ScaryHash
Hero Member
*****
Offline Offline

Activity: 529
Merit: 501


View Profile
September 04, 2013, 04:42:02 AM
 #2935

I guess I read that on the cgminer README.


Thanks for pointing that out Dunkelheit667

You guys are godly ! At least, I think so.

Ok so I did:

 sudo groupadd plugdev (wasn't necessary, plugdev was already installed).

then

sudo usermod -G plugdev -a `whoami`

then

 sudo cp 01-cgminer.rules /etc/udev/rules.d/

Then rebooted.

3 block erupter USB detected, but it's hashing really slow, like 100 Mh/s each.

 Doesn't really matter at this point for the speed, I just wanted to see if the Klondike-Icarus hybrid compile would detect and hash using some kind of USB units.

I'll try again later with a pure Icarus compile, and see if there is any difference. But, this may be some kind of progress, I hope.

Did I mention you are godly? (I'm learning unix on the fly here....)






zipiju
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
September 04, 2013, 09:16:44 AM
 #2936

Do you get any debug output or any error? How many K16 are you trying to connect and by which method are you connecting them?

kosta

Nope, even with -D option, no output at all. I'm connecting 2 K16.
I just connect them to the usb, see them successfully enumerated in dmesg, then run CGM and it does nothing, just stays at the point where it says CGMiner version 3.3.1.
With one it's OK.
Also, each board have different serial number.

Be sure to check out http://projectklondike.org/ site
1CKscJAxjdhbJjJPJ9AzL2dWTmB6oc49UE
zipiju
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
September 04, 2013, 09:24:53 AM
Last edit: September 04, 2013, 10:18:51 AM by zipiju
 #2937

It is most likely a hardware bug in the circuit. During our testing we realized that the Dual NOR gates used in the design are too fast, and there needs to be some propagation delay. Using a cheap NOR gate chip from Fry's did the trick. We are still trying to see if this can be fixed in the firmware.

Maybe you may also want to try to use a bigger capacitor for the phase shifter in front of the NOR gate. A circuit should not depend on the propagation delays or fabrication tolerances of logic gates. I also tried to use the internal comparator of the PIC as a NOR gate, which is even better since it has some clock synchronization register. But it has shown that the comparator is not fast enough...

Already tried using bigger capacitor. Does not work. The only work around we have found is using a slower gate, so far.

I'm sorry to tell you, but you're wrong.
I'm using v0.3.1 board with bigger cap (currently about 260pF) and it's hashing quite well.
Without it, the clock signal is not delayed enough - just about 5ns and bad nonces are returned.
BTW terrahash, what modifications did you made to the 4 chip firmware to hash with all 16 chips?

Be sure to check out http://projectklondike.org/ site
1CKscJAxjdhbJjJPJ9AzL2dWTmB6oc49UE
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
September 04, 2013, 01:43:04 PM
 #2938

...
3 block erupter USB detected, but it's hashing really slow, like 100 Mh/s each.
...
Sigh, I spent a reasonable amount of time over more than a month resolving this (and commenting about it in the cgminer thread)
It's a libusb bug
(ckolivas also recently found another one ... in libusb ... and change the usbutils.c to work around it)

The 100MH/s simply means the libusb you are using is no good.
It's timeouts don't work

You really do need to use current cgminer ... not an old version of it.

Or ... the explanation I put in the README before ckolivas finally added the working libusb source to the cgminer source rather than linking against a system installed version.
The manual fix (that I also did on Steamboats system just to check that wasn't the cause of problems there)
https://github.com/ckolivas/cgminer/commit/d470828fb3681c0ebadea0d7cb0fab1bf465df46#README

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
jml25
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 04, 2013, 02:40:07 PM
 #2939

The manual fix (that I also did on Steamboats system just to check that wasn't the cause of problems there)
https://github.com/ckolivas/cgminer/commit/d470828fb3681c0ebadea0d7cb0fab1bf465df46#README
Does this mean support for the K16 will make it's way into the 'real' version of cgminer? Please say yes Smiley
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
September 04, 2013, 02:42:05 PM
 #2940

The manual fix (that I also did on Steamboats system just to check that wasn't the cause of problems there)
https://github.com/ckolivas/cgminer/commit/d470828fb3681c0ebadea0d7cb0fab1bf465df46#README
Does this mean support for the K16 will make it's way into the 'real' version of cgminer? Please say yes Smiley
Pretty soon as long as the GitSyncom fiasco doesn't destroy Klondike

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
Pages: « 1 ... 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 [147] 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!