Raphael Bastos aka coffnix

Results 11 comments of Raphael Bastos aka coffnix

Take a look: https://bitcoin.stackexchange.com/questions/99620/why-is-the-bitcoin-core-wallet-database-moving-from-berkeley-db-to-sqlite https://github.com/bitcoin/bitcoin/issues/20160

if possible we could already make the new version compatible with Sqlite

@LiranCohen good work! Bitcoin core v0.20.1 no longer compiles on newer Linux distributions using newer boost libraries

@LiranCohen try compile your own bitcoind binary: ``` su - bitcoin git clone https://github.com/bitcoin/bitcoin.git cd bitcoin git checkout v23.0 ./autogen.sh ./contrib/install_db4.sh `pwd` export BDB_PREFIX='/home/bitcoin/bitcoin/db4' ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" make -j...

You need downgrade your bitcoin-core to v0.20.1 to work with ion. Take a look on my bug report: https://github.com/decentralized-identity/ion/issues/275

``` su - bitcoin git clone https://github.com/bitcoin/bitcoin.git cd bitcoin git checkout v0.20.1 ./autogen.sh ./contrib/install_db4.sh `pwd` export BDB_PREFIX='/home/bitcoin/bitcoin/db4' ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" make -j $(nproc) ```

delete old wallet.dat sqlite file and run npm to recreate a new using berkdb.

work here: ``` > [email protected] bitcoin /home/bitcoin/ion > node dist/src/bitcoin.js Loading configuration from /home/bitcoin/testnet-bitcoin-config.json... Loading ION bitcoin versioning config from /home/bitcoin/testnet-bitcoin-versioning.json... Creating bitcoin wallet using the import string passed in....

take a look on your error.... 401 HTTP. You need configure same user and password on bitcoin.conf and testnet-bitcoin-config.json