An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Project Discontinued
Please be aware that this project is not actively maintained anymore.

# MoneroX [![Build Status](https://travis-ci.org/kripod/MoneroGui.Net.svg)](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