Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: CryptoPanda on July 18, 2014, 12:28:46 PM



Title: listtransaction returns nothing?
Post by: CryptoPanda on July 18, 2014, 12:28:46 PM
./bitcoind listtransactions returns nothing, just empty brackets
[
]


And there are bunch of transactions done there.
Any ideas how this might have happened?


Title: Re: listtransaction returns nothing?
Post by: coinsolidation on July 21, 2014, 12:08:01 AM
use getinfo first to check you have the right wallet, a wallet with a balance and transactions.

also ensure you have downloaded the blockchain and it is up to date.


Title: Re: listtransaction returns nothing?
Post by: coinsolidation on July 21, 2014, 02:52:07 PM


also ensure you have downloaded the blockchain and it is up to date.

how does one verify that with bitcoind?

getinfo also
check the block number corresponds to that you see on blockchain.info


Title: Re: listtransaction returns nothing?
Post by: CryptoPanda on July 21, 2014, 03:01:31 PM
ah yes, that would do it, stupid me! :)
thank you!