• v2.2.0.1 b976aecaf6

    TheTribesman released this 2020-09-06 08:33:06 +00:00 | 11690 commits to master since this release

    Downloads

    FileName OS Checksum (SHA256)
    Source code (zip) All 847d6a583f4763250e0a95630d34ad967f1bc8d8b5ed2883b8bfc5569b932e2b
    Source code (tar.gz) All 4a1291cb5486a717c153c0b9f3ce645df32ac2213e12ba858c85cd5313519b56
    libboost.1.58.0.tar.gz Linux 6b81a48fa5be4834b3d15dd0fcea0bf6cc6e35ec1f344d61d9d298c4ad395e1a
    SNAPSHOT-23-09-2020.tar.gz All d77e2d98528d156603c36c0cc44624d65b6156b7312d80eea3104f6d2ccb2f10

    Build 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-dev
    OPENSSL_ALGORITHM_DEFINES no longer supported OpenSSL sudo apt-get install libssl1.0 libssl1.0-dev

    To revert to current OpenSSL version, after successful build, run sudo apt-get install libssl libssl-dev

    Running 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_bak
    

    Download 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.gz
    

    Copy 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