HomePhabricator

Updated ibd.sh script to take bitcoind options and then pass them directly to…

Description

Updated ibd.sh script to take bitcoind options and then pass them directly to the bitcoind call.

Summary: Updated IBD script to take bitcoind options as parameters and pass them directly to the bitcoind call. Also changed the bitcoind call to not run in the background so the script terminates when finished. Completes T524.

Test Plan:
ibd.sh -assumevalid=0 -checkpoints=0 -disablewallet
Check debug.log and you should find:

2019-02-27T00:16:09Z Validating signatures for all blocks.
2019-02-27T00:16:14Z Wallet disabled!

There should be no log message for checkpoints.

Reviewers: deadalnix, jasonbcox, Fabien, O1 Bitcoin ABC, #bitcoin_abc

Reviewed By: jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Subscribers: teamcity

Differential Revision: https://reviews.bitcoinabc.org/D2612

Details

Provenance
nakihitoAuthored on Feb 26 2019, 18:39
jasonbcoxPushed on Mar 2 2019, 00:18
Reviewer
Restricted Owners Package
Differential Revision
D2612: Updated ibd.sh script to take bitcoind options and then pass them directly to the bitcoind call.
Parents
rSTAGING9c4b292b724f: Remove unused enable/disable_mocktime() from test_framework.py
Branches
Unknown
Tags
Unknown