neozaru
Newbie
Offline
Activity: 50
Merit: 0
|
|
June 10, 2014, 09:54:30 PM |
|
Hello. I did some work on my Qt-based Monero Wallet, and I think it is now ready for testing. https://github.com/Neozaru/bitmonero-qtThis is still a testing version. The main goal is to provide an user-friendly interface without technical terms (which will be available in a future advanced-interface). I tried to manage each case : Import existing wallet (with refreshing), create a new wallet, use with already-running 'bitmonerod' (not default behavior, check github's README), etc... If you test it, please make suggestions about ergonomy, features, user-experience, colors (I find them ugly yet but I haven't any idea), and overall stability of the app. For devs and testers, the requirements are qt5 (including qtquick2/declarative) and boost1.55. If you want to compile it, ensure you have all dependencies and do : qmake make
For ArchLinux (64 bits) users, binaries are available here : http://toh.neozaru.info/toh/public/bitmonero-qt-testing-archlinux-x64.tar(simply untar and click on 'bitmonero-qt', but close all 'bitmonerod' and 'simplewallet' before) Arch users > to get dependencies (as root) : pacman -S qt5 pacman -S boost
Tell me if it doesn't run your in your platform. I could try myself (I've some sleeping VMs). Before trying the program, PLEASE ENSURE THE FOLLOWING : - 'bitmonerod' is NOT already running. - 'simplewallet' is NOT already running or running on a different wallet from the one you will use in the GUI. Some errors CAN happen. Maybe GUI errors I haven't detected, but sometimes bitmonero-core related errors. Please keep in mind that this GUI runs on top of 'bitmonerod', which still needs some necessary improvements, and I see that developers are working hard on it. README and more binaries are coming soon. (Arch/Ubuntu first, Windows later)
|
|
|
|
qiufeng
Newbie
Offline
Activity: 59
Merit: 0
|
|
June 10, 2014, 10:21:48 PM |
|
Hello. I did some work on my Qt-based Monero Wallet, and I think it is now ready for testing. https://github.com/Neozaru/bitmonero-qtThis is still a testing version. The main goal is to provide an user-friendly interface without technical terms (which will be available in a future advanced-interface). I tried to manage each case : Import existing wallet (with refreshing), create a new wallet, use with already-running 'bitmonerod' (not default behavior, check github's README), etc... If you test it, please make suggestions about ergonomy, features, user-experience, colors (I find them ugly yet but I haven't any idea), and overall stability of the app. For devs and testers, the requirements are qt5 (including qtquick2/declarative) and boost1.55. If you want to compile it, ensure you have all dependencies and do : qmake make
For ArchLinux (64 bits) users, binaries are available here : http://toh.neozaru.info/toh/public/bitmonero-qt-testing-archlinux-x64.tar(simply untar and click on 'bitmonero-qt', but close all 'bitmonerod' and 'simplewallet' before) Arch users > to get dependencies (as root) : pacman -S qt5 pacman -S boost
Tell me if it doesn't run your in your platform. I could try myself (I've some sleeping VMs). Before trying the program, PLEASE ENSURE THE FOLLOWING : - 'bitmonerod' is NOT already running. - 'simplewallet' is NOT already running or running on a different wallet from the one you will use in the GUI. Some errors CAN happen. Maybe GUI errors I haven't detected, but sometimes bitmonero-core related errors. Please keep in mind that this GUI runs on top of 'bitmonerod', which still needs some necessary improvements, and I see that developers are working hard on it. README and more binaries are coming soon. (Arch/Ubuntu first, Windows later) Wonderful!!
|
|
|
|
Jojatekok
|
|
June 11, 2014, 05:52:55 AM |
|
"settings are going to be stored at '%LocalAppData%\Jojatekok\MoneroClient\user.config"
please don't store the blockchain there otherwise on multi user computers, the blockchain will need to be downloaded and stored multiple times. Obviously the wallet needs to be user specific but I think bitcoin stores a lot of info in that file which is not specific to the user.
Monero Client's application data and the blockchain's path are not in correlation in any way. Differing from the Qt wallet (which is great to have for multiplatform support ), the Options tab will probably contain many settings (including the blockchain's path) which were only available by command-line arguments before. I am constantly working on the application's structure, which would become a programming superhell if I wasn't taking the steps of prevention. The Views are going to be in subnamespaces (.Views.[...]Window) in order to keep things clear. As I have already mentioned, I am working on the UI for configuration (teaser screenshots are coming very soon ), but yesterday, I was too tired to program, so I decided to take a break for that day...
|
Monero (XMR): 47hK4gehaMrFTQCiV5FEmM54hpqTrdHudb9nUBG88NicBDpxH4TGuh3TmW84Dc6dpMiEiBLGvJCuT3xC3LNHctmx7mG8NLM Bitcoin (BTC): 14wHehBtFt321WTV15khon8Juaxh9drnfJ
|
|
|
knightcoin
Full Member
Offline
Activity: 238
Merit: 100
Stand on the shoulders of giants
|
|
June 11, 2014, 06:03:40 AM |
|
my spider instinct tells me good news .. but I am afraid my post will be deleted by a Hitler moderator ...
|
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
|
|
June 11, 2014, 06:50:56 AM |
|
my spider instinct tells me good news .. but I am afraid my post will be deleted by a Hitler moderator ...
...this thread isn't self-moderated?
|
|
|
|
knightcoin
Full Member
Offline
Activity: 238
Merit: 100
Stand on the shoulders of giants
|
|
June 11, 2014, 07:08:12 AM |
|
I don't .know . really .. now I started realise that bitcointalk.org have got some "moderatoRs" ...
|
|
|
|
pfo
Newbie
Offline
Activity: 27
Merit: 0
|
|
June 11, 2014, 07:41:12 PM |
|
|
|
|
|
darlidada
|
|
June 11, 2014, 10:05:26 PM |
|
Nice work pfo! If anyone is testing neozaru wallet, please share some screenshot with us!
|
|
|
|
snufkin
Newbie
Offline
Activity: 9
Merit: 0
|
|
June 12, 2014, 02:00:04 PM |
|
Hello everybody here I have always 0.1.6 with its graphical interface wallet how I did for the update because I see that is not like the others with their wallet. Dat file this is urgently please
|
|
|
|
Jojatekok
|
|
June 12, 2014, 03:32:19 PM |
|
As I have promised before, here are some teasers from the upcoming 'Options' feature: A lot more interesting features are on the whitepaper (which is only existent in my head) already, and I will keep some of them as a secret until their deployment. The RPC API's functions should really be improved though, as I will not be able to step further in stability and reliability whether the condition of reducing the amount of those BUSY messages isn't met: We need functionality without syncing the entire blockchain!Remember: None of the altcoins' GUI wallets will ever be as featureful as Monero's
|
Monero (XMR): 47hK4gehaMrFTQCiV5FEmM54hpqTrdHudb9nUBG88NicBDpxH4TGuh3TmW84Dc6dpMiEiBLGvJCuT3xC3LNHctmx7mG8NLM Bitcoin (BTC): 14wHehBtFt321WTV15khon8Juaxh9drnfJ
|
|
|
Jshank
Member
Offline
Activity: 75
Merit: 10
|
|
June 12, 2014, 11:53:20 PM |
|
As I have promised before, here are some teasers from the upcoming 'Options' feature: A lot more interesting features are on the whitepaper (which is only existent in my head) already, and I will keep some of them as a secret until their deployment. The RPC API's functions should really be improved though, as I will not be able to step further in stability and reliability whether the condition of reducing the amount of those BUSY messages isn't met: We need functionality without syncing the entire blockchain!Remember: None of the altcoins' GUI wallets will ever be as featureful as Monero's Looking sharp! Keep up the fine work. No rush, would prefer a well-built GUI in the next months to a rushed, potentially XMR damaging piece of software tomorrow. Really does look good.
|
|
|
|
Jojatekok
|
|
June 13, 2014, 05:15:01 PM |
|
As I have promised before, here are some teasers from the upcoming 'Options' feature: A lot more interesting features are on the whitepaper (which is only existent in my head) already, and I will keep some of them as a secret until their deployment. The RPC API's functions should really be improved though, as I will not be able to step further in stability and reliability whether the condition of reducing the amount of those BUSY messages isn't met: We need functionality without syncing the entire blockchain!Remember: None of the altcoins' GUI wallets will ever be as featureful as Monero's Looking sharp! Keep up the fine work. No rush, would prefer a well-built GUI in the next months to a rushed, potentially XMR damaging piece of software tomorrow. Really does look good. Thank You! By the way, your comment is very ironic, because I've randomly encountered a black cat on the street today, on the 13th of Friday (As you can see, I'm not a photographer, but my excuse could be rushing home to improve Monero Client )
|
Monero (XMR): 47hK4gehaMrFTQCiV5FEmM54hpqTrdHudb9nUBG88NicBDpxH4TGuh3TmW84Dc6dpMiEiBLGvJCuT3xC3LNHctmx7mG8NLM Bitcoin (BTC): 14wHehBtFt321WTV15khon8Juaxh9drnfJ
|
|
|
neozaru
Newbie
Offline
Activity: 50
Merit: 0
|
|
June 13, 2014, 07:49:01 PM |
|
Hello, I just released Windows 64bits binaries of MoneroWallet-qt. You can find them here : http://toh.neozaru.info/toh/public/MoneroWallet-qt-windows8-x64.zipJust click on 'bitmonero-qt'. Please, dont move files from the original directory. (you can still create shortcuts). Please, ensure any 'bitmonerod' or 'simplewallet' is closed before. Performance is low, but it should work on most Windows 64 bits platforms. (optimized version exists, but requires OpenGL 2.0. Not really user-friendly) Please notify (or PM) me if it doesn't work in your 64 bits Windows Jojatekok > I will try yours soon.
|
|
|
|
darlidada
|
|
June 14, 2014, 10:11:40 AM |
|
thank you neozaru !!! how come that didnt make the news yet?!
|
|
|
|
wallet42
Newbie
Offline
Activity: 5
Merit: 0
|
|
June 14, 2014, 02:41:46 PM |
|
I'll add 42 XMR to the GUI Bounty.
|
|
|
|
|
neozaru
Newbie
Offline
Activity: 50
Merit: 0
|
|
June 16, 2014, 09:20:35 PM |
|
One problem is that Monero Core ( bitmonerod, simplewallet) uses recent version of some libraries (ie: boost), so the build process can be difficult depending on the platform. Thus, to provide ready-to-user binaries is not straightforward for developers. Developing (providing code) takes time, but setting up build environments for all platforms (providing executables) is hard too, especially when the code is constantly evolving. In the future, Monero Core could be added to Linux distributions repositories, facilitating usage for all users. From this point, GUI Wallets could use Monero Core as dependency. For Windows users, I think a all-in-one zip would be a good solution, but once again it takes time : Compiling for all platforms/architectures, creating installers, testing (!!), etc... As a developer, I currently prefer to focus on the code, rather than spending hours to compile it each Week for all platforms. Packaging is important, but maybe we should wait for maturity before spending time on it. About all-in-one GUI Wallet, I think bitmonerod will remain a standalone program because it embeds all the technical logic (can be launched transparently as subprocess). simplewallet will remain a CLI for creating/managing wallet, but it shouldn't be a dependency of GUI Wallets in the future.
|
|
|
|
btc-mike
|
|
June 16, 2014, 10:17:11 PM |
|
Boolberry has announced a GUI Wallet beta. I am posting here because it is qt-based and the source is freely available. This can be used as a reference for Monero wallet developers. The GUI wallet is a cross-platform, qt-based, standalone application that does not require other processes. At the same time, it is designed to let user connect to already running daemon, if desired. As tested, it works under Windows, Linux and MacOS. This wallet use QtWebKit for display so appearance is described via html/javascript. This means you can experiment with GUI wallet display without any knowledge of C++. You don't even need to recompile project - just open "html" folder and have fun. The wallet is merged on the Boolberry project under the GUI branch https://github.com/cryptozoidberg/Boolberry/tree/GUIThere are more GUI wallet build instructions on Boolberry website: http://boolberry.com/howto.html#build_gui
|
|
|
|
kneim
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
June 16, 2014, 10:38:48 PM |
|
donating 1 million BCN ... done
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3150
Merit: 1116
|
|
June 17, 2014, 01:54:22 AM |
|
Hola Moneritos I just wanted to post an update on my own GUI wallet, which I would still consider to be in the alpha stage. The wallet can send payments with a payment ID, and also launch bitmonerod, simplewallet, and minerd, but there is as yet no transaction history, which is a pretty key feature of any wallet. I'm not seeking a bounty, more to try and improve my python/coding skills, and hopefully get some feedback on the code, which is located here: https://github.com/jwinterm/cryptonoteRPCwalletGUIThere currently aren't any binaries, so if you'd like to run it, you will need python, kivy, and pygame on your computer. I've tested it on on Windows 7 and 8.1 and Debian, and it seems to be running OK. I think it should work on mac as well but I haven't tested it. Here are a few screenshots of the first two tabs/pages in the wallet: First tab showing some stats from the last block mined. Wallet launcher and balance tab. Any feedback on the code or layout is much appreciated.
|
|
|
|
|