Mono doesn't port WPF to other platforms.
http://www.mono-project.com/WPFThe only real solution would be to either use one of the two largest platform independent GUI frameworks -> Qt or GTK+
Hmm, was afraid so. Will have to look into other UI's. As far as I can tell other parts of the .NET framework I used are all available in mono. Maybe I'll make an alternate UI which is compatible with mono (WinForms is supported, could be an option).
Meanwhile I did another update (
https://dl.dropboxusercontent.com/u/6522303/CryptoNoteWallet_latest.zip):
- Transactions tab implemented.
- Statusbar shows number of connected peers.
- Status bar show progress (text) while downloading blockchain.
- Log windows properly scroll to bottom on new text.
The transaction tab is very rudimentary at the moment. I plan on grouping transaction by transaction id, and offering the ability to expand them to see the individual coins send.
Next stop: mining.
Great work. The solo mining phase is about to come to an end because the two pool implementations are almost done. So you will want to be able to command simpleminer, not just the daemon.