slimcoin-project / Slimcoin

SLIMCoin official repository
https://slimcoin-project.github.io
MIT License
28 stars 13 forks source link

libdb5.3++-dev required instead of libdb4.8++-dev #11

Closed mawaway closed 6 years ago

mawaway commented 6 years ago

The readme states that libdb4.8++-dev is required to build, but building with libdb4.8++-dev results in a runaway exception with the wallet and the daemon refuses to build. Installing libdb5.3++-dev fixes this. I built slimcoin on linux.

mawaway commented 6 years ago

I do not believe this is a database forward compatibility issue, as I have deleted all ~/.slimcoin files and the wallet gives an 11DbException.

ghost commented 6 years ago

There are other considerations that need to be taken into account ... https://github.com/bitcoin/bitcoin/issues/3686#issuecomment-74836708