GithubHelp home page GithubHelp logo

cryptoautobuild's Introduction

cryptoautobuild

Automatically build cryptocoins

This is a very simple script to help automate the building of coins on your server. This has been built and tested on Ubuntu 16.04 only.

Usage is very simple, run the script and answer the following two questions;

  1. Coin Name
  2. Link to Coins github.

After that the build is fully automated. It will create a new folder called CoinBuilds if it doesnt already exist. Then it will clone the github in to that folder using the supplied coin name.

It then detects what commands to use to build the coin.

This script WILL NOT install any dependicies needed to build. You must have that already setup on your server. Below is the configuration I am running and I have not had a coin fail yet unless there is a development issue with the coin itself.

Happy building!

As always Please Donate to BTC Donation: 16xpWzWP2ZaBQWQCDAaseMZBFwnwRUL4bD

Compiling Linux Wallet on Ubuntu/Debian

Step 1. Install the dependencies.

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils git libboost-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5webkit5-dev libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

Note: If you are on debian, you will also need to apt-get install libcanberra-gtk-module.

wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'

tar -xzvf db-4.8.30.NC.tar.gz

cd db-4.8.30.NC/build_unix

../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX

sudo make install

Step 2.

cd ~

curl -Lo builder.sh https://github.com/masterhash-us/cryptoautobuild/blob/master/builder.sh

bash builder.sh

Feel free to join our Discord channel at https://discord.gg/zdBbAQ

cryptoautobuild's People

Contributors

crombiecrunch avatar mohaxars avatar masterhash-us avatar

Watchers

James Cloos avatar

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.