Post
Topic
Board Mining software (miners)
Re: Antminer S9 Volt Rocket Ship firmware mod! ~ALL S9 MODELS INCLUDING S9i S9j~
by
taserz
on 28/10/2018, 09:30:34 UTC
Code:
NONCE2_AND_JOBID_STORE_ADDRESS
#define JOB_ID_OFFSET (0x0/sizeof(int))
#define HEADER_VERSION_OFFSET (0x4/sizeof(int))
#define NONCE2_L_OFFSET (0x8/sizeof(int))
#define NONCE2_H_OFFSET (0xc/sizeof(int))

This is in btmc5 driver and is the masks the boost uses if you can figure out the usage

I am going to see if I can incorporate it.

Also, I just realized someone is charging money for a tool to deploy bmminer to a bunch of s9's. When I have time I will throw a program together to do this for you guys. Maybe try to learn a new .net language for shits and giggles to make it fun since it should only take about 20 minutes to make anyways.