>> (p.1)
    Author Topic: Create Your Own CryptoNote Currency and Mining Pool Easily  (Read 1376 times)
    tariquemansuri (OP)
    Newbie
    *
    Offline Offline

    Activity: 23
    Merit: 0


    View Profile
    August 27, 2017, 02:28:24 PM
     #1


    Run Step by Step Below Commands on VM Instance, Ubuntu, 2 vCPU with 8 or 13 GB Ram:-

    --------------------------------------------------
    Creating Your Own Mining Pool
    ============================


    sudo apt-get install git

    sudo apt-get install redis-server

    sudo apt-get install libboost1.55-all-dev

    sudo apt-get install nodejs-dev

    sudo apt-get install nodejs-legacy

    sudo apt-get install npm

    sudo apt-get install cmake

    sudo apt-get install libssl-dev

    git clone https://github.com/fancoder/cryptonote-universal-pool.git pool

    cd pool

    npm update

    nano config.json

    Replace XDN Wallet Address:
    ddeTPyKKxV4dSfpnPG9H5HbLXnRmJ2HKvVG3u6zwvJYY1TkSwoVRNJYgUw7wMnJH82FS8noajsHKGiN ABUygXMdm1oKjojAHf

    node init.js

    --------------------------------------------------
    Creating Your Own Cryptocurerncy
    ============================

    apt-get update

    apt-get dist-upgrade

    sudo dd if=/dev/zero of=/mnt/myswap.swap bs=1M count=4000

    sudo mkswapmnt/myswap.swap

    sudo swaponmnt/myswap.swap

    sudo chmod 777etc/fstab

    nanoetc/fstab

    /mnt/myswap.swap none swap sw 0 0

    Now your swap is setup, you can modify the size in the future if you need more or less.

    sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev

    sudo apt-get install libboost-all-dev git npm nodejs nodejs-legacy libminiupnpc-dev redis-server

    sudo add-apt-repository ppa:bitcoin/bitcoin

    sudo apt-get update

    sudo apt-get install libdb4.8-dev libdb4.8++-dev

    sudo 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

    mkdir digitalnote

    cd digitalnote

    sudo git clone https://github.com/xdn-project/digitalnote.git

    sudo cmake

    sudo make

    cdbuild/release/src

    ./digitalnoted

    -------------------------------------------------------------------------
    Three Websites for majority of solution:-

    01. http://betbybitcoin.com/setup-monero-mining-pool-using-node-cryptonote-pool/

    02. https://github.com/fancoder/cryptonote-universal-pool/blob/master/README.md#usage

    03. https://github.com/xdn-project/digitalnote (Cloning Link)

    --------------------------------------------------------------------------
    Donate if You LIke, I will use it for :-

    01. Running My Google Cloud VM.
    02. Mining Pool and Hosting Node on Google Cloud.

    Bitcoin               = 18msSmpKxN3iCAURQ5whTnq97q3Z1VrLxW
    Dash                 = Xkw5STBzT9sfDrouzPupYetVfQ7b3ypLyj
    DigiByte              = DEYFFFratz1fTsW3xQZgXEDdi2MWb4h3Qn
    Dogecoin              = D6LNCrVryeDidDxJQTJ265kaKNJ6ZHTFqk
    Ethereum Classic   = 0x382f11ed930b0ff1b48cefcdf747715e0a6dc44a
    Ethereum              = 0x0af5d65a269aa3156657370fec07b1d2b4c9e757
    Litecoin              = LgKitsRMirj5sEvGA8Zcmu63vrrLKBkjtZ
    NXT                 = NXT-VPY7-BSLP-MJBV-FRK4S
    Zcash         = t1XNkQ5fEQa1XmrdqbxtSyDrNBva26VJ96w

Page 1
Viewing Page: 1