{
"method": "miner-notify",
"params": [{
"block": 57100,
"version": 1,
"part1": "0CDF0000CA0220000644BA0E9C20DC3C81383A0CD17365C25CCC7C38B03E58D04FFBE50B2575FEFE2000FC861CD3E29EA6AB27DA0B4C1962B495E5F2BBB848792EC30953427085FD27DA40420F000000000001000100F5229830",
"payload_start": "62617A7374796C65",
"part3": "BAEFA4E7DAA3D43CE283FB77369A260EA736898E2206C1EF043627E308178142E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B85500000000",
"target": 815276789,
"target_pow": "000000000000B3EE850000000000000000000000000000000000000000000000",
"timestamp": 1485547008
}],
"id": null
}
however, the doc states that '"part3" : equal to part1', but as above this is not the case?
You have to do the same as with part1.
So it means for part3:
This is a Hexa string, you must convert it to RAW and store to a buffer called "buffer_part3"
ah; this needs to be reworded:
'part3: perform the same steps with this hash, as per part1.'