Bitcoin Forum
April 24, 2024, 06:56:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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]
1921  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: December 25, 2013, 03:57:41 PM
Hello mikaelh, i have checked debug.log on all servers, no errors. They are not using the same wallet.dat file. Haveged package is installed on all instances to ensure entropy/no duplicate work. They are all synced with the network. If sieve options are not causing the issue the only thing i have not done is recreate peers.dat file to get a fresh list of nodes on every server. Would it be better to point all mining servers to one under my control, with a -connect= flag in the config or leave node selection default ?

I have switched them all to mining litecoin since my last post but will soon switch them back. Let me know If there is anything else you'd like me to test.

If every miner is using a separate wallet, then you shouldn't have issues with running out of pre-generated keys. If your wallets are encrypted, then you may run out of keys because the wallet needs to be unlocked before new keys can be generated.

Connectivity is also important because mining will stop if the wallet loses all connections. Using the -connect parameter is probably a bad idea because it introduces a single point of failure. If your central node crashes, then all the slave nodes lose connectivity. You should use -addnode if you want to have a central node.

I looked at the code a bit and I spotted a potential issue with shared wallet mining. The issue is that N mining threads are probably using the first N keys available in the wallet. If multiple machines are using the same wallet, they may be trying to solve the same block if the timestamp and the extra nonce are the same. I can write a fix for that but it's unlikely to help you since you're using separate wallets.

That's all the ideas I have currently.

We use separate wallets + they were all generated using -keypool=5000 , so each can hold up to 5000 transactions. Now the important part :
Just before i switched back to XMP mining i came accross a post about haveged!: https://bitcointalk.org/index.php?topic=255782.msg2899987#msg2899987

I killed it on all servers, started mining, and in less than one hour 1 block found. Now how does that explain found blocks before 22. Dec - well i do recall killing haveged manually on all servers on several occasions so
it most probably was not running on all servers. What i do know for sure is that all servers were rebooted on 22. Dec and several times after, chkconfig shows haveged as on so it started automatically.

I will post an update tomorrow.

Regarding conectivity, if wallet loses all connections, wouldnt it be trying to reconnect indefinitely, using peers.dat file ? I've had machines lose conectivity for hours and reconnect just fine.










1922  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: December 25, 2013, 11:16:35 AM
18. Dec - 8 blocks, 19. Dec 9 blocks, 20. Dec. 6 blocks, 21 Dec. 8 blocks, 22. Dec - 2 blocks, 23 Dec - 0 blocks, 24. Dec. 0 blocks, 25. Dec - 0 blocks ...

Must be due to sieveextensions, sievepercentage and sievesize values or hp11 client itself ?

Difficulty 10 started on the 15th of December. Your data shows that your mining results dropped to zero about one week after that. I don't really see why that would happen like that.

It's probably a good idea to also check that your miners and machines haven't crashed for some other reason.

Hello mikaelh, i have checked debug.log on all servers, no errors. They are not using the same wallet.dat file. Haveged package is installed on all instances to ensure entropy/no duplicate work. They are all synced with the network. If sieve options are not causing the issue the only thing i have not done is recreate peers.dat file to get a fresh list of nodes on every server. Would it be better to point all mining servers to one under my control, with a -connect= flag in the config or leave node selection default ?

I have switched them all to mining litecoin since my last post but will soon switch them back. Let me know If there is anything else you'd like me to test.
1923  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: December 25, 2013, 12:54:33 AM
We have not found a single block in the last 48 hours on a server cluster that used to find 7-10 blocks a day. Could it be due to bad default settings ? How to optimize settings for 10 difficulty, what should be used as sieveextensions, sievepercentage and sievesize ?

That is down by a factor of ~20. You didn't say when you found 10 blocks a day. Current difficulty is 0.35%*(1-0.17)*CPD_of_9ch, which is about 20 times more difficult when diff=9.94 (end of October and around Nov 24).

18. Dec - 8 blocks, 19. Dec 9 blocks, 20. Dec. 6 blocks, 21 Dec. 8 blocks, 22. Dec - 2 blocks, 23 Dec - 0 blocks, 24. Dec. 0 blocks, 25. Dec - 0 blocks ...

Must be due to sieveextensions, sievepercentage and sievesize values or hp11 client itself ?
1924  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: December 24, 2013, 07:33:40 PM
We have not found a single block in the last 48 hours on a server cluster that used to find 7-10 blocks a day. Could it be due to bad default settings ? How to optimize settings for 10 difficulty, what should be used as sieveextensions, sievepercentage and sievesize ?
1925  Other / Beginners & Help / New Litecoin miner @ 2800kh/s on: December 24, 2013, 02:43:39 PM
Hello!

Due to the recent spike in XPM difficulty i've decided to give litecoin a try. Solo mining at 2800kh/s, hope to get lucky and find a block before the end of the year.

Couple of questions :

My setup is as follows : 60 miners(all E3-1230v2 cpus) all getting work from a server running litecoind wallet. Just to confirm, once a block is found by the miners, will it be deposited into the wallet
of the server running litecoind daemon and wallet ? I dont need a wallet on every machine running minerd, do I?
minerd command line used : minerd -a scrypt -t 8 -o http://xxxdaemonserverwithencryptedwallet -O cre:dentials.

What is written in debug.log of the litecoind server once a block is found ?

Thanks!


Pages: « 1 ... 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]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!