I'm trying to list all of my latest transactions, but the latest transaction block that is returned is 00000000002da9b714189e81cc7c62c93dbdc6947da3541d4eccebc960b2fafc. I made many transactions after this one. This wallet has over 1000 (maybe even more than 10000) transactions!
again - which wallet version ? it's a testnet https://testnet.decred.org/block/00000000002da9b714189e81cc7c62c93dbdc6947da3541d4eccebc960b2fafc
I am using the latest version (0.0.5). I know that I am using testnet, because I am testing my wallet. Nonetheless this should not happen, all transactions must be listed, regardless on witch net you are on.
I use ./w for dcrctl --wallet --pass --user .... ... there was a problem mentioned with accounts, so check your wallet with: ./w listaccounts 0 # returns default and imported for my mainnet ./w getaddressesbyaccount default | wc -l # over 1000 ./w listtransactions "default" # hmm,"-4: Transactions are not yet grouped by account", so i do not know how to limit number of transactions listed # and HELP displays : listtransactions ("account" count=10 from=0 includewatchonly=false) # so how many returns for you ? ( 18 for ma ) ./w listtransactions | grep -c '{'
My wallet lists 3918 Transactions. But there should be way more! The command I'm using is {"method":"listtransactions","params":["*", 10000, 0],"id":1}