1
Is there any third-party API allowing to send Bitcoins using specific transactions as inputs?
Back in 2013 I had to run bitcoind myself and build a raw transaction manually. But maybe it's easier now, after 3 years? Running bitcoind is not so cheap now, but I really want to forward a bitcoin payment from one address to others, also keeping it safe and clear.
And maybe a thin bitcoin client exists that would provide a 'createrawtransaction' or similar functionality? I tried searching and didn't find any API of the currently available thin clients though, but maybe I didn't search well enough. – Roman Vinogradov – 2016-10-06T18:20:16.210
You can check libbitcoin-explorer https://en.bitcoin.it/wiki/Libbitcoin_Explorer It doesn't download all 80GB+ data. You can create transactions here: https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-tx-encode Add send them: https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-send-tx
– Zergatul – 2016-10-06T20:45:12.647