2014-08-19 16:28:58 +02:00
|
|
|
[
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "././bitcoin-tx",
|
|
|
|
"args": ["-create"],
|
2014-08-19 16:28:58 +02:00
|
|
|
"output_cmp": "blanktx.hex"
|
2014-08-19 05:14:29 +02:00
|
|
|
},
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args": ["-"],
|
2014-08-19 05:14:29 +02:00
|
|
|
"input": "blanktx.hex",
|
|
|
|
"output_cmp": "blanktx.hex"
|
2014-08-20 05:15:58 +02:00
|
|
|
},
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args": ["-", "delin=1"],
|
2014-08-20 05:15:58 +02:00
|
|
|
"input": "tx394b54bb.hex",
|
|
|
|
"output_cmp": "tt-delin1-out.hex"
|
|
|
|
},
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args": ["-", "delin=31"],
|
2014-08-20 05:15:58 +02:00
|
|
|
"input": "tx394b54bb.hex",
|
|
|
|
"return_code": 1
|
|
|
|
},
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args": ["-", "delout=1"],
|
2014-08-20 05:15:58 +02:00
|
|
|
"input": "tx394b54bb.hex",
|
|
|
|
"output_cmp": "tt-delout1-out.hex"
|
|
|
|
},
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args": ["-", "delout=2"],
|
2014-08-20 05:15:58 +02:00
|
|
|
"input": "tx394b54bb.hex",
|
|
|
|
"return_code": 1
|
|
|
|
},
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args": ["-", "locktime=317000"],
|
2014-08-20 05:15:58 +02:00
|
|
|
"input": "tx394b54bb.hex",
|
|
|
|
"output_cmp": "tt-locktime317000-out.hex"
|
|
|
|
},
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args":
|
|
|
|
["-create",
|
2014-08-20 05:15:58 +02:00
|
|
|
"in=5897de6bd6027a475eadd57019d4e6872c396d0716c4875a5f1a6fcfdf385c1f:0",
|
|
|
|
"in=bf829c6bcf84579331337659d31f89dfd138f7f7785802d5501c92333145ca7c:18",
|
|
|
|
"in=22a6f904655d53ae2ff70e701a0bbd90aa3975c0f40bfc6cc996a9049e31cdfc:1",
|
|
|
|
"outaddr=0.18:13tuJJDR2RgArmgfv6JScSdreahzgc4T6o",
|
|
|
|
"outaddr=4:1P8yWvZW8jVihP1bzHeqfE4aoXNX8AVa46"],
|
|
|
|
"output_cmp": "txcreate1.hex"
|
2014-09-14 08:01:51 +02:00
|
|
|
},
|
2014-09-30 22:05:27 +02:00
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args": ["-create", "outscript=0:"],
|
2014-09-14 08:01:51 +02:00
|
|
|
"output_cmp": "txcreate2.hex"
|
2014-12-23 03:04:53 +01:00
|
|
|
},
|
|
|
|
{ "exec": "./bitcoin-tx",
|
|
|
|
"args":
|
|
|
|
["-create",
|
|
|
|
"in=4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485:0",
|
|
|
|
"set=privatekeys:[\"5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf\"]",
|
|
|
|
"set=prevtxs:[{\"txid\":\"4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485\",\"vout\":0,\"scriptPubKey\":\"4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485\"}]",
|
|
|
|
"sign=ALL",
|
|
|
|
"outaddr=0.001:193P6LtvS4nCnkDvM9uXn1gsSRqh4aDAz7"],
|
|
|
|
"output_cmp": "txcreatesign.hex"
|
2014-08-19 16:28:58 +02:00
|
|
|
}
|
|
|
|
]
|