Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: anfedorov on June 15, 2012, 08:33:41 PM



Title: What is an output's script formats from Electrum server and blockchain.info?
Post by: anfedorov on June 15, 2012, 08:33:41 PM
When reporting unspent outputs on an address, blockchain.info and the Electrum servers have a field called "script" and "raw_output_script", which are 200 bytes, but the wiki [1] documents scriptSigs which are much longer. How is the former generated?

1. https://en.bitcoin.it/wiki/Transactions


Title: Re: What is an output's script formats from Electrum server and blockchain.info?
Post by: anfedorov on June 15, 2012, 08:50:47 PM
When reporting unspent outputs on an address, blockchain.info and the Electrum servers have a field called "script" and "raw_output_script", which are 200 bytes, but the wiki [1] documents scriptSigs which are much longer. How is the former generated?

1. https://en.bitcoin.it/wiki/Transactions

Figured it out! It's the scriptPubKey, but with the OPs in their hex form.