Version 2.5.1

This commit is contained in:
pooler 2020-06-25 15:02:57 +00:00
parent af2501c2c7
commit 8da0556cec
5 changed files with 8 additions and 4 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
Version 2.5.1 - Jun 25, 2020
- Add support for bech32 addresses (BIP 173)
Version 2.5.0 - Jun 22, 2017
- Add Segwit support

2
README
View file

@ -14,7 +14,7 @@ Dependencies:
Basic *nix build instructions:
./autogen.sh # only needed if building from git repo
./nomacro.pl # in case the assembler doesn't support macros
./configure CFLAGS="-O3" # Make sure -O3 is an O and not a zero!
./configure CFLAGS="-O3" # make sure -O3 is an O and not a zero!
make
Notes for AIX users:

View file

@ -1,4 +1,4 @@
AC_INIT([cpuminer], [2.5.0])
AC_INIT([cpuminer], [2.5.1])
AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM

View file

@ -1,4 +1,4 @@
.TH MINERD 1 "June 2017" "cpuminer 2.5.0"
.TH MINERD 1 "June 2020" "cpuminer 2.5.1"
.SH NAME
minerd \- CPU miner for Bitcoin and Litecoin
.SH SYNOPSIS

2
util.c
View file

@ -1,7 +1,7 @@
/*
* Copyright 2010 Jeff Garzik
* Copyright 2012 Luke Dashjr
* Copyright 2012-2017 pooler
* Copyright 2012-2020 pooler
* Copyright 2017 Pieter Wuille
*
* This program is free software; you can redistribute it and/or modify it