Show Posts
|
Pages: « 1 [2] 3 »
|
New experimental GapMiner release (CPU only)Revision 5: capable of using the Chinese Remainder Theorem to speed up mining with large shift. windows: https://github.com/gapcoin/GapMiner/releases/download/crt-rev5/gapminer-windows-rev5.zipmd5: dbae859b1e8825f4f9b3f693004833c4 linux: https://github.com/gapcoin/GapMiner/releases/download/crt-rev5/gapminer-linux-rev5.zipmd5: 909f7fcb141a23d60b04ba8c0df1f391 source code: https://github.com/gapcoin/GapMiner/archive/crt-rev5.zipThe usage should be pretty self explaining from the start-gapminer file. There are different CRT files containing values optimized for a specific shift. There are 3 new verbose outputs: - gaps/s: The amount of gaps scanned per second
- gaplist: The number of sieved gaps ready for scanning
- block: The percent of the calculation amount of an average block
The primes per second and the block percent values are estimated using the theoretical speed improve from the CRT, so they don't have to be correct. Mining with the CRT is optimized for solo mining. You can mine at the pool, but you will probably mine less shares, and the pps and block values are probably incorrect, but your chance of finding a block is almost the same as when mining solo. Mining with the CRT is splitted in sieve and primality testing using separate threads for each: --threads 4 --fermat-threads 1
means: 3 sieve and 1 gap scan thread. So you have to use at least 2 threads. The scan threads always pick the most promising gap from the gaplist, therefore the gaplist value should always be at least over 100, but a too high gaplist value can slow down mining, (for example over 9000). You can alter --sieve-primes, --threads or --fermat-threads to achieve this. (--sieve-size is not used for CRT mining) FYI: The gaplist is implemented as an heapThe is also an logging version, which produces additional output in a gapminer.log file. If something goes wrong, you can switch versions, and look whats wrong, or at least give feedback. Thanks j0nn9, trying some large shifts. Seems like almost the same performance on really enormous shifts vs fairly large ones, pretty neat.
|
|
|
@GreekBitcoin - I'm counting 19 records you've set already, nice!
|
|
|
Btw, i was thinking about an idea that probably will bring more people aboard. I am not sure if it can be done or maybe if it is bad so i am just writing it here for discussion. Is it possible to automatically know who (if he wants ofc) is mining the world record blocks so that we can list the records like this: Gapcoin[Username] You know, the idea is that you are mining gaps for the coins, for science and for a position on the 'leaderboards'...
A username would probably have to be embedded in the blockchain somehow. Either as a custom wallet address with a person's username or another optional field setting on a solved block which I've read can be done with Bitcoin and this coin is a fork of it. I'm sure j0nn9 knows more.
|
|
|
I tried mining some with some shifts on the range around 380 but miners gave me 'illegal instruction core dump' error.
I then noticed that it gives me that error for every shift bigger than 192. So i put my miners running with shift 187-192. Lets see what happens.
It seems to work. Any reason why i get this error? Can my binaries be the problem?
My PPS is halved btw.
Looks like you've found a world record already on a shift 192--length 7546 https://bchain.info/GAP/block/8af4723fc2e9b9f460455ab09d38dcc9649d9a06e2927783a0e89c6efd522075
|
|
|
I've been running my two machines in shift 380 & 381 off and on and they've gotten some hits; just a suggestion if you're going for records might want to space all your machines out on different high shifts. Btw how much pps horsepower do you have? On default shift solo mining I'm around 1.4M pps.
I have a peak hashrate of around 12M pps at shift 381 currently. I started mining again like 17 hours ago. Generally i mining either monero or gapcoin. I think i will let it at gapcoin for a few days. Its a bit difficult to mine on different shifts mostly because i dont understand what shift does mathematically speaking. I mean, forgive my ignorance, but what happens when a new record is found with shift 381? Can a new one be found but it is even more difficult? I could write a script to change shifts every few hours or every day or something. But i am not sure if all shifts are logical to mine on. So many questions...Like what shift means exactly. Should i 'scan mine' a range of shifts every few hours? I noticed a mined many blocks over the night with shift 381 thought... j0nn9, nice to see that you are still working on the coin All shift does is affect the size of the numbers you are searching. Larger shifts means bigger raw numbers you are scanning/testing and subsequently larger gaps are found in larger number ranges (though you need larger overall gap lengths to get equivalent merit scores to solve the block compared to smaller number ranges). A block solution is calculated by sha256(Blockheader) * 2^shift + adder. During a particular round, the miner is searching through all the "adder" possibilities to find a gap. An example of what shift does using solved block #113196 - https://bchain.info/GAP/block/d6173fb8d38ec64dabb92d9af96290e68d02c3494f758d7274931fecb4c60490------------------- 256 bit hash = 96836026872238572127838827186667600687197793668933440162407221099313404183696 (Hash is stored in hexadecimal format of d6173fb8d38ec64dabb92d9af96290e68d02c3494f758d7274931fecb4c60490) Shift = 32 Adder = 739033261 Solution is (96836026872238572127838827186667600687197793668933440162407221099313404183696)*(2^32)+739033261 That's the first prime before the gap of length 5034 begins. The last prime that ends the gap would be of course plus 5034 to the solution above. The number above is 87 digits number long, 13 digits away from a google. Theoretically if the shift was instead 381 then the resultant number would 192 digits. It's up to you how you do the shifts, I personally think a wider dragnet (different simultaneous shifts on different machines) will yield more solutions. Also different shifts seem like they have better yields in my observation but I don't have concrete proof of that.
|
|
|
But if you targeting higher shifts anyway, than the CRT could make a difference! I'm currently testing my implementation within testnet, but It will still probably take some time till it's ready. Just wanted to let you know, that I'm working on something.
I also want to thank you all for the great support from all of you!
Thanks, will be great to see CRT improvements. Will using default --sieve-primes and --sieve-size still be what to use on larger shifts with the new miner? The website now parses all gaps from http://www.trnicely.net/ till 20k, which is currently not very efficient implemented, so I set the refresh interval to 4 hours, once the new miner is finished, I'll take care of it. Noticed the new records list on gapcoin.org now includes the shift used, definitely makes it easier to search whether or not you set a record after the fact.
|
|
|
I have a daemon on a VM and i am solo mining on it with the rest of my computers... The problem is that even if i put it mining with some --shift option i wouldnt know if i break any records If you see your wallet go up, you can use your most recent wallet transaction numbers to find which block(s) you solved by searching on https://bchain.info/GAP/Once you've found your solved block# on bchain.info/GAP it'll list the shift used along with gap length and merit score. Then check Nicely's site under "Tables of first known occurrence prime gaps" to see if you have a higher merit score than the current world record of that length - http://www.trnicely.net/A new gap record should also end up appearing on gapcoin.org I've been running my two machines in shift 380 & 381 off and on and they've gotten some hits; just a suggestion if you're going for records might want to space all your machines out on different high shifts. Btw how much pps horsepower do you have? On default shift solo mining I'm around 1.4M pps.
|
|
|
If you find me a way to mine on pools port ,by using a proxy? maybe, since i can only use port 80 and 443 i can help. But i am not very good with technical stuff and i dont know how to do that...
How do you mine currently? This is probably something the pool operator would have to setup or you could figure something out with a proxy. FYI - gapcoin.org isn't showing a new record of length 9100 though maybe it needs time to refresh
|
|
|
No there isnt any asic mining gapcoin. Actually not many are mining the coin right now. And those who do either do not care about the price right now and simply are mining speculating that one day the price will be right or simple they like what the coin is doing, breaking world records.
This coin is not supposed to be that attractive to people who dont care about tech, mathematics or generally bitcoin protocol. Its the community's job to make it attractive.
It would be indeed a good thing to see if j0nn9 is alive and if he is working on something. But generally speaking what do you guys expect from him? To start putting stupid things on the code/title just to make the coin more attractive? He delivered a coin that does what it is supposed to do. Though some bug fixes wouldnt be that bad Cheesy
I personally dont care about the prices. You can simply put 0.01 right now and buy a few thousands. So i am accumulating a bit and also i am mining just to support it.
Finally, what this coin needs is awareness in the mathematics communities. This way you support gapcoin, you are participating in a project that will probably help science and you also spread the word about the bitcoin protocol. So guys, just spread the word. Nothing more. More miners mean more people interested, building stuff, even more awareness and so on...
My thoughts exactly. Got some recent records for the 8000-9998 length list. Time to attempt some for the 10000-14998 list, I'm estimating --shift in the high 300's will get there. The max shift for the coin is 1024 which makes the 15000 and 20000 lists within reasonable reach as well though I think --shift 512 may be the highest allowed in the pool from what I read. EDIT: Gapcoin.org is broken for the 10000-14998 range, can someone fix again? ---> http://gapcoin.org/primegaps-length.phpShould also have the two new ranges(8000-9998 & 10000-14998) represented once posted on http://www.trnicely.net ---> http://gapcoin.org/primegaps.php--------------------------------------- Gapcoin will join the 10000-14998 records list with two new gaps, only took 24 hours. Gap length 10006 https://bchain.info/GAP/block/c5da14c692b06ea5e939476d8b33f8eb3f772a286dd1f8fa2dc80a8c4e17be48Gap length 10464 https://bchain.info/GAP/block/e64c591490569adab1e01636ec1e2fe684859b27427d48e94129ab3d6f5c5aa2Thanks to whoever fixed gapcoin.org/primegaps-length.php. I may attempt a record in the 15000 range in the not too distant future so hopefully it's not too difficult to keep adding lists. How do you attempt particular records? I don't have solid proof this is always true but I seem to have had the best luck on large shift block hits when mining solo at night (during night time the large firepower pool miners don't mine as hard making the rounds longer though I've gotten large shift records on both solo and pool). All you do is append --shift (bigger number than default 25). Example: ./gapminer-cpu -o mine3.gap.nonce-pool.com -p 3385 -u <user.worker> -x <password> --stratum -t 16 --shift 256. The default sieve and sieve primes have worked fine for me when being speculative with large shifts. A shift of 256 has gotten me into the 8000-9998 list several times. Did some calculations and shift 380 & 381 got into the 10000-14998 range which if you solve any block with difficulty 22-23 you have a very good probability of a world record every time with where the records are. Keep in mind, these higher shifts will severely punish your pps rate since you're looking for larger overall gaps AND all the numbers you're testing are bigger: shift 25 are 85 digit numbers vs shift 256 are 155 digit numbers.....which is why solo mining probably gives you better odds (with a solo target you're putting all your chips in the middle to solve the block, not accumulate shares/coins). If nscythe or skif (the two powerhouse pool miners) are reading this, they could probably set a couple hundred new world records within a week with these higher shifts if they really wanted to. Gapcoin taking over more of the record lists I would think could only help it. EDIT: Just set another record a few minutes ago with length @ 11202 (on block #109634). You can see it was set with shift 391 from the block record -- https://bchain.info/GAP/block/9248f5e0765cd8618f55aea2c3c46270b0304eb14be32a6ae879d9198134cfb9Thank you for explaining this to me I guess the same works for solo mining right? Just adding --shift option on the miner.. Would it be a good idea if someone could create a pool just trying to break records without caring about the pps? I would help a bit too if port 80 was open. Yes, you can change shift on either pool or solo. I think it's a good idea for a new record setting pool but would probably need a software update for both the pool and client ie: the pool doling out different shifts and somehow gathering useful client work shares to speed up block solving across shifts. Currently the shift is only set at the client side and I don't believe can be over ridden by the pool currently. But again I think it's a good idea, plus to get the overall merit world record we're going to need to be searching higher than shift 25 anyways in my opinion. I'm testing --shift 400 on the pool. Assuming it finds some blocks how about anyone interested in world records go --shift 400 on the pool?
|
|
|
No there isnt any asic mining gapcoin. Actually not many are mining the coin right now. And those who do either do not care about the price right now and simply are mining speculating that one day the price will be right or simple they like what the coin is doing, breaking world records.
This coin is not supposed to be that attractive to people who dont care about tech, mathematics or generally bitcoin protocol. Its the community's job to make it attractive.
It would be indeed a good thing to see if j0nn9 is alive and if he is working on something. But generally speaking what do you guys expect from him? To start putting stupid things on the code/title just to make the coin more attractive? He delivered a coin that does what it is supposed to do. Though some bug fixes wouldnt be that bad Cheesy
I personally dont care about the prices. You can simply put 0.01 right now and buy a few thousands. So i am accumulating a bit and also i am mining just to support it.
Finally, what this coin needs is awareness in the mathematics communities. This way you support gapcoin, you are participating in a project that will probably help science and you also spread the word about the bitcoin protocol. So guys, just spread the word. Nothing more. More miners mean more people interested, building stuff, even more awareness and so on...
My thoughts exactly. Got some recent records for the 8000-9998 length list. Time to attempt some for the 10000-14998 list, I'm estimating --shift in the high 300's will get there. The max shift for the coin is 1024 which makes the 15000 and 20000 lists within reasonable reach as well though I think --shift 512 may be the highest allowed in the pool from what I read. EDIT: Gapcoin.org is broken for the 10000-14998 range, can someone fix again? ---> http://gapcoin.org/primegaps-length.phpShould also have the two new ranges(8000-9998 & 10000-14998) represented once posted on http://www.trnicely.net ---> http://gapcoin.org/primegaps.php--------------------------------------- Gapcoin will join the 10000-14998 records list with two new gaps, only took 24 hours. Gap length 10006 https://bchain.info/GAP/block/c5da14c692b06ea5e939476d8b33f8eb3f772a286dd1f8fa2dc80a8c4e17be48Gap length 10464 https://bchain.info/GAP/block/e64c591490569adab1e01636ec1e2fe684859b27427d48e94129ab3d6f5c5aa2Thanks to whoever fixed gapcoin.org/primegaps-length.php. I may attempt a record in the 15000 range in the not too distant future so hopefully it's not too difficult to keep adding lists. How do you attempt particular records? I don't have solid proof this is always true but I seem to have had the best luck on large shift block hits when mining solo at night (during night time the large firepower pool miners don't mine as hard making the rounds longer though I've gotten large shift records on both solo and pool). All you do is append --shift (bigger number than default 25). Example: ./gapminer-cpu -o mine3.gap.nonce-pool.com -p 3385 -u <user.worker> -x <password> --stratum -t 16 --shift 256. The default sieve and sieve primes have worked fine for me when being speculative with large shifts. A shift of 256 has gotten me into the 8000-9998 list several times. Did some calculations and shift 380 & 381 got into the 10000-14998 range which if you solve any block with difficulty 22-23 you have a very good probability of a world record every time with where the records are. Keep in mind, these higher shifts will severely punish your pps rate since you're looking for larger overall gaps AND all the numbers you're testing are bigger: shift 25 are 85 digit numbers vs shift 256 are 155 digit numbers.....which is why solo mining probably gives you better odds (with a solo target you're putting all your chips in the middle to solve the block, not accumulate shares/coins). If nscythe or skif (the two powerhouse pool miners) are reading this, they could probably set a couple hundred new world records within a week with these higher shifts if they really wanted to. Gapcoin taking over more of the record lists I would think could only help it. EDIT: Just set another record a few minutes ago with length @ 11202 (on block #109634). You can see it was set with shift 391 from the block record -- https://bchain.info/GAP/block/9248f5e0765cd8618f55aea2c3c46270b0304eb14be32a6ae879d9198134cfb9Thank you for explaining this to me I guess the same works for solo mining right? Just adding --shift option on the miner.. Would it be a good idea if someone could create a pool just trying to break records without caring about the pps? I would help a bit too if port 80 was open. Yes, you can change shift on either pool or solo. I think it's a good idea for a new record setting pool but would probably need a software update for both the pool and client ie: the pool doling out different shifts and somehow gathering useful client work shares to speed up block solving across shifts. Currently the shift is only set at the client side and I don't believe can be over ridden by the pool currently. But again I think it's a good idea, plus to get the overall merit world record we're going to need to be searching higher than shift 25 anyways in my opinion.
|
|
|
No there isnt any asic mining gapcoin. Actually not many are mining the coin right now. And those who do either do not care about the price right now and simply are mining speculating that one day the price will be right or simple they like what the coin is doing, breaking world records.
This coin is not supposed to be that attractive to people who dont care about tech, mathematics or generally bitcoin protocol. Its the community's job to make it attractive.
It would be indeed a good thing to see if j0nn9 is alive and if he is working on something. But generally speaking what do you guys expect from him? To start putting stupid things on the code/title just to make the coin more attractive? He delivered a coin that does what it is supposed to do. Though some bug fixes wouldnt be that bad Cheesy
I personally dont care about the prices. You can simply put 0.01 right now and buy a few thousands. So i am accumulating a bit and also i am mining just to support it.
Finally, what this coin needs is awareness in the mathematics communities. This way you support gapcoin, you are participating in a project that will probably help science and you also spread the word about the bitcoin protocol. So guys, just spread the word. Nothing more. More miners mean more people interested, building stuff, even more awareness and so on...
My thoughts exactly. Got some recent records for the 8000-9998 length list. Time to attempt some for the 10000-14998 list, I'm estimating --shift in the high 300's will get there. The max shift for the coin is 1024 which makes the 15000 and 20000 lists within reasonable reach as well though I think --shift 512 may be the highest allowed in the pool from what I read. EDIT: Gapcoin.org is broken for the 10000-14998 range, can someone fix again? ---> http://gapcoin.org/primegaps-length.phpShould also have the two new ranges(8000-9998 & 10000-14998) represented once posted on http://www.trnicely.net ---> http://gapcoin.org/primegaps.php--------------------------------------- Gapcoin will join the 10000-14998 records list with two new gaps, only took 24 hours. Gap length 10006 https://bchain.info/GAP/block/c5da14c692b06ea5e939476d8b33f8eb3f772a286dd1f8fa2dc80a8c4e17be48Gap length 10464 https://bchain.info/GAP/block/e64c591490569adab1e01636ec1e2fe684859b27427d48e94129ab3d6f5c5aa2Thanks to whoever fixed gapcoin.org/primegaps-length.php. I may attempt a record in the 15000 range in the not too distant future so hopefully it's not too difficult to keep adding lists. How do you attempt particular records? I don't have solid proof this is always true but I seem to have had the best luck on large shift block hits when mining solo at night (during night time the large firepower pool miners don't mine as hard making the rounds longer though I've gotten large shift records on both solo and pool). All you do is append --shift (bigger number than default 25). Example: ./gapminer-cpu -o mine3.gap.nonce-pool.com -p 3385 -u <user.worker> -x <password> --stratum -t 16 --shift 256. The default sieve and sieve primes have worked fine for me when being speculative with large shifts. A shift of 256 has gotten me into the 8000-9998 list several times. Did some calculations and shift 380 & 381 got into the 10000-14998 range which if you solve any block with difficulty 22-23 you have a very good probability of a world record every time with where the records are. Keep in mind, these higher shifts will severely punish your pps rate since you're looking for larger overall gaps AND all the numbers you're testing are bigger: shift 25 are 85 digit numbers vs shift 256 are 155 digit numbers.....which is why solo mining probably gives you better odds (with a solo target you're putting all your chips in the middle to solve the block, not accumulate shares/coins). If nscythe or skif (the two powerhouse pool miners) are reading this, they could probably set a couple hundred new world records within a week with these higher shifts if they really wanted to. Gapcoin taking over more of the record lists I would think could only help it. EDIT: Just set another record a few minutes ago with length @ 11202 (on block #109634). You can see it was set with shift 391 from the block record -- https://bchain.info/GAP/block/9248f5e0765cd8618f55aea2c3c46270b0304eb14be32a6ae879d9198134cfb9
|
|
|
No there isnt any asic mining gapcoin. Actually not many are mining the coin right now. And those who do either do not care about the price right now and simply are mining speculating that one day the price will be right or simple they like what the coin is doing, breaking world records.
This coin is not supposed to be that attractive to people who dont care about tech, mathematics or generally bitcoin protocol. Its the community's job to make it attractive.
It would be indeed a good thing to see if j0nn9 is alive and if he is working on something. But generally speaking what do you guys expect from him? To start putting stupid things on the code/title just to make the coin more attractive? He delivered a coin that does what it is supposed to do. Though some bug fixes wouldnt be that bad Cheesy
I personally dont care about the prices. You can simply put 0.01 right now and buy a few thousands. So i am accumulating a bit and also i am mining just to support it.
Finally, what this coin needs is awareness in the mathematics communities. This way you support gapcoin, you are participating in a project that will probably help science and you also spread the word about the bitcoin protocol. So guys, just spread the word. Nothing more. More miners mean more people interested, building stuff, even more awareness and so on...
My thoughts exactly. Got some recent records for the 8000-9998 length list. Time to attempt some for the 10000-14998 list, I'm estimating --shift in the high 300's will get there. The max shift for the coin is 1024 which makes the 15000 and 20000 lists within reasonable reach as well though I think --shift 512 may be the highest allowed in the pool from what I read. EDIT: Gapcoin.org is broken for the 10000-14998 range, can someone fix again? ---> http://gapcoin.org/primegaps-length.phpShould also have the two new ranges(8000-9998 & 10000-14998) represented once posted on http://www.trnicely.net ---> http://gapcoin.org/primegaps.php--------------------------------------- Gapcoin will join the 10000-14998 records list with two new gaps, only took 24 hours. Gap length 10006 https://bchain.info/GAP/block/c5da14c692b06ea5e939476d8b33f8eb3f772a286dd1f8fa2dc80a8c4e17be48Gap length 10464 https://bchain.info/GAP/block/e64c591490569adab1e01636ec1e2fe684859b27427d48e94129ab3d6f5c5aa2Thanks to whoever fixed gapcoin.org/primegaps-length.php. I may attempt a record in the 15000 range in the not too distant future so hopefully it's not too difficult to keep adding lists.
|
|
|
No there isnt any asic mining gapcoin. Actually not many are mining the coin right now. And those who do either do not care about the price right now and simply are mining speculating that one day the price will be right or simple they like what the coin is doing, breaking world records.
This coin is not supposed to be that attractive to people who dont care about tech, mathematics or generally bitcoin protocol. Its the community's job to make it attractive.
It would be indeed a good thing to see if j0nn9 is alive and if he is working on something. But generally speaking what do you guys expect from him? To start putting stupid things on the code/title just to make the coin more attractive? He delivered a coin that does what it is supposed to do. Though some bug fixes wouldnt be that bad Cheesy
I personally dont care about the prices. You can simply put 0.01 right now and buy a few thousands. So i am accumulating a bit and also i am mining just to support it.
Finally, what this coin needs is awareness in the mathematics communities. This way you support gapcoin, you are participating in a project that will probably help science and you also spread the word about the bitcoin protocol. So guys, just spread the word. Nothing more. More miners mean more people interested, building stuff, even more awareness and so on...
My thoughts exactly. Got some recent records for the 8000-9998 length list. Time to attempt some for the 10000-14998 list, I'm estimating --shift in the high 300's will get there. The max shift for the coin is 1024 which makes the 15000 and 20000 lists within reasonable reach as well though I think --shift 512 may be the highest allowed in the pool from what I read. EDIT: Gapcoin.org is broken for the 10000-14998 range, can someone fix again? ---> http://gapcoin.org/primegaps-length.phpShould also have the two new ranges(8000-9998 & 10000-14998) represented once posted on http://www.trnicely.net ---> http://gapcoin.org/primegaps.php--------------------------------------- Gapcoin will join the 10000-14998 records list with two new gaps, only took 24 hours. Gap length 10006 https://bchain.info/GAP/block/c5da14c692b06ea5e939476d8b33f8eb3f772a286dd1f8fa2dc80a8c4e17be48Gap length 10464 https://bchain.info/GAP/block/e64c591490569adab1e01636ec1e2fe684859b27427d48e94129ab3d6f5c5aa2
|
|
|
No there isnt any asic mining gapcoin. Actually not many are mining the coin right now. And those who do either do not care about the price right now and simply are mining speculating that one day the price will be right or simple they like what the coin is doing, breaking world records.
This coin is not supposed to be that attractive to people who dont care about tech, mathematics or generally bitcoin protocol. Its the community's job to make it attractive.
It would be indeed a good thing to see if j0nn9 is alive and if he is working on something. But generally speaking what do you guys expect from him? To start putting stupid things on the code/title just to make the coin more attractive? He delivered a coin that does what it is supposed to do. Though some bug fixes wouldnt be that bad Cheesy
I personally dont care about the prices. You can simply put 0.01 right now and buy a few thousands. So i am accumulating a bit and also i am mining just to support it.
Finally, what this coin needs is awareness in the mathematics communities. This way you support gapcoin, you are participating in a project that will probably help science and you also spread the word about the bitcoin protocol. So guys, just spread the word. Nothing more. More miners mean more people interested, building stuff, even more awareness and so on...
My thoughts exactly. Got some recent records for the 8000-9998 length list. Time to attempt some for the 10000-14998 list, I'm estimating --shift in the high 300's will get there. The max shift for the coin is 1024 which makes the 15000 and 20000 lists within reasonable reach as well though I think --shift 512 may be the highest allowed in the pool from what I read.
|
|
|
nothing new here? Gap is dying
I'm staying to set some more world records, my guess is that's the motivation for most others still here. +1 I also continue to mining but it is sad to see how the price drops. Is someone using antminer or asics to mine this now? There's two big pps users in the pool, could explain the price going down perhaps.
|
|
|
nothing new here? Gap is dying
I'm staying to set some more world records, my guess is that's the motivation for most others still here.
|
|
|
All of coinia.net appears down. Not that it matters at the moment, it seems like the price is wanting to approach zero.
|
|
|
EDIT: Looks like someone fixed this on the gapcoin.org site Ran some --shift 256 runs, found coins show up on the new records page of http://gapcoin.org/primegaps-length.php with gap length in the 8000 range. Only half are actually new records, doesn't appear the site actually checks the 8000-9998 range on the records page - http://www.trnicely.net/gaps/g8k.htmllength: 8112 old merit: 1.442695 old start: 2 new merit: 22.88258 new start: 9115291451982115717464026980430066984785137999242712505748096992024183892683588 753356028488798084375201600127838484517776351339399386629283785502233397039 record type: New Gapcoin record length: 8124 old merit: 1.442695 old start: 2 new merit: 22.897592 new start: 1220215349297001885574144429126752938292365419219480417931685298189736577070844 8777591533031424689113607238595630208821882024552945340914535249455005424253 record type: New Gapcoin record length: 8262 old merit: 1.442695 old start: 2 new merit: 23.286389 new start: 1223147107683751149098486211715724617042495711535174050186615384744484320503218 9168067504444887128863283298436610049128739703828350470072065477764102201207 record type: New Gapcoin record length: 8276 old merit: 1.442695 old start: 2 new merit: 23.343315 new start: 9379607991713767689037752451058095334299573442038275194082568313372670835315112 884015755655310313490453940577727861586651093627060654382771030228087943823 record type: New Gapcoin record length: 8290 old merit: 1.442695 old start: 2 new merit: 23.401422 new start: 7074173894939633835307114155247734161801064145891865592669174134662433167141668 039683578300544302824944203154890966861133941507092817024264747660686941143 record type: New Gapcoin record length: 8342 old merit: 1.442695 old start: 2 new merit: 23.518109 new start: 1113259366154491147298405549097271598997842815134419012786469988770852619514030 8103128494446902254904760407296838048927221124983502474242378555170508707681 record type: New Gapcoin record length: 8668 old merit: 1.442695 old start: 2 new merit: 24.435804 new start: 1135732278148557061539763702845062937715495823128593820831951039467055036244579 7663167037710377785805557794469793976793087553545082281102868926963565071319 record type: New Gapcoin record length: 8778 old merit: 1.442695 old start: 2 new merit: 24.773868 new start: 7609924160596013327416518477752676804001611700778926198312997796394143042500065 720503577172814748426251377430091319911728251004341125433831018019407064713 record type: New Gapcoin record
|
|
|
|