:: Re: [Libbitcoin] sx get-utxo withou…
Startseite
Nachricht löschen
Nachricht beantworten
Autor: Amir Taaki
Datum:  
To: libbitcoin
Betreff: Re: [Libbitcoin] sx get-utxo without pending
done. Update sx and obelisk.

Also you can use node.blockchain.fetch_history(...) instead of
node.fetch_history(...) if you want the history minus the unconfirmed
transactions.

On 15/01/14 14:03, Amir Taaki wrote:
> I'll add that now. (yes, the tool should also query the pool if it's not
> in the blockchain)
>
> On 15/01/14 12:55, Grazcoin wrote:
>>
>> I am using sx get-utxo to create a transaction:
>>
>> $ sx get-utxo 182osbPxCo88oaSX4ReJwUr9uAcchmJVaL 100000
>> Address: 182osbPxCo88oaSX4ReJwUr9uAcchmJVaL
>> output: 6d0bca95bfada0069a49e79f87b807fce28f80a53b01169b9558818c1563a772:2
>> output_height: Pending
>> value: 1062120
>> spend: Unspent
>> spend_height: Unspent
>>
>> I also want to look into the output before I use it, but:
>>
>> $ sx fetch-transaction
>> 6d0bca95bfada0069a49e79f87b807fce28f80a53b01169b9558818c1563a772
>> fetch-transaction: Object does not exist
>>
>> Is there a way to either ask for utxo without pending outputs, or get an
>> unconfirmed raw transaction?
>>
>> Thanks,
>> Grazcoin
>>
>> _______________________________________________
>> Libbitcoin mailing list
>> Libbitcoin@???
>> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin
>>
>
>
>
> _______________________________________________
> Libbitcoin mailing list
> Libbitcoin@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin
>