Tips and tricks for power users - mynodebtc/mynode GitHub Wiki
Performing IBD from scratch
- Boost the download speed by editing the
/etc/systemd/system/bitcoind.service
. Just changepar=-1
topar=0
to use all the available cores to verify the transactions. - Validate all scripts by adding
assumevalid=0
to the Bitcoin configuration at/home/bitcoin/.bitcoin/bitcoin.conf