Pages:
Author

Topic: [XPM] [ANN] Primecoin High Performance | HP14 released! - page 99. (Read 397616 times)

legendary
Activity: 1241
Merit: 1020
No surrender, no retreat, no regret.
^ awesome. tyvm.
I ran settxfee 0.01 and it returned true. Should I be good to go now?
edit: doesn't seem to be the solution.
not sure what to do.

Write a shell script to run another instance when the previous one dies.
legendary
Activity: 1078
Merit: 1001
restart... Wink

could anyone do the math about the ratio between 5-chains and 8-chains?
full member
Activity: 154
Merit: 100
Im using the version found here: https://bitbucket.org/pankkake/mikaelh2-primecoin on ec2 ubuntu 12.04 cc2xl. I am getting 15kppps and thats awesome but it seems to be randomly stopping and needs to be started up again.
Anyone else experiencing this?
I have the same problem with 8core ubuntu. How can I fix that?
sr. member
Activity: 441
Merit: 250
^ awesome. tyvm.
I ran settxfee 0.01 and it returned true. Should I be good to go now?
edit: doesn't seem to be the solution.
not sure what to do.
legendary
Activity: 1241
Merit: 1020
No surrender, no retreat, no regret.
Im using the version found here: https://bitbucket.org/pankkake/mikaelh2-primecoin on ec2 ubuntu 12.04 cc2xl. I am getting 15kppps and thats awesome but it seems to be randomly stopping and needs to be started up again.
Anyone else experiencing this?

https://bitcointalksearch.org/topic/m.2748193
sr. member
Activity: 441
Merit: 250
Im using the version found here: https://bitbucket.org/pankkake/mikaelh2-primecoin on ec2 ubuntu 12.04 cc2xl. I am getting 15kppps and thats awesome but it seems to be randomly stopping and needs to be started up again.
Anyone else experiencing this?
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
You must have failed to compile, I guess you are running the low ram droplet. Try again, I updated the guide to include swapping:

which vps are you using?

i scrapped that now since it wasnt working. I am trying on my dedicated server however

apt-get does not work

and when i try yum install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y


i get

Loaded plugins: dellsysid, fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.sov.uk.goscomb.net
 * extras: mirrors.coreix.net
 * updates: mirror.as29550.net
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 3.7 MB     00:00
Setting up Install Process
No package build-essential available.
No package libssl-dev available.
No package libboost-all-dev available.
No package libdb5.3++-dev available.
Error: Nothing to do


so i'm guessing that yum install either wasnt correct or else libdb5.3++  etc does not work with centos 6.3 64bit?



Bro, if you want it work, just install it exactly as I did. I have had that exact same code running on three different VPS providers, including the big buy Amazon EC2

i tried your exact way but with centos 6.3 apt-get does not work it seems Sad

Just use yum. "Yum search" should get you what you need.


okay thanks should i type that in on ssh ? yum search then the package?  i've only used windows vista and windows 7 before. Linux seems much more tricky.
member
Activity: 112
Merit: 10
Independent Analyst
yes

Do you know how to share a wallet after the fact? If I transferred all my coins to one and then copied that wallet.dat to all the other machines would that do it? That would make my life a lot easier.

Guys I don't wanna answer the same questions more than once (which is what happens in forums a lot), if you have questions, please post on my site and I will answer them.
newbie
Activity: 37
Merit: 0
yes

Do you know how to share a wallet after the fact? If I transferred all my coins to one and then copied that wallet.dat to all the other machines would that do it? That would make my life a lot easier.

I did something similar and it works fine.
legendary
Activity: 2940
Merit: 1090
No you didn't. Trying exactly my way means Ubuntu 13.04 x 64 bit.


Ah well sorry that is not possible since the server has already been running with centos for months and has websites hosted there so i can't really put ubuntu on it.
Was hoping there was a simple command change for centos to work.

Why on here is ubuntu so popular?? most hosts put centos on as default?

Use yum search or even google to find what packages your distro has for the things you are missing.

Fedora uses yum too, package names are not the same as in debian-derived distros but search for the missing thing, like yum search ssl or whatever and usually something that is reasonably recognisable as probably providing what you want will be found. If not google the actual lib its not able to link if the linker didn't tell you what package you need to get it and usually some google result will hint what package its in. or there are RPM sites where you can search to find even third party RPMs for stuff. So really it all just amounts to don't be lazy, use search routines.

You likely don't even have it as bad as Fedora, as your openssl might have elliptic curves built in, Fedora's doesn't due to some expired patent they evidently are still worried about so on Fedora I have to build openssl myself to get elliptic curves into it.

-MarkM-
sr. member
Activity: 246
Merit: 250
My spoon is too big!
You must have failed to compile, I guess you are running the low ram droplet. Try again, I updated the guide to include swapping:

