Author

Topic: Terracoin - can't get raw transaction (Read 1000 times)

full member
Activity: 148
Merit: 100
February 11, 2013, 04:22:17 PM
#3
it looks like your github issue was just updated: https://github.com/terracoin/terracoin/issues/24

Starting the terracoin application with -txindex=1 apparently fixes this.


legendary
Activity: 1204
Merit: 1002
RUM AND CARROTS: A PIRATE LIFE FOR ME
January 18, 2013, 05:43:19 AM
#2
A good person to ask about this would be dreamwatcher, he runs the cryptocoin explorer and has a thread here:

https://bitcointalksearch.org/topic/cryptocoin-explorer-coin-block-explorers-124303

I'm sure he would have more info.
vip
Activity: 1316
Merit: 1043
👻
January 18, 2013, 05:39:07 AM
#1
I'm stumped on this problem - certain transactions return "can't get raw transaction" when trying to get the raw transaction.

TXID: 33f7a8bd69da85a92c0521aac34aa4d966df22e5b86657eb963d27a2dbda6216

Code:

Quote
$txi = $terracoin_inc->query("getrawtransaction", "33f7a8bd69da85a92c0521aac34aa4d966df22e5b86657eb963d27a2dbda6216", 1);

where $terracoin_inc is a modified version of bitcoin.inc.php using terracoind RPC.
Jump to: