elif hashtype == "sha512":
            seed = hashlib.sha512((trx_id + block["block_id"] + block["previous"] + separator +str(i + 1)).encode()).digest()
            bigRand = int.from_bytes(seed, 'big')
            number = bigRand % (len(draw_list))