Post
Topic
Board Group buys
Re: [SIDEHACK STICK] Official sales thread for everywhere not already covered
by
novak@gekkoscience
on 04/09/2015, 18:59:06 UTC

To Luke Jr:  Thanks for the support.

I think Luke-Jr is planning to release support soon but as far as I know right now you need to build the "compac" branch on his github if you want compac support on bfgminer.
Yep, I'll try to get 5.3.0 released before any deliveries take place.
Note I merged and deleted the "compac" branch, so just the main "bfgminer" branch is fine now.
Windows users can get git-built bleeding-edge binaries from: http://luke.dashjr.org/tmp/code/webisect/webisect.php?dobuild=bfgminer

thanks I will give that a try on the weekend.

For bfgminer you have to input the hex values so here's a handy chart (what I've been using):

   { 100,      0x0783 },
   { 106.25,      0x0803 },
   { 112.5,      0x0883 },
   { 118.75,      0x0903 },
   { 125,      0x0983 },
   { 131.25,      0x0a03 },
   { 137.5,      0x0a83 },
   { 143.75,      0x1687 },
   { 150,      0x0b83 },
   { 156.25,      0x0c03 },
   { 162.5,      0x0c83 },
   { 168.75,      0x1a87 },
   { 175,      0x0d83 },
   { 181.25,      0x0e83 },
   { 193.75,      0x0f03 },
   { 196.88,      0x1f07 },
   { 200,      0x0782 },
   { 206.25,      0x1006 },
   { 212.5,      0x1086 },
   { 218.75,      0x1106 },
   { 225,      0x0882 },
   { 231.25,      0x1206 },
   { 237.5,      0x1286 },
   { 243.75,      0x1306 },
   { 250,      0x0982 },
   { 256.25,      0x1406 },
   { 262.5,      0x0a02 },
   { 268.75,      0x1506 },
   { 275,      0x0a82 },
   { 281.25,      0x1606 },
   { 287.5,      0x0b02 },
   { 293.75,      0x1706 },
   { 300,      0x0b82 },
   { 306.25,      0x1806 },
   { 312.5,      0x0c02 },
   { 318.75,      0x1906 },
   { 325,      0x0c82 },
   { 331.25,      0x1a06 },
   { 337.5,      0x0d02 },
   { 343.75,      0x1b06 },
   { 350,      0x0d82 },
   { 356.25,      0x1c06 },
   { 362.5,      0x0e02 },
   { 368.75,      0x1d06 },
   { 375,      0x0e82 },
   { 381.25,      0x1e06 },
   { 387.5,      0x0f02 },
   { 393.75,      0x1f06 },
   { 400,      0x0f82 },
   { 412.5,      0x1006 },
   { 425,      0x0801 },
   { 437.5,      0x1105 },
   { 450,      0x0881 },
   { 462.5,      0x1205 },
   { 475,      0x0901 },
   { 487.5,      0x1305 },
   { 500,      0x0981 },
--
novak