Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: FPGA Development (SHA256 core)
by
LazarusLong
on 23/06/2011, 10:56:31 UTC
Im porting the miner.py to C because I have no python on my embedded system.
Can someone explan me what this python snipped is all about:
Code:
self.fpga.write(struct.pack("B", 1) + job.state[::-1] + job.data[75:63:-1]
Does it mean bytes 75 to 63 are snipped out in reverse order???

b.r.
LazarusLong