Skip to content

Commit f14fc1f

Browse files
committed
Release version 3.2
1 parent ab2581f commit f14fc1f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Usage instructions: Run `minerd --help` to see options.
117117

118118
To Connect to pool using your Koto Wallet Address:
119119
```
120-
./minerd -a yescrypt -o stratum+tcp://Koto.pool.address:port -u Your_Koto_Address -p x
120+
./minerd -o stratum+tcp://Koto.pool.address:port -u Your_Koto_Address -p x
121121
```
122122

123123
Note: Do not mine to online wallet addresses, including exchanges, as you may experience loss of coins due to how newly mined coins are confirmed.

README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ minerd-sse2.exe Core2, Nehalem
22
minerd-aes-sse42.exe Westmere, Sandy-Ivybridge
33
minerd-avx.exe Sandy-Ivybridge
44
minerd-avx2.exe Haswell, Sky-Kaby-Coffeelake
5+
minerd-xop.exe AMD FX
56
minerd-avx2-sha.exe Ryzen

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([cpuminer], [3.0])
1+
AC_INIT([cpuminer], [3.2])
22

33
AC_PREREQ([2.59c])
44
AC_CANONICAL_SYSTEM

0 commit comments

Comments
 (0)