Listtransactions Won't Show Latest Transactions

Discussion in 'Transactions' started by SG-O, Mar 2, 2016.

  1. 2017/12/15 - Decred v1.1.2 released! → Release Notes  → Downloads
  1. SG-O

    SG-O Member
    Developer

    Jan 13, 2016
    104
    86
    Male
    Software Dev
    Milky Way
    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!
     
  2. SG-O

    SG-O Member
    Developer

    Jan 13, 2016
    104
    86
    Male
    Software Dev
    Milky Way
    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.
     
  3. root

    root Member

    Feb 3, 2016
    381
    76
    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 '{'
     
  4. tpruvot

    tpruvot Jr. Member
    Pool Operator (PoW)

    Feb 16, 2016
    43
    38
    Male
  5. SG-O

    SG-O Member
    Developer

    Jan 13, 2016
    104
    86
    Male
    Software Dev
    Milky Way
    My wallet lists 3918 Transactions. But there should be way more! The command I'm using is
    {"method":"listtransactions","params":["*", 10000, 0],"id":1}
     

Share This Page