Bitcoin Forum
May 24, 2024, 03:41:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Fetching Raw Transaction with Electrum?  (Read 1034 times)
byt411 (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
May 08, 2014, 06:11:01 PM
 #1

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.
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 09, 2014, 05: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


Electrum: the convenience of a web wallet, without the risks
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!