Hello.
btc-mike > I saw the work of
cryptozoidberg on his Wallet. I decided to not fork it for multiple reasons :
- It is a very fresh work and I think he spent time on it. I guess forking it would be a bit frustrating for him. (even if it's in open-source philosophy)
-
bitmonero-qt provides many features too with the same advantages.
-
cryptozoidberg chose
webkit-based UI. I chose
QtQuick2-based UI. I want to see the advantages of
QtQuick2 (fresh technology, future Androis/iOS compatibility ?)
jwinterm > Tried your Wallet and it works fine
Some remarks or improvements :
- All controls (launch daemon) are manuals. Maybe an option to launch it automatically could be good.
- Daemon/Simplewallet windows are visible. Useful for debugging but some users don't want to see them.
- What are these red circles when I click ?
- It's a good idea to ask user confirmation before sending funds
- Daemon and Wallet info retrieval (balance, blocks) works fine
- Wallet creation works fine too.
- You should scan some standard directories ($HOME ?) for listing available wallets instead of only the local one.
- Subprocesses are not stopped when closing the main Window, but the main window itself doesn't seem to close the Python program.
- Good overall ergonomy despite allthing is "manual". But after all, GUI Wallets are for experienced users only at this stage
- Worked without pain on my (Arch) Linux (thank you Python and Kivy)