Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
digaran
on 27/10/2023, 22:43:42 UTC
Moreover, if you do not write the received data to a file, but simply display it on the screen, then the script works great.

Ok, try this one,
Code:
With open("S-1.txt","a") as file:
    file.write(str(i)+" = "+str(C)+"\n")
    file.close()

    With open("D-1.txt","a") as file:
    file.write(str(i)+" = "+str(D)+"\n")
    file.close()
If it didn't work, appeal to our future overlord aka AD(artificial dumbness).😉