5
0
I try to send transaction via sendrawtransaction in console of bitcoind.
Sig is:
30440220494800937E4ECB15319266127A0334E94D25DFD2F594E8F846A3E7B5F36C362B0220750237958D23D390E6137B251399C5A5CE335DEC850D99A090EF3CC43259E5E301
bitcoind answer is:
16: mandatory-script-verify-flag-failed (Non-canonical DER signature) (code -26)
Who knows why?
TX raw:
0100000001A000000008A4730440220494800937E4ECB15319266127A0334E94D25DFD2F594E8F846A3E7B5F36C362B0220750237958D23D390E6137B251399C5A5CE335DEC850D99A090EF3CC43259E5E3014104BFFFFFFFF01C1976A914D88AC0000000001000000
A = 32 bytes of TXhash of "from" transaction
B = 64 bytes of my public key
C = 8 bytes value of BTC that I try to send
D = 20 bytes of "to" address

Do you mind posting the full hex of your transaction, so I can try it myself? – Nick ODell – 2016-12-16T17:19:36.970
I get a -22 error when I try that - both with and without the ABCD. – Nick ODell – 2016-12-17T03:20:38.973