Two Transactions In, But I Still Have No Confirmations, And Cannot Send Dcr

Discussion in 'Balances' started by Disco, Apr 17, 2016.

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

    Disco New Member

    Apr 16, 2016
    3
    0
    Male
    Great NW
    Can somebody tell my why I have 0 spendable coins?





    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet listtransactions
    [
    {
    "account": "cli",
    "address": "DsThpsmE4RLYQbp4EfYuwgCJ4DZxpVezWyJ",
    "amount": 18.49570636,
    "category": "receive",
    "confirmations": 0,
    "time": 1460158396,
    "timereceived": 1460158396,
    "txid": "406b9b892b0c74d714f070e4fe6dffe8c6d0f9b114d5e57008ef061f32db71fa",
    "vout": 1,
    "walletconflicts": []
    },
    {
    "account": "cli",
    "address": "DsjR7DhyATnGBFAhKsRB4uXnY7R6DkXShMb",
    "amount": 25.81560449,
    "category": "receive",
    "confirmations": 0,
    "time": 1460158188,
    "timereceived": 1460158188,
    "txid": "0a3771e555269f247f8ab9d98c258f3d8d850ce9d1ee15dacba2d499c1eb6767",
    "vout": 1,
    "walletconflicts": []
    }
    ]

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x validateaddress DsThpsmE4RLYQbp4EfYuwgCJ4DZxpVezWyJ
    {
    "isvalid": true,
    "address": "DsThpsmE4RLYQbp4EfYuwgCJ4DZxpVezWyJ"
    }

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x getreceivedbyaddress DsThpsmE4RLYQbp4EfYuwgCJ4DZxpVezWyJ
    -1: This implementation does not implement wallet commands

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet listaddressgroupings
    -1: Method unimplemented

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet sendfrom "cli" DsSNgritNzqsLzEkx2TTLfEmxWjh6ARRvHt 44.31
    -13: Enter the wallet passphrase with walletpassphrase first

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet walletpassphrase xxxxxxx 300

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet sendfrom "cli" DsSNgritNzqsLzEkx2TTLfEmxWjh6ARRvHt 44.31
    -32603: insufficient funds: transaction requires 44.31 Coin input but only 0 Coin spendable

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet move "cli" "default" 44.31131085
    -1: Request unsupported by dcrwallet

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet getbalance * 0 all
    44.31131085

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet getbalance * 1000
    0

    c:\Bitcoin\Decred\windows-amd64-20160406-01\windows-amd64>dcrctl -u x -P x --wallet getbalance cli 0 all
    44.31131085
     
  2. Enjei

    Enjei New Member

    Feb 8, 2016
    26
    7
    Male
    It looks like your wallet isn't synced (confirmations still shows 0).
     
  3. Disco

    Disco New Member

    Apr 16, 2016
    3
    0
    Male
    Great NW
    When I start my wallet, this is what is displayed: ....any ideas on how or what lower index 20 from index 22 means?


    11:14:12 2016-04-18 [INF] WLLT: The last used account was 2. Beginning a rescan for all active addresses in known accounts.
    11:14:19 2016-04-18 [WRN] WLLT: Unable to synchronize wallet to chain: failed to create initial waddrmgr address buffer for the address pool, account 0, branch 0: can not sync to lower index 20 from index 22
    11:14:19 2016-04-18 [INF] WLLT: The client has successfully connected to dcrd and is now handling websocket notifications
    11:16:35 2016-04-18 [INF] WLLT: Connecting block 0000000000000ec1e76a9ca16ca9c6b269165ccdff1c418b324b71b5d1c0ec95, height 20449
     

    Attached Files:

Share This Page