Bitcoin Forum
April 24, 2024, 04:04:00 AM *
News: Latest Bitcoin Core release: 27.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)
kuusj98
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000


I <3 VW Beetles


View Profile
July 29, 2013, 03:54:19 PM
Last edit: July 29, 2013, 04:14:57 PM by kuusj98
 #61

Errm, why does this thing close immediatly for me?
64Bit W8 Pro, launched normal, and every other option but closes upon opening...

EDIT: Okay, I made a .bat, but now it "Has stopped working" upon launching...
am I missing something?
Also, what do you guess a good number for a Phenon ii x4 965BE (@4.3Ghz if that matters), I currently have it at 2.000.000.0.

EDIT 2: I think I found the problem, if you don't define a Pass/Udername, it crashes, I'm going to make an account on ypool for a minute..

EDIT 3: SHE's ALIVE! ~32.000 PPS, is that alright for my CPU?
1713931440
Hero Member
*
Offline Offline

Posts: 1713931440

View Profile Personal Message (Offline)

Ignore
1713931440
Reply with quote  #2

1713931440
Report to moderator
1713931440
Hero Member
*
Offline Offline

Posts: 1713931440

View Profile Personal Message (Offline)

Ignore
1713931440
Reply with quote  #2

1713931440
Report to moderator
1713931440
Hero Member
*
Offline Offline

Posts: 1713931440

View Profile Personal Message (Offline)

Ignore
1713931440
Reply with quote  #2

1713931440
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713931440
Hero Member
*
Offline Offline

Posts: 1713931440

View Profile Personal Message (Offline)

Ignore
1713931440
Reply with quote  #2

1713931440
Report to moderator
1713931440
Hero Member
*
Offline Offline

Posts: 1713931440

View Profile Personal Message (Offline)

Ignore
1713931440
Reply with quote  #2

1713931440
Report to moderator
pyromaniac
Hero Member
*****
Offline Offline

Activity: 639
Merit: 500



View Profile
July 29, 2013, 04:39:41 PM
 #62


EDIT 3: SHE's ALIVE! ~32.000 PPS, is that alright for my CPU?
Absolutely! I have around 55 k on my i7 2600k. So it's definitely normal result.

cabin
Sr. Member
****
Offline Offline

Activity: 604
Merit: 250


View Profile
July 29, 2013, 04:47:44 PM
Last edit: July 30, 2013, 04:11:44 PM by cabin
 #63

Last Update July 30th: https://www.dropbox.com/s/szayx15skhevv7x/jhPrimeminer.zip

I've tried some different settings that worked well for me:

jhPrimeMiner.exe -h 8 -s 1500000 -o http://ypool.net:10034 -u cabin.xpm_1 -p x

---- New Block: 89831 - Diff: 9.25495 / 5.800000 PrimorialMultiplier: 41
---- Total/Valid shares: [ 236 / 240 ] 6CH_count: 68 - 7CH_count: 7 - Max: 8.42722
═══════════════════════════════════════════════════════════════
Val/h 7.69 - SPH: 74.62 - 5ch/h: 275 - PPS: 1406 Best: 5.09 Avg: 5.24


But I'll be away and won't be doing any more builds for a while so if the -h proves useful maybe Mumus can add it into his builds. nSieveDepth is used in the sieve weave at the bottom of prime.cpp:
https://www.dropbox.com/s/32tvjs9xays96ir/primecoinMiner_diffMumu.zip

also there is a line:
//printf("U");

that would print out when the sieve needs to be torn down and rebuilt.. I suspect this sucks tons of time and I've been trying to minimize it with various combinations of settings.
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
July 29, 2013, 06:15:13 PM
 #64

I've tried some different settings that worked well for me:

jhPrimeMiner.exe -d 5 -h 7

duo core 2.9GHz
Valid share found![ 55 / 55 ] Mon Jul 29 12:45:48 2013
Val/h: 3.17 Shares/h: 64.2 - 5ch/h: 210.1 - PPS: 1415 - Len: 5.80/7.68 5.13

But I'll be away and won't be doing any more builds for a while so if the -h an -d params prove useful maybe Mumus can add them into his builds. They are both used in the sieve weave at the bottom here:

https://www.dropbox.com/s/f39cxsus0u6xary/prime2.cpp
nSieveDepth and nSieveDivisor

also there is a line:
//printf("U");

that would print out when the sieve needs to be torn down and rebuilt.. I suspect this sucks tons of time and I've been trying to minimize it with various combinations of settings.

I'll review the code and I'll include what I think it's important. I'm planning to do also an auto adjustment on the SievePercentage (you call it nSieveDivisor).
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
July 29, 2013, 08:37:06 PM
 #65

The most recent version (v3) includes the following:

Add -d (SievePercentage) & -primes (SievePrimeLimit) command line parameters that can be used for more tweaking.
SievePercentage  ranges from 1 - 100, recommended is around 10 (default is Cool. It limits how many base primes are used to filter out candidate multipliers in the sieve

The idea of SievePrimeLimit was taken from the latest official jhPrimeMiner source. The default value is equal to MaxSieveSize which I still recommend.

Changed the sampling time for the multiplier auto adjustment to 10 sec.

Download link for the 64bit binaries: https://www.dropbox.com/s/tauj21tvm06xk7y/jhPrimeminer-GMP-v3.zip
Source: https://github.com/hg5fm/jhPrimeminer

SievePercentage is similar to cabin's '-d' (SieveDivisor) parameter but it's using percentage instead of division of the sieve size. (ex: '-d 100' is equivalent to '-d 1' in cabins build,  50 = 2,  25=4 and so on)
bcp19
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
July 29, 2013, 10:54:46 PM
 #66

ypool reposts the release of version .35

I do not suffer fools gladly... "Captain!  We're surrounded!"
I embrace my inner Kool-Aid.
gatra
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
July 29, 2013, 11:03:55 PM
 #67

ypool reposts the release of version .35
and again... new binaries, no updated sources...


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
Kouye
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


Cuddling, censored, unicorn-shaped troll.


View Profile
July 29, 2013, 11:06:52 PM
 #68

In the meantime, I'm solo-mining with 300pps and I got 2 blocks last week.  Smiley
Have fun!

[OVER] RIDDLES 2nd edition --- this was claimed. Look out for 3rd edition!
I won't ever ask for a loan nor offer any escrow service. If I do, please consider my account as hacked.
forsetifox
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
July 29, 2013, 11:16:16 PM
 #69

In the meantime, I'm solo-mining with 300pps and I got 2 blocks last week.  Smiley
Have fun!

Isn't this restricted to using the pool? I've tried several versions and they crash if you try to solo mine.
jh00
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
July 29, 2013, 11:48:08 PM
 #70

and again... new binaries, no updated sources...
Can't you just wait even a few minutes? I usually release the binaries first, upload them on ypool.net, maybe try some other stuff out and then push the source to the github.

Isn't this restricted to using the pool? I've tried several versions and they crash if you try to solo mine.
Currently yes, only pool mining. Solo mining support is planned.
bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
July 29, 2013, 11:52:09 PM
 #71

In the meantime, I'm solo-mining with 300pps and I got 2 blocks last week.  Smiley
Have fun!

Isn't this restricted to using the pool? I've tried several versions and they crash if you try to solo mine.


How do you solo mine using this jhprimeminer?
gatra
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
July 30, 2013, 12:01:51 AM
 #72

and again... new binaries, no updated sources...
Can't you just wait even a few minutes? I usually release the binaries first, upload them on ypool.net, maybe try some other stuff out and then push the source to the github.

hehe, ok, that was fast, I'm sorry
I have an optimization that I wanted to apply, so that's why I wanted sources.
I'll just give it to you so you can include it in next versions: in prime2.cpp
this:
Code:
nSolvedMultiplier = ((fixedInverseU64) * (pU64 + 1ULL)) % pU64;
is the same as this:
Code:
nSolvedMultiplier = fixedInverseU64;
because pU64 is obviously 0 modulo pU64, and fixedInverseU64 is already less than pU64


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
Kouye
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


Cuddling, censored, unicorn-shaped troll.


View Profile
July 30, 2013, 12:05:34 AM
 #73

No, I'm running the hp8 on a very low end loaned virtual machine.

7e64d60c73d284a0d9095765e14a8b528f5866fc9ab6b05ba98964d9fd3f30eb
5c29b461e31980239373c3e27d0189ae032163e593d454a34fa5ad3e5ef2ea84

Those are the txid for the 2 blocks I mined last week.

Just stating I feel much more confortable running source code I compiled myself and has proven quite efficient, given my cpu power, than running precomîled binaries working for a pool, with a x10 speed increase. Cheesy


[OVER] RIDDLES 2nd edition --- this was claimed. Look out for 3rd edition!
I won't ever ask for a loan nor offer any escrow service. If I do, please consider my account as hacked.
bcp19
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
July 30, 2013, 12:16:05 AM
 #74

No, I'm running the hp8 on a very low end loaned virtual machine.

7e64d60c73d284a0d9095765e14a8b528f5866fc9ab6b05ba98964d9fd3f30eb
5c29b461e31980239373c3e27d0189ae032163e593d454a34fa5ad3e5ef2ea84

Those are the txid for the 2 blocks I mined last week.

Just stating I feel much more confortable running source code I compiled myself and has proven quite efficient, given my cpu power, than running precomîled binaries working for a pool, with a x10 speed increase. Cheesy


You can get the source code for the pool miner as well.

I do not suffer fools gladly... "Captain!  We're surrounded!"
I embrace my inner Kool-Aid.
spoid
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


bearded, drunk, fat, naked


View Profile
July 30, 2013, 12:33:32 AM
 #75

this is confusing. so do I use what mumus posted or the latest version from the ypool website? i'm trying to find out by benchmarking, but they changed the complete share system while I was at it... D: the mumus version finds way more shares and shows more info, so I'm going with that one for now.

Also, Kouye, when compiling yourself, do you have to change lots of parameters with specific knowledge about your CPU, or do programs simply run better on the machine/architecture they have been compiled on and you just follow some standard windows compiling tutorial?

with great beard comes great liver. Reputation Thread: https://bitcointalk.org/index.php?topic=195803.0
jh00
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
July 30, 2013, 12:35:45 AM
 #76

I have an optimization that I wanted to apply, so that's why I wanted sources.
I'll just give it to you so you can include it in next versions: in prime2.cpp
this:
Code:
nSolvedMultiplier = ((fixedInverseU64) * (pU64 + 1ULL)) % pU64;
is the same as this:
Code:
nSolvedMultiplier = fixedInverseU64;
because pU64 is obviously 0 modulo pU64, and fixedInverseU64 is already less than pU64
Ahh true. Thanks, I didn't think this way. It will be included in the next release.
gatra
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
July 30, 2013, 04:42:41 AM
 #77

I have an optimization that I wanted to apply, so that's why I wanted sources.
I'll just give it to you so you can include it in next versions: in prime2.cpp
this:
Code:
nSolvedMultiplier = ((fixedInverseU64) * (pU64 + 1ULL)) % pU64;
is the same as this:
Code:
nSolvedMultiplier = fixedInverseU64;
because pU64 is obviously 0 modulo pU64, and fixedInverseU64 is already less than pU64
Ahh true. Thanks, I didn't think this way. It will be included in the next release.

It works in the other case too: if nBiTwinSeq is odd, you can do this:

Code:
				nSolvedMultiplier = pU64 - fixedInverseU64;
because what we want is ( (-1) * fixedInverseU64 ) modulo pU64


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
July 30, 2013, 06:49:22 AM
 #78

If somebody want to give a try I made some modifications to the jhPrimeminer and I think  at least 2 times faster than the current release.
Source https://github.com/hg5fm/jhPrimeminer
Compiled 64bit version with all the dependencies https://github.com/hg5fm/jhPrimeminer/blob/master/src/jhPrimeminer-GMP.zip

dude chrome hates it, it wouldnt even let me download it and when i tried using firefox my antivirus went off.

I just moved the binaries to dropbox. https://dl.dropboxusercontent.com/u/1189851/jhPrimeminer-GMP.zip
What do you mean on "antivirus went off"? I've just submitted the .exe file from the zip to some online antivirus scanners and found no problems. http://r.virscan.org/report/1dd9f52c4f970778a2a156de36655e03.html

Added even more optimizations and Share Value information based on the newest change in the pool.
https://dl.dropboxusercontent.com/u/1189851/jhPrimeminer-GMP.zip (only 64bit, the 32bit is too slow)
More details and the source on https://github.com/hg5fm/jhPrimeminer



Anyone was able to make one for 32 bit?  thanks
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
July 30, 2013, 07:11:47 AM
 #79

Quote
Anyone was able to make one for 32 bit?  thanks

I can build a 32bit version if you want but the one I compiled last time is like 5 times more slower than the 64bit version, so I'm not sure it's faster than the official 32bit client.
bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
July 30, 2013, 07:27:12 AM
 #80

pls do make one thanks.. i cant receive shares on the original client running on win 32 bit..or my cpu is too slow.. thanks in advance.
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!