Dev build of turtlecoin daemons
4.1K

There is a bash installation script for Ubuntu 16.04+ and MacOS 10.10+ which can be used to checkout and build the project from source:
$ curl -sL "https://raw.githubusercontent.com/turtlecoin/turtlecoin/master/scripts/multi_installer.sh" | bash
On Ubuntu you will be asked for sudo rights to install software. The binaries will be in ./src after compilation is complete.
This script can be used from inside the git repository to build the project from the checked out source, ./multi_installer.sh
See the script for more installation details and please consider extending it for your operating system and distribution!
If the script doesn't work for you:
If you are using Arch Linux, there is an AUR precompiled package, turtlecoin-bin, or a build from source version, turtlecoin-git.
sudo apt-get install build-essential python-dev gcc g++ git cmake libboost-all-dev librocksdb-devsudo add-apt-repository ppa:ethcore/ethcore -y
sudo apt-get update
sudo apt-get install librocksdb-dev
git clone https://github.com/turtlecoin/turtlecoincd turtlecoinmkdir build && cd $_cmake ..makecmake from the terminal after installing.brew install boost.git clone https://github.com/turtlecoin/turtlecoincd turtlecoinmkdir build && cd $_cmake .. or cmake -DBOOST_ROOT=<path_to_boost_install> .. when building
from a specific boost install. If you used brew to install boost, your path is most likely /usr/local/include/boost.makeThe binaries will be in ./src after compilation is complete.
Run ./src/TurtleCoind to connect to the network and let it sync (it may take a while).
cd <your_turtlecoin_directory>mkdir buildcd buildset PATH="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin";%PATH%cmake -G "Visual Studio 14 Win64" .. -DBOOST_ROOT=C:/local/boost_1_59_0 (Or your boost installed dir.)MSBuild TurtleCoin.sln /p:Configuration=Release /m.sln file will have been created in the build directory. If you wish to open the project in Visual Studio with this, you can.Cryptonote Developers, Bytecoin Developers, Monero Developers, Forknote Project, TurtleCoin Community
Content type
Image
Digest
Size
137.6 MB
Last updated
over 8 years ago
docker pull funkypenguin/turtlecoin