1 2016-05-08 20:08:03 <fabe> hi im wondering if there is any reason my transaction is not getting accepted by the blockchain a I cannot seem to find anything wrong with it :/  https://bpaste.net/show/28a5134522c5
 2 2016-05-08 20:11:50 <waxwing> second output value 0, is that allowed? i always forget, but maybe more important: does the input exist?
 3 2016-05-08 20:12:35 <waxwing> cant' see that txid on blockr or bci
 4 2016-05-08 20:15:15 <belcher> value 0 is allowed for op_return
 5 2016-05-08 20:15:40 <waxwing> right. so i think input doesn't exist.
 6 2016-05-08 20:22:38 <fabe> oh im sure it did but let me check
 7 2016-05-08 20:23:28 <fabe> yeah the input exists https://test-insight.bitpay.com/tx/0f064de4a4c548693c261e2a87202aaa0f54548101ae267dab7cdc5c1000dbf4
 8 2016-05-08 20:25:07 <waxwing> oh my mistake, didn't notice it was test, sorry
 9 2016-05-08 20:26:21 <waxwing> if you do sendrawtransaction maybe you might get an error code?
10 2016-05-08 20:27:09 <fabe> no just the txid
11 2016-05-08 20:27:23 <waxwing> oh, interesting, so it's considered valid on your node
12 2016-05-08 20:27:32 <fabe> so im guessing it gets published, pub not mined
13 2016-05-08 20:28:00 <fabe> yeah it uses the new bip112 op checksequenceverify
14 2016-05-08 20:28:43 <fabe> so it needs the newest bitcoind
15 2016-05-08 20:31:11 <waxwing> right, sounds like a plausible reason, maybe someone here is up to date on where testnet is with that.
16 2016-05-08 20:31:24 <waxwing> unfortunately not as many people seem to be active here as they were
17 2016-05-08 20:32:04 <fabe> the new opcode shoudl have been active on testnet for quite some time and on mainnet since 1st of may if i remember correctly
18 2016-05-08 20:35:59 <fabe> ok got to go, maybe ill figuer it out tomorrow
19 2016-05-08 22:26:11 <Chris_Stewart_5> when using a SIGHASH_ANYONECANPAY input, that has to be on input index 0 right?