>> (p.1)
    Author Topic: PARTICLE | CPU Cloud Mining | VPS | 600 khash/s+ on 8 CPUs [PRT]  (Read 13475 times)
    instacalm (OP)
    Hero Member
    *****
    Offline Offline

    Activity: 798
    Merit: 500



    View Profile
    December 31, 2013, 01:59:03 PM
    Last edit: January 05, 2014, 12:18:28 AM by instacash
     #1

    PARTICLE is a CPU minable alt coin based on Quark. The coin was NOT PREMINED and uses a combination of algorithms that makes it resistant to GPU and ASIC mining. It was announced on 31 December 2013. Read more about it: https://bt.irlbtc.com/view/392804.0

    1. Sign Up for an SSD cloud server or log in if you already have an account.

    2. Fund your account with some credit (10$)

    3. Click 'Create Droplet' to get your instance running

    4. Select the specifications you wish to mine on as well as the newest Ubuntu x64 as your image. You get more than 600kh/s on 8 threads using the 8 Core plan. You can also consider creating several smaller ones.

    5. Your username and password will be emailed to you within 55 seconds

    6. Log in to your droplet via SSH

    7. Change the root password to something you can actually remember
        
    Code:
    passwd

    8. Create a new user. Follow the prompts after issuing the command. Only username and password are necessary, you may leave the other fields blank if you wish.
    Code:
    adduser USERNAME
    Code:
    echo 'USERNAME    ALL=(ALL:ALL) ALL' >>etc/sudoers

    9. Change to the new user
    Code:
    su USERNAME

    10.  Relocate into the home directory of the user you have changed into.
    Code:
    cd

    11. Create a swap file
    Code:
    sudo dd if=/dev/zero of=/swapfile bs=64M count=16
    sudo mkswapswapfile
    sudo swaponswapfile

    12. Download minerd, configure and compile
    Code:
    sudo apt-get update
    sudo apt-get install build-essential libcurl4-openssl-dev zip
    Code:
    sudo wget http://146.185.130.131/cpuminer-quark.zip
    sudo unzip cpuminer-quark.zip
    cd cpuminer-quark
    sudo CFLAGS="-O3 -msse2" ./configure
    sudo make
    sudo strip minerd

    should the link to cpuminer-quark.zip give you a 403 error, try this link instead:
    sudo wget https://prt.suprnova.cc/cpuminer-quark.zip

    13. sign up at a pool, for instance http://www2.coinmine.pl/prt/ and connect your new miner to your preferred pool, let's use prt.mine-pool.net for the guide (launch from the same dir as you compiled)
    Code:
    ./minerd -a quark -o stratum+tcp://prt.coinmine.pl:6080 -u Weblogin.Worker -p Worker password
    OR alternatively use the pool at prt.suprnova.cc
    Code:
    ./minerd -a quark -o stratum+tcp://prt.suprnova.cc:9999 -u Weblogin.Worker -p Worker password
    OR if you prefer, use a p2p pool like:
    Code:
    ./minerd -a quark -o http://prt.mine-pool.net:9472 -u <YourPayoutPRTAddress>

    14. it should look something like this
    Quote
    8 miner threads started, using 'quark' algorithm.
    Starting Stratum on stratum+tcp://prt.mine-pool.net:9472
    Stratum detected new block
    Stratum detected new block
    Stratum detected new block
    [2013-12-31 09:06:46] thread 1: 786757 hashes, 81.45 khash/s
    [2013-12-31 09:06:46] thread 7: 762003 hashes, 78.90 khash/s
    [2013-12-31 09:06:46] thread 5: 787919 hashes, 81.58 khash/s
    [2013-12-31 09:06:46] thread 0: 784492 hashes, 81.23 khash/s
    [2013-12-31 09:06:46] thread 3: 771526 hashes, 79.89 khash/s
    [2013-12-31 09:06:46] thread 4: 776537 hashes, 80.40 khash/s
    [2013-12-31 09:06:46] thread 2: 757621 hashes, 78.44 khash/s
    [2013-12-31 09:06:46] thread 6: 748474 hashes, 77.52 khash/s
    [2013-12-31 09:06:53] thread 6: 552059 hashes, 80.05 khash/s
    [2013-12-31 09:06:53] accepted: 1/1 (100.00%), 641.94 khash/s (yay!!!)
    [2013-12-31 09:07:04] thread 7: 1461822 hashes, 81.13 khash/s
    [2013-12-31 09:07:05] accepted: 2/2 (100.00%), 644.17 khash/s (yay!!!)
    ....

    If you wish to run this in your background so it doesn't close once you drop the SSH conncetion, go ahead and install "screen"
    Code:
    sudo apt-get install screen
    launch screen
    Code:
    screen
    press space, launch the miner
    Code:
    ./minerd -a quark -o stratum+tcp://prt.coinmine.pl:6080 -u Weblogin.Worker -p Worker password
    to restore the session when logging back in, use
    Code:
    screen -r

    All done.
    Good luck, have fun and a HAPPY NEW & BLISSFUL YEAR 2014!
Page 1
Viewing Page: 1