Bitcoin Forum
May 25, 2024, 05:57:07 PM *
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 32 33 34 35 36 37 38 »
  Print  
Author Topic: [XPM] Pool mining primecoin using DigitalOcean (VPS)  (Read 88502 times)
96redformula
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
July 09, 2013, 08:14:18 PM
 #61

On this step

"
mkdir ~/.primecoin
echo "rpcuser=yourusername
rpcpassword=SomethingReallyLongThatNoOneCouldGuess
gen=1" > ~/.primecoin/primecoin.conf
"

Does our rpcuser and rpcpassword need to match the droplet information?  

I can see primecoind running but after exiting ssh I can no longer user primecoind, I get:

"error: incorrect rpcuser or rpcpassword (authorization failed)"

Well I did find a workaround by stopping primecoind and restarting it:

Quote
kill <process #>

Then reopen and watch using the command:

Quote
primecoind --daemon

watch 'primecoind listtransactions & primecoind getmininginfo'
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 09, 2013, 08:15:49 PM
 #62

maybe file you have got is corrupted
please download again

I'm a 200% linux noob...I followed the steps provided in the OP.
I wouldn't know how to erase the current client and redownload it...
rethaw (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 255



View Profile
July 09, 2013, 08:16:19 PM
 #63

maybe file you have got is corrupted
please download again

My guess is you accidentally loaded a 32 bit droplet. You could try running the 32bit binary.

On this step

"
mkdir ~/.primecoin
echo "rpcuser=yourusername
rpcpassword=SomethingReallyLongThatNoOneCouldGuess
gen=1" > ~/.primecoin/primecoin.conf
"

Does our rpcuser and rpcpassword need to match the droplet information?  

I can see primecoind running but after exiting ssh I can no longer user primecoind, I get:

"error: incorrect rpcuser or rpcpassword (authorization failed)"

Perhaps you changed it without resetting primecoind?

96redformula
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
July 09, 2013, 08:22:24 PM
 #64

Quote
Perhaps you changed it without resetting primecoind?

I might have I suppose.
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 09, 2013, 08:23:21 PM
 #65

I copied the stuff in the op line by line, and changed rpc user and password.
Thanks! I'll donate 1 yac to you guys if you want. Cheesy
rethaw (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 255



View Profile
July 09, 2013, 08:28:54 PM
 #66

Looks like the site is going up and down but one can still ssh in.

bbxx
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


cryptoshark


View Profile WWW
July 09, 2013, 08:29:35 PM
 #67

dont bother line on line
just fire droplet,

type passwd root
use same password for convinience
and then... paste this as whole with enter after exit

wget -O primecoind-0.1.0-linux.tar.gz "http://downloads.sourceforge.net/project/primecoin/0.1.0/primecoin-0.1.0-linux.tar.gz?r=&ts=1373384018&use_mirror=superb-dca3"
tar -zxvf primecoind-0.1.0-linux.tar.gz
mv primecoin-0.1.0-linux/bin/64/primecoind /usr/local/bin/.
mkdir ~/.primecoin
echo "rpcuser=yourusername
rpcpassword=SomethingReallyLongThatNoOneCouldGuess
gen=1" > ~/.primecoin/primecoin.conf
primecoind --daemon &&
exit

and forget for few days Smiley
rethaw (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 255



View Profile
July 09, 2013, 08:45:18 PM
 #68

I suggest you move out coins as you get them, lest you forget or terminate your instance.

Teka
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
July 09, 2013, 08:47:58 PM
 #69

So has anyone mined any primecoin yet? My transaction still doesn't show anything but judging by the specs of the vps i'm not surprised.
anon2301
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 09, 2013, 08:54:41 PM
 #70

So has anyone mined any primecoin yet? My transaction still doesn't show anything but judging by the specs of the vps i'm not surprised.

I've been mining XPM on DigitalOcean for the last 16 hours (thanks to Vorksholk from Bitcointalk.org forums for the tip), generated 18 blocks with about 1500 PPS at a cost of $10/day. I've written my own step-by-step guide along with my personal tips on the Primecoin forums: http://www.ppcointalk.org/index.php?topic=336.0 I'm not great at ubuntu or command line so I stuck with the Ubuntu Desktop.
rethaw (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 255



View Profile
July 09, 2013, 08:55:07 PM
 #71

So has anyone mined any primecoin yet? My transaction still doesn't show anything but judging by the specs of the vps i'm not surprised.

There have definitely been blocks mined this way. That being said difficulty is changing so solo mining a block has a lot of variance. There is some work on optimized miners in progress as well. I look forward to updating this once they are released.

ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 09, 2013, 09:00:35 PM
 #72

How do you cancel this after your $10 credit is gone?

Also, I get cannot connect to server when checking primespersec or listtransactions...One of the instances won't run the wallet at all, and keep getting cannot execute...blabla.

EDIT: Error: To use the "-daemon" option, you must set a rpcpassword in the configuration file:
/root/.primecoin/primecoin.conf
It is recommended you use the following random password:
rpcuser=primecoinrpc
rpcpassword=CziftzFacpKexhCYVYvvjQWLkUEete9i4gMpVXBNW5Nn
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s | mail -s "Primecoin Alert" admin@foo.com

That's the output, seems like I couldn't set the conf file properly.

EDIT2: Crap: primecoind listtransactions
Primecoin server starting
error: couldn't connect to server
rethaw (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 255



View Profile
July 09, 2013, 09:04:34 PM
 #73

I've been mining XPM on DigitalOcean for the last 16 hours (thanks to Vorksholk from Bitcointalk.org forums for the tip), generated 18 blocks with about 1500 PPS at a cost of $10/day. I've written my own step-by-step guide along with my personal tips on the Primecoin forums: http://www.ppcointalk.org/index.php?topic=336.0 I'm not great at ubuntu or command line so I stuck with the Ubuntu Desktop.

Are you using the large instance? Mind sharing pps per instance? Thanks!

anon2301
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 09, 2013, 09:32:04 PM
 #74

I've been mining XPM on DigitalOcean for the last 16 hours (thanks to Vorksholk from Bitcointalk.org forums for the tip), generated 18 blocks with about 1500 PPS at a cost of $10/day. I've written my own step-by-step guide along with my personal tips on the Primecoin forums: http://www.ppcointalk.org/index.php?topic=336.0 I'm not great at ubuntu or command line so I stuck with the Ubuntu Desktop.

Are you using the large instance? Mind sharing pps per instance? Thanks!


I'm averaging 25-30 PPS per instance.
rethaw (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 255



View Profile
July 09, 2013, 09:45:54 PM
 #75

I'm averaging 25-30 PPS per instance.

Thanks, added to OP. Anyone using the 8 core instance?

Teka
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
July 09, 2013, 09:48:44 PM
 #76

They know .........

https://twitter.com/digitalocean/status/354714047809191937
cbeast
Donator
Legendary
*
Offline Offline

Activity: 1736
Merit: 1006

Let's talk governance, lipstick, and pigs.


View Profile
July 09, 2013, 09:49:01 PM
 #77

Where is the wallet stored?

Any significantly advanced cryptocurrency is indistinguishable from Ponzi Tulips.
CryptoBullion
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
July 09, 2013, 09:49:19 PM
 #78

account locked lol! must verify stuff now.. looks like they are just taking some precautions, im guessing they just seen the biggest cpu usage spike network wide they ever saw. they wanted to know what i was doing with the account and what type of traffic and my facebook page lols... so they can find me and break my legs if i dont pay up!!!

at least they have a lot of new customers!

Fold Proteins, earn cryptos! CureCoin. https://bitcointalk.org/index.php?topic=268556.0
CryptoPCS.com Prepaid phone refills, post paid phone payments, and bill payments https://bitcointalk.org/index.php?topic=285148.0
CryptoBullion
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
July 09, 2013, 09:52:40 PM
 #79


huh... i wonder if they are gonna let me back in  Angry

jerks... should have made better cpus for their cheap crap

here is what the guy says

"James Bertelson ‏@diffra 30m
@digitalocean In case you're wondering why all your CPU cycles are gone, these idiots decided to mine on a VPS: "

he called us idiots ! geez you would think they would be nicer with all these new customers... i was about to prepay a bunch with my paypal. now i want a discount for being called an idiot!!!

Fold Proteins, earn cryptos! CureCoin. https://bitcointalk.org/index.php?topic=268556.0
CryptoPCS.com Prepaid phone refills, post paid phone payments, and bill payments https://bitcointalk.org/index.php?topic=285148.0
Teka
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
July 09, 2013, 09:58:19 PM
 #80

Where is the wallet stored?

+1 Has anyone managed to find it?
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 32 33 34 35 36 37 38 »
  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!