Bitcoin Forum
May 05, 2024, 07:54:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 131 »
  Print  
Author Topic: [XPM] [ANN] Primecoin High Performance | HP14 released!  (Read 397583 times)
1l1l11ll1l
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile WWW
August 02, 2013, 02:38:00 AM
 #1461

I'm about to start renting dedicated servers by the dozen. I think that I found n4ru's special place...

Supposing a GPU miner comes up next week, how could I monetize the servers?




Care to share your settings?

1714895665
Hero Member
*
Offline Offline

Posts: 1714895665

View Profile Personal Message (Offline)

Ignore
1714895665
Reply with quote  #2

1714895665
Report to moderator
1714895665
Hero Member
*
Offline Offline

Posts: 1714895665

View Profile Personal Message (Offline)

Ignore
1714895665
Reply with quote  #2

1714895665
Report to moderator
1714895665
Hero Member
*
Offline Offline

Posts: 1714895665

View Profile Personal Message (Offline)

Ignore
1714895665
Reply with quote  #2

1714895665
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714895665
Hero Member
*
Offline Offline

Posts: 1714895665

View Profile Personal Message (Offline)

Ignore
1714895665
Reply with quote  #2

1714895665
Report to moderator
1714895665
Hero Member
*
Offline Offline

Posts: 1714895665

View Profile Personal Message (Offline)

Ignore
1714895665
Reply with quote  #2

1714895665
Report to moderator
Trillium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
August 02, 2013, 02:59:28 AM
 #1462

Is Primecoin pretty much cpu limited, or does memory speed play a big role as well?

My tests show that memory is not very important for primecoin. I believe its mostly CPU speed and cpu-cache that are important. However, inadvertently on most high end systems with fast processors you will also have fast RAM, especially true of gaming systems (less so on servers but they are different story because of ECC RAM).

BTC:1AaaAAAAaAAE2L1PXM1x9VDNqvcrfa9He6
LlamaMaster
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
August 02, 2013, 03:42:07 AM
 #1463

Is there any way to test mining performance with certain parameters aside from just waiting and seeing how many blocks you get?  I don't have a server farm, so it seems impossible for me to tell if changing a setting makes anything better.
blackboy
Member
**
Offline Offline

Activity: 109
Merit: 16



View Profile WWW
August 02, 2013, 03:58:49 AM
 #1464

I'm about to start renting dedicated servers by the dozen. I think that I found n4ru's special place...

Supposing a GPU miner comes up next week, how could I monetize the servers?



Care to share your settings?

I'm using dedicated servers from server4you with hp8 and ecoinomist instrumentation scripts. I think n4ru was using ovh.co.uk servers. I suspect that he rented a couple thousand of the cheapest servers. I didn't want to manage so many servers so I went bigger. I have another script to move immatures and a central wallet. I left all the settings at their default.


Resistance is futile. Embrace cryptocurrencies.
watchzerg
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
August 02, 2013, 06:41:31 AM
 #1465

hi,mikaelh. Since you joined the primecoin devteam, Will this high performance version merge into the trunk?
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 02, 2013, 09:20:53 AM
 #1466

Does hp8 compile with only 256mb of ram ?
idny
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
August 02, 2013, 09:35:30 AM
 #1467

I'm about to start renting dedicated servers by the dozen. I think that I found n4ru's special place...

Supposing a GPU miner comes up next week, how could I monetize the servers?



Care to share your settings?

I'm using dedicated servers from server4you with hp8 and ecoinomist instrumentation scripts. I think n4ru was using ovh.co.uk servers. I suspect that he rented a couple thousand of the cheapest servers. I didn't want to manage so many servers so I went bigger. I have another script to move immatures and a central wallet. I left all the settings at their default.



This script sounds interesting. I'll have to hunt it down.
I was moving coins manually like a noob!
Lyddite
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
August 02, 2013, 09:45:58 AM
 #1468

Does hp8 compile with only 256mb of ram ?

I noticed that at a certain point, probably when compiling main.cpp, compilation would fail due to lack of memory. The compiler was using about 600 Megs at the time believe.
The error from gcc didn't say anything about memory but dmesg showed a problem.

Code:
Out of memory: Kill process 10876 (cc1plus) score 949 or sacrifice child
Killed process 10876 (cc1plus) total-vm:615808kB, anon-rss:578368kB, file-rss:776kB

If you set up some swap space, perhaps a half a gig, hp8 should compile without problem.  I believe the extra memory is only needed for compiling main.cpp.

- Lyddite -
mikaelh (OP)
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


View Profile
August 02, 2013, 11:26:53 AM
Last edit: August 02, 2013, 01:32:28 PM by mikaelh
 #1469

hi,mikaelh. Since you joined the primecoin devteam, Will this high performance version merge into the trunk?

Well, the short answer is no. I will explain some of the reasons here.

Using GNU MP is a bit cumbersome because of the licensing. GMP is licensed under LGPL while Primecoin is licensed under its own conditional version of the MIT/X11 license. That means we would be forced to include GMP as an external library via dynamic linking. That would become a maintenance burden in the future when external miners are developed.

We also want the stock miner to be a good reference miner. That means we want to keep it simple so that people can see the math behind the algorithm. That doesn't mean there won't be any more optimizations added to the stock miner. I will probably port some optimizations from my miner to the stock miner. However, the stock miner is unlikely to be fully competitive with other miners.

I'm going to keep maintaining the high performance version for as long as it stays relevant. When we have reasonable external miner options, I will eventually stop developing my high performance tree.
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
August 02, 2013, 11:32:13 AM
 #1470

I was thinking that swap should do it.

Thx Lyddite !
blackboy
Member
**
Offline Offline

Activity: 109
Merit: 16



View Profile WWW
August 02, 2013, 12:26:01 PM
 #1471

Does hp8 compile with only 256mb of ram ?

No. Compile in a 1 gig of ram machine and then move the compiled script to your 512mb one.

Resistance is futile. Embrace cryptocurrencies.
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
August 02, 2013, 01:27:36 PM
 #1472

No tricks. 500 8-core opteron servers running mikhaels hp8.
I simply took the best scripts from this thread and used some recommendations from members.
Cloud you please share your primecoin.conf settings ... somehow is my 8-core Opteron processor hugely under-performing compared to my XEON quard core. :-/

Thx!

     one4many
blackboy
Member
**
Offline Offline

Activity: 109
Merit: 16



View Profile WWW
August 02, 2013, 01:32:57 PM
 #1473

No tricks. 500 8-core opteron servers running mikhaels hp8.
I simply took the best scripts from this thread and used some recommendations from members.
Cloud you please share your primecoin.conf settings ... somehow is my 8-core Opteron processor hugely under-performing compared to my XEON quard core. :-/

Thx!

     one4many

Just overclock it. Use mikhael's Linux build so the system uses the most adequate library for your processor.

Resistance is futile. Embrace cryptocurrencies.
gigawatt
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
August 02, 2013, 01:56:13 PM
 #1474

Does hp8 compile with only 256mb of ram ?

No. Compile in a 1 gig of ram machine and then move the compiled script to your 512mb one.

Sounds like somebody needs to make a swapfile.

This will make a 1GB swapfile so you can compile on < 512mb RAM.

Code:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
one4many
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500



View Profile
August 02, 2013, 01:58:13 PM
 #1475

No tricks. 500 8-core opteron servers running mikhaels hp8.
I simply took the best scripts from this thread and used some recommendations from members.
Cloud you please share your primecoin.conf settings ... somehow is my 8-core Opteron processor hugely under-performing compared to my XEON quard core. :-/

Thx!

     one4many

Just overclock it. Use mikhael's Linux build so the system uses the most adequate library for your processor.
Hmmm .... I get PrimesPerSEc: 5864  ... Chainspermin: 4 
Default settings .. no changes to conf file.

     one4many
gigawatt
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
August 02, 2013, 02:02:10 PM
 #1476

You could also use your wallet until addresses diverge or increase the keypool.

Could you elaborate on this?

BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
Pt0x
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
August 02, 2013, 02:12:45 PM
 #1477

When mining on multiple machines you can just use the same wallet on each of them can't you? I assume in that case, any block found would show as a deposit to the wallet on all of the machines at the same time.

Yep.. there's a script to move immature blocks around to have them on a central wallet. You could also use your wallet until addresses diverge or increase the keypool.

where I can find this script?

BTC: 17sz6AoYVpwXjaStmnVCsGTufUhvrAMhTw
blackboy
Member
**
Offline Offline

Activity: 109
Merit: 16



View Profile WWW
August 02, 2013, 02:22:24 PM
 #1478

You could also use your wallet until addresses diverge or increase the keypool.

Could you elaborate on this?

primecoind --daemon --keypool=10000

Resistance is futile. Embrace cryptocurrencies.
gigawatt
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
August 02, 2013, 02:30:09 PM
 #1479

You could also use your wallet until addresses diverge or increase the keypool.

Could you elaborate on this?

primecoind --daemon --keypool=10000

I get that part.  What did you mean about the addresses diverging?  As long as each node has the exact same wallet, that shouldn't be a problem, correct?

BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
notme
Legendary
*
Offline Offline

Activity: 1904
Merit: 1002


View Profile
August 02, 2013, 02:36:14 PM
 #1480

You could also use your wallet until addresses diverge or increase the keypool.

Could you elaborate on this?

primecoind --daemon --keypool=10000

I get that part.  What did you mean about the addresses diverging?  As long as each node has the exact same wallet, that shouldn't be a problem, correct?

The keypool size determines how many addresses are in the wallet.  When you share a wallet across computers, the wallets will diverge after the keypool that they have in common runs out.

https://www.bitcoin.org/bitcoin.pdf
While no idea is perfect, some ideas are useful.
Pages: « 1 ... 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 131 »
  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!