Bitcoin Forum
April 19, 2024, 01:33:03 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  Print  
Author Topic: [XPM]unofficial jhPrimeminer thread  (Read 180163 times)
rdebourbon
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
August 22, 2013, 08:51:40 PM
 #501

I've posted a new beta v3.1 that removes the hard coded share values. Share value now only reported on block summary.

I've also created a single dropbox folder for all my releases now - so only a single link to check:
https://www.dropbox.com/sh/sq24hzo993afy9c/l7icP0KiuM

No performance difference to beta v3 only the display update.

Due to many requests I've done AVX and XP-x64 builds of 3.1.. These are both available in the same dropbox folder as before. https://www.dropbox.com/sh/sq24hzo993afy9c/l7icP0KiuM

I can't test the AVX build directly so do not know if its working properly.. XP-x64 should be good though.

Let me know if there's any issues..

XPM:AUwKMCYCacE6Jq1rsLcSEHSNiohHVVSiWv LTC:LV7VHT3oGWQzG9EKjvSXd3eokgNXj6ciFE BTC:1Fph7y622HJ5Cwq4bkzfeZXWep2Jyi5kp7
1713490383
Hero Member
*
Offline Offline

Posts: 1713490383

View Profile Personal Message (Offline)

Ignore
1713490383
Reply with quote  #2

1713490383
Report to moderator
1713490383
Hero Member
*
Offline Offline

Posts: 1713490383

View Profile Personal Message (Offline)

Ignore
1713490383
Reply with quote  #2

1713490383
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713490383
Hero Member
*
Offline Offline

Posts: 1713490383

View Profile Personal Message (Offline)

Ignore
1713490383
Reply with quote  #2

1713490383
Report to moderator
monsterer
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000


View Profile
August 22, 2013, 09:16:51 PM
 #502

Anyone know why this takes more CPU time when you nohup it?

I've got it running on two threads - when running normally, it uses 200% CPU, but when I nohup it with the exact same parameters it uses 300%.

Can't figure it out...
mechs
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
August 22, 2013, 09:39:26 PM
 #503

I've posted a new beta v3.1 that removes the hard coded share values. Share value now only reported on block summary.

I've also created a single dropbox folder for all my releases now - so only a single link to check:
https://www.dropbox.com/sh/sq24hzo993afy9c/l7icP0KiuM

No performance difference to beta v3 only the display update.

Due to many requests I've done AVX and XP-x64 builds of 3.1.. These are both available in the same dropbox folder as before. https://www.dropbox.com/sh/sq24hzo993afy9c/l7icP0KiuM

I can't test the AVX build directly so do not know if its working properly.. XP-x64 should be good though.

Let me know if there's any issues..
How is XP-x64 different from regular x64?  Is XP an instruction set?
rdebourbon
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
August 22, 2013, 10:53:58 PM
 #504

I've posted a new beta v3.1 that removes the hard coded share values. Share value now only reported on block summary.

I've also created a single dropbox folder for all my releases now - so only a single link to check:
https://www.dropbox.com/sh/sq24hzo993afy9c/l7icP0KiuM

No performance difference to beta v3 only the display update.

Due to many requests I've done AVX and XP-x64 builds of 3.1.. These are both available in the same dropbox folder as before. https://www.dropbox.com/sh/sq24hzo993afy9c/l7icP0KiuM

I can't test the AVX build directly so do not know if its working properly.. XP-x64 should be good though.

Let me know if there's any issues..
How is XP-x64 different from regular x64?  Is XP an instruction set?

Its built for Windows XP x64 /2003 which uses a different platform toolset..

XPM:AUwKMCYCacE6Jq1rsLcSEHSNiohHVVSiWv LTC:LV7VHT3oGWQzG9EKjvSXd3eokgNXj6ciFE BTC:1Fph7y622HJ5Cwq4bkzfeZXWep2Jyi5kp7
monsterer
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000


View Profile
August 23, 2013, 07:05:28 AM
 #505

Anyone know why this takes more CPU time when you nohup it?

I've got it running on two threads - when running normally, it uses 200% CPU, but when I nohup it with the exact same parameters it uses 300%.

Can't figure it out...

I think I've figured out what is going on - the miner is constantly doing a readline() from the console for accepting user commands, if you detach the process this causes the CPU to spike massively. For increased performance and ease of use, I recommend ditching the readline() at runtime, just have the options settable only via command line args Smiley
CoinBuzz
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
August 23, 2013, 08:22:41 AM
 #506

I think I've figured out what is going on - the miner is constantly doing a readline() from the console for accepting user commands, if you detach the process this causes the CPU to spike massively. For increased performance and ease of use, I recommend ditching the readline() at runtime, just have the options settable only via command line args Smiley

+1

Join ASAP: FREE BITCOIN
busoni
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Owner of Poloniex


View Profile
August 23, 2013, 05:37:01 PM
 #507

When people talk about reduced performance under Wine, are they running the 64-bit version under Wine64?

Poloniex.com - Fast crypto exchange with margin trading, advanced charts, and stop-limit orders
clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
August 23, 2013, 07:13:02 PM
 #508

When people talk about reduced performance under Wine, are they running the 64-bit version under Wine64?
I think the big difference is when running 32bit wine. Mine seemed to perform pretty well using wine64. Probably not as well as the linux version, but close.
monsterer
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000


View Profile
August 23, 2013, 08:05:43 PM
 #509

Difficulty doesn't seem to have numerically changed that much in a coupe of weeks, but two weeks ago I mined 20 coins in a weekend solo. Last week zero. Yesterday switched to pool mining and so far got not even 0.5 XPM mined in 1.5 days!

Seems like tiny numerical changes in difficulty mean big big changes in computational effort required.
Asphyxiated
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
August 23, 2013, 08:27:02 PM
 #510

anyone else get -worse- performance on 64bit linux by compiling the sources yourself for linux? If i compile the source and run the linux ELF binary i get about 4500 pps, if I run version 7.1 (need to update so i get the right share value shown though) through 64-bit wine I get about 7200 pps.... although with the linux version it actually takes about 5 minutes to "auto-configure" the sieving while the windows version doesn't say anything about this to me, that is the configuring part, it does say that auto-config is on.

Just curious...
matt4054
Legendary
*
Offline Offline

Activity: 1946
Merit: 1035



View Profile
August 23, 2013, 08:49:39 PM
 #511

anyone else get -worse- performance on 64bit linux by compiling the sources yourself for linux? If i compile the source and run the linux ELF binary i get about 4500 pps, if I run version 7.1 (need to update so i get the right share value shown though) through 64-bit wine I get about 7200 pps.... although with the linux version it actually takes about 5 minutes to "auto-configure" the sieving while the windows version doesn't say anything about this to me, that is the configuring part, it does say that auto-config is on.

Just curious...

You should probably check 6, preferably 7+ chains per hour over a couple of hours for a descent comparison. Primes per second has been proven to be an inaccurate performance index numerous times Wink
zax983
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
August 23, 2013, 09:17:07 PM
 #512

upf... the pool was totaly fucked... it's time for any good working solo miner !!!

FoldingTime
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
August 23, 2013, 09:54:53 PM
 #513

upf... the pool was totaly fucked... it's time for any good working solo miner !!!
The pool had a small maintenance outage - no big deal.
tinnvec
Newbie
*
Offline Offline

Activity: 54
Merit: 0



View Profile
August 23, 2013, 11:48:11 PM
 #514

anyone else get -worse- performance on 64bit linux by compiling the sources yourself for linux? If i compile the source and run the linux ELF binary i get about 4500 pps, if I run version 7.1 (need to update so i get the right share value shown though) through 64-bit wine I get about 7200 pps.... although with the linux version it actually takes about 5 minutes to "auto-configure" the sieving while the windows version doesn't say anything about this to me, that is the configuring part, it does say that auto-config is on.

Just curious...

You should probably check 6, preferably 7+ chains per hour over a couple of hours for a descent comparison. Primes per second has been proven to be an inaccurate performance index numerous times Wink

You can also use 4 and 5 chains per hour to determine possibilities for higher chains.
For instance, one of my machines with an AMD Phenom II X4 910 pulls about 5195.19 4ch/h and 499.58 5ch/h.
Using the following maths, you can get a decent idea of higher chains:
Code:
5195.19 / 499.58 = 10.399 (truncated for ease)
6ch.h: 499.58 / 10.399 = 48.04 (41.90 is my real measurement)
7ch: 48.04 / 10.399 = 4.62 (3.95 is real number)
8ch: 4.62 / 10.399 = 0.44 (0.62 is real number)
and so on
mhps
Hero Member
*****
Offline Offline

Activity: 516
Merit: 500


CAT.EX Exchange


View Profile
August 24, 2013, 12:41:12 AM
 #515

I have seen twice that my newly found 8-chains share not showing in "share value" display on the upper right of the ypool's page. Both times the display responded to 6-chains and 7-chains like clockwork. So it was not a problem with network or pool's down time. The XPM column in the personal stat page didn't have any change more than 0.001 after the above 8-chains were found.  Not all 8-chains are missing. Often they do get counted.  (Because my 8-chain/h is less than 1, most times it is the 6-chain/7-chains that contribute to the XPM column. So once an 8-chain is found you can see the result in  the XPM column, if it gets counted.)

I am wondering what was happening. I am using one of the unofficial miners. Is it possible that the miner is secretly sending some of the more valuabe shares to another account?




|(
▄▄██████████▄▄
▄██████████████████▄
▄█████▀ ▀█████▀ ▀██████▄
██████ ███ ▀▀▀ ███ ███████
██████▀▄███████████▄▀███████
███████ █████████████ ████████
███████ █████████████ ████████
████████▄▀█████████▀▄█████████
██████████▄ █████ ▄█▀▄▄▄▀█████
██████████ ████▌▐█ █▀▄█ ████
████████▌▐█████ █▌▐█▄▄████
▀█████▀ ██████▄ ▀ █████▀
▀██████████████████▀
▀▀██████████▀▀
)(.
)
▌   ANNOUNCE THREAD   ▌▐   BOUNTY   ▐
TWITTER  |  FACEBOOK  |  TELEGRAM  |  DISCORD
(((((((   MOBILE APP [ ANDROID / IOS ]   )))))))
)
tinnvec
Newbie
*
Offline Offline

Activity: 54
Merit: 0



View Profile
August 24, 2013, 01:46:11 AM
 #516

I have seen twice that my newly found 8-chains share not showing in "share value" display on the upper right of the ypool's page. Both times the display responded to 6-chains and 7-chains like clockwork. So it was not a problem with network or pool's down time. The XPM column in the personal stat page didn't have any change more than 0.001 after the above 8-chains were found.  Not all 8-chains are missing. Often they do get counted.  (Because my 8-chain/h is less than 1, most times it is the 6-chain/7-chains that contribute to the XPM column. So once an 8-chain is found you can see the result in  the XPM column, if it gets counted.)

I am wondering what was happening. I am using one of the unofficial miners. Is it possible that the miner is secretly sending some of the more valuabe shares to another account?

More than likely what is happening (and you can verify this by keeping an eye on your miner's output) is that those shares end up invalid for some reason. Most often (for me) the cause of this is finding a share right as a block is solved, causing the share to become outdated.
clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
August 24, 2013, 05:53:18 AM
 #517

anyone else get -worse- performance on 64bit linux by compiling the sources yourself for linux? If i compile the source and run the linux ELF binary i get about 4500 pps, if I run version 7.1 (need to update so i get the right share value shown though) through 64-bit wine I get about 7200 pps.... although with the linux version it actually takes about 5 minutes to "auto-configure" the sieving while the windows version doesn't say anything about this to me, that is the configuring part, it does say that auto-config is on.

Just curious...
The auto configure I think is messed up, and if you are using a version that fits it on start up, you might want to do a git pull in the directory and compile it again. He got rid of it auto tuning and it still accept your -c to manually set the L1CacheSize. I suggest checking what your cpu l1 data cache size per cpu is and use that for -c and see if it's better. Was much better for me.
clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
August 24, 2013, 05:54:43 AM
 #518

I have seen twice that my newly found 8-chains share not showing in "share value" display on the upper right of the ypool's page. Both times the display responded to 6-chains and 7-chains like clockwork. So it was not a problem with network or pool's down time. The XPM column in the personal stat page didn't have any change more than 0.001 after the above 8-chains were found.  Not all 8-chains are missing. Often they do get counted.  (Because my 8-chain/h is less than 1, most times it is the 6-chain/7-chains that contribute to the XPM column. So once an 8-chain is found you can see the result in  the XPM column, if it gets counted.)

I am wondering what was happening. I am using one of the unofficial miners. Is it possible that the miner is secretly sending some of the more valuabe shares to another account?

More than likely what is happening (and you can verify this by keeping an eye on your miner's output) is that those shares end up invalid for some reason. Most often (for me) the cause of this is finding a share right as a block is solved, causing the share to become outdated.
What it looks like to me is that if you get a large chain, it doesn't register as a share, but makes subsequent shares worth more for a while
CoinBuzz
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
August 24, 2013, 08:15:35 AM
 #519

I need mumus v7.1 for 32bit windows (that can be run under linux wine).

Anyone can provide me that version?

newly compiled 32bit linux version from https://github.com/tandyuk/jhprimeminer

his addresses to donate to/thank him are
XPM: AYwmNUt6tjZJ1nPPUxNiLCgy1D591RoFn4
BTC: 1P6YrvFkwYGcw9sEFVQt32Cn7JJKx4pFG2

https://dl.dropboxusercontent.com/u/105316582/jhprimeminerRDEBeta3-32.gz

Here's a 64bit version, too

https://dl.dropboxusercontent.com/u/105316582/jhprimeminer-RDEbeta3.gz

Seems to be a lot better than running under wine, at least the 64bit version. I only have access to a 32bit virtual machine atm that i compiled it on, and it didn't seem to perform very well, but try it out and let us know how it does. It's still rough. Keyboard input is weird. Have to type a letter and hit enter, and some don't map the same as the wine version. he'll be working on it tomorrow i think.

Thanks,
I'm working to compile tandyuk version on my BAMT machine.

BTW, your 32bit version could not be run under wine.

Join ASAP: FREE BITCOIN
clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
August 24, 2013, 10:04:06 AM
 #520

I need mumus v7.1 for 32bit windows (that can be run under linux wine).

Anyone can provide me that version?

newly compiled 32bit linux version from https://github.com/tandyuk/jhprimeminer

his addresses to donate to/thank him are
XPM: AYwmNUt6tjZJ1nPPUxNiLCgy1D591RoFn4
BTC: 1P6YrvFkwYGcw9sEFVQt32Cn7JJKx4pFG2

https://dl.dropboxusercontent.com/u/105316582/jhprimeminerRDEBeta3-32.gz

Here's a 64bit version, too

https://dl.dropboxusercontent.com/u/105316582/jhprimeminer-RDEbeta3.gz

Seems to be a lot better than running under wine, at least the 64bit version. I only have access to a 32bit virtual machine atm that i compiled it on, and it didn't seem to perform very well, but try it out and let us know how it does. It's still rough. Keyboard input is weird. Have to type a letter and hit enter, and some don't map the same as the wine version. he'll be working on it tomorrow i think.

Thanks,
I'm working to compile tandyuk version on my BAMT machine.

BTW, your 32bit version could not be run under wine.
These are native linux builds, not something to run in wine.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  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!