Author

Topic: get TXID by address or redeemScript (Read 826 times)

sr. member
Activity: 412
Merit: 287
July 02, 2015, 09:25:27 AM
#6
Blockchain.info's API isn't as capable as it should be.. I've also found it unreliable at times. Blocktrail are probably the better bet, since you can push webhooks to subscribe to new events (like receipt of funds on a new address).
legendary
Activity: 2702
Merit: 1261
July 02, 2015, 05:51:05 AM
#5
Can you advice block-chain explorer like bitcoind or online service with open API ?

There is an address index patche for bitcoin-core. blockchain.info has an API that returns all unspent outputs for an address.
legendary
Activity: 1492
Merit: 1021
July 02, 2015, 03:57:51 AM
#4
Thank you,
Can you advice block-chain explorer like bitcoind or online service with open API ?


Check out BlockTrail's Block Explorer here.

We also provide a wide range of API's for your app, you can find more information on that here and a technical blog post about with all we offer here.

Oh and btw, we have a fair usage policy in place for our API's and SDK's, so you can have peace-of-mind that you won't ever need to pay for our services.

Let me know if you need some assistance in anything  Smiley
jr. member
Activity: 43
Merit: 7
July 02, 2015, 03:25:34 AM
#3
Thank you,
Can you advice block-chain explorer like bitcoind or online service with open API ?
legendary
Activity: 2702
Merit: 1261
July 02, 2015, 01:31:23 AM
#2
You can calculate the P2SH address from a redeem script. There is a JavaScript implementation at https://coinb.in/ and https://multisig.btcnet.eu/. You are able to use this code with node.js to execute the code from the command line.

To get the transaction identifiers for a certain address you need a blockexplorer or a Bitcoin client with addressindex patch. There might be multiple transactions per address.
jr. member
Activity: 43
Merit: 7
July 02, 2015, 12:35:24 AM
#1
Hello!

Do we have any chance to get 'txid' by address or redeemScript into console command ?

BR!
Jump to: