Post
Topic
Board Announcements (Altcoins)
Re: [DSH] Dashcoin (Cryptonote) UPDATE: New source/wallets+GUI - 1.0.10
by
rightroger
on 21/05/2017, 18:29:35 UTC
(I posted on the old thread on accident, so I'm posting here as well. I hope someone can help.)

Quote
(quote from: https://bitcointalk.org/index.php?topic=678232.msg9271059#msg9271059)
First rename wallet.bin to wallet.old.bin, and then open the wallet "wallet.bin".  The wallet will say it cannot find "wallet.bin" (as it was renamed), and it will begin to resync the wallet.  When that is done, try to send the transaction again.

If the above does not work, then rename wallet.bin to wallet.old.bin, and then go to %appdata%/dashcoin, and delete blockscache.dat, p2pstate.bin, poolstate.bin.  Open the daemon, and wait for the blockchain to resync.  Then, open simplewallet, and open "wallet.bin".  It will say wallet.bin cannot be found (as it was renamed), and it will begin to resync the wallet.

Once you are done, and the wallet is working again, you can safely delete wallet.old.bin.

I'm running a newer version of Dashcoin Wallet (f21c4c6). I have an invalid transaction and I'm trying to resubmit it, but the files I have in my AppData directory are different than what is listed above. I have:

Quote
05/20/2017  04:28 PM         2,989,992 blockindexes.dat
05/20/2017  01:07 PM     2,214,185,382 blocks.dat
05/13/2017  12:40 PM             1,649 dashcoinwallet.addressbook
05/20/2017  07:31 PM                26 dashcoinwallet.lock
05/20/2017  04:28 PM         1,978,997 dashcoinwallet.log
05/18/2017  07:57 PM        23,882,727 dashcoinwallet.wallet
05/20/2017  04:28 PM            30,386 p2pstate.bin

In order for my wallet to show I have the funds again to re-submit the transaction correctly (last time I submitted too low of a fee), what should I do with these files and the application? Thank you.

i believe you are trying to reset the wallet...just type "reset" and press enter, the wallet will resync...the newer wallet has this command, you can see other commands if you type "help"..

First, I'm on Windows and my wallet was installed through a GUI installer and runs as a GUI (I don't see any command-line ways to interact with the wallet). Second, when I try to run dashcoin.exe from the command-line in Windows with the "--help" option (total command is "dashcoin --help"), I get a GUI based dialog that pops up displaying this message:
Quote
Usage: dashcoin [options]
Bytecoin wallet

Options:
  -?, -h, --help               Displays this help.
  -v, --version                Displays version information.
  --testnet                    Used to deploy test nets. Checkpoints and
                               hardcoded seeds are ignored, network id is
                               changed. Use it with –data-dir flag. The wallet
                               must be launched with –testnet flag
  --p2p-bind-ip            Interface for p2p network protocol
  --p2p-bind-port        Port for p2p network protocol
  --p2p-external-port    xternal port for p2p network protocol (if port
                               forwarding used with NAT)
  --allow-local-ip             Allow local ip add to peer list, mostly in debug
                               purposes
  --add-peer             Manually add peer to local peerlist
  --add-priority-node    Specify list of peers to connect to and attempt
                               to keep the connection open
  --add-exclusive-node   Specify list of peers to connect to only. If
                               this option is given the options
                               add-priority-node and seed-node are ignored
  --seed-node            Connect to a node to retrieve peer addresses,
                               and disconnect
  --hide-my-port               Do not announce yourself as peerlist candidate
  --data-dir        Specify data directory
  --minimized                  Run application in minimized mode

So, I don't see any "reset" or resync options. Any further thoughts?