Bitcoin Forum
April 26, 2024, 10:23:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
Author Topic: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT  (Read 105654 times)
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 05, 2014, 06:39:31 PM
Last edit: May 03, 2016, 03:03:37 PM by instacash
 #1

(MaxCoin) CPU Cloud Mining

Disclaimer: Please make sure that you create only one account at Digital Ocean. Multiple accounts violate their ToS! Furthermore, be gentle and DO NOT excessively use resources -- consuming excessive network capacity, CPU cycles, or disk IO could potentially violate the ToS and lead to account restriction or termination. Should you run into issues of this kind don't hesitate to contact DO's support team (staff is excellent!)


0. Preparation:
  • Windows: Download PuTTY (putty.exe) in order to be able to connect to your VPS via SSH.
  • Mac/Linux Users: use Terminal

(!) Please note that this guide runs your mining droplet as root

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+) to create your cloud mining instance(s).

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

4. Select the specifications you wish to mine on as well as the latest Ubuntu x64 image. I personally use 8 threads with the 8 Core plan. You can also consider creating several smaller ones, e.g. 4x 2 Core. Or just use one, decide as you wish. The more CPUs the more power you have.

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

6. Log in to your droplet via SSH

7. Change your root password.
    
Code:
passwd

8. Relocate into the home directory
Code:
cd ~

9. Create a swap file
Code:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

10a. Install dependencies
Code:
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev git zip

10b. Download the 1GH MaxCoin (SHA-3) minerd (+configure and compile)
Code:
git clone https://github.com/1gh/cpuminer
cd cpuminer
./configure CFLAGS="-O3"
make
strip minerd

Test whether your compiled minerd launches fine:
Code:
./minerd --help
It'll return all its command options.

10c. Now head over to a Pool and follow the instructions posted, for example:

Code:
./minerd -a keccak -o stratum+tcp://maxpool.1gh.com:17333 -u mRQmzB5nzqw4Lx1gvEF7uREBqPv5A6jBYJ -p x
[make sure to change this with your wallet address and pool details!]

---> Congratulations, your MAX mining operations started.

Please note that it takes time until blocks are confirmed and coins payed out.

If you wish to run this process in the background so it doesn't close once you drop the SSH conncetion, go ahead and use screen. When a screen session is detached, the processes that were running inside it are not stopped.

Launch screen
Code:
screen
Hit space, then launch the miner; e.g.
Code:
./minerd -a keccak -o stratum+tcp://maxpool.1gh.com:17333 -u mRQmzB5nzqw4Lx1gvEF7uREBqPv5A6jBYJ -p x
ctrl+d detatches the current screen sessions and brings you back to the normal terminal,
you can re-attach your detached session by typing
Code:
screen -r

All done, have fun!

POOLS



Hope you have a good one everybody, be well!
1714126990
Hero Member
*
Offline Offline

Posts: 1714126990

View Profile Personal Message (Offline)

Ignore
1714126990
Reply with quote  #2

1714126990
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714126990
Hero Member
*
Offline Offline

Posts: 1714126990

View Profile Personal Message (Offline)

Ignore
1714126990
Reply with quote  #2

1714126990
Report to moderator
1714126990
Hero Member
*
Offline Offline

Posts: 1714126990

View Profile Personal Message (Offline)

Ignore
1714126990
Reply with quote  #2

1714126990
Report to moderator
1714126990
Hero Member
*
Offline Offline

Posts: 1714126990

View Profile Personal Message (Offline)

Ignore
1714126990
Reply with quote  #2

1714126990
Report to moderator
Undertow8977
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
February 05, 2014, 06:54:08 PM
 #2

YES! Will you post the rest as soon as everything is released?
sickhouse
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
February 05, 2014, 06:57:08 PM
 #3

YES! Will you post the rest as soon as everything is released?
./maxminer --details after launch

RTFM. SRSLY!

Turn off the news and read. Watch Psywar, learn something important about our society and PR, why and how it got started and how it brainwashes you.
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 05, 2014, 06:58:11 PM
 #4

YES! Will you post the rest as soon as everything is released?

Yeah! Sure thing, stay tuned.
Joerii
Legendary
*
Offline Offline

Activity: 1274
Merit: 1050



View Profile WWW
February 05, 2014, 07:05:02 PM
 #5

Note that this is against their TOS and you'll get banned.

Hypercube - get the attention you deserve
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 05, 2014, 07:05:30 PM
Last edit: February 08, 2014, 12:07:48 AM by instacash
 #6

Note that this is against their TOS and you'll get banned.

No, it is not.  Digital Ocean temporarily expressed concerns back when their system was flooded by entire farms mining Primecoin. Now if you exceed usage they will send you a warning.  I've been successfully mining on DO for a long time.

Quote from: Digital Ocean
We do not specifically prohibit cryptocurrency mining, we do restrict accounts doing so to prevent large-scale operations from affecting our infrastructure.
zpply
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
February 05, 2014, 07:19:42 PM
 #7

I never done this but thought I would try - I'm on step 12 and waiting. Anything else to get started - is this something I need to monitor. Bare with me as I learn about the internets Smiley

Prabhjot Lalli
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
February 05, 2014, 08:50:28 PM
 #8

Thanks. Monitoring.

Help out a DRK-Fella: Xvun45BghdWdyoBQX1aGGTjcD5UcQtyeP8 Thanks a lot!
zpply
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
February 05, 2014, 09:03:34 PM
 #9

~instacash - what 'size' droplet would you recommend?
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 05, 2014, 09:11:14 PM
Last edit: February 06, 2014, 07:46:04 AM by instacash
 #10

Build instructions are up:

12a. Install dependencies
Code:
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev zip

12b. Download the MaxCoin keccak (SHA-3) minerd (+configure and compile)
Code:
wget http://www.maxcoin.co.uk/downloads/maxcoin-cpuminer.zip
unzip maxcoin-cpuminer.zip
cd maxcoin-cpuminer
CFLAGS="-O3 -msse2" ./configure
make
strip minerd
// if you get a 404 error or no response, use this alternative link:
Code:
wget https://www.dropbox.com/s/1xapc0zpcmm1gtb/maxcoin-cpuminer.zip

Now they finally have to push out the wallets and unleash their MAX to the waiting crowd...


~instacash - what 'size' droplet would you recommend?

I use 8 core droplets, you may use whatever you like. The more power you have the more hashes you get.
humorme201
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 05, 2014, 09:19:31 PM
 #11

I get permission denied when trying to cd to the new maxcoin directory
urbanogt5
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
February 05, 2014, 09:26:15 PM
 #12

fake?

<a href="http://www.latium.cc?a_aid=537ba46db132b&amp;a_bid=135c5829" target="_blank"><img src="http://www.latium.cc/login/accounts/default1/banners/135c5829.jpg" alt="" title="" width="468" height="60" /></a><img style="border:0" src="http://latium.cc/login/scripts/imp.php?a_aid=537ba46db132b&amp;a_bid=135c5829" width="1" height="1" alt="" />
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 05, 2014, 09:28:07 PM
 #13

fake?

Of course not, the guide features the official miner posted by the devs on the official site (http://www.maxcoin.co.uk/downloads/)

Code:
fork@instacash:~/maxcoin-cpuminer# ./minerd --help
Usage: minerd [OPTIONS]
Options:
  -a, --algo=ALGO       specify the algorithm to use
                          scrypt    scrypt(1024, 1, 1) (default)
                          sha256d   SHA-256d
                          keccak    Keccak SHA3 (MaxCoin)
Sipora
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
February 05, 2014, 09:33:54 PM
 #14

This is great and all but once we mine, we are the coins going to without a wallet?
humorme201
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 05, 2014, 09:35:07 PM
 #15

which pool are you folks using??
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 05, 2014, 09:37:36 PM
 #16

This is great and all but once we mine, we are the coins going to without a wallet?

You can not mine yet.  You can prepare MAX mining servers already, since the keccak cpuminer has been released on the official site.
zpply
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
February 05, 2014, 09:39:10 PM
 #17

I'm stuck here:

sudo unzip maxcoin-cpuminer.zip
sudo: unzip: command not found
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 05, 2014, 09:40:15 PM
 #18

I'm stuck here:

sudo unzip maxcoin-cpuminer.zip
sudo: unzip: command not found


Make sure that you installed all dependencies including zip in order to be able to use the unzip command

11a. Install dependencies
Code:
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev zip
humorme201
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 05, 2014, 09:42:01 PM
 #19

understood, but which pools will you be using.  your information here has been very helpful!!  Thank you!
instacalm (OP)
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
February 05, 2014, 09:42:57 PM
Last edit: February 07, 2014, 11:16:05 PM by instacash
 #20

understood, but which pools will you be using.  your information here has been very helpful!!  Thank you!

The developers announced that pools will be available right after launch.  You might want to use those.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!