https://github.com/kripod/monerogui.net
Provides a GUI to interact with the Monero Core assemblies.
https://github.com/kripod/monerogui.net
Last synced: about 1 year ago
JSON representation
Provides a GUI to interact with the Monero Core assemblies.
- Host: GitHub
- URL: https://github.com/kripod/monerogui.net
- Owner: kripod
- License: mit
- Created: 2014-05-19T10:08:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T21:28:50.000Z (over 9 years ago)
- Last Synced: 2025-03-29T05:33:04.539Z (about 1 year ago)
- Language: C#
- Homepage: https://bitcointalk.org/index.php?topic=683365
- Size: 14.6 MB
- Stars: 18
- Watchers: 12
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Discontinued
Please be aware that this project is not actively maintained anymore.
# MoneroX [](https://travis-ci.org/kripod/MoneroGui.Net)
MoneroX is a cross-platform [C#][] project based on [Eto.Forms][], providing a GUI _(Graphical User Interface)_ to interact with [Monero][]'s core assemblies.
[C#]: https://wikipedia.org/wiki/C_Sharp_%28programming_language%29
[Eto.Forms]: https://github.com/picoe/Eto
[Monero]: https://getmonero.org
## Installation
### Windows
- __Minimum system requirements:__
- [Microsoft .NET Framework 4.5][] or [Mono .NET Framework 3][]
- __Instructions:__
1. Download the latest release of the application, and then extract the archive into a directory
2. Run 'MoneroGui.Net.exe' from the folder you have previously extracted the files to
### Mac
- __Minimum system requirements:__
- [Mono .NET Framework 3][]
- __Instructions:__
1. Download the latest release of the application, and then extract the archive which contains the application
2. Launch 'MoneroX.app' by double-clicking on it
- Make sure that you [allow running unsigned applications](http://www.wikihow.com/Install-Software-from-Unsigned-Developers-on-a-Mac) on your system
### Linux
- __Minimum system requirements:__
- [Mono .NET Framework 3][] _(Package: mono-complete)_
- __Instructions:__
1. Download the latest release of the application, and then extract the archive into a directory
2. Open a terminal window, and then run the following command from the folder you have previously extracted the files to:
mono MoneroGui.Net.exe
[Microsoft .NET Framework 4.5]: https://www.microsoft.com/download/details.aspx?id=30653
[Mono .NET Framework 3]: http://www.mono-project.com/download
## Versioning
The project uses [Semantic Versioning 2.0.0][] for keeping track of changes. It is not in relation with the Monero core binaries' version number.
[Semantic Versioning 2.0.0]: http://semver.org/spec/v2.0.0.html