Giter Site home page Giter Site logo

system96 / cryptostake Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amjuarez/bytecoin

5.0 3.0 5.0 19.96 MB

POW/POS version of Cryptonote protocol, forking instructions in wiki/readme

Home Page: https://cryptonote.org

License: GNU Lesser General Public License v3.0

CMake 0.40% Makefile 0.02% C++ 89.12% C 10.13% Assembly 0.02% Python 0.04% Perl 6 0.17% Perl 0.03% Shell 0.08%

cryptostake's Introduction

Cryptostake

Code originally by The Bytecoin and Cryptonote Team, edited by System96

What is Cryptostake?

Essentially, Cryptostake is the same as the original Cryptonote protocol, but with Proof Of Stake added on to it. So basically, it allows people to make POW/POS anonymous coins. I might make a entirely POS version of Cryptonote, we'll just have to see.

Build instructions:

Ubuntu

Download dependencies

sudo apt-get install build-essential git cmake libboost1.55-all-dev

Then, cd into the Cryptostake folder and make

make

Wait for the compile, and you'll be done.

If you are getting a compile error on Ubuntu regarding RocksDB, go into external/rocksdb/build_tools and do this command

chmod 755 build_detect_platform

That should fix the issue and the compile should work.

Windows compile

Windows compile is a little more tricky, but doable. Download Boost version over 1.5.5. I would suggest using an official installer to download it. Make sure the version corresponds to your MSVC version (if your msvc version is 14 for example in the cmake generator, download the msvc-14 version of the boost installer)

Make sure to have MSVC 2015, you could use 2017, but I have trouble using MSbuild with 2017, and you need to use MSbuild command prompt to create the MSVC solution file.

Here is the command you should use for creating the MSVC solution file:

cmake -G "your-msvc-generator" -DBOOST_ROOT=file-path-to-boost -DBOOST_LIBRARYDIR=file-path-to-msvc-libs file-path-to-cmakelists.txt

After that, open the solution file in MSVC 2015, build the solution in Release mode, and after a while it should build the binaries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.