Erstellen eines eigenen Pools UNOMP + MPOS + Merged Mining

      $ sudo apt-upgrade $ sudo apt-get dist-upgrade $ sudo reboot $ sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev $ sudo apt-get install libboost-all-dev git mc htop npm nodejs nodejs-legacy libminiupnpc-dev redis-serverУстановим nvm$ curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh $ source ~/.profile $ nvm install 0.10.25 $ nvm use 0.10.25 Ändern Sie die… Erstellen eines eigenen Pools UNOMP + MPOS + Merged Mining weiterlesen

Installation CannabisCoin unter Ubuntu 16.04 Commandline

git clone https://github.com/cannabiscoindev/cannabiscoin420.git cd cannabiscoin420/src sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev sudo apt-get install -y bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev sudo apt-get install -y libboost-program-options-dev libboost-test-dev libboost-thread-dev sudo apt-get install -y libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev sudo apt-get install -y libqrencode-dev protobuf-compiler miniupnpc sudo add-apt-repository ppa:bitcoin/bitcoin -y sudo apt-get update… Installation CannabisCoin unter Ubuntu 16.04 Commandline weiterlesen

Installing dogecoin commandline on Ubuntu 16.04

git clone https://github.com/dogecoin/dogecoin.git cd dogecoin/src   # Pick some path to install BDB to, here we create a directory within the dogecoin directory BDB_PREFIX=“${BITCOIN_ROOT}/db5″ mkdir -p $BDB_PREFIX # Fetch the source and verify that it is not tampered with wget ‚http://download.oracle.com/berkeley-db/db-5.1.29.NC.tar.gz‘ echo ‚08238e59736d1aacdd47cfb8e68684c695516c37f4fbe1b8267dde58dc3a576c db-5.1.29.NC.tar.gz‘ | sha256sum -c # -> db-5.1.29.NC.tar.gz: OK tar -xzvf db-5.1.29.NC.tar.gz #… Installing dogecoin commandline on Ubuntu 16.04 weiterlesen

Install Litceoin Wallet Ubuntu 16.04 Command Line

#!/bin/bash mkdir Github && cd Github sudo apt-get install -y git git clone https://github.com/litecoin-project/litecoin.git cd litecoin sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev sudo apt-get install -y bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev sudo apt-get install -y libboost-program-options-dev libboost-test-dev libboost-thread-dev sudo apt-get install -y libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev sudo apt-get install… Install Litceoin Wallet Ubuntu 16.04 Command Line weiterlesen