# Write the addresses in the thread file
list(map(lambda x:f.write(x+"\n"),thread_addresses))
f.close()
return
what is difference using
with open("addresses_1M_multicore_secrets" + str(i) + ".txt", "a") as f:
f.write(f'{thred_addresses}n')
randbelow(n-1)+1
how to replace this line
private_keys = list(map(secrets.randbelow,n))