bandroidx
Results
2
issues of
bandroidx
def finalize(self, merkle_root_int, extranonce1_bin, extranonce2_bin, ntime, nonce): '''Take all parameters required to compile block candidate. self.is_valid() should return True then...''' ``` self.hashMerkleRoot = merkle_root_int self.nTime = ntime self.nNonce = nonce...
Example?
14
Is there any kind of example or docs on how to use this to send a gtalk message?