Pages:
Author

Topic: Klondike - 16 chip ASIC Open Source Board - Preliminary - page 31. (Read 435369 times)

sr. member
Activity: 574
Merit: 250
I will be working via this git

**Edit: fat fingers




https://github.com/darktongue/klondike
sr. member
Activity: 1316
Merit: 254
Sugars.zone | DatingFi - Earn for Posting
yes lets get this done, if anyone can contribute state what and how and lets assign some tasks.

I have a pcb V 0.3.2

However Marto has a fully populated pcb ( I assume the same revision) .. maybe we could all chip in some BTC and purchase it from him.

The github is still up https://github.com/bkkcoins/klondike

last change 4 weeks ago..

Is someone with better knowledge than me able to clone the git and maintain it..

P.M sent to marto

sr. member
Activity: 574
Merit: 250
So I'd like to offer my solutions to this major cluster fuck venture.  I offer a non jeri-rigged solution that hardware wise will be user friendly to at least one of the designs. I would ask only for one of each board.  Finished or with BOM.

You cannot hold me at gunpoint on this. But I have myself, my mentors and a little money to back this up on my end. Let's finish this project guys and lets do it safely. 
sr. member
Activity: 574
Merit: 250
From what I've read so far.  Along with the countless FUD posts.  I have this to say about TH.  I believe it works, however I don't believe it's something that's going to work for the end user. I'm becomming very anal in what I say. With that in mind I will be comming up with my own two cents shortly.  I'm still trying to get a feel to what has and hasn't been done Smiley
sr. member
Activity: 1316
Merit: 254
Sugars.zone | DatingFi - Earn for Posting
Marto has populated the K16 but put it to one side whilst he finilizes his own hex16, maybe he will pick it back up when he has time however it really is not worth his while, he was planning to offer k16's so if the klondike is not ready we have an option to switch over. I am getting any chips not refunded sent to marto so I can go either way.
It is a shame I really want my Klondikes, however I do have my unpopulated original k16 final beta board.
Did no one else receive goods from BKK ?
sr. member
Activity: 1316
Merit: 254
Sugars.zone | DatingFi - Earn for Posting

Im confident TH can handle it if they want to or need to Smiley
Am not so confident,
My Impression was that at some point TH hired someone who new what they were doing and he was posting with TH login regarding tech stuff.

But normal business posts seemed inconsistent on a intellectual level..  I doubt TH will pay more $$$ to finalize this with the current Avalon situation.

All pure speculation so don't flame me please.  Shocked
full member
Activity: 309
Merit: 100
Would be nice if TH released what they have so far. Anyone know their progress or have any info from them on changes they have done?

kosta
legendary
Activity: 2198
Merit: 1000
I saw a post earlier that stated BKK Sent them a board... Could we use that address to find out how hes doing?


Kosta

I think he has his reasons for not being present any more....

I'm sure he does, but he was paid Royalty fees for a finished board/firmware. Hopefully he will be able to just finish that up.

Thank You terrahash!

I just wanted to publicly Thank You for making a substantial license payment to me for the boards you have under way. I thought it would be good for your customers to know that you have been taking the steps to make this "officially endorsed". If you ever need my assistance I'm always here.


The impression I got was that terrahash was quite capable of completing his commitments with the progress made to date without the assistance of BKK.
I am concerned by Bkk's absence thou, not forgetting the legal standing of bitcoin in Thailand is questionable. Lets hope he's OK and will get back to us shortly.
Im confident TH can handle it if they want to or need to Smiley
sr. member
Activity: 1316
Merit: 254
Sugars.zone | DatingFi - Earn for Posting
I saw a post earlier that stated BKK Sent them a board... Could we use that address to find out how hes doing?


Kosta

I think he has his reasons for not being present any more....

I'm sure he does, but he was paid Royalty fees for a finished board/firmware. Hopefully he will be able to just finish that up.

Thank You terrahash!

I just wanted to publicly Thank You for making a substantial license payment to me for the boards you have under way. I thought it would be good for your customers to know that you have been taking the steps to make this "officially endorsed". If you ever need my assistance I'm always here.

The impression I got was that terrahash was quite capable of completing his commitments with the progress made to date without the assistance of BKK.
I am concerned by Bkk's absence thou, not forgetting the legal standing of bitcoin in Thailand is questionable. Lets hope he's OK and will get back to us shortly.
full member
Activity: 309
Merit: 100
I can see why He would want to go MIA, but its an online community and He started something very interesting and find it odd He would just leave.

If there were problems regarding the K16, there are many avenues to go about to fix those problems, finding outside collaboration, etc.

Kosta
member
Activity: 66
Merit: 10
I saw a post earlier that stated BKK Sent them a board... Could we use that address to find out how hes doing?


Kosta

I think he has his reasons for not being present any more....
full member
Activity: 309
Merit: 100
I saw a post earlier that stated BKK Sent them a board... Could we use that address to find out how hes doing?


Kosta
member
Activity: 66
Merit: 10



And between those instructions, is there a one, which changes what PORTC pins to use, when sending data out? Except the DATA_ONE and DATA_ZERO defines?

Therefore please look at the caller, which is in this case AsicPushWork in klondike.c, the argument there is DATA_SPLIT, which does the bits for single bank mode. In double bank mode one bank gets a one, the other a zero for MSB. Please also look what exactly the asm code tells, the last lines in send32 function differ from the others.


Steamboat and Marty's group have been unable to get this design to work.
Have you gotten a K16 working?

He's being very "cryptic" Tongue Us laymen non coders have no idea of what the significance of what he's saying is.

A very clear "This should make the board work for 16 Chips" would be appreciated hah. Sorry gotta dumb it down for us!

It is not that easy... I was designing my own board based on klondike several weeks ago. (It had some enhancements like software over/undervolting, over/underclocking, just search for "Dynamine D20" in this forum) I was working with klondike firmware and got several chips even with two banks working. Then all this YIFU happend and i stopped development. I can say that klondike firmware is well developed but not functional out of the box. A "This should make the board work for 16 Chips" is not that simple to do. There are also some hardware issues on klondike design with phase shifting NOR clock extractor as this only works for some specific gates from specific manufacturers. To get all that fully working some more work has to be done on this i think.
legendary
Activity: 2940
Merit: 1090
He seems to be saying you only need to input eight nonces because if there are 16 chips the high bit (MSB: Most Significant Bit) of each nonce is set to make nonces for the second bank of chips.

(So presumably don't set the high bit of nonces? Or maybe it toggles the high bit instead of forcing it to be a one? I am not looking at the code merely trying to interpret what was written.)

-MarkM-
full member
Activity: 143
Merit: 100
So sexy, it hurts.



And between those instructions, is there a one, which changes what PORTC pins to use, when sending data out? Except the DATA_ONE and DATA_ZERO defines?

Therefore please look at the caller, which is in this case AsicPushWork in klondike.c, the argument there is DATA_SPLIT, which does the bits for single bank mode. In double bank mode one bank gets a one, the other a zero for MSB. Please also look what exactly the asm code tells, the last lines in send32 function differ from the others.


Steamboat and Marty's group have been unable to get this design to work.
Have you gotten a K16 working?
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
Would it be possible to re-design the board to run with bitfury chips?

Yes, but it would be a complete redesign.
sr. member
Activity: 272
Merit: 250
Would it be possible to re-design the board to run with bitfury chips?
sr. member
Activity: 457
Merit: 250
what happend to bkk?
Hasn´t been online two weeks.

Yifu happened.
hero member
Activity: 964
Merit: 509
what happend to bkk?
Hasn´t been online two weeks.
member
Activity: 66
Merit: 10



And between those instructions, is there a one, which changes what PORTC pins to use, when sending data out? Except the DATA_ONE and DATA_ZERO defines?

Therefore please look at the caller, which is in this case AsicPushWork in klondike.c, the argument there is DATA_SPLIT, which does the bits for single bank mode. In double bank mode one bank gets a one, the other a zero for MSB. Please also look what exactly the asm code tells, the last lines in send32 function differ from the others.
Pages:
Jump to: