Help. I'm missing ~ 113 BCA
I tried to send a small test transaction, it crashed and now all my coins are missing:
Here are the 2 transactions 1 incoming for 113 and change and one out for .1
C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listtransactions
[
{
"account": "",
"address": "AHYLEdaSsvM79rBKhRuQEfceWi2gpZT5Mx",
"category": "receive",
"amount": 113.60985287,
"label": "",
"vout": 1,
"confirmations": 2868,
"blockhash": "b332a064097f3885720950dbd16bebd7588f71ac517eb702f58f175130850b04",
"blockindex": 2,
"blocktime": 1518891886,
"txid": "a56fc3ee27cb81a3c7203489752d4335b3c0ec82fc7d8356642f9604874348f4",
"walletconflicts": [
],
"time": 1518891886,
"timereceived": 1519184803,
"bip125-replaceable": "no"
},
{
"account": "",
"address": "ASeWcrV81VCmfBy9yFrLP6WEH2Zi7wqL8D",
"category": "send",
"amount": -0.10000000,
"vout": 0,
"fee": -0.00000228,
"confirmations": 0,
"trusted": false,
"txid": "28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0",
"walletconflicts": [
],
"time": 1521074662,
"timereceived": 1521074662,
"bip125-replaceable": "no",
"abandoned": false
}
]
And now it's showing no coins.
C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getwalletinfo
{
"walletname": "wallet.dat",
"walletversion": 159900,
"balance": 0.00000000,
"unconfirmed_balance": 0.00000000,
"immature_balance": 0.00000000,
"txcount": 2,
"keypoololdest": 1518034064,
"keypoolsize": 1000,
"keypoolsize_hd_internal": 1000,
"paytxfee": 0.00000000,
"hdmasterkeyid": "45e60b9daf74203b4e25e863c9fdc092720778b3"
}
Any ideas?
Thanks,
Dave
What show atom-cli listunspent?
Try atom-cli getrawtransaction 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0 -> {result}
atom-cli sendrawtransaction {result}
if wallet is encrypted, do atom-cli walletpassphrase passphrase timeout before
Nothing on the 1st and no idea on the 2nd.
C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli listunspent
[
]
C:\Users\Acer\Desktop\atom-0.15.99\bin>atom-cli getrawtransaction 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0
0200000001f448438704962f6456837dfc82ecc0b335432d75893420c7a381cb27eec36fa501000
0006a473044022058a626a457345869e9e7be837f214873b594500d14b8d64bc7414cfcef537d88
022008acb0b1bee8bf579deaa23a4fe8adf4766dbf2aa6ee79c75655768973b119414121030496b
c768a3be8efe83469ab262e895ffa0bb50c372d66bd4488e16d5a6da7a1feffffff028096980000
0000001976a9147744eb161bbffbaeb8b3c295843b0e93396113c688ac634992a4020000001976a
914e5a444269276d7502511d85372f17da61a49d0c388aca2fd0800
On a side note if I create a new wallet (well just rename wallet.dat and let it create a new one itself) and import the 1 private key that has the 133 BCA in it, it shows up. But when I go to send it anyplace it fails.
I'm open to any ideas.
Thanks,
Dave
atom-cli sendrawtransaction 0200000001f448438704962f6456837dfc82ecc0b335432d75893420c7a381cb27eec36fa501000
0006a473044022058a626a457345869e9e7be837f214873b594500d14b8d64bc7414cfcef537d88
022008acb0b1bee8bf579deaa23a4fe8adf4766dbf2aa6ee79c75655768973b119414121030496b
c768a3be8efe83469ab262e895ffa0bb50c372d66bd4488e16d5a6da7a1feffffff028096980000
0000001976a9147744eb161bbffbaeb8b3c295843b0e93396113c688ac634992a4020000001976a
914e5a444269276d7502511d85372f17da61a49d0c388aca2fd0800
I loaded the GUI client, and it looks like there are 2 transactions, but both are unconfirmed and not in the memory pool:
Status: 0/unconfirmed, not in memory pool
Date: 3/16/2018 14:01
To: ASeWcrV81VCmfBy9yFrLP6WEH2Zi7wqL8D
Debit: -0.10000000 BCA
To: Aci7AqupDHHNSsZRzZsecPsLYFJ78G4qps
Debit: -113.50985059 BCA
Transaction fee: -0.00000228 BCA
Net amount: -113.60985287 BCA
Transaction ID: 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0
Transaction total size: 225 bytes
Output index: 1
Status: 0/unconfirmed, not in memory pool
Date: 3/16/2018 14:01
To: ASeWcrV81VCmfBy9yFrLP6WEH2Zi7wqL8D
Debit: -0.10000000 BCA
To: Aci7AqupDHHNSsZRzZsecPsLYFJ78G4qps
Debit: -113.50985059 BCA
Transaction fee: -0.00000228 BCA
Net amount: -113.60985287 BCA
Transaction ID: 28132b260e01746019426ee311e5a8fca4e4bcae8d74b7ddd76580b84a677fc0
Transaction total size: 225 bytes
Output index: 0
-Dave