Not being satisfied about current wallets, I am developing my own.
This wallet is Power User Friendly, don't let your mom use it.
More coming soon...
Url :
https://github.com/NicolasDorier/PowerWalletThis is not in a usable state yet, but I think the development of it can interest some people. I did not released binaries, so you have to compile it yourself.
Roadmap:
•Transaction Builder interface
•Colored Coin integration (Open Asset)
•Dark wallet integration
•Splitting/Consolidating coins
•Wallet management and tracking (mixing BIP38, BIP32, Stealth Address, normal address, colored or not, multi sig or not)
•Micro payment Hub
•Transaction Hub (spreading a transaction to multiple party for signing independently)
Specification:
•Depends on a third party server (RapidBase), which is open source and can be hosted by yourself. (no sync is needed for the client software)
•RapidBase will never store any key
•Wallet creation and transaction creation will not be abstracted by generic "send" and "receive" features. You'll get a Transaction Builder interface to select the coins you want to transact directly.
•Full of keyboard shortcut (like F3 for searching what some cryptic byte string represent)
•Windows only, no port will be done (NBitcoin and RapidBase client library are portable though, so they can be used for cross plateform wallet creation on top of RapidBase)
I will work heavily on the ergonomy of this tool. But I assume knowledgeable users.
A good tool is suited to his audience, and I did not noticed any wallet for power users.