Author

Topic: generate transaction (Read 555 times)

legendary
Activity: 3472
Merit: 4794
April 22, 2013, 08:26:52 PM
#3
I don't see anything in the bitcoind API that allows you to get the transactionID of a transaction sent to an addresses that is not stored and tracked by bitcoind.  If you don't have the transactionID from when you sent the bitcoins to the offline address, then you'll probably need to get the transactionID elsewhere.  Perhaps parsing the blockchain yourself or using the API for http://blockchain.info ?
member
Activity: 72
Merit: 10
April 16, 2013, 07:09:44 AM
#2
anyone can help ? Wink


Or maybe someone have PHP script that generate transaction using private key not stored in bitcoind ?
member
Activity: 72
Merit: 10
April 14, 2013, 09:44:02 AM
#1
Hi,

I want to send transaction using bitcoind but use private and public key that not stored in bitcoind.
I read https://people.xiph.org/~greg/signdemo.txt but there is always txid.
How can I generate txid ?

In signrawtransaction I can use privatekey so here I can use private key that not stored in my wallet ?

Thanks in advanced!
Jump to: