We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730dd37 commit 18aff3dCopy full SHA for 18aff3d
1 file changed
lib/services/bitcoind.js
@@ -74,8 +74,9 @@ Bitcoin.prototype._loadConfiguration = function() {
74
75
if (this.configuration.reindex && this.configuration.reindex === 1) {
76
log.warn('Reindex option is currently enabled. This means that bitcoind is undergoing a reindex. ' +
77
- 'Once the reindex is complete, the rest of bitcore-node services will start. ' +
78
- 'WARNING!!! Be sure to remove \'reindex=1\' from your bitcoin.conf -BEFORE- restarting bitcore-node.');
+ 'The reindex flag will start the index from beginning every time the node is started, so it ' +
+ 'should be removed after the reindex has been initiated. Once the reindex is complete, the rest ' +
79
+ 'of bitcore-node services will start.');
80
this._reindex = true;
81
}
82
0 commit comments