Bitcoin Forum
May 24, 2024, 07:14:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »
161  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 10, 2013, 08:34:32 PM
I think it'd be ideal to use a 2D array with the three composite values stored sequentially in memory as single bits each

Probably should be a std::bitset datatype too

+1
162  Alternate cryptocurrencies / Altcoin Discussion / XPM Sieve Algorithm Study Group on: July 10, 2013, 07:02:17 PM
At tacotime's suggestion, I'm working on integrating a version (https://code.google.com/p/primesieve) of a prime-generating table into the code, but I wasn't sure where the big time-waste was in the miner.  Is it in the prime table generation, or is it more in the Weave() method? If I'm understanding it correctly, it looks like the vectors of vfCompositeCunningham1, vfCompositeCunningham2, etc are being filled with true/false values around line 553 of prime.cpp:

Code:
       if (((nBiTwinSeq & 1u) == 0))
            for (unsigned int nVariableMultiplier = nSolvedMultiplier; nVariableMultiplier < nSieveSize; nVariableMultiplier += nPrime)
                vfCompositeCunningham1[nVariableMultiplier] = true;

How can we examine this algorithm and hopefully come up with a more optimized version? Could this not be handled by filling a with a prime table? Or is there necessary computation going on there? 



Disclaimer: I'm not a strong math guy nor am I a strong C++ programmer, but I can at least look at the algorithms.
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 10, 2013, 01:49:12 AM
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.
164  Alternate cryptocurrencies / Altcoin Discussion / Re: ♥ ♦ ♣ ♠ PhenixCoin Giveaway! 10 PXC each! 1000 in total! ♠ ♣ ♦ ♥ on: July 09, 2013, 07:18:09 PM
Pr1nafupC6nrcRAKBNVq69CvTokzYPSqLj

I'm liking phenixcoin because I think that they have a ton of resources as well as some potential great sites coming out.  Exciting times ahead for them, especially with the partnership between phenix, feather, and worldcoin.
165  Alternate cryptocurrencies / Altcoin Discussion / Re: - XPM (PrimeCoin) / LTC Google Docs. Exchange. - on: July 09, 2013, 03:04:02 AM
I will sell up to 50 XPM for 1 LTC/5 XPM, or 10 LTC total
166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 09, 2013, 01:32:45 AM
I haven't gotten any blocks in 4 hours. The diff hasn't changed, so I am assuming that people who have optimized their miners are getting the lion's share. I don't know much about miner optimization, but I am going to start poking at the code to see how these optimizations could be made because I suddenly have motivation! LukeJr, do you have any hints for people getting started on where to look or what to look for?  Are you running Linux?

Actually, it seems that the diff increases with every block mined.  If you list you transactions, you will notice that the diff increased between every block you have mined.

Yeah, but it started at 7, and now it's at 7.2, 1.2 days later. However, in my experience, the ability to mine the coin has gone down significantly. I was finding about a block an hour, and now it's been over 4 hours with nothing. I could have been extremely lucky earlier, but I would place my money on the assumption that at least a few people have figured out how to mine this in a more efficient manner.
167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 09, 2013, 01:26:37 AM
I haven't gotten any blocks in 4 hours. The diff hasn't changed, so I am assuming that people who have optimized their miners are getting the lion's share. I don't know much about miner optimization, but I am going to start poking at the code to see how these optimizations could be made because I suddenly have motivation! LukeJr, do you have any hints for people getting started on where to look or what to look for?  Are you running Linux?
168  Alternate cryptocurrencies / Altcoin Discussion / Re: How to mine PrimeCoin Mini-Guide on: July 09, 2013, 12:07:54 AM
How can I be sure that it's actually mining? Just by all the cores being at 100%, or the debug window, or some other way? Thanks.

it seems like the easiest way is the first one you mentioned, all of the cores at 100% via task manager.  You can also go into debug window and type gethashespersec and if it's higher than 0 you're mining.
169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 11:54:45 PM
when does gpu mining come out?

Is this something GPUs are good at? It's fundamentally different from hashcracking
It really depends on how well the programmer writes it.



One thing that is nice about this coin is that it's making people think. You can't just auto/instamine, people with huge rigs don't have an advantage, cloud instances aren't that great for it, and ancient laptops are finding just as many blocks as current processors.  This is a far cry from almost every other alt-coin release out there, in that people are messing around with different compiling options trying to optimize it. It seems like this is how a new crypto launch *should* be. I'm proud to say I was there from the beginning Cheesy
170  Alternate cryptocurrencies / Altcoin Discussion / Re: Buying Your XPM (PrimeCoin) - For LTC on: July 08, 2013, 10:19:22 PM
I'm not sure if 1 XPM/0.01BTC is a fair price or not. The supply is quite limited and seems hard for folks to mine-you can't even mine it with EC2 AFAIK.  I think I may hold onto mine and not sell any of them; I'm kind of excited to be in on something that looks quite promising in the very beginning.
171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 04:52:03 AM
Man, if PrimeCoin managed to punish for using cloud instances and server-class CPUs, that's an incredible feat, must have obfuscated it quite well! Curious to see how this develops. Smiley

+1
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 02:20:19 AM
I'm buying primecoins.  Name your price and send me a PM.


I'd consider selling but need to wait for 2721 more blocks before I get my first 20 coins. d'oh!
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 02:14:56 AM
So did anyone get 1000, or is 20.29 the only size anyone has gotten?

here are my block sizes (note this is on a samsung i7 notebook mining):



How do you have so much so fast? is i7 really that much more efficient?

There is no way that is one i7. Definitely has a couple CPUs mining

my question would be, what is the temps of the cores?

No idea what the core temps are. I just did "setgenerate true 8" for both my laptop and desktop, and they each have 122 XPM, or around 240. I assumed everyone had a similar experience...
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 01:41:31 AM
gudmunsn, nice haul.

who knows? I have no idea how this currency will do, and what it will be used for. Maybe it's the next bitcoin, maybe not...?
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 01:38:12 AM
So did anyone get 1000, or is 20.29 the only size anyone has gotten?

here are my block sizes (note this is on a samsung i7 notebook mining):

176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 09:34:23 PM
I'm looking for the "/roaming/primecoin/primecoin.conf" so I can add "gen=1" for automatic mining when I reboot the PC. Anyone that know how to do this? I can not find that file...

On windows just do a windowskey-r and type %appdata% and hit enter. Then go into theprimecoin folder.
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 09:09:58 PM
I've been mining since launch on a i7 3770k and an i7 3615QM and I've found 4 blocks. It's not impossible, just takes patience I think.
178  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] [ANN] Primecoin Prerelease Announcement - Introducing Prime Proof-of-Work on: July 07, 2013, 07:43:10 PM
I'm pulling 141 primes/sec on each my desktop i7 and my laptop i7, so 282 total. Haven't found any blocks yet, but hopeful.
179  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTB] Primecoins for BTC on: July 07, 2013, 07:41:41 PM
be careful. These take 3200 blocks to confirm, so that won't happen for another 3129 blocks...don't get scammed!
180  Bitcoin / Bitcoin Discussion / Re: ! 5 Bitcoin Independence Day Raffle ! on: July 03, 2013, 03:51:18 PM
gudmunsn

1NvYL4kbRk8Wdf3beg5xzQ8EsGbB1B2eWb

I have been reading up on folks who started with bitcoin in 2012, 2011, 2010 through old forum posts and it is fascinating. I'm glad you got in on the ground floor.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!