File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22 )
2- project (luminousminer VERSION 0.4 )
2+ project (luminousminer VERSION 0.5 )
33
44enable_language (C )
55enable_language (CXX )
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ Different profiles are available:
1717* SMART MINING
1818
1919` STANDAR ` you must set your mining session (host/algo/...) and get 0% fees.
20- ` SMART MINING ` define the list coin coins need and let the system mine for you. 1% fees will be applied.
21-
20+ ` SMART MINING ` define the list coin coins need and let the system mine for you.
2221## Algorithms
2322- ethash
2423- etchash
Original file line number Diff line number Diff line change 11# Roadmap
22
3- current version ` v0.4 `
3+ current version ` v0.5 `
44
55+ step 1
66- [x] GPU mining Nvidia
77- [x] GPU mining AMD
88- [x] os Windows
99- [x] os Linux
1010- [x] os Hiveos
11- - [ ] algo autolykos v2
11+ - [x ] algo autolykos v2
1212- [x] algo ethash
1313- [x] algo etchash
1414- [x] algo progpow
Original file line number Diff line number Diff line change 11# Global variables
2- VERSION=0.4
2+ VERSION=0.5
33PROJECT=luminousminer
44EXE=miner
Original file line number Diff line number Diff line change 66namespace common
77{
88 constexpr uint8_t VERSION_MAJOR{ 0 };
9- constexpr uint8_t VERSION_MINOR{ 4 };
9+ constexpr uint8_t VERSION_MINOR{ 5 };
1010}
You can’t perform that action at this time.
0 commit comments