Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: 🏰 TradeFortress 🏰 on January 18, 2013, 10:39:07 AM



Title: Terracoin - can't get raw transaction
Post by: 🏰 TradeFortress 🏰 on January 18, 2013, 10:39:07 AM
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.


Title: Re: Terracoin - can't get raw transaction
Post by: crazy_rabbit on January 18, 2013, 10:43:19 AM
A good person to ask about this would be dreamwatcher, he runs the cryptocoin explorer and has a thread here:

https://bitcointalk.org/index.php?topic=124303.0

I'm sure he would have more info.


Title: Re: Terracoin - can't get raw transaction
Post by: celkaris on February 11, 2013, 09:22:17 PM
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.