shit,
BLC has two block chain ?
current can't sync
in debug.log file show
trying connection 23.20.60.243:8773 lastseen=19.6hrs
RandAddSeed() 200700 bytes
received block 00000000007592e2973b7d2f526265c701881fea41b347ccee88930364e28529
nActualTimespan = 2009 before bounds
GetNextWorkRequired RETARGET
nTargetTimespan = 3600 nActualTimespan = 3130
Before: 1c0217a6 000000000217a600000000000000000000000000000000000000000000000000
After: 1c01d1b7 0000000001d1b7705b05b05b05b05b05b05b05b05b05b05b05b05b05b05b05b0
ERROR: AcceptBlock() : incorrect proof of work
ERROR: ProcessBlock() : AcceptBlock FAILED
when sync with network,it stop in block of 3559
have you updated your wallet?
new rule took effect block 3500!
Wow, difficulty is approaching 90,000 :O
How hard do you guys think it would be to make reaper do blake? Interestingly enough, the reaper source code has a file for blake-512, but we need 256....
that's just the c code for blake-512 the stuff that runs on the GPU is the .cl files, not had time to work on the GPU miner but I do have blake-256 in opencl soon as I get p2pool working and take a look at the pool code for a few operators I will be working on the GPU miner
Ahh, right, silly me. Can't believe I forgot to look at instructions
Have you seen
https://github.com/wfr/clblake/tree/master/src? been working all night to get p2pool working for weekend quite tired atm, yes that's the opencl code I have modded but untested atm GPU miner will be worked on soon
Nothing during last 8h. So you understand: 70 MH, no blocks. Either there are huge EC2 instances, or gpu\fpga miner.
Not fpga, unless somebody else is working on it. I've only got a single lancelot at 25MH/s (early days yet, will do better) which has mined 3 blocks so far, and nothing overnight (140 diff=256 hashes in 8 hours, but none accepted). The blake algorithm is not overly complicated though, so its quite possible somebody's got a GPU port up and running by now.
awesome work kramble can't wait to give it a go once i finish this other stuff off