Pages:
Author

Topic: [XPM] Pool mining primecoin using DigitalOcean (VPS) - page 24. (Read 88559 times)

legendary
Activity: 2632
Merit: 1023
why is my pps so low

my 2 cpu < 1 cpu

and geting 4 pps to 20 pps max
sr. member
Activity: 401
Merit: 250
Stuck here:

Quote
gen=1" > ~/.primecoin/primecoin.conf
Copy the two lines above it with it... All 3 lines at once, not just that one line.

Terminal is not responding after I type this.

Thanks.

Edit: After I have created one droplet. Can I clone it and make another one?

rethaw, thanks man!

Getting 188pps on each of my instances...have two atm.
Is there an easy way to clone them without stopping the mining?

You have to stop mining temporarily, but it doesn't take very long so not a big deal. Power down your droplet either via DO control panel or using poweroff command from a command prompt. Then in the control panel you can select the droplet you want to clone and choose snapshots->take a snapshot. Then you can use that snapshot when you create new droplets. Instead of picking "Ubuntu 13.04 x64", go to My Images and choose the image you just created.
hero member
Activity: 770
Merit: 500
Stuck here:

Quote
gen=1" > ~/.primecoin/primecoin.conf
Copy the two lines above it with it... All 3 lines at once, not just that one line.

Terminal is not responding after I type this.

Thanks.

Edit: After I have created one droplet. Can I clone it and make another one?
full member
Activity: 154
Merit: 100
keep getting account locked Undecided
sr. member
Activity: 378
Merit: 255
Hello, could someone tell me what I'm doing wrong.

...

 a this will take 17 mb [Y/n]? on which Y, yes, y, enter all get a Abort. for an answer.


I tried reading other posts, but I'm not too good with linux, and didn't understand most of it.


Thanks.

Just try it line by line. apt-get lines are hanging it up it looks like.
member
Activity: 70
Merit: 10
Hello, could someone tell me what I'm doing wrong.

When I just copy and past this entire thing

apt-get install git
git clone https://github.com/primecoin/primecoin.git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=ARPCUserName
rpcpassword=SomethingReallyLongOK
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
watch 'primecoind listtransactions & primecoind getmininginfo'

It says it cant find primecoind

apt-get install git
git clone https://github.com/primecoin/primecoin.git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-


mkdir ~/.primecoin
echo "rpcuser=ARPCUserName
rpcpassword=SomethingReallyLongOK
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.


primecoind --daemon
watch 'primecoind listtransactions & primecoind getmininginfo'


And if I divide it so, I get
 a this will take 17 mb [Y/n]? on which Y, yes, y, enter all get a Abort. for an answer.


I tried reading other posts, but I'm not too good with linux, and didn't understand most of it.


Thanks.
sr. member
Activity: 378
Merit: 255
Got a PM:

Quote
Sorry to bug you again.  To stop primecoind --daemon, what is the command?

Code:
primecoind stop

sr. member
Activity: 401
Merit: 250
rethaw, thanks man!

Getting 188pps on each of my instances...have two atm.
Is there an easy way to clone them without stopping the mining?

You have to stop mining temporarily, but it doesn't take very long so not a big deal. Power down your droplet either via DO control panel or using poweroff command from a command prompt. Then in the control panel you can select the droplet you want to clone and choose snapshots->take a snapshot. Then you can use that snapshot when you create new droplets. Instead of picking "Ubuntu 13.04 x64", go to My Images and choose the image you just created.
legendary
Activity: 2632
Merit: 1023
getting 2 pps
wahooo

where did I go wrong?

no,no 16 now!

19!

whys does it wind up like this???

full member
Activity: 322
Merit: 113
Sinbad Mixer: Mix Your BTC Quickly
Stuck here:

Quote
gen=1" > ~/.primecoin/primecoin.conf
Copy the two lines above it with it... All 3 lines at once, not just that one line.

Terminal is not responding after I type this.
hero member
Activity: 812
Merit: 1000
rethaw, thanks man!

Getting 188pps on each of my instances...have two atm.
Is there an easy way to clone them without stopping the mining?
hero member
Activity: 770
Merit: 500
Stuck here:

Quote
gen=1" > ~/.primecoin/primecoin.conf


Terminal is not responding after I type this.

sr. member
Activity: 401
Merit: 250
Trying from scratch with the update, i come this far:

root@TheChries09:~# sudo mv primecoind /usr/local/bin/.
mv: cannot stat âprimecoindâ: No such file or directory

Anyone else have this problem? Is there any other command i can give? Thanks for response  Smiley

You have to cd to primecoind directory first.

primecoind/src. It's in the instructions. Wink Just copy/paste them.

root@TheChries11:~/primecoin/src# sudo mv primecoind /usr/local/bin/.
mv: cannot stat âprimecoindâ: No such file or directory

Tongue still doesn't work. But thanks for the tip.

You're still missing the "make" step.

Ok, it seems like i had the same errors like jubalix.

This was on the setup with 512MB ram.

I tested with this setup:
2GB / 2 CPUs 40GB SSD Disk 3TB Transfer
Amsterdam 1
Ubuntu 13.04 x64

And can confirm that it works! I'm getting 300+pps on this setup Cheesy

Yep, you can go that route or use a temporary swap file like someone posted about earlier.

I switched back to the cheap droplets once I finished my compile. Each one is averaging around 150-200 pps.
member
Activity: 81
Merit: 1002
It was only the wind.
do an "ls" command to list the contents of the current directory. It sounds like you didn't successfully complete the "make" process as primecoind should be created in that step.

This is the result:

root@TheChries09:~# ls
primecoin




You have failed, sir.
newbie
Activity: 29
Merit: 0
Trying from scratch with the update, i come this far:

root@TheChries09:~# sudo mv primecoind /usr/local/bin/.
mv: cannot stat âprimecoindâ: No such file or directory

Anyone else have this problem? Is there any other command i can give? Thanks for response  Smiley

You have to cd to primecoind directory first.

primecoind/src. It's in the instructions. Wink Just copy/paste them.

root@TheChries11:~/primecoin/src# sudo mv primecoind /usr/local/bin/.
mv: cannot stat âprimecoindâ: No such file or directory

Tongue still doesn't work. But thanks for the tip.

You're still missing the "make" step.

Ok, it seems like i had the same errors like jubalix.

This was on the setup with 512MB ram.

I tested with this setup:
2GB / 2 CPUs 40GB SSD Disk 3TB Transfer
Amsterdam 1
Ubuntu 13.04 x64

And can confirm that it works! I'm getting 300+pps on this setup Cheesy
sr. member
Activity: 401
Merit: 250
Trying from scratch with the update, i come this far:

root@TheChries09:~# sudo mv primecoind /usr/local/bin/.
mv: cannot stat âprimecoindâ: No such file or directory

Anyone else have this problem? Is there any other command i can give? Thanks for response  Smiley

You have to cd to primecoind directory first.

primecoind/src. It's in the instructions. Wink Just copy/paste them.

root@TheChries11:~/primecoin/src# sudo mv primecoind /usr/local/bin/.
mv: cannot stat âprimecoindâ: No such file or directory

Tongue still doesn't work. But thanks for the tip.

You're still missing the "make" step.
newbie
Activity: 29
Merit: 0
Trying from scratch with the update, i come this far:

root@TheChries09:~# sudo mv primecoind /usr/local/bin/.
mv: cannot stat âprimecoindâ: No such file or directory

Anyone else have this problem? Is there any other command i can give? Thanks for response  Smiley

You have to cd to primecoind directory first.

primecoind/src. It's in the instructions. Wink Just copy/paste them.

root@TheChries11:~/primecoin/src# sudo mv primecoind /usr/local/bin/.
mv: cannot stat âprimecoindâ: No such file or directory

Tongue still doesn't work. But thanks for the tip.
sr. member
Activity: 401
Merit: 250
get

rotector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/main.o] Error 4

Huh?

This is covered earlier in the thread. You're running out of memory.
legendary
Activity: 1713
Merit: 1029
get

rotector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/main.o] Error 4

Huh?

Need more RAM or some swap. Smiley
legendary
Activity: 2632
Merit: 1023
get

rotector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/main.o] Error 4

Huh?
Pages:
Jump to: