Closed testalt closed 10 years ago
-txindex
is not necessary, as Namecoin keeps an index of all transactions anyway. (Use getrawtransaction
or decoderawtransaction
to access non-wallet transactions.)
This will change when we switch to a version based on the latest Bitcoin Core at some point in the future, but then both arguments will be supported as they are in Bitcoin. It is not clear when that will be the case, though.
Thanks. Namecoind does not return a list of transaction hashes for a block, is there a way to get it ?
Specifically, i need to get a list of transaction hashes for a block via RPC
Both getblock
and getblockbycount
do that (in the tx
field).
Closing.
Hi,
I noticed that last version does not support -txindex and -reindex, is there any plan to add support ?
Thanks