Post
Topic
Board Mining software (miners)
Re: Antminer S9 Volt Rocket Ship firmware mod! ~ALL S9 MODELS INCLUDING S9i S9j~
by
Shad0wSmurf
on 24/10/2018, 15:20:05 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