Pages:
Author

Topic: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine (Read 286841 times)

newbie
Activity: 28
Merit: 2
I have been waiting for my graphic card so I can modify och compile the new code on my computer. Still waiting.

I have been targeting shift 39 for some time now but with no luck in finding a good merit.
newbie
Activity: 28
Merit: 2
New Gapcoin record


length:        16280

shift:           479

old merit:        26.958752

old start:                1837160733118439423867182346994891162127548709911684382984517002398483960870036 6949710878116871579060625070628107877901041700271202527634022039178084473576298 4726077306347442594307484942323549457652749090645002709235558292986289921920320 45727424911933714770667667

new merit:        31.968393


new start:       1464770814484880302194679937357994935470205415296523009666134039594591058062188 0709086367706958449459408280449740553052536108763199187166565199656594412400209 2297149454294244855324271896290939574797498511512977910260881557

record type:       


This Record is a good example of randomness in the blockchain!  (This Shift was lightly mined for a couple days only using 32 Core Threadripper, but the generated waves from surrounding shifts made it score a direct battleship hit) Generating Random using Backdoored Encryption is nearly impossible except to play the real world drama outside!

I propose a future Hard-Fork Gapcoin Blockchain using a Dash Coin Gapcoin Clone but using the X16 Algo all different Gapcoin Mining Shifts 16 different combinations using 16 RANDOM Rounds of encryption layers

You need to improve your Russian before you run it through Google translate. It's hard to understand.

A hardfork is just needed if something is broken or needed for future upgrades. There are not any benefits to clone broken code. 
member
Activity: 256
Merit: 60


And Congratulations the one/ones mining the 800-1100 shifts.......A huge improvement from last year!  I think BitcoinFX is the One/of the Ones
full member
Activity: 124
Merit: 100
It's sad that such great project is dying. Interesting combination of distributed computing and cryptocurrency. Useful (in some sense) PoW. At least Riecoin still is slightly more alive. And I guess the owner of only existing exchange is some sort of fan of both these math coins, because they are both are still listed here. What a great exchange.

I cannot help GAP in any way. Maybe I can buy some, but without any interest in crypto community, without any update of software, without blockchain explorer, it's all pretty useless. If only some great mind would find this project to support it with some work just for sake of it. Maybe some GAP whale, lol.

Also it seems that 'math guys' for some strange reason are mostly anti-crypto in general, so there is not enough interest from this side. There are some forums about gap merits, but it seems they are not very interested in Gapcoin.

I hope somebody knows how to actually extract data about PoW calculations of network. The difficulty is very low, but amount of time == amount of PoW eventually, and this network is very old, so maybe some new records was hit during such long time? According to Wikipedia, we still have a world record, from year of 2017. At least this is one great thing.
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
It appears Gapcoin was delisted on https://chainz.cryptoid.info/.  Is there anywhere else to reference a Gapcoin explorer?
sr. member
Activity: 1248
Merit: 297
no synchronization, no peers.

Here you go

10:16:54 getpeerinfo
10:16:54[
{
"addr" : "5.9.193.21:31469",
"services" : "00000001",
"lastsend" : 1705054603,
"lastrecv" : 1705054605,
"bytessent" : 31980,
"bytesrecv" : 237771,
"conntime" : 1705054589,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.4/",
"inbound" : false,
"startingheight" : 1996766,
"banscore" : 0,
"syncnode" : true
}
]

Fri Jan 12 10:17:28 2024 - 1996769

legendary
Activity: 2716
Merit: 1387
Ukrainians will resist
no synchronization, no peers.
hero member
Activity: 1194
Merit: 573
OGRaccoon
Where had BitcoinFX gone?

Vanished again?  Wink

Keep Gappin lads.
member
Activity: 67
Merit: 26
Tempus Narrabo
Hey,

sorry for the delay.

The Gapcoin is definitely CPU friendly.
Mining from the wallet is a good way to get the best hashrate. A 3900x cpu will give you ~3M PPS (mining at shift 25-32). A rx580 gpu will give you ~1.6M PPS (mining at shift 64). It's all an 'efficience' question.
If you're more interested with the Maths behind and the CRT miner (shift 64-1024), feel free to come on Discord ! ((:
I'll give you more information about the different ways to mine the Gapcoin, and the related places, with pleasure.

