Good morning! Ok - let try, in package.json file, change
"bitcoinjs-lib" : ">=3.3.2"
to
"bitcoinjs-lib" : "3.3.2"
seems to be working! Still getting a handshake error now and then but the output rn looks like: "SQL processing queue:485 Processing Block Into SQL:534599 SQL processing queue:656 Pro
That's great! It looks like it is working. It acquires a lock on the db while processing history so you won't be able to run any queries on it until it is up to date - it'll take a few
One other setting you might want to change - the client uses bitbox as a utxo server by default. You can test the utxo server functionality by changing the /release/js/c