Author

Topic: Fetching Raw Transaction with Electrum? (Read 1047 times)

legendary
Activity: 1896
Merit: 1353
May 09, 2014, 12:46:40 PM
#2
in a terminal it is
Code:
> getrawtransaction txid

if you use the python console, you need to comply with the python syntax:

Code:
getrawtransaction("txid") 
  (with quotes)

In the gui you can also use the menu: Tools -> Load Transaction -> From the blockchain

hero member
Activity: 798
Merit: 1000
This is a bit of a stupid question, but how do I use getrawtransaction with electrum? getrawtransaction transactionID doesn't work, getrawtransaction (transactionID) doesn't work, and neither does getrawtransaction(transactionID).

It keeps giving me "invalid syntax" on the console.
Jump to: