4
From what I heard is that Bitcoin use Script to verify transactions (I'm probably wrong).
Wouldn't be sufficient just signing the transaction with the private key and append the signature to the transaction? This way everyone could verify if the transaction was sent form that public key.
Is this insecure?
I imagine that Script is used for other things too. But If I only wanted to verify the transaction, I could do it with a simple signature right?
Thanks
Thanks. I'm trying to create my own "bitcoin" JUST TO LEARN more about how it works. So If I want to do simple blockchain, that the only functionallity I want is to verify that the person who created the transaction is the owner, then I could ignore the Script language and simply add a signature. Right? – Vladislav Zhdanov – 2018-01-20T13:09:03.810
Yes that is right. – John Singh – 2018-01-20T13:44:25.250