nmersulypnem
|
 |
July 19, 2013, 07:26:33 PM |
|
How can the sieve size be altered? I can't find any list of commands fro Primcoin-qt
Also, my currentblocktx seems to always be zero and rarely 1 - same with pooledtx. What does that mean?
primecoind --daemon -seivesize=2000000 Or whatever you need for seivesize. Does not have to be 2000000 I can't get the command to work in Primecoin-qt. I've tried the above and seivesize=2000000 You are spelling 'sievesize' wrong. If I'm getting 500pps and it takes 30secs for the network to solve a block, then what's the point of my have a sievesize of 2 million? Shouldn't it be more like ~20,000?
|
|
|
|
BitRock
|
 |
July 19, 2013, 07:36:18 PM |
|
You're welcome.  Feel free to donate. XD HP4 or HP5? HP4. Thanks. Does anyone know why I cannot stop primecoind? I tried everything for linux.. any ideas? primecoind stop I tried that, it goes to a blank screen. Should I remove gen=1 first? I think it still is running. try this sudo pkill primecoind
|
|
|
|
maco
|
 |
July 19, 2013, 07:59:08 PM |
|
try this sudo pkill primecoind
I tried that too.. primecoind stop error: no response from server Then when I go back to launch or watch it... i get this error: no response from server error: no response from server EDIT: now black screen... Using HP5
|
|
|
|
ivanlabrie
|
 |
July 19, 2013, 08:06:48 PM |
|
try this sudo pkill primecoind
I tried that too.. primecoind stop error: no response from server Then when I go back to launch or watch it... i get this error: no response from server error: no response from server EDIT: now black screen... Using HP5 Sounds like it never compiled properly...
|
|
|
|
xyzzy099
Legendary
Offline
Activity: 1067
Merit: 1098
|
 |
July 19, 2013, 08:08:29 PM |
|
try this sudo pkill primecoind
I tried that too.. primecoind stop error: no response from server Then when I go back to launch or watch it... i get this error: no response from server error: no response from server EDIT: now black screen... Using HP5 Are you sure it's running in server mode? Put 'server=1' in your conf file, or start it with the '-server' switch.
|
Libertarians: Diligently plotting to take over the world and leave you alone.
|
|
|
mikaelh (OP)
|
 |
July 19, 2013, 10:10:48 PM |
|
I've installed all the needed extras to run primecoind via apt-get install, then I just uploaded the primecoind program to /usr/local/bin and it worked like a charm. Is there any harm to this? It cuts the time of having to compile it each and every time.
The libgmp installed by apt-get may be sup-optimal for your CPU. My guide shows how to compile your own libgmp. Then you can grab libgmp.so.10 from /usr/local/bin and copy it to every instance.
|
|
|
|
notme
Legendary
Offline
Activity: 1904
Merit: 1002
|
 |
July 19, 2013, 10:15:00 PM |
|
I've installed all the needed extras to run primecoind via apt-get install, then I just uploaded the primecoind program to /usr/local/bin and it worked like a charm. Is there any harm to this? It cuts the time of having to compile it each and every time.
The libgmp installed by apt-get may be sup-optimal for your CPU. That's the biggest concern. But it's also easily solved by grabbing libgmp.so.10 from /usr/local/bin and placing it there on every instance you have. Thanks for your help mikaelh. I did the apt-get install libgmp.How do you grab the libgmp.so.10 from /usr/local/bin? Side note: how do you send all your coins to one address? Is it the sendmany command? Thanks! sendtoaddress address balance sendmany is to send to multiple addresses in a single transaction
|
|
|
|
mikaelh (OP)
|
 |
July 19, 2013, 10:28:38 PM |
|
I've installed all the needed extras to run primecoind via apt-get install, then I just uploaded the primecoind program to /usr/local/bin and it worked like a charm. Is there any harm to this? It cuts the time of having to compile it each and every time.
The libgmp installed by apt-get may be sup-optimal for your CPU. That's the biggest concern. But it's also easily solved by grabbing libgmp.so.10 from /usr/local/bin and placing it there on every instance you have. Thanks for your help mikaelh. I did the apt-get install libgmp.How do you grab the libgmp.so.10 from /usr/local/bin? Side note: how do you send all your coins to one address? Is it the sendmany command? Thanks! I meant from /usr/local/lib. Assuming that you have followed my guide on how to compile your own libgmp. Note that you also need to use my instructions for compiling primecoind after that to make sure that the binary is using libraries from /usr/local/lib.
|
|
|
|
vingaard
Legendary
Offline
Activity: 1246
Merit: 1011
|
 |
July 19, 2013, 11:37:44 PM |
|
Yihaaaaaa!!! Another block in only 5h using hp5 build in a i5-2500 @3.3GHz running at about 3500 pps!!! (I know that it's only luck but I don't mind... I'm happy!!!  )
|
|
|
|
arnuschky
|
 |
July 20, 2013, 02:28:24 AM |
|
So just compile my own libgmp and that's it?
EDIT: I Guess recompile primecoind then as well.
No need for that (that's the magic of dynamic linking). Just make sure that your primecoind uses the correct version: ldd /usr/loca/bin/primecoind | grep
This shows you if primecoind is dynamically loading the correct lib.
|
|
|
|
redphlegm
Sr. Member
  
Offline
Activity: 246
Merit: 250
My spoon is too big!
|
 |
July 20, 2013, 02:43:44 AM |
|
So just compile my own libgmp and that's it?
EDIT: I Guess recompile primecoind then as well.
No need for that (that's the magic of dynamic linking). Just make sure that your primecoind uses the correct version: ldd /usr/loca/bin/primecoind | grep
This shows you if primecoind is dynamically loading the correct lib. I think you mean ldd /usr/local/bin/primecoind | grep gmp
... assuming they copied primecoind to /usr/local/bin (which some may not have) in which case, if they're in the directory containing the primecoind binary: ldd ./primecoind | grep gmp
|
Whiskey Fund: (BTC) 1whiSKeYMRevsJMAQwU8NY1YhvPPMjTbM | (Ψ) ALcoHoLsKUfdmGfHVXEShtqrEkasihVyqW
|
|
|
rethaw
|
 |
July 20, 2013, 04:07:45 AM |
|
sudo ldconfig /usr/local/lib/libgmp* Try that and print the output of: ldd ./primecoind | grep gmp
|
|
|
|
maco
|
 |
July 20, 2013, 05:00:49 AM |
|
try this sudo pkill primecoind
I tried that too.. primecoind stop error: no response from server Then when I go back to launch or watch it... i get this error: no response from server error: no response from server EDIT: now black screen... Using HP5 Are you sure it's running in server mode? Put 'server=1' in your conf file, or start it with the '-server' switch. Thanks I will try that. Do I need to use local host up in config?
|
|
|
|
rethaw
|
 |
July 20, 2013, 05:49:23 AM |
|
sudo ldconfig /usr/local/lib/libgmp* Try that and print the output of: ldd ./primecoind | grep gmp What I got: libgmp.so.10 => /usr/local/lib/libgmp.so.10 (0x00007f5e53b24000) Changed ./primecoind to /usr/local/bin How do I know the custom gmp for my CPU is working as it should be if I've already installed primecoind? Thanks.  Now its pointing to the more recent libgmp. Let us know your results!
|
|
|
|
superfluouso
|
 |
July 20, 2013, 07:22:24 AM Last edit: July 20, 2013, 08:27:23 AM by superfluouso |
|
So..uh..my pps on all my systems just got hammered by like 20%...difficulty still at 8.99...anyone else notice this?
edit: Never mind - only lasted 5-10 minutes then went back to normal. Odd.
|
|
|
|
Tuck Fheman
|
 |
July 20, 2013, 07:31:43 AM |
|
anyone (other than me) tried sievesize=1000003 for the lulz?
will update later
|
|
|
|
PSL
Member

Offline
Activity: 166
Merit: 10
|
 |
July 20, 2013, 08:22:45 AM |
|
My ATOM CPU D525 running at 1.8GHz found a block; primespersec is about 450. This is lottery and my CPU had a lucky day... ;-)
|
|
|
|
mikaelh (OP)
|
 |
July 20, 2013, 11:50:33 AM |
|
I have released Linux binaries for -hp5.
Please note that my binaries were linked against Berkeley DB 4.8.30. Sunny King's original binaries are linked against version 4.8.24 which should be compatible. If you have compiled from source before, your database format may be incompatible with my binaries. Always make sure to backup your database files and your wallet first.
|
|
|
|
8bitPunk
Member

Offline
Activity: 70
Merit: 10
|
 |
July 20, 2013, 11:58:38 AM |
|
I have released Linux binaries for -hp5.
Please note that my binaries were linked against Berkeley DB 4.8.30. Sunny King's original binaries are linked against version 4.8.24 which should be compatible. If you have compiled from source before, your database format may be incompatible with my binaries. Always make sure to backup your database files and your wallet first.
Thanks Mikael! I've only compiled from source, so if I continue to do so then I don't have to worry about the Berkeley DB version?
|
BTC 18bPunkuginRBm1Xz9mcgj8mWJnHDAW5Th | Ł LTCgXEdyBdoQ9WdF6JHi7Pa2EWtzbDjG76 | Ψ ATEBiTLkLpAYeW5hQknUfSvnb7Abbgegku
|
|
|
jubalix
Legendary
Offline
Activity: 2688
Merit: 1029
|
 |
July 20, 2013, 12:08:22 PM |
|
what is the compile for libgmp?
|
|
|
|
|