Pages:
Author

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

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:

Yes it didnt compile the first time. I am going to test on the dedicated server now because that vps is not any use. In fact in the first swap commands it said not permitted so i think the provider is a pest.
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:
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
yeah it's probably been disabled.

Oh well i will try my dedicated server and see what happens.

did anyone try this guide?

 

Try this, just wrote the guide:
http://ecoinomist.com/xpm-primecoin-mining-guide-on-linux


thanks, i'm going to give it a try Smiley

will this work ok on centos 6.3 64bit?  

I don't know, haven't tested, only installed it on Ubuntu and Debian and both worked.


actually it worked fine Smiley  however the server says disconnected now. i think the vps provider is not good. I try the dedicated one now with centos and see if that works.
member
Activity: 112
Merit: 10
Independent Analyst
full member
Activity: 122
Merit: 100
yeah it's probably been disabled.

Oh well i will try my dedicated server and see what happens.

did anyone try this guide?

apt-get install make
apt-get install git
git clone https://bitbucket.org/pankkake/mikaelh2-primecoin
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp-dev
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo “rpcuser=SomeUser
rpcpassword=SomethingReallyLong
gen=1″ > ~/.primecoin/primecoin.conf
sudo mv -f primecoind /usr/local/bin/.
primecoind –daemon -sievesize=200000
watch ‘primecoind listtransactions & primecoind getmininginfo’

it seems the guy didnt test it out and there are a few mistakes in there that stop it working?  someone told me this mikaelh2  version would work way better but i like a few others could not get that to work at all?  

Try this, just wrote the guide:
http://ecoinomist.com/xpm-primecoin-mining-guide-on-linux

Is that multiple machines using the same wallet ecoinomist? You are getting a crazy number of blocks for one machine.

Is it possible for multiple machines to share one wallet? How would I do that? copy the wallet.dat around?
legendary
Activity: 1039
Merit: 1005
Currently Primecoin seems to be set up with no transaction fees.
I don't know whether that will change when the network is swamped with transactions.
I think that since there is no rigid reduction of mining rewards, transaction fees are not needed to keep miners happy as with Bitcoin :-)

That the wallet doesn't show tx fee in the configuration is a bug. http://www.ppcointalk.org/index.php?topic=333.0

Ok, thanks for the clarification. I must admit I never tried to transfer the ~20 XPC that my aging i3 CPU mined when XPM was young :-)

Onkel Paul
hero member
Activity: 516
Merit: 500
CAT.EX Exchange
Currently Primecoin seems to be set up with no transaction fees.
I don't know whether that will change when the network is swamped with transactions.
I think that since there is no rigid reduction of mining rewards, transaction fees are not needed to keep miners happy as with Bitcoin :-)

That the wallet doesn't show tx fee in the configuration is a bug. http://www.ppcointalk.org/index.php?topic=333.0
legendary
Activity: 1241
Merit: 1020
No surrender, no retreat, no regret.
HP4 crashes on Linux every few hours. Another machine runs Windows and seems fine.

Code:
primecoind: checkqueue.h:167: CCheckQueueControl::CCheckQueueControl(CCheckQueue*) [with T = CScriptCheck]: Assertion `pqueue->nTotal == pqueue->nIdle' failed.
member
Activity: 112
Merit: 10
Independent Analyst
yeah it's probably been disabled.

Oh well i will try my dedicated server and see what happens.

did anyone try this guide?

 

Try this, just wrote the guide:
http://ecoinomist.com/xpm-primecoin-mining-guide-on-linux


thanks, i'm going to give it a try Smiley

will this work ok on centos 6.3 64bit? 

I don't know, haven't tested, only installed it on Ubuntu and Debian and both worked.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
yeah it's probably been disabled.

Oh well i will try my dedicated server and see what happens.

did anyone try this guide?

 

Try this, just wrote the guide:
http://ecoinomist.com/xpm-primecoin-mining-guide-on-linux


thanks, i'm going to give it a try Smiley

will this work ok on centos 6.3 64bit? 
member
Activity: 182
Merit: 10
average right now I'm seeing is  1 block per day for each ~3K PPS. A little more than cost of electricity on a standard PC.

Annnnnnnnnnnnd now the difficulty has changed ridiculous level since  even 2 days ago. 
member
Activity: 112
Merit: 10
Independent Analyst
yeah it's probably been disabled.

Oh well i will try my dedicated server and see what happens.

did anyone try this guide?

apt-get install make
apt-get install git
git clone https://bitbucket.org/pankkake/mikaelh2-primecoin
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp-dev
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo “rpcuser=SomeUser
rpcpassword=SomethingReallyLong
gen=1″ > ~/.primecoin/primecoin.conf
sudo mv -f primecoind /usr/local/bin/.
primecoind –daemon -sievesize=200000
watch ‘primecoind listtransactions & primecoind getmininginfo’

it seems the guy didnt test it out and there are a few mistakes in there that stop it working?  someone told me this mikaelh2  version would work way better but i like a few others could not get that to work at all? 

Try this, just wrote the guide:
http://ecoinomist.com/xpm-primecoin-mining-guide-on-linux
member
Activity: 95
Merit: 10
That guy, you know, with the face
Can anyone tell me how to read the primemeter lines in debug.log? What do the three values, prime/h, test/h, and 5-chains/h measure and which one is the best performance indicator?

Mikaelh said that 5-chains/h is the best measure of performance since 5-chains/h is more on par with the 8-chains [soon to be 9-chains] that we are mining to find blocks.

prime/h = 1-chains and he said test/h doesn't give much info at all.
full member
Activity: 122
Merit: 100
Can anyone tell me how to read the primemeter lines in debug.log? What do the three values, prime/h, test/h, and 5-chains/h measure and which one is the best performance indicator?
newbie
Activity: 9
Merit: 0
I had to pay transactions fees when I transferred some XPM (using primecoind). The first time it was because the coins were too new (0.01 XPM fee) and the second time because the transaction was big (200 XPM, 0.02 XPM fee).
legendary
Activity: 1039
Merit: 1005
Currently Primecoin seems to be set up with no transaction fees.
I don't know whether that will change when the network is swamped with transactions.
I think that since there is no rigid reduction of mining rewards, transaction fees are not needed to keep miners happy as with Bitcoin :-)

Onkel Paul
hero member
Activity: 820
Merit: 1000
hi,

if I mine on linux do I have to pay mining fees's when I send?

also if I send from the QT (non mining) do I have to pay fees of 0.01 to get it processed

what happens if no fees are paid

1) only if you configure them
2) only if you configure them
3) in theory the transaction will be slower.  however i didn't even realise that i didnt have any fees configured and my transactions are pretty quick
legendary
Activity: 2618
Merit: 1022
hi,

if I mine on linux do I have to pay mining fees's when I send?

also if I send from the QT (non mining) do I have to pay fees of 0.01 to get it processed

what happens if no fees are paid
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
yeah it's probably been disabled.

Oh well i will try my dedicated server and see what happens.

did anyone try this guide?

apt-get install make
apt-get install git
git clone https://bitbucket.org/pankkake/mikaelh2-primecoin
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp-dev
cd ~/primecoin/src
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo “rpcuser=SomeUser
rpcpassword=SomethingReallyLong
gen=1″ > ~/.primecoin/primecoin.conf
sudo mv -f primecoind /usr/local/bin/.
primecoind –daemon -sievesize=200000
watch ‘primecoind listtransactions & primecoind getmininginfo’

it seems the guy didnt test it out and there are a few mistakes in there that stop it working?  someone told me this mikaelh2  version would work way better but i like a few others could not get that to work at all? 
legendary
Activity: 1946
Merit: 1035
this part

sudo swapon /swapfile

gives a not allowed message on my server?

It probably means that your VPS provider has disabled it for some reason, especially for Linux if it is based on kernel-level isolation as opposed to a "real" (OS-agnostic) hypervisor.

I would increase (boost) the RAM size to 1 GB to work around the problem while compiling, then set it back to 512 MB.
Pages:
Jump to: