You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# rieMiner 0.9β1.5
1
+
# rieMiner 0.9β2
2
2
3
3
rieMiner is a Riecoin miner supporting both solo and pooled mining, and using the latest known mining algorithm. It was originally adapted and refactored from gatra's cpuminer-rminerd (https://github.com/gatra/cpuminer-rminerd) and dave-andersen's fastrie (https://github.com/dave-andersen/fastrie).
4
4
@@ -98,13 +98,15 @@ Then, follow the instructions for 64 bits systems. If you do not do this, the co
98
98
99
99
## Run this program
100
100
101
-
First of all, open or create a file named "rieMiner.conf" next to the executable, in order to provide options to the miner. The rieMiner.conf syntax is very simple: each option is given by a line such
101
+
If no "rieMiner.conf" next to the executable was found, you will be assisted to configure rieMiner. Answer to its questions to start mining. If there is a "rieMiner.conf" file next to the executable with incorrect information, you can delete this to get the assisted configuration.
102
+
103
+
Alternatively, you can create or edit this "rieMiner.conf" file next to the executable, in order to provide options to the miner. The rieMiner.conf syntax is very simple: each option is given by a line such
102
104
103
105
```
104
106
Option type = Option value
105
107
```
106
108
107
-
It is case sensitive, but spaces and invalid lines are ignored. If an option or the file is missing, the default value(s) will be used. If there are duplicate lines, the last one will be used. The available options are:
109
+
It is case sensitive, but spaces and invalid lines are ignored. **Do not put ; at the end or use other delimiters than =** for each line, and **do not confuse rieMiner.conf with riecoin.conf**! If an option or the file is missing, the default value(s) will be used. If there are duplicate lines, the last one will be used. The available options are:
108
110
109
111
* Host : IP of the Riecoin wallet/server or pool. Default: 127.0.0.1 (your computer);
110
112
* Port : port of the Riecoin wallet/server or pool. Default: 28332 (default port for Riecoin-Qt);
@@ -159,6 +161,7 @@ Note that other ways for solo mining (protocol proxies,...) were never tested wi
159
161
To solo mine with the official Riecoin-Qt wallet, you have to configure it.
160
162
161
163
* Find the riecoin.conf configuration file. It should be located in /home/username/.riecoin or equivalent in Windows;
164
+
***Do not confuse this file with the rieMiner.conf**!
162
165
* An example of riecoin.conf content suitable for mining is
0 commit comments