Version Alpha 6 just has been released! Here are the changes: New features: Multi transaction are now possible. Console that shows the output of the Decred binaries. Added the option to donate. The following changes have been done: You now can select and copy the TX ID. Showing version on loading screen. Showing the latest block number loaded. Major speed improvements. Bug fixes: Fixed a major bug where some people were not able to make transactions. Wrote a workaround to avoid a problem with decrwallet where it crashes when it reloads blocks and you list transactions. More detailed information is available on GitHub: https://github.com/SG-O/DecredJWallet/commits/master
Anyone who wants to build the Wallet from source code on Windows, because they want to be sure that the pre-compiled binaries have not been tempered with can now follow this guide: https://github.com/SG-O/DecredJWallet/blob/master/WINDOWS-BUILD.md
New version Alpha 7 introduces these changes: Made compatible with Decred 0.0.6. Several minor changes have been made internally. Most of the internal additions that have been committed since the last release have not been enabled in this version as this update has been created primarily to ensure compatibility with the latest binaries. If you are interested in what has changed internally, look through the commit messages.
I'm sorry to see that you are having Problems. Could you pleas give me some additional information: As far as I can see you are running the latest version on Windows is that correct? Have you installed the Decred binaries manually or automatically (With the GUI)? What does the error message exactly say? Try running the Software from the console (with the command java -jar DecredJWallet.jar) and send me the output. I hope I can help you with your problem.
Version Alpha 6 just has been released! Here are the changes: This version introduces these changes: Added the capability to install and update the Decred binaries on Linux (x86, x64, arm) and Darwin based OS's (finally). Added a new address book. Improved the UI for other platforms than windows. Addresses care now handled correctly internally and are now being checked by the GUI. More debug output has been added on startup. Several minor changes and bug fixes have been made internally. More detailed information is available on GitHub: https://github.com/SG-O/DecredJWallet/compare/a7...a8 As I don't own a Mac, updates for it are untested. It would be great to get any feedback from you! Here are some images made on Linux: Spoiler: Images
Could you please delete the jar file and the 3 Decred executables in its folder . After that download the latest (0.8) version and try it.
When it start i have coonecting to backend and error could't not start decred!click ok and showing me the settings:adress 127.0.0.1 rpcuser user paswword ******* i dont know even what is the password,i have to do config files or just click the java wallet and should be work?
The RPC username and password will automatically sent to the wallet on startup. No need for any config files (The RPC password is NOT your Wallet encryption password.) Out of the box the username will be the word "local" and the password is the word "none". If you are not sure what this setting does just use these default values, but if you have custom config files, you will have to change these accordingly. The standard procedure for startup is just starting the jar file. Do not start dcrd.exe or dcrwallet.exe yourself unless you know what you are doing. The Java program will then do the following (I assume you have auto updates enabled): 1. Check for updates 2. Check if the Decred executables exist 3. Check if they are up to date 4. Start dcrd and wait for it to load 5. Start dcrwallet and also wait for it to load 6. Connect to dcrwallet (this is where you have problems) 7. Load wallet information If you still have the problem could you please do this: Open cmd.exe Navigate to the folder containing the DecredJWallet.jar file by entering: cd C:\where\your\files\are\ Then enter the following: Code: java -jar DecredJWallet.jar Wait for the program to fail to load. Post the text in the command line here.
Hi m8 just want to say thanks for this wallet before I ask my question, How do I fix an issue, whenever I try to spend some decred I get the error: Tried to double spend Edit: I am using the 0.8 version of the wallet
Hi, this is not a problem with my wallet, it is a bug in the official decrwallet which my wallet uses as a back end. I also once had this bug while using multiple wallets across multiple PCs using the same seed. To resolve the issue I deleted the wallet and created a new one using the same seed. To do this you should first make sure that you still have your seed. If you don't DON'T do the following. Go to your Dcrwallet folder (Windows: %localappdata%\Dcrwallet Linux: ~/.dcrwallet). Go into the folder that corresponds to the net your wallet is running on. In the folder rename the "wallet.db" file to "wallet.db.old". Create a new wallet in dcrwallet using --create. Enter the same key as used in the previous wallet. I hope this helped.
Now when I start J wallet it says there may be another instance running and it doesn't work also when I try to open dcrwallet.exe it just crashes and closes, I have backed up wallet.db.old on my dekstop
make sure that no other instance is running (look in your task manager). If that won't work try restarting your PC.
I have never had such an issue before. Could you please start DecredJWallet.jar from the console (java -jar DecredJWallet.jar) And send me the output?
Microsoft Windows [Version 10.0.10586] (c) 2015 Microsoft Corporation. All rights reserved. C:\Users\Me>java -jar DecredJWallet.jar Error: Unable to access jarfile DecredJWallet.jar C:\Users\Me>