https://discord.gg/guwJnCEMxq

Also see the Website made by Mr. Higgins :

https://gapcoin-project.github.io/

Cheers !
legendary
Activity: 2254
Merit: 1278
legendary
Activity: 2254
Merit: 1278
I've tried this a few times now on mint and ubuntu (various versons18,20,22 etc) and never got it working.
If any one can help me get this working i'd love to give it a try.
What problem are you experiencing? Are you not getting a successful compilation? Does it compile okay but won't run? Does it run but can't connect to client?

Cheers

Graham
sr. member
Activity: 1248
Merit: 297
Hi there,

I've tried this a few times now on mint and ubuntu (various versons18,20,22 etc) and never got it working.
If any one can help me get this working i'd love to give it a try.
I'm pretty dumb, so a full step by step guide is needed...

Thanks
J

It transpires that j0nn9 left us “an exercise for the reader” in the GapMiner rev5.1 code, just here:
https://github.com/gapcoin/GapMiner/blob/2f66e908e52dab503de77835f31ac1603b1c23fc/src/HybridSieve.cpp#L398

Code:
sieve_t min_len     = log_str(mpz_get_d(mpz_start)) * d_difficulty;

should read

Code:
sieve_t min_len     = log(mpz_get_d(mpz_start)) * d_difficulty;

The difference was causing GPU builds of the GapMiner rev 5.1 to segfault (on both AMD and nVidia).

I fixed that (along with some other compilation-blockers) and re-worked the Makefile so that it can be used to create either CPU or GPU miners (AMD and nVidia) without having to be edited to do so.

I've cloned gapcoin-project's GapMiner repos here https://github.com/gjhiggins/GapMiner, check out the README for details of how to compile gapminer and gpugapminer on Linux. When I'm satisfied that it works for people, I'll raise a PR on the gapcoin-project GapMiner repos and update that.

Thanks to benxy031 for providing that nVidia-compatible fermat.cl code, I've included it in the gpu subdirectory as fermatnv.cl and adjusted the miner code to load whichever OpenCL source file is compatible with the detected platform.

Cheers

Graham

newbie
Activity: 9
Merit: 2

https://chainz.cryptoid.info/gap/#

Hosting for this blockchain has expired since...  2023-01-26
newbie
Activity: 9
Merit: 2
Happy 8th Birthday, Gapcoin Project!

Thank you, Jonny, and all the Gapcoin's contributers, supporters, enthusiasts and sympathizers.

Fire up your rigs, new record prime gaps await us!
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
We moved the Gapcoin exchange from FreeBitcoins.com over to Altquick.com.

Everything is the same.

Good luck!

https://altquick.com/market/Gapcoin
full member
Activity: 396
Merit: 109
It is very reassuring that gap has managed to broker numberous partnerships with industry leaders in the past months. We are gearing up for a hike in user attention. This is to say that minor tweaks must be brought about in a mission to effect maturity growth. One such tweak is to rent a booty profligate starch for one night in a sepulchral hotel somewhere. Then ask her to buy buy buy if she refuses to acquire a stake in a coin slam her head from behind with ur limb. Lul what feckless noobs even find time to reply in this thread.
hero member
Activity: 2072
Merit: 562
Is it profitable for cpu miner to mine this coin, I would like to try my spare ryzen cpu unit mining this coin, This is one of my favorite coin, but I have no chance before to mine it with my gpu's because it modified for ethereum algo.
newbie
Activity: 4
Merit: 0
Just wish to say your article is as surprising. The clearness for your post is simply spectacular and that i can suppose you are knowledgeable in this subject. Well together with your permission allow me to take hold of your feed to keep updated with imminent post. Thanks one million and please continue the rewarding work.안전놀이터
newbie
Activity: 17
Merit: 2
I recently added gapcoin in to my open-source cold wallet generator

https://holdmywallet.com
legendary
Activity: 2646
Merit: 1720
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
"Hosting for this blockchain will expire on 2022-07-24 04:16"

- https://chainz.cryptoid.info/gap/

 Kiss
Pages:
Jump to: