Update repacked, not tested yet, please report any problems. Still the only one GUI with staking supported. https://github.com/root8/fsigDecredGUI/releases/tag/0.0.2
Tested latest GUI update dcrd/w 0.2.0 with Windows 10 x64 - testnet. Fsig's win exe did not start, my jwrapper repacked worked fine : * Sometimes GUI stops updating numbers, usually after some tickets bought, GUI stop / start helped, numbers updated. * Sometimes GUI freezes, when buying tickets, GUI stop / start helps. Seems like a decent progress, do not hesitate to report your experience.
One more thing - when tickets bought (and probably money sent as well) from GUI, it requires the password to unlock the wallet. But only temporarily, and when the wallet is locked afterwards, it stops voting ! Something like if not walletinfo.unlocked then ask_password && unlock_temporarily is required for all transactions.
Thanks! I had forgotten about solo voting requirements when redoing the screen, ill update this over the coming week.
Thanks, just tried Mac OS X again - any Idea what can be wrong please ? Spoiler: mac os x stuck Testnet=true Debug=true $ ../JWrapper-Mac64JRE-00045364227-complete/bin/java -version java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) $ ../JWrapper-Mac64JRE-00045364227-complete/bin/java -jar DecredWallet-all.jar 2>&1 | tee -a gui$(date '+%s').log Created by Fsig. Version: 0.2.4 Build date: 18/07/2016 WARNING: GL pipe is running in software mode (Renderer ID=0x1020400) =====clicked confirm button==== java.lang.NullPointerException at com.hosvir.decredwallet.Processes.getClosestProcess(Unknown Source) at com.hosvir.decredwallet.gui.interfaces.Login.update(Unknown Source) at com.hosvir.decredwallet.gui.Main.update(Unknown Source) at com.hosvir.decredwallet.gui.Main.loop(Unknown Source) at com.hosvir.decredwallet.gui.Main$1.run(Unknown Source)
Recreated the repo due to debug code being uploaded. New build is out which will keep the wallet unlocked for local ticket buying (non pool) and hopefully fixed the Mac issue. (Requires someone to test) Binaries: https://github.com/Fsig/decred-wallet-gui/releases/tag/0.2.6 Self Compile instructions: https://github.com/Fsig/decred-wallet-gui/blob/master/README.md
New build, lots of updates and fixes. Added reload button to wallet screen Made account refresh rate quicker Hiding counter transactions Updated login screen disable inputs while loading showing loading messages rather then popups if settings.conf daemon username and password equal random then it will generate a random username and password to use with RPC and auto start (Only use random if you want the GUI to load DCRD and DCRWALLET for you) tab through inputs enter on password input to confirm Updated log tabs added RPC Daemon is DCRD output Wallet is DCRWALLET output Seperated Dead EnDgine into resource jar Added footer disconnect peers blocks last block update hover tooltips Fixed random thread crashes Binaries: https://github.com/Fsig/decred-wallet-gui/releases/tag/0.2.7 Self Compile instructions: https://github.com/Fsig/decred-wallet-gui/blob/master/README.md
Thanks a lot for great work ! Repack posted : https://github.com/root8/fsigDecredGUI/releases/tag/0.0.4
Wallet works with Mac OS X 1) start DCRD 2) start DCRWALLET 3) start GUI / update settings.conf in ~/DecredWallet 4) select usr / pwd / certificate for DCRD 5) select usr / pwd / certificate for DCRWALLET 6) enjoy
Hi root, Thanks for the update. unfortunately i've got this error and already attached the cert also. Whats is wrong?
See 4) and 5) I had that error as well, I had to select both certificates, I used the same usr and pwd for all
That is perfect ! I tested successfully ticket buying / voting (Mac OS X,decred 0.3.0) Bought some more Please note when tickets bought (and probably money sent as well) from GUI, it requires the password to unlock the wallet. But only temporarily, and when the wallet is locked afterwards, it stops voting ! Unlock from commandline with walletpassphrase passwd 0 !! See known bugs : https://github.com/root8/fsigDecredGUI/releases/tag/0.0.4
Hi root. Yes, that's really nice. I am mining dcr actually using my gpu . Anyway, could you please give me step by step tutorial in how to join a stake pool using this wallet? I'd like to buy some more but still afraid 'cause i have no idea how to use it. Thank You.
I am not able to help with pools, I can try to send my pool team's proposal for the fourth time though
Updated to work with 0.8.2. Binaries: https://github.com/fsig/decred-wallet-gui/releases/tag/0.2.8 Self Compile instructions: https://github.com/fsig/decred-wallet-gui/blob/master/README.md Graphics update Switched to using json.simple lib API updates Ticket purchasing disabled (need to work out what the current state is for that...)