which vps are you using?

i scrapped that now since it wasnt working. I am trying on my dedicated server however

apt-get does not work

and when i try yum install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y


i get

Loaded plugins: dellsysid, fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.sov.uk.goscomb.net
 * extras: mirrors.coreix.net
 * updates: mirror.as29550.net
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 3.7 MB     00:00
Setting up Install Process
No package build-essential available.
No package libssl-dev available.
No package libboost-all-dev available.
No package libdb5.3++-dev available.
Error: Nothing to do


so i'm guessing that yum install either wasnt correct or else libdb5.3++  etc does not work with centos 6.3 64bit?



Bro, if you want it work, just install it exactly as I did. I have had that exact same code running on three different VPS providers, including the big buy Amazon EC2

i tried your exact way but with centos 6.3 apt-get does not work it seems Sad

Just use yum. "Yum search" should get you what you need.
full member
Activity: 137
Merit: 100
No you didn't. Trying exactly my way means Ubuntu 13.04 x 64 bit.

Do I have to achieve 4k pps for each vps to get a block? Thanks
full member
Activity: 122
Merit: 100
yes

Do you know how to share a wallet after the fact? If I transferred all my coins to one and then copied that wallet.dat to all the other machines would that do it? That would make my life a lot easier.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
No you didn't. Trying exactly my way means Ubuntu 13.04 x 64 bit.


Ah well sorry that is not possible since the server has already been running with centos for months and has websites hosted there so i can't really put ubuntu on it.
Was hoping there was a simple command change for centos to work.

Why on here is ubuntu so popular?? most hosts put centos on as default?
member
Activity: 112
Merit: 10
Independent Analyst
No you didn't. Trying exactly my way means Ubuntu 13.04 x 64 bit.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
You must have failed to compile, I guess you are running the low ram droplet. Try again, I updated the guide to include swapping:

which vps are you using?

i scrapped that now since it wasnt working. I am trying on my dedicated server however

apt-get does not work

and when i try yum install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y


i get

Loaded plugins: dellsysid, fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.sov.uk.goscomb.net
 * extras: mirrors.coreix.net
 * updates: mirror.as29550.net
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 3.7 MB     00:00
Setting up Install Process
No package build-essential available.
No package libssl-dev available.
No package libboost-all-dev available.
No package libdb5.3++-dev available.
Error: Nothing to do


so i'm guessing that yum install either wasnt correct or else libdb5.3++  etc does not work with centos 6.3 64bit?



Bro, if you want it work, just install it exactly as I did. I have had that exact same code running on three different VPS providers, including the big buy Amazon EC2

i tried your exact way but with centos 6.3 apt-get does not work it seems Sad
member
Activity: 112
Merit: 10
Independent Analyst
You must have failed to compile, I guess you are running the low ram droplet. Try again, I updated the guide to include swapping:

which vps are you using?

i scrapped that now since it wasnt working. I am trying on my dedicated server however

apt-get does not work

and when i try yum install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y


i get

Loaded plugins: dellsysid, fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.sov.uk.goscomb.net
 * extras: mirrors.coreix.net
 * updates: mirror.as29550.net
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 3.7 MB     00:00
Setting up Install Process
No package build-essential available.
No package libssl-dev available.
No package libboost-all-dev available.
No package libdb5.3++-dev available.
Error: Nothing to do


so i'm guessing that yum install either wasnt correct or else libdb5.3++  etc does not work with centos 6.3 64bit?



Bro, if you want it work, just install it exactly as I did. I have had that exact same code running on three different VPS providers, including the big buy Amazon EC2
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
You must have failed to compile, I guess you are running the low ram droplet. Try again, I updated the guide to include swapping:

which vps are you using?

i scrapped that now since it wasnt working. I am trying on my dedicated server however

apt-get does not work

and when i try yum install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y


i get

Loaded plugins: dellsysid, fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.sov.uk.goscomb.net
 * extras: mirrors.coreix.net
 * updates: mirror.as29550.net
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 3.7 MB     00:00
Setting up Install Process
No package build-essential available.
No package libssl-dev available.
No package libboost-all-dev available.
No package libdb5.3++-dev available.
Error: Nothing to do


so i'm guessing that yum install either wasnt correct or else libdb5.3++  etc does not work with centos 6.3 64bit?

full member
Activity: 137
Merit: 100
You must have failed to compile, I guess you are running the low ram droplet. Try again, I updated the guide to include swapping:

which vps are you using?
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
ok well on centos

apt-get is not a command it knows?  what to put on centos?  anyone here use centos ?

can someone edit the guide for centos, i think lots of people use centos on their servers even more than ubuntu?
Pages:
Jump to: