Sir , Yesterday I transferred 365DCR from webwallet to dcr wallet ( DsVRt5EPLw26nGKDZeYcfSEtVJ458cH5i8B ) for PoS mining purpose . Now transactions are confirmed with 132 confirmations still fund is missing from dcr wallet (tried getbalance "default" 0 all) . Is this happening because of PoS mining? i got this address DsVRt5EPLw26nGKDZeYcfSEtVJ458cH5i8B with flag "getnewaddress" . is there any way to verify that address belong to my wallet or not ? I'm really worried i want to buy Stake tickets as soon as possible before /tkt price increases. Help me through this situation .
dcrctl -u X -P X --wallet validateaddress DsVRt5EPLw26nGKDZeYcfSEtVJ458cH5i8B If it belongs to your wallet, you will see: "ismine": true,
{ "isvalid": true, "address": "DsVRt5EPLw26nGKDZeYcfSEtVJ458cH5i8B", "ismine": true, "pubkeyaddr": "DkRLY56UT92fUsECx9qHpxHgNPwyWgGS2p1yTdnuyRBWmdKzqAh7k", "pubkey": "03a3e975a5aba2edc667e75376add20a4c7198dd6a5e8d07191ef001db174805e8", "iscompressed": true, "account": "default" } value is true . so where are my coin ? lost all of them ? now i cant PoS mine . and i dont have any high performance GPU for PoW. Thanks anyway . lost all my faith in decred . just wasted almost 2 months studying this system .no developer even care to reply.
When you do --wallet getbalance , there is zero balance? If you've been purchasing stake tickets, the balance will not include tickets that have been locked for stake voting. Try --wallet gettickets 1 That should show you if you have stake tickets.
Stop crying like a little girl and do your reading/homework. Are you expecting devs to spoon-feed you like a toddler? https://mainnet.decred.org/address/DsVRt5EPLw26nGKDZeYcfSEtVJ458cH5i8B
Ya Ya i have tkts in my account . But im checking balance with flag getbalance "default" 0 all Which gives total balance (locked+spendable)
i dont need spoon feeding . i confirmed all blockchain and my transaction is confirmed but still fund is missing .
Why don't you track on the explorer to see where funds went and if they went possibly to one of your change addresses. Funds don't disappear just like that. Even if you had a "high performance GPU" it would take you one full year to mine the DCR you got in airdrop for nothing. And the GPU needs electricity which usually isn't for free. So take care of those coins! If you are not sure what you are doing, set up a second wallet, transfer a small amount of funds to it and play around there.
Finally got lucky . Recreated wallet with old seeds and got full fund back in wallet . But still in my VPS instance its showing some different amount . will recreate in that too .
Glad to see you figured out to reimport the seed as that's what I was going to suggest. As has been posted elsewhere on the forum, running multiple wallets with the same seed will absolutely lead to this situation where the wallets will not see the same balance. This is why you should not be running multiple wallets with the same seed. The problem is simply that addresses are generated deterministically from the seed. So if you have two wallets running on the same seed, you basically end up with a situation like this: Wallet A: Knows about all addresses up to address #15 Wallet B: Knows about all addresses up to address #12 So, any coins that have been sent to addresses #13, #14, and #15 will be known to Wallet A, but not Wallet B. Further, if you simply tell wallet B to get the next address it also won't see the coins because, from its point of view, that address just now came into existence and so it won't search for transactions before the current point in time. This is an optimization because, as you can imagine, the block chain ends up getting extremely large over time and it would be incredibly expensive (in terms of resource usage) to scan the entire chain every time a new address is generated.
Sticky this. It is clear, concise, and very good information. And it conveys the information needed by many people in a simple way.
I'm going through a similar situation. Was running a post on my PC, then I went for a vps. Until deactivated my account and had to re-run on the PC, so that when I did that, my balance has changed when I was in vps was 425 when I got back to the PC and then to the raspberry pi, the balance stood at 269. already I tried everything and not figure out what happened and how to recover. Anyone know how to solve? DsiSix6Q6ibZp8b6bQsZaihe4GkighwzPu8
New addresses created in the VPS are unknown to the PC. Recreate the wallet from your seed to find the new addresses.