-
Kobocoin v2.2.0.1 Stable
released this
2020-09-06 08:33:06 +00:00 | 11690 commits to master since this releaseDownloads
FileName OS Checksum (SHA256) Source code (zip) All 847d6a583f4763250e0a95630d34ad967f1bc8d8b5ed2883b8bfc5569b932e2bSource code (tar.gz) All 4a1291cb5486a717c153c0b9f3ce645df32ac2213e12ba858c85cd5313519b56libboost.1.58.0.tar.gz Linux 6b81a48fa5be4834b3d15dd0fcea0bf6cc6e35ec1f344d61d9d298c4ad395e1aSNAPSHOT-23-09-2020.tar.gz All d77e2d98528d156603c36c0cc44624d65b6156b7312d80eea3104f6d2ccb2f10Build issues (Linux users)
Issue Cause Fix 'error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’' OpenSSL sudo apt-get install libssl1.0 libssl1.0-devOPENSSL_ALGORITHM_DEFINES no longer supported OpenSSL sudo apt-get install libssl1.0 libssl1.0-devTo revert to current OpenSSL version, after successful build, run
sudo apt-get install libssl libssl-devRunning kobocoin-qt on Linux
You may need to manually install the following libboost 1.58.0 libraries:
- libboost_thread.so.1.58.0
- libboost_system.so.1.58.0
- libboost_program_options.so.1.58.0
- libboost_filesystem.so.1.58.0
Extract libboost.1.58.0.tar.gz and copy the 4 files to /usr/lib/x86_64-linux-gnu/ (as root user).
cd /mnt wget https://github.com/kobocoin/Kobocoin/releases/download/v2.2.0.1/libboost.1.58.0.tar.gz tar zxvf libboost.1.58.0.tar.gz cd libboost.1.58.0 sudo cp * /usr/lib/x86_64-linux-gnu/Using the Blockchain Snapshot
height=2592798, date=09/17/20, time=13:56:56
- If this is a new install, start from 'Download the latest snapshot'. You will only need to create a Kobocoin.conf file
Stop the software, rename (and backup) your .Kobocoin folder. You can also backup your wallet.dat separately
Kobocoind stop cd ~ mv .Kobocoin .Kobocoin_bakDownload the latest snapshot and recreate the .Kobocoin folder.
cd ~ wget https://github.com/kobocoin/Kobocoin/releases/download/v2.2.0.1/Kobocoin-SNAPSHOT-17Sep2020.tar.gz tar zxvf Kobocoin-SNAPSHOT-17Sep2020.tar.gzCopy the following files from your backup folder to the new .Kobocoin folder. They are not packaged with the snapshot.
- wallet.dat
- peers.dat
- Kobocoin.conf
Restart the software.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
SNAPSHOT-23-09-2020.tar.gz
15 downloads ·
2020-09-23 10:30:12 +00:00 · 1.6 GiB -
libboost.1.58.0.tar.gz
21 downloads ·
2020-09-06 08:34:54 +00:00 · 262 KiB