Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.0.15 #6

Merged
merged 125 commits into from
Sep 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
2941e07
Enable Bash completion for -exportdir
str4d Jan 2, 2018
9d2974e
Add getdeprecationinfo rpc call to return current version and depreca…
Dec 27, 2017
44e5b42
Check chainValueZat when checking value pool monitoring
str4d Jan 3, 2018
a3e09f2
Changed http:// to https:// on some links
sandakersmann Jan 8, 2018
0ad9255
Auto merge of #2858 - sandakersmann:patch-1, r=daira
zkbot Jan 14, 2018
5befbed
Fixes #2793. Backport commit f33afd3 to increase dbcache default.
bitcartel Mar 31, 2017
d80ab8a
Auto merge of #2845 - str4d:exportdir-completion, r=str4d
zkbot Jan 16, 2018
fdb5926
Auto merge of #2848 - str4d:2795-rpc-test-chainValueZat, r=str4d
zkbot Jan 17, 2018
334d591
Add documentation about dbcache.
bitcartel Jan 18, 2018
d2b77b7
Add note about dbcache to 1.0.15 release notes.
bitcartel Jan 20, 2018
38246ea
Auto merge of #2873 - bitcartel:2793_dbcache, r=bitcartel
zkbot Jan 20, 2018
03a61ed
Remove redundant service flag NODE_GETUTXO meant for Bitcoin XT.
bitcartel Jan 20, 2018
fe53749
Explicitly set tx.nVersion for the genesis block and mining tests
maaku Jun 2, 2015
90b6ee6
Chainparams: Introduce CreateGenesisBlock() static function
jtimon Jul 3, 2015
54ab3b3
Chainparams: CTestNetParams and CRegTestParams extend directly from C…
jtimon Jul 3, 2015
a97308c
Clean up chainparams some more.
domob1812 Jul 29, 2015
47b71ce
chainparams: move CCheckpointData into chainparams.h
theuni Jun 5, 2015
91690d6
chainparams: don't use std namespace
theuni Jun 5, 2015
ff145df
Add missing namespace for boost::get
str4d Nov 9, 2017
40ebf08
Add viewing key prefix to regtest parameters
str4d Jan 22, 2018
d11230b
Auto merge of #2886 - bitcartel:2885_cleanup_node_getutxo, r=str4d
zkbot Jan 22, 2018
9e8f1d0
zkey_import_export: Synchronize mempools before mining
str4d Jan 22, 2018
b4a20ae
Auto merge of #2897 - str4d:2892-zkey-rpc-bugfix, r=str4d
zkbot Jan 22, 2018
a4a020d
Auto merge of #2217 - str4d:2074-chainparams, r=str4d
zkbot Jan 22, 2018
20bfa35
remove unused NOBLKS_VERSION_{START,END} constants
recursive-rat4 Mar 9, 2016
70109a7
Auto merge of #2902 - bitcartel:2901_remove_unused_noblks_constants, …
zkbot Jan 25, 2018
df46562
Make applicable only on mainnet
Jan 17, 2018
35d64c1
Use JoinSplitTestingSetup for Boost sighash tests
str4d Jan 31, 2018
a0a010c
Auto merge of #2839 - arcalinea:add_deprecation_alert, r=bitcartel
zkbot Feb 2, 2018
780f526
Network upgrade activation mechanism
str4d Jan 17, 2018
b174b7e
Allow changing network upgrade parameters on regtest
str4d Jan 31, 2018
f52da91
Test network upgrade logic
str4d Jan 17, 2018
89f2045
Add rewind logic to deal with post-fork software updates
sipa Mar 18, 2016
9e85145
Adjust rewind logic to use the network upgrade mechanism
str4d Jan 27, 2018
5486837
Add Overwinter to upgrade list
str4d Feb 1, 2018
149d69e
Add method for fetching the next activation height after a given bloc…
str4d Feb 2, 2018
15fb13f
read hashReserved from disk block index
Feb 5, 2018
828940b
Use a boost::optional for nCachedBranchId
str4d Feb 6, 2018
5009136
Change UI/log status message for block rewinding
str4d Feb 6, 2018
cad27eb
Update quote from ZIP 200
str4d Feb 6, 2018
e685057
Auto merge of #2898 - str4d:2286-nu-activation-mechanism, r=str4d
zkbot Feb 7, 2018
e328fa3
TxMemPool: Change mapTx to a boost::multi_index_container
ashleyholman Jun 24, 2015
934fd19
Support -checkmempool=N, which runs checks on average once every N tr…
sipa Oct 7, 2015
f41775b
Implement helper class for CTxMemPoolEntry constructor
morcos Nov 14, 2015
d527116
Auto merge of #2923 - str4d:sighash-tests-env-bug, r=str4d
zkbot Feb 15, 2018
072099d
Implementation of Overwinter transaction format ZIP 202.
bitcartel Feb 16, 2018
46d3762
Update SignatureHash tests for transaction format changes
str4d Feb 8, 2018
c6ffabb
Auto merge of #2925 - bitcartel:2906_overwinter_tx_format, r=str4d
zkbot Feb 16, 2018
fa78211
Add test to check malformed v1 transaction against Overwinter tx parser
bitcartel Feb 16, 2018
8da60b1
Auto merge of #2958 - bitcartel:2906_extra_test, r=str4d
zkbot Feb 17, 2018
57e6ecd
Implement roll-back limit for reorganisation
str4d Jun 21, 2017
cb580c7
Add rollback limit to block index rewinding
str4d Feb 4, 2018
b0f8c83
Add failing test checking timelocked-txn removal during reorg
TheBlueMatt Aug 27, 2015
f5b35d2
Fix removal of time-locked transactions during reorg
TheBlueMatt Aug 27, 2015
c944d16
Fix comment in removeForReorg
TheBlueMatt Sep 6, 2015
5aa165d
Make indentation in ActivateBestChainStep readable
TheBlueMatt Sep 9, 2015
fe5cef0
removeForReorg calls once-per-disconnect-> once-per-reorg
TheBlueMatt Sep 9, 2015
a4b2518
Track coinbase spends in CTxMemPoolEntry
sdaftuar Oct 29, 2015
e52ba51
Don't call removeForReorg if DisconnectTip fails
sdaftuar Nov 12, 2015
233c9eb
Fix removeForReorg to use MedianTimePast
sdaftuar Nov 23, 2015
34a64fe
Remove mempool transactions which commit to an unmineable branch ID
str4d Feb 9, 2018
4927455
Auto merge of #2940 - str4d:nu-activation-mempool-expiry, r=str4d
zkbot Feb 20, 2018
838e7a2
Report non-mandatory script failures correctly
sipa Jan 3, 2016
8cb98d9
Remove obsolete reference to CValidationState from UpdateCoins.
Apr 30, 2016
ffda7e0
Reduce unnecessary hashing in signrawtransaction
jonasnick May 30, 2016
2d42e1a
Refactor script validation to observe amounts
sipa Mar 31, 2016
c86a1cb
BIP143: Verification logic
sipa Dec 15, 2017
157a5d0
BIP143: Signing logic
sipa Mar 31, 2016
e005ff8
Remove P2WPKH and P2WSH from signing logic
str4d Jan 31, 2018
722d811
Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs
jtimon Jul 16, 2016
f762d44
Precompute sighashes
sipa Jan 1, 2018
90285e7
Unit test for sighash caching
NicolasDorier Aug 16, 2016
6514771
Rename to PrecomputedTransactionData
sipa Aug 26, 2016
be12669
Add consensus branch ID parameter to SignatureHash, remove SigVersion…
str4d Feb 2, 2018
d55e5e7
Cleanup: Wrap function arguments
str4d Feb 20, 2018
132dc81
add blake2b writer
arielgabizon Jan 17, 2018
7245f32
update SignatureHash according to Overwinter spec
arielgabizon Jan 17, 2018
a3353b4
Regenerate SignatureHash tests
str4d Feb 8, 2018
818b94f
Make number of inputs configurable in validatelargetx test
str4d Feb 7, 2018
4553901
Use v3 transactions with caching for validatelargetx benchmark
str4d Feb 3, 2018
8487be8
Auto merge of #2903 - str4d:1408-sighash, r=str4d
zkbot Feb 20, 2018
bdbe8e8
Extend CWallet::GetFilteredNotes to enable filtering on a set of addr…
str4d Dec 11, 2017
f70cd24
Fix syntax examples for z_importwallet and export
maxgubler Feb 20, 2018
d4d2844
Auto merge of #2463 - str4d:713-rollback-limit, r=str4d
zkbot Feb 20, 2018
7176855
Add upgrades field to RPC call getblockchaininfo
Dec 15, 2017
ed9aa2b
Add branch IDs for current and next block to getblockchaininfo
str4d Feb 21, 2018
6264927
Auto merge of #2931 - jc23424:hashreserved-diskindex, r=str4d
zkbot Feb 21, 2018
4448840
Check Equihash solution when loading block index
str4d Feb 21, 2018
5040031
Auto merge of #2977 - str4d:loadblockindexguts-correctness, r=str4d
zkbot Feb 22, 2018
933e0d6
Auto merge of #2968 - maxgubler:v1.0.14-edit, r=str4d
zkbot Feb 22, 2018
6e9c762
Implement z_mergetoaddress for combining UTXOs and notes
str4d Dec 11, 2017
553a5c1
Gate z_mergetoaddress as an experimental feature
str4d Jan 18, 2018
2bda6a9
Add z_mergetoaddress to release notes
str4d Feb 20, 2018
4c3d2b3
Check upgrade status in wallet_overwintertx RPC test
str4d Feb 22, 2018
50a9061
Document that consensus.chaintip != consensus.nextblock just before a…
str4d Feb 22, 2018
c2d98b4
Auto merge of #2808 - arcalinea:2785_upgrades_rpc, r=str4d
zkbot Feb 22, 2018
e6cd2a8
Closes #2964. z_sendmany once again makes v1 tx for taddr to taddr.
bitcartel Feb 22, 2018
0be6cb9
Auto merge of #2978 - bitcartel:2906_v1_tx_no_assert, r=str4d
zkbot Feb 22, 2018
07f9435
Closes #2954 and #2959. Fixes Overwinter issues in sighash_tests.
bitcartel Feb 21, 2018
713b366
Regenerate sighash tests
str4d Feb 22, 2018
f472edd
Auto merge of #2960 - bitcartel:2959_overwinter_fix_sighash_test, r=s…
zkbot Feb 23, 2018
15ced9b
wallet_mergetoaddress: Add additional syncs to prevent race conditions
str4d Feb 23, 2018
c5904fb
Auto merge of #2797 - str4d:2493-active-merging, r=bitcartel
zkbot Feb 23, 2018
9bb37bf
Implement transaction expiry for Overwinter
Feb 22, 2018
9c12b8e
Add -txexpirydelta cli option
Feb 22, 2018
5943f22
Add mempool_tx_expiry.py test
Feb 23, 2018
2423a40
Add field nProtocolVersion to struct NetworkUpgrade.
bitcartel Feb 22, 2018
72b2192
Overwinter peer management and network handshaking.
bitcartel Feb 20, 2018
b6e5cc7
Add python qa test overwinter_peer_management.
bitcartel Feb 23, 2018
7b92f27
Add expiry to z_mergetoaddress
Feb 23, 2018
e6e483b
Auto merge of #2919 - bitcartel:2904_branch_id_protocol_handshake, r=…
zkbot Feb 24, 2018
59da58c
Change rpc_tests to 21
Feb 24, 2018
a418756
Auto merge of #2874 - arcalinea:tx_block_expiry, r=arcalinea
zkbot Feb 24, 2018
1dd95be
make-release.py: Versioning changes for 1.0.15-rc1.
str4d Feb 24, 2018
7d0c1df
make-release.py: Updated manpages for 1.0.15-rc1.
str4d Feb 24, 2018
34ce29b
make-release.py: Updated release notes and changelog for 1.0.15-rc1.
str4d Feb 24, 2018
be262f0
Auto merge of #2985 - str4d:release-v1.0.15-rc1, r=ebfull
zkbot Feb 24, 2018
704b763
Use block hash comparison for consistency check when loading block index
str4d Feb 26, 2018
f9dbd1e
Auto merge of #2993 - str4d:2977-performance-regression, r=str4d
zkbot Feb 27, 2018
138cf77
Overwinter release notes and testnet activation height
str4d Feb 27, 2018
b10aaac
Auto merge of #3002 - str4d:2957-overwinter-release-notes, r=str4d
zkbot Feb 28, 2018
1d6f7ac
make-release.py: Versioning changes for 1.0.15.
str4d Feb 28, 2018
f58b153
make-release.py: Updated manpages for 1.0.15.
str4d Feb 28, 2018
25b080a
make-release.py: Updated release notes and changelog for 1.0.15.
str4d Feb 28, 2018
93332d6
Auto merge of #3030 - str4d:release-v1.0.15, r=str4d
zkbot Feb 28, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zcash 1.0.14
Zcash 1.0.15
=============

What is Zcash?
Expand Down
6 changes: 3 additions & 3 deletions code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ themselves available for conduct issues:

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 1.3.0, available at
[http://contributor-covenant.org/version/1/3/0/][version]
[https://www.contributor-covenant.org/version/1/3/0/][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/3/0/
[homepage]: https://www.contributor-covenant.org
[version]: https://www.contributor-covenant.org/version/1/3/0/

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 14)
define(_CLIENT_VERSION_REVISION, 15)
define(_CLIENT_VERSION_BUILD, 50)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))
Expand Down
12 changes: 12 additions & 0 deletions contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
zcash (1.0.15) stable; urgency=medium

* 1.0.15 release.

-- Zcash Company <team@z.cash> Wed, 28 Feb 2018 16:58:19 +0000

zcash (1.0.15~rc1) stable; urgency=medium

* 1.0.15-rc1 release.

-- Zcash Company <team@z.cash> Sat, 24 Feb 2018 04:20:05 +0000

zcash (1.0.14) stable; urgency=medium

* 1.0.14 release.
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "zcash-1.0.14"
name: "zcash-1.0.15"
enable_cache: true
distro: "debian"
suites:
Expand Down
2 changes: 1 addition & 1 deletion contrib/zcashd.bash-completion
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _zcashd() {
_filedir
return 0
;;
-datadir=*)
-datadir=*|-exportdir=*)
cur="${cur#*=}"
_filedir -d
return 0
Expand Down
32 changes: 21 additions & 11 deletions doc/authors.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
Zcash Contributors
==================

Jack Grigg (558)
Simon Liu (286)
Jack Grigg (601)
Simon Liu (297)
Sean Bowe (193)
Daira Hopwood (102)
Wladimir J. van der Laan (71)
Taylor Hornby (65)
Jay Graber (61)
Nathan Wilcox (56)
Jay Graber (53)
Jonas Schnelli (49)
Kevin Gallagher (38)
Cory Fields (28)
Pieter Wuille (16)
syd (13)
Cory Fields (30)
Pieter Wuille (24)
syd (15)
nomnombtc (9)
Paige Peterson (9)
Matt Corallo (9)
fanquake (8)
MarcoFalke (7)
Luke Dashjr (6)
Expand All @@ -26,14 +27,16 @@ kozyilmaz (4)
Philip Kaufmann (4)
Peter Todd (4)
Patrick Strateman (4)
Matt Corallo (4)
Karl-Johan Alm (4)
Jorge Timón (4)
Jeff Garzik (4)
David Mercer (4)
Daniel Cousens (4)
lpescher (3)
Suhas Daftuar (3)
Pavel Janík (3)
João Barbosa (3)
Ariel (3)
Alfie John (3)
str4d (2)
paveljanik (2)
Expand All @@ -42,11 +45,13 @@ aniemerg (2)
Scott (2)
Robert C. Seacord (2)
Per Grön (2)
Pavel Vasin (2)
Joe Turgeon (2)
Jason Davies (2)
Jack Gavigan (2)
ITH4Coinomia (2)
Gavin Andresen (2)
Daniel Kraft (2)
Bjorn Hjortsberg (2)
Amgad Abdelhafez (2)
zathras-crypto (1)
Expand All @@ -55,6 +60,7 @@ practicalswift (1)
mruddy (1)
mrbandrews (1)
kazcw (1)
jc (1)
isle2983 (1)
instagibbs (1)
emilrus (1)
Expand All @@ -67,18 +73,21 @@ Stephen (1)
S. Matthew English (1)
Ross Nicoll (1)
René Nyffenegger (1)
Pavel Vasin (1)
Paul Georgiou (1)
Paragon Initiative Enterprises, LLC (1)
Nicolas DORIER (1)
Nathaniel Mahieu (1)
Murilo Santana (1)
Maxwell Gubler (1)
Matt Quinn (1)
Mark Friedenbach (1)
Marius Kjærstad (1)
Louis Nyffenegger (1)
Leo Arias (1)
Lars-Magnus Skog (1)
Kevin Pan (1)
Jorge Timón (1)
Jonathan "Duke" Leto (1)
Jonas Nick (1)
Jeffrey Walton (1)
Ian Kelling (1)
Gaurav Rana (1)
Expand All @@ -87,7 +96,6 @@ Florian Schmaus (1)
Ethan Heilman (1)
Eran Tromer (1)
Duke Leto (1)
Daniel Kraft (1)
Christian von Roques (1)
Chirag Davé (1)
Casey Rodarmor (1)
Expand All @@ -97,11 +105,13 @@ Bruno Arueira (1)
Boris Hajduk (1)
Bob McElrath (1)
Bitcoin Error Log (1)
Ariel (1)
Ashley Holman (1)
Anthony Towns (1)
Allan Niemerg (1)
Alex van der Peet (1)
Alex Morcos (1)
Alex (1)
Adam Weiss (1)
Adam Brown (1)
4ZEC (1)
21E14 (1)
6 changes: 3 additions & 3 deletions doc/man/zcash-cli.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASH-CLI "1" "January 2018" "zcash-cli v1.0.14" "User Commands"
.TH ZCASH-CLI "1" "February 2018" "zcash-cli v1.0.15" "User Commands"
.SH NAME
zcash-cli \- manual page for zcash-cli v1.0.14
zcash-cli \- manual page for zcash-cli v1.0.15
.SH DESCRIPTION
Zcash RPC client version v1.0.14
Zcash RPC client version v1.0.15
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.
Expand Down
8 changes: 4 additions & 4 deletions doc/man/zcash-tx.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASH-TX "1" "January 2018" "zcash-tx v1.0.14" "User Commands"
.TH ZCASH-TX "1" "February 2018" "zcash-tx v1.0.15" "User Commands"
.SH NAME
zcash-tx \- manual page for zcash-tx v1.0.14
zcash-tx \- manual page for zcash-tx v1.0.15
.SH DESCRIPTION
Zcash zcash\-tx utility version v1.0.14
Zcash zcash\-tx utility version v1.0.15
.SS "Usage:"
.TP
zcash\-tx [options] <hex\-tx> [commands]
Expand Down Expand Up @@ -68,7 +68,7 @@ outscript=VALUE:SCRIPT
.IP
Add raw script output to TX
.IP
sign=SIGHASH\-FLAGS
sign=HEIGHT:SIGHASH\-FLAGS
.IP
Add zero or more signatures to transaction. This command requires JSON
registers:prevtxs=JSON object, privatekeys=JSON object. See
Expand Down
15 changes: 10 additions & 5 deletions doc/man/zcashd.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASHD "1" "January 2018" "zcashd v1.0.14" "User Commands"
.TH ZCASHD "1" "February 2018" "zcashd v1.0.15" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v1.0.14
zcashd \- manual page for zcashd v1.0.15
.SH DESCRIPTION
Zcash Daemon version v1.0.14
Zcash Daemon version v1.0.15
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>.
Expand Down Expand Up @@ -54,15 +54,15 @@ Specify data directory
\fB\-disabledeprecation=\fR<version>
.IP
Disable block\-height node deprecation and automatic shutdown (example:
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.14)
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.15)
.HP
\fB\-exportdir=\fR<dir>
.IP
Specify directory to be used when exporting data
.HP
\fB\-dbcache=\fR<n>
.IP
Set database cache size in megabytes (4 to 16384, default: 100)
Set database cache size in megabytes (4 to 16384, default: 450)
.HP
\fB\-loadblock=\fR<file>
.IP
Expand Down Expand Up @@ -264,6 +264,11 @@ Spend unconfirmed change when sending transactions (default: 1)
If paytxfee is not set, include enough fee so transactions begin
confirmation on average within n blocks (default: 2)
.HP
\fB\-txexpirydelta\fR
.IP
Set the number of blocks after which a transaction that has not been
mined will become invalid (default: 20)
.HP
\fB\-maxtxfee=\fR<amt>
.IP
Maximum total fees (in ZEC) to use in a single wallet transaction;
Expand Down
8 changes: 8 additions & 0 deletions doc/reducing-memory-usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
In-memory caches
----------------

The size of some in-memory caches can be reduced. As caches trade off memory usage for performance, usually reducing these have a negative effect on performance.

- `-dbcache=<n>` - the UTXO database cache size, this defaults to `450` (`100` before 1.0.15). The unit is MiB (where 1 GiB = 1024 MiB).
- The minimum value for `-dbcache` is 4.
- A lower dbcache make initial sync time much longer. After the initial sync, the effect is less pronounced for most use-cases, unless fast validation of blocks is important such as for mining.
Loading