Post
Topic
Board Development & Technical Discussion
Re: Can someone help with python or SAGE code ?
by
COBRAS
on 31/08/2021, 11:37:53 UTC
What is SAGE? I assume you mean the transactions related with its legacy addresses. Well, the public key with these coordinates is:
Code:
04e34a65a26877b80299ea0efe5d801cf30e09c2894b1100f5f2509e926739eef515c393ff61a2036b4d54ef9286c99f00ca580a6b6aed5c5778dca83a7d9fa280

These are its addresses:
Code:
16YUtotH4Dsp9teiVevjVnLJfZjgQJQtPH (uncompressed)
1CsgVKvxJ4QwVwwPUTpSJ3qKhuDvepeVaa (compressed)

Both of them have never received any funds. Could you explain us more properly what you want?

Im generate private keys what Im use after, but I need I have a coordinates (x,y) for example X: (xe34a65a26877b80299ea0efe5d801cf30e09c2894b1100f5f2509e926739eef5 Y: 0x15c393ff61a2036b4d54ef9286c99f00ca580a6b6aed5c5778dca83a7d9fa280) of public key bitcoin and need check does public key has a transaction ?

Help me please with code ?

I very need this asap.

Thank you very mach  priv+pub what have a transaction, empty or not empty this does not meter. Then I find a sach address I check sites like keys.lol and search privy for them , after I get privkey I will continue use this privkey in my formula.....

Understand now ?