• v2.13.1.0 64c448c122

    mammix2 released this 2021-02-05 07:51:31 +00:00 | 3 commits to master since this release

    Based on Bitcoin core 0.13.0 - https://bitcoin.org/en/release/v0.13.0
    Bitcore 0.13.0 features - https://bitcoincore.org/en/2016/08/23/release-0.13.0/
    Bitcore 0.13.0 release notes - https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.13.0.md

    All future Kobocoin releases will follow strict Bitcoin core releases. Major release number will match Bitcoin core.

    Distribution

    Asset Checksum (SHA256)
    Kobocoin-2.13.1-aarch64-linux-gnu.tar.gz 66bf622f4be6286fe1f7f9937c85323fb68073d542285e241241cd34afe8e8b0
    Kobocoin-2.13.1-arm-linux-gnueabihf.tar.gz 1d41ce0ca9a1439a69a4f86c0c40885e57850a95d2f661a7e2aa5a466d7b585a
    Kobocoin-2.13.1-i686-pc-linux-gnu.tar.gz b3cef61fe7acfb82c15805f7fc4d6a3b3cb2cd4fa8a0a78f79d7d79badd1f2b4
    Kobocoin-2.13.1-x86_64-linux-gnu.tar.gz a6b5240fc7d981b26bf4b320593a23e429cb79583d7dab265a529a6be150cc03
    Kobocoin-2.13.1-osx.dmg 0af8acf9c868dae20d87ece3ef6c39e73d08f77f5e4c4e1758081ff55a0c82ef
    Kobocoin-2.13.1-osx.tar.gz 2e3860f67a6013ae08ba1d40ba9e830ce33570f78953608bbef1f89e2660e0cf
    Kobocoin-2.13.1-osx64.tar.gz 698b83433372e723fe124498df917f81668dcfc4715294ac4f4514b184cceb76
    Kobocoin-2.13.1-win.tar.gz b8d1cc481be2eedbdc6bfcceaebc44594f065b8550c62da24a01522dc6e31b65
    Kobocoin-2.13.1-win32-setup.exe 09450f3b38397d0956abc85e32f95b95294b4796b49a47c42110201c300b359b
    Kobocoin-2.13.1-win32.zip a53ec68b3be54a972552c2f1d705a08b2cf4f5d97a3d191e0e0e63e98be5a0a2
    Kobocoin-2.13.1-win64-setup.exe 81b3ff8de4f952bb6975a3f068f2c1eb71f358db50c9cd6847bc646f4ba26a1a
    Kobocoin-2.13.1-win64.zip f697c92ec5896e8e8e1b35878e88e4affc21b2c164102bad301137e2e269eabc
    Source code (zip) 417e6efb4cad2c2ed164c4c4c1b840488e683c37f7839ddf97da303393061592
    Source code (tar.gz) 641f0e6fe4d3bfdd769eac55364efa46bee8468c8a81fa51b6b83252aa92cf0b
    Downloads
  • 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
  • v2.2.0.0-beta ececf5d50e

    TheTribesman released this 2020-09-02 21:20:27 +00:00 | 11696 commits to master since this release

    Downloads
  • v2.1.0.3-stable 9d64e092ed

    TheTribesman released this 2018-02-18 11:04:11 +00:00 | 11712 commits to master since this release

    FileName OS
    kobocoin-Qt-v2.1.0.3.dmg MacOS
    kobocoin-Qt-WIN-v2.1.0.3-Setup.exe Windows
    kobocoin-Qt-WIN-v2.1.0.3.zip Windows

    Use Docker? Click here to docker build your v2.1.0.3 container

    Checksums

    File Checksum (SHA256)
    kobocoin-Qt-v2.1.0.3.dmg f984062b931218f677ffbf6f1ac1991c259e7fdddbf32645ce11b8a9cbb54868
    kobocoin-Qt-WIN-v2.1.0.3-Setup.exe dfb2752fec23a10576162b067ab85f41425573d8878260459823ac79e6ac6c0c
    kobocoin-Qt-WIN-v2.1.0.3.zip 89bd4d31e7d8cd34dc08b266cb72e35eb9b4f69366f802e121c4178015be8347
    Source code (zip) 3c0bbfd62d6576890536367f9d8f2498490fc0a6c8b3281cd69e381f9069cbf2
    Source code (tar.gz) 37f177740031b059ce31f1d1df6f1b50ec6d42e81435f72f99ac6f722adb1f9a
    Downloads
  • v2.1.0.3 0333317050

    TheTribesman released this 2018-02-10 00:18:10 +00:00 | 11731 commits to master since this release

    Build issues with this release. Please use v2.1.0.3-stable

    Downloads