Skip to content

Commit

Permalink
1.6.4.1 - minor bug fixes and cleanup of unncessary parts of the repo…
Browse files Browse the repository at this point in the history
…sitory.
  • Loading branch information
nlg-buildbot committed Apr 27, 2017
1 parent 101dfce commit f0d7027
Show file tree
Hide file tree
Showing 136 changed files with 130 additions and 7,658 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,17 @@ Alternatively binaries are also available https://developer.gulden.com/apps/
|P2SH version byte|98 (g)|127 (t)|
|BIP44 coin type|87 0x80000057||

|Infrastructure|Main network|Testnet|
|:-----------|:---------|:---------|
|Official block explorer|blockchain.gulden.com||
|Community block explorer|guldenchain.com|testnet.guldenchain.com|
|Electrum server 1|electrum1.gulden.com:5038||
|Electrum server 2|electrum2.gulden.com:5038||
|DNS Seed 1|seed.gulden.com|testseed.gulden.blue|
|DNS Seed 2|amsterdam.gulden.com|testseed.coinpool.nl|
|DNS Seed 3|seed.gulden.network|testseed.gulden.network|
|DNS Seed 4|rotterdam.gulden.network||
|DNS Seed 5|seed.gulden.blue||

|Infrastructure||
|:-----------|:---------|
|Official block explorer|blockchain.gulden.com|
|Community block explorer|guldenchain.com|
|Electrum server 1|electrum1.gulden.com:5038|
|Electrum server 2|electrum2.gulden.com:5038|
|DNS Seed 1|seed.gulden.com|
|DNS Seed 2|amsterdam.gulden.com|
|DNS Seed 3|seed.gulden.network|
|DNS Seed 4|rotterdam.gulden.network|
|DNS Seed 5|seed.gulden.blue|
|Testnet DNS Seed 1|testseed.gulden.blue|
|Testnet DNS Seed 2|testseed.gulden.network|
|Testnet DNS Seed 3|testseed.coinpool.nl|
21 changes: 14 additions & 7 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.6.4.1

Minor bugfix release.
UI - Some small translation changes
RPC - Add an HDIndex flag to 'listaccounts' RPC output, useful for debugging HD wallet issues.
CORE - Speed up address allocation when -keypool is set to a larger than default size.

1.6.4

CMDFLAG - Add new command line flag '-coinbasesignature' to make it easy to add coinbase signatures to generated blocks (predominantly meant for testnet)
Expand Down Expand Up @@ -70,20 +77,20 @@ Minor bugfix release.
1.5.2

Minor bugfix release.
Updated to new seed nodes.
Fixed an issue with some external URIs not working on OSX machines.
Add the KGW fix to all platforms.
CORE - Updated to new seed nodes.
UI - Fixed an issue with some external URIs not working on OSX machines.
CORE - Add the KGW fix to all platforms.



1.5.1

Rebrand to Gulden, updated UI.
Implement a fix for KGW difficulty algorithm on 32 bit systems - linux only.
UI - Rebrand to Gulden, updated UI.
CORE - Implement a fix for KGW difficulty algorithm on 32 bit systems - linux only.



1.5.0

New updated codebase based on bitcoin 0.10/0.11
Impement a new difficulty adjustment algorithm named DELTA.
CORE- New updated codebase based on bitcoin 0.10/0.11
CORE - Impement a new difficulty adjustment algorithm named DELTA.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 6)
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 6)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2016)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Gulden]])
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions contrib/bitcoin-qt.pro

This file was deleted.

21 changes: 0 additions & 21 deletions contrib/debian/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions contrib/debian/bitcoin-qt.desktop

This file was deleted.

6 changes: 0 additions & 6 deletions contrib/debian/bitcoin-qt.install

This file was deleted.

2 changes: 0 additions & 2 deletions contrib/debian/bitcoin-qt.lintian-overrides

This file was deleted.

11 changes: 0 additions & 11 deletions contrib/debian/bitcoin-qt.protocol

This file was deleted.

1 change: 0 additions & 1 deletion contrib/debian/bitcoin-tx.bash-completion

This file was deleted.

1 change: 0 additions & 1 deletion contrib/debian/bitcoin-tx.install

This file was deleted.

2 changes: 0 additions & 2 deletions contrib/debian/bitcoind.bash-completion

This file was deleted.

1 change: 0 additions & 1 deletion contrib/debian/bitcoind.examples

This file was deleted.

2 changes: 0 additions & 2 deletions contrib/debian/bitcoind.install

This file was deleted.

2 changes: 0 additions & 2 deletions contrib/debian/bitcoind.lintian-overrides

This file was deleted.

3 changes: 0 additions & 3 deletions contrib/debian/bitcoind.manpages

This file was deleted.

1 change: 0 additions & 1 deletion contrib/debian/compat

This file was deleted.

67 changes: 0 additions & 67 deletions contrib/debian/control

This file was deleted.

135 changes: 0 additions & 135 deletions contrib/debian/copyright

This file was deleted.

Loading

0 comments on commit f0d7027

Please sign in to comment.