Bitcoin Forum
April 27, 2024, 11:41:02 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 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 ... 197 »
  Print  
Author Topic: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency  (Read 687907 times)
mustyoshi
Sr. Member
****
Offline Offline

Activity: 287
Merit: 250



View Profile
July 10, 2013, 12:47:53 AM
 #1021

Found a CUDA implementation of the sieve here, too: http://www.mersenneforum.org/showthread.php?t=11900

Oh snap, things be going crazy.
Too bad the sieve is only half the problem.

If you can implement the primality tests, then we're talking.
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714218062
Hero Member
*
Offline Offline

Posts: 1714218062

View Profile Personal Message (Offline)

Ignore
1714218062
Reply with quote  #2

1714218062
Report to moderator
1714218062
Hero Member
*
Offline Offline

Posts: 1714218062

View Profile Personal Message (Offline)

Ignore
1714218062
Reply with quote  #2

1714218062
Report to moderator
1714218062
Hero Member
*
Offline Offline

Posts: 1714218062

View Profile Personal Message (Offline)

Ignore
1714218062
Reply with quote  #2

1714218062
Report to moderator
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
July 10, 2013, 12:50:43 AM
 #1022

Found a CUDA implementation of the sieve here, too: http://www.mersenneforum.org/showthread.php?t=11900

Oh snap, things be going crazy.
Too bad the sieve is only half the problem.

If you can implement the primality tests, then we're talking.

I'm not sure if this will be of help, but http://www.gpgpgpu.com/gecco2009/6.pdf

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
reedlaw
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
July 10, 2013, 12:59:19 AM
 #1023

Seeing this:
https://i.imgur.com/occkCI0.png

Bugs me a bit. Can someone fix this?

I second this.  Change this ASAP.  This is something you will take a LOT of flak for, very quickly if you don't get on it.

Change lines 82 and 85 in /src/qt/forms/optionsdialog.ui and then recompile. 

...assuming you know how to recompile

Or better yet, issue a pull request.
Tuck Fheman
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile WWW
July 10, 2013, 01:05:23 AM
 #1024

i7 ...

Arcas
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 524


View Profile
July 10, 2013, 01:08:53 AM
 #1025

i7 ...

Yeah i7 as well, I've gotten 3 in the last 24 hours. About 160 Primes per second
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 10, 2013, 01:43:57 AM
 #1026

This coin is mind boggling...I'd be surprised if you guys come up with an optimized cuda miner that outperforms radeons Cheesy (if they can even mine this thing at all further down the road)
SaltySpitoon
Legendary
*
Offline Offline

Activity: 2590
Merit: 2154


Welcome to the SaltySpitoon, how Tough are ya?


View Profile
July 10, 2013, 01:44:27 AM
 #1027

I've hit a few blocks so far, but when I use the getprimespersec command, it shows up as like 3-5 primes per sec. Pretty sure this is wrong, seeing as I'm using an 8350. That and that I've hit a fair number of blocks in the last few hours. Anyone else having issues like that?
gudmunsn
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
July 10, 2013, 01:49:12 AM
 #1028

I've hit a few blocks so far, but when I use the getprimespersec command, it shows up as like 3-5 primes per sec. Pretty sure this is wrong, seeing as I'm using an 8350. That and that I've hit a fair number of blocks in the last few hours. Anyone else having issues like that?

That isn't happening for me, but I am also on an i7 3770.  What it does suggest is that getprimespersec really isn't related to how fast you're solving blocks. If you've hit a fair number of blocks in the last few hours with 3-5 primes per sec and my i7 hasn't hit a block in 4 hours with an average of 220 primes per sec, something is amiss, or you're just very lucky.

Tuck Fheman
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile WWW
July 10, 2013, 01:51:36 AM
 #1029

The primespersec measure is for fun only, it does not necessarily reflect true mining performance. The only accurate measure is block rate, that is, given a fixed difficulty how fast can you generate blocks. To measure this one can use a lower difficulty than the network difficulty.

bump

SaltySpitoon
Legendary
*
Offline Offline

Activity: 2590
Merit: 2154


Welcome to the SaltySpitoon, how Tough are ya?


View Profile
July 10, 2013, 01:54:14 AM
 #1030

The primespersec measure is for fun only, it does not necessarily reflect true mining performance. The only accurate measure is block rate, that is, given a fixed difficulty how fast can you generate blocks. To measure this one can use a lower difficulty than the network difficulty.

bump

Yeah I just found that, thanks.
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 10, 2013, 01:55:38 AM
 #1031

HAs anyone successfully built on MS Visual Studio?

I gave up with VS 2010 and installed Xubuntu to do my recompiling

I just succeed to compile with mingw. I used this thread for instructions: https://bitcointalk.org/index.php?topic=149479.0

Thanks for pointing this out. For anyone wanting to compile on windows, here you go. Most complete guide you're going to find. I was having trouble getting boost installed previously. This thread got me pointed in the right direction. Stock (unmodified) primecoind is compiling happily now on Win7 x64.
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 10, 2013, 02:13:37 AM
 #1032

HAs anyone successfully built on MS Visual Studio?

I gave up with VS 2010 and installed Xubuntu to do my recompiling

I just succeed to compile with mingw. I used this thread for instructions: https://bitcointalk.org/index.php?topic=149479.0

Thanks for pointing this out. For anyone wanting to compile on windows, here you go. Most complete guide you're going to find. I was having trouble getting boost installed previously. This thread got me pointed in the right direction. Stock (unmodified) primecoind is compiling happily now on Win7 x64.

Thanks man, I'm gonna have to learn some Visual Studio, and how to compile Smiley
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 10, 2013, 02:22:14 AM
 #1033

HAs anyone successfully built on MS Visual Studio?

I gave up with VS 2010 and installed Xubuntu to do my recompiling

I just succeed to compile with mingw. I used this thread for instructions: https://bitcointalk.org/index.php?topic=149479.0

Thanks for pointing this out. For anyone wanting to compile on windows, here you go. Most complete guide you're going to find. I was having trouble getting boost installed previously. This thread got me pointed in the right direction. Stock (unmodified) primecoind is compiling happily now on Win7 x64.

Thanks man, I'm gonna have to learn some Visual Studio, and how to compile Smiley

Good luck. Also note, at the end of the linked thread, some kind soul has put together a bunch of batch files that should get your build environment all set up. I'm giving it a try that way now after struggling through the manual installs and running into a few roadblocks along the way.
8bitPunk
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
July 10, 2013, 02:22:50 AM
 #1034

Found a CUDA implementation of the sieve here, too: http://www.mersenneforum.org/showthread.php?t=11900

Oh snap, things be going crazy.
Too bad the sieve is only half the problem.

If you can implement the primality tests, then we're talking.

Why not use the existing primecoind primality tests?
This means the CPU is utilized for hashing the origin block and establishing the sieve for the GPU to execute with the results passed back to the CPU for the less intensive primality test. By using the same primality test you are also ensuring that the network nodes will confirm your block.

BTC 18bPunkuginRBm1Xz9mcgj8mWJnHDAW5Th | Ł LTCgXEdyBdoQ9WdF6JHi7Pa2EWtzbDjG76 | Ψ ATEBiTLkLpAYeW5hQknUfSvnb7Abbgegku
mik3
Full Member
***
Offline Offline

Activity: 245
Merit: 104


View Profile
July 10, 2013, 02:25:04 AM
 #1035

So does anyone know how many coins are going to be mined total? Is it in the tens of millions or hundreds?
Loktera
Newbie
*
Offline Offline

Activity: 41
Merit: 0



View Profile
July 10, 2013, 02:27:30 AM
 #1036

So does anyone know how many coins are going to be mined total? Is it in the tens of millions or hundreds?
Your answer is in the whitepaper; you should give it a read.
mustyoshi
Sr. Member
****
Offline Offline

Activity: 287
Merit: 250



View Profile
July 10, 2013, 02:34:08 AM
 #1037

Anytime I use more than one thread my pps goes down.
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 10, 2013, 02:36:34 AM
 #1038

Interesting, yet pps are supposed to mena nothing...or not?

Sunny King you clever bastard, got us all like this:  Huh
innovation
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
July 10, 2013, 02:43:07 AM
 #1039

I create a new tencent qq group 255519396 for XPM trade.

Anyone can join qq group for trade XPM/RMB BTC LTC.

腾讯QQ XPM交易群,群号  255519396 ,欢迎交流。
8bitPunk
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
July 10, 2013, 02:53:05 AM
 #1040

Block spacing is back under ~20 seconds... and difficulty is creeping towards 7.5...

BTC 18bPunkuginRBm1Xz9mcgj8mWJnHDAW5Th | Ł LTCgXEdyBdoQ9WdF6JHi7Pa2EWtzbDjG76 | Ψ ATEBiTLkLpAYeW5hQknUfSvnb7Abbgegku
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 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 ... 197 »
  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!