Skip to content

Commit

Permalink
Added build instructions, fixed markdown errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjaap committed Jun 26, 2019
1 parent 7c75134 commit 16b5474
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# One-Click Miner

This is a redevelopment of Vertcoin's [One Click Miner](https://github.com/vertcoin-project/one-click-miner) that adds:

* Built-in Wallet
* Linux Support
* True One-Click design
Expand All @@ -9,14 +10,26 @@ Want to donate to the development of this software? Send VTC to [VjEBWk2jJBbesrV

## Building

The GUI of this MVP is based on [Wails](https://wails.app) and [Go](https://golang.org/).

Install the Wails [prerequisites](https://wails.app/home.html#prerequisites) for your platform, and then run:

```bash
go get github.com/wailsapp/wails/cmd/wails
```

Then clone this repository, and inside its main folder, execute:

```bash
wails build
```

## Milestone #1: MVP (Minimal Viable Product):
## Milestone #1: MVP (Minimal Viable Product)

- [X] (Password protected) built-in wallet
- [ ] Allows sweeping your entire balance to another address
- [X] Uses Vertcoin Insight to retrieve balances
- [ ] Uses P2Proxy as mining pool
- [ ] Supports Linux and Windows
- [ ] Supports AMD and NVidia
- [ ] Supports ccminer, lyclMiner
* [X] (Password protected) built-in wallet
* [ ] Allows sweeping your entire balance to another address
* [X] Uses Vertcoin Insight to retrieve balances
* [ ] Uses P2Proxy as mining pool
* [ ] Supports Linux and Windows
* [ ] Supports AMD and NVidia
* [ ] Supports ccminer, lyclMiner

0 comments on commit 16b5474

Please sign in to comment.