lindatess
|
|
February 06, 2014, 10:25:07 AM |
|
So yes or no? https://www.digitalocean.com/tosMisuse of System Resources 2.17 DigitalOcean reserves the right to terminate services in the event Subscribers misuse system resources, including but not limited to employing programs that consume excessive network capacity, CPU cycles, or disk IO. Newly updated it seems. They have already banned some accounts from browsing other forums on Google..
|
|
|
|
instacalm (OP)
|
|
February 06, 2014, 10:26:50 AM |
|
Misuse of System Resources
2.17 DigitalOcean reserves the right to terminate services in the event Subscribers misuse system resources, including but not limited to employing programs that consume excessive network capacity, CPU cycles, or disk IO.
Newly updated it seems. They have already banned some accounts from browsing other forums on Google..
This is not new. Should one create several droplets that 100% max out resources non-stop, you will be warned and possibly banned as well, as this is and should indeed not be tolerated.
|
|
|
|
instacalm (OP)
|
|
February 06, 2014, 10:50:13 AM |
|
when i restart putty and type cd and press enter nothing happens
cd will only redirect your path to your home dir, so nothing is supposed to happen. Follow the guide exactly step by step on a fresh droplet, it definitely works. Just copy and paste each step.
|
|
|
|
instacalm (OP)
|
|
February 06, 2014, 10:54:12 AM |
|
ive tried several times but it hasn't worked for me im not sure why... should i try starting on a new droplet as root from step #11?
I advise you to start from scratch on a new droplet and follow the guide step by step, you'll work it out. It's designed to be set up in under 5 minutes.
|
|
|
|
origins
Newbie
Offline
Activity: 5
Merit: 0
|
|
February 06, 2014, 11:00:07 AM |
|
It seems the ability to use GPUs to mine MaxCoin has rendered this endeavour obsolete. Can anyone confirm this?
|
|
|
|
svennand
|
|
February 06, 2014, 11:17:07 AM |
|
It seems the ability to use GPUs to mine MaxCoin has rendered this endeavour obsolete. Can anyone confirm this?
+1
|
|
|
|
che343
Newbie
Offline
Activity: 6
Merit: 0
|
|
February 06, 2014, 11:18:41 AM |
|
This was posted on reddit:user: distark saying a few notes missing. Do we need to do this instacash?? [–]distark 4 points 9 hours ago yes compiles and appears perfectly legit md5sum should be: 59df705900e78c52c989ceb08dc55bb6 There is a tutorial here: https://bitcointalk.org/index.php?topic=450539A few notes that seems to be missing: Please install automake if its a fresh server: apt-get install automake -y Also if anyone is wondering how to build on centos/redhat etc you will need the epel library to install jansson-devel so for centos 6.x : rpm -Uvh http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpmyum install libcurl-devel jansson-devel -y They didn't clean the files before making the .zip.. might be a good idea to do a : make clean HTH
|
|
|
|
instacalm (OP)
|
|
February 06, 2014, 11:23:56 AM |
|
This was posted on reddit:user: distark saying a few notes missing. Do we need to do this instacash??
Hi che343, the guide assumes that one installs on the latest Ubuntu x64 build. The posted dependencies (sudo apt-get install build-essential libcurl4-openssl-dev zip) include everything that is required, hence automake does not have to be installed additionally. On Ubuntu, the guide works just fine as it is.
|
|
|
|
Diamonds13
|
|
February 06, 2014, 11:25:52 AM |
|
Hi. I've got an issue when i try this command : CFLAGS="-O3 -msse2" ./configure
checking whether the C compiler works... no configure: error: in `/root/maxcoin-cpuminer': configure: error: C compiler cannot create executables
|
|
|
|
PromoJoe
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 06, 2014, 11:27:33 AM |
|
Instacash, please help via Azure don't know how to log into Virtual MAchine via SSH (newbie), using iMac
|
|
|
|
instacalm (OP)
|
|
February 06, 2014, 11:27:55 AM |
|
Hi. I've got an issue when i try this command : CFLAGS="-O3 -msse2" ./configure
checking whether the C compiler works... no configure: error: in `/root/maxcoin-cpuminer': configure: error: C compiler cannot create executables
Seems like your C compiler is nonexistent. Make sure to install all the required dependencies. 10a. Install dependencies sudo apt-get update sudo apt-get install build-essential libcurl4-openssl-dev zip
|
|
|
|
Diamonds13
|
|
February 06, 2014, 11:32:09 AM |
|
Hi. I've got an issue when i try this command : CFLAGS="-O3 -msse2" ./configure
checking whether the C compiler works... no configure: error: in `/root/maxcoin-cpuminer': configure: error: C compiler cannot create executables
Seems like your C compiler is nonexistent. Make sure to install all the required dependencies. 10a. Install dependencies sudo apt-get update sudo apt-get install build-essential libcurl4-openssl-dev zip That's what i did after google'ing but i still got the same error. But this time it worked. Thanks anyway
|
|
|
|
instacalm (OP)
|
|
February 06, 2014, 11:32:42 AM |
|
Instacash, please help via Azure don't know how to log into Virtual MAchine via SSH (newbie), using iMac
1. Find the Host Name and Port information from the Management Portal. You can find the information that you need from the dashboard of the virtual machine. Click the virtual machine name and look for the SSH Details in the Quick Glance section of the dashboard. 2. Fire up your Mac's Terminal.app and enter ssh user@hostname -p xxxxx xxxxx is the port.
|
|
|
|
melfalcon
Newbie
Offline
Activity: 12
Merit: 0
|
|
February 06, 2014, 11:56:42 AM |
|
did you change newuser to the name of the user that you created
|
|
|
|
PromoJoe
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 06, 2014, 12:01:30 PM |
|
Hi Instacash, Thanks so much for your help. ssh user@JoeCoin -p joecoin.cloudapp.net : 22
It didn't work, don't know what I typed in incorrectly.
|
|
|
|
instacalm (OP)
|
|
February 06, 2014, 12:03:18 PM |
|
2. Fire up your Mac's Terminal.app and enter ssh user@hostname -p xxxxx xxxxx is the port. Hi Instacash, Thanks so much for your help. ssh username@JoeCoin -p joecoin.cloudapp.net : 22
It didn't work, don't know what I typed in incorrectly.
Assuming that JoeCoin is your username, ssh JoeCoin@joecoin.cloudapp.net -p 22 or just ssh JoeCoin@joecoin.cloudapp.net since the default ssh port is 22.
|
|
|
|
che343
Newbie
Offline
Activity: 6
Merit: 0
|
|
February 06, 2014, 12:07:46 PM |
|
This was posted on reddit:user: distark saying a few notes missing. Do we need to do this instacash??
Hi che343, the guide assumes that one installs on the latest Ubuntu x64 build. The posted dependencies (sudo apt-get install build-essential libcurl4-openssl-dev zip) include everything that is required, hence automake does not have to be installed additionally. On Ubuntu, the guide works just fine as it is. Thanks, A lot of people owe you a lot of MAXCOIN
|
|
|
|
|
PromoJoe
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 06, 2014, 12:15:14 PM |
|
thanks mate, worked perfectly. However the case sensitive password that was required is not being recognised, (as I didn't have a compatible SSH Key).
|
|
|
|
|
|