Pages:
Author

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

member
Activity: 73
Merit: 27
Tempus Narrabo
Yoh, i can't answer in a technical way.
But as I know, CRT will be used to mine higher Shifts and for 'huge' cpu/gpu power (~1,5M+ pps).
I don't use CRT miner... I'm waiting for a gpu developer to fall from the sky to try higher ranges.

Did you add known nodes ?!
--extra-verbose doesn't give you additionnal infos on the init failure ?

Wallet launch (~1 minutes) is op for me.
Usually with a 500k pps cpu, i'll find several blocks a day. Eventually 1-5blocks/3hours.
________________
Starting pool miner ~500K pps cpu :

Found share at 22.4628 merit is a valid block after a few minutes.

Block from picture :
https://chainz.cryptoid.info/gap/block.dws?1315757.htm
________________
If you're here to mine at high shift range and for high merit gaps you'll need a lot of cpu power.
And if you're here just to mine without 'mathematical goal' or low cpu power, go for standard miner at a standard shift range (25-32) and connect to the pool Smiley

I leave the technical approach for others ! Sry
And someone to invite you on Discord.
They will probably need to know you miner's launch command, with options. If you mine at shift 1024 [...] with 200K pps, good luck.
Miners probably need a lot more optimizations (mathematicals/gpu dev) to maximise mining power.

To optimize your mining range with CRT miner:
cf.
https://bitcointalksearch.org/topic/m.54565947
https://bitcointalksearch.org/topic/m.54575759



legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
There are more questions about wallet and solo mining.
The wallet opens for a very long time, Windows 7, you need to wait a day for the wallet to start, I'm not talking about the long synchronization, the blockchain bootstrap does not ease the situation, the wallet indexes and opens blocks for a very long time.
On the VPS with ubuntu 16.04, I waited almost a week for full synchronization.
This miner GapMiner rev5.1 CRT Creation



No processor load. Why?
Here is another miner, and I understand that they cannot mine on the pool, only solo.



There are 2 cores, Vishera 4.2 GHz.
I started mining on 4 cores, nothing was mined in three days.
How long does it take at this hashrate to get a block?
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
New dedicated seed / P2P nodes by gapcoin.club ...

Tokyo, Japan

addnode seed-jp.gapcoin.club:31469 add

addnode 198.13.47.147:31469 add

IPv6: [2401:c080:1000:466c:5400:03ff:fe0b:00de]:31469


Toronto, Canada

addnode seed-ca.gapcoin.club:31469 add

addnode 149.248.62.153:31469 add

IPv6: [2001:19f0:b001:105:5400:03ff:fe0b:0156]:31469


USA (New 2nd block explorer TBA) ...

N.B. Hosting for https://chainz.cryptoid.info/gap/ currently 'expires' on 2020-11-11 and will be renewed, if no one else contributes first!

...

Both gapcoin.club and gapcoin.network will be migrating to new servers and infrastructure before July 15th, 2021.

Existing Tor v2 .onion addnode's for Gapcoin will also be terminated before July 15th, 2021 and will (hopefully) be replaced by v3 .onion addnode's before this date, dependent on updates to the Gapcoin codebase ... see:

- https://blog.torproject.org/v2-deprecation-timeline

- https://gapcoin.club/downloads/gapcoin.conf.tor.txt

- https://github.com/bitcoin/bitcoin/pull/19954

gapcoin.club operates Tor Relays and well established Bridges on some of our nodes and we will be seeking funding to continue with this side of the project, plus giving bandwidth back to the Tor network ... see:

- https://metrics.torproject.org/rs.html#search/gapcoin

N.B. That the following Tor addnodes will remain 'live' until July 15th, 2021.

gapxnu2mgche3y7v.onion:31469
gap5eiwtcw35ympv.onion:31469

Cheers!
hero member
Activity: 1241
Merit: 623
OGRaccoon

In the context of a cryptocurrency, that holds true for compiled binaries from any source. Bitcoin has evolved a "gitian build" process which produces binaries with reproducible hashes that can be cross-checked against a recognised value (see this write-up for a narrative description of the approach). That'd be the best bet for commissioning the creation of a compiled binary.

Cheers

Graham

(Oh, and the contemporary Bitcoin repos has a suggestively-titled directory build_msvc directory ... https://github.com/bitcoin/bitcoin/tree/master/build_msvc but I suspect that's not of immediate use on a vintage 0.9.x codebase).


Does this mean that I can find a programmer who will compile the source files for windows using gitian-building?
Will it be safe?
If yes, then I can find such a person through this forum.

And yet, there is such a block explorer service https://openchains.info/
Give them access to the daemon coins and they run for free  block explorer
I can on VPS run the Gapcoin daemon.
But this service has a drawback - you cannot view the balance and other data at the address.
Do need it?

Give me a few hours I will post a full gitian build process guide for the above  Wink
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist

In the context of a cryptocurrency, that holds true for compiled binaries from any source. Bitcoin has evolved a "gitian build" process which produces binaries with reproducible hashes that can be cross-checked against a recognised value (see this write-up for a narrative description of the approach). That'd be the best bet for commissioning the creation of a compiled binary.

Cheers

Graham

(Oh, and the contemporary Bitcoin repos has a suggestively-titled directory build_msvc directory ... https://github.com/bitcoin/bitcoin/tree/master/build_msvc but I suspect that's not of immediate use on a vintage 0.9.x codebase).


Does this mean that I can find a programmer who will compile the source files for windows using gitian-building?
Will it be safe?
If yes, then I can find such a person through this forum.

And yet, there is such a block explorer service https://openchains.info/
Give them access to the daemon coins and they run for free  block explorer
I can on VPS run the Gapcoin daemon.
But this service has a drawback - you cannot view the balance and other data at the address.
Do need it?
legendary
Activity: 2254
Merit: 1290
gjhiggins Thanks for the detailed answer!
As I understand it, you are the only person who has continued to develop the gapcoin.
At the moment, I do seem to be the only one interested in curating the codebase for this altcoin but it's open source and so that could change at any point.

I could find a person who could compile the gui-wallet 0.9.4 for Windows, but there is a question of trust, you need a trusted person so that there are no unpleasant surprises.
In the context of a cryptocurrency, that holds true for compiled binaries from any source. Bitcoin has evolved a "gitian build" process which produces binaries with reproducible hashes that can be cross-checked against a recognised value (see this write-up for a narrative description of the approach). That'd be the best bet for commissioning the creation of a compiled binary.

Cheers

Graham

(Oh, and the contemporary Bitcoin repos has a suggestively-titled directory build_msvc directory ... https://github.com/bitcoin/bitcoin/tree/master/build_msvc but I suspect that's not of immediate use on a vintage 0.9.x codebase).

legendary
Activity: 4060
Merit: 1250
Owner at AltQuick.com
gjhiggins Thanks for the detailed answer!
As I understand it, you are the only person who has continued to develop the gapcoin.
I could find a person who could compile the gui-wallet 0.9.4 for Windows, but there is a question of trust, you need a trusted person so that there are no unpleasant surprises.

Open source
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
gjhiggins Thanks for the detailed answer!
As I understand it, you are the only person who has continued to develop the gapcoin.
I could find a person who could compile the gui-wallet 0.9.4 for Windows, but there is a question of trust, you need a trusted person so that there are no unpleasant surprises.
legendary
Activity: 2254
Merit: 1290
I was interested in this project, I read this thread and admire the people who support this non-commercial coin.
I would also like to make my own contribution.
On behalf of the members of this group, welcome.

I have a question - I downloaded a wallet for Windows, version 0.9.2.0-unk-beta
I read the thread found a description branch v0.9.4-gap
I loved this advanced wallet. but there is no compiled version.
Why is that?
Not everyone has the ability to independently compile for Windows.
Since the advent of VMs and Windows Subsystem for Linux, they certainly do but most Windows users seem to have become habituated to the convenience of leaving it to someone else to provide cross-compiled binaries.

The existing Windows binaries were (probably) cross-compiled from (what is now) the legacy codebase (0.9.2 - https://github.com/gapcoin/gapcoin/releases) back in 2015 when the code was contemporary with OSes of the time. Unfortunately, despite considerable effort, I haven't been able to successfully cross-compile a Windows binary from the "updated" 0.9.4 version - note that the term is slightly misleading, it's hardly updated, just adjusted to cater for backwards-incompatible changes in the newer boost libraries that are compatible with contemporary Linux versions - just in order to get it to compile. The 0.9.4 additions are merely cosmetic, the underlying engine remains unchanged. Back in 2015, the "build-msw" documentation (https://github.com/gapcoin/gapcoin/blob/v0.9.2-gap/doc/build-msw.md) only dealt with building the headless daemon (i.e. the non-GUI version) and so altcoin devs were left to their own devices as regards Windows GUI binaries.

I tried back-porting the "depends" cross-compilation solution that was introduced in a later version of Bitcoin (0.10, I think it was)  but the solution is tailored to specific versions of the support packages and in particular the specific Qt packages referenced are simply no longer available so I was obliged to work with contemporary versions of the packages as available in Bitcoin Core 0.18.

The above-refefenced work has been done in a separate branch (https://github.com/gapcoin-project/gapcoin/tree/v0.9.4-gap-mingw/depends) It sort of works - the headless daemon builds but I haven't been able to successfully use it to cross-compile the Windows GUI version. In principle, the depends solution is relatively easy to use, in the depends directory, type make HOST=x86_64-w64-mingw32 -j4 to create the cross-compiled packages and then, in the top-level folder ./configure --prefix=`pwd`/depends/x86_64-w64-mingw32 will cross-compile the coin and link against the cross-compiled packages. Qt is persistently cranky, though.

As an alternative approach, Windows users could d/l the QtCreator package and try use that as a platform for compiling natively on Windows (after first compiling the boost, gmp, mpfr, ssl, miniupnpc, qrencode, zlib, zmq, etc dependencies) but aiui, it's something of a nightmarish process.

As regards regards the platform preferences of the group, I'll leave you to draw your own inferences from the fact that the chainz explorer reports:

Client Versionnumberpercenttotal
Satoshi:0.9.21684.2 %84.2 %
Satinki:0.16.315.3 %89.5 %
Satoshi Gapcoin Clan:0.9.315.3 %94.7 %
Satoshi:0.9.415.3 %100.0 %

(The 0.16.3 version is mine and is undergoing trials).

Cheers

Graham
hero member
Activity: 591
Merit: 501
Scavenger of Crypto Sorrow
Why is that?
Not everyone has the ability to independently compile for Windows.

Methinks this coin features a very high percentage of Linux folks.
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
I was interested in this project, I read this thread and admire the people who support this non-commercial coin.
I would also like to make my own contribution.
I have a question - I downloaded a wallet for Windows, version 0.9.2.0-unk-beta
I read the thread found a description branch v0.9.4-gap
I loved this advanced wallet. but there is no compiled version.
Why is that?
Not everyone has the ability to independently compile for Windows.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF

I assert that John Allen Frey was the original developer of Gapcoin


Your assertion may has been proven wrong since j0nn9 (Jonny Frey) has been active on bitcointalk on March 23, 2018! Also he (or his script) has updated http://gapcoin.org/primegaps-length.php on September 10, 2019!


At this 5th year milestone, I would like to thank Jonny and all the supporters of the GapCoin project. New record prime gaps await us ahead!
 

@PrimeObsession - perhaps you can shed some more light on this?

I agree it is most certainly an anomaly. However, even the original PoWCore seems to point to John Allen Frey being involved here ...

...snip...

But when I looked at the actual difference, it was offering to update the reference from:
Code:
ID       : ca5e863b1ff6c0a9655fadb951f1d9653ba24ef1

Author   : Jonny Frey
           07/01/2015 22:43

Message:
1024 max shift should work for all

...snip...

...

We are of course assuming that some unknown others took the project reigns for sometime ...

perhaps Dr Thomas Nicely or someone else close to Frey ... ?

See: https://bitcointalksearch.org/topic/m.53120640

It remains a mystery as to who, briefly, updated the gapcoin.org records, who is continually paying for the domain name and hosting (if it isn't long-term paid for on auto renewal!?) and exactly which genius(es) actually contributed and conceived building and launching Gapcoin / PoWCore.

Several requests have been made in this thread and elsewhere for the original developers (or anyone associated with them) to come forward, yet to-date, no one has come forward and/or contested my/our (community) assertions.

Kind Regards,
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Thanks (again) Graham ^

...snip...

I am new to the forum and came to this project, could you give me more information about whether it is still possible to mine or the project is already dead. I downloaded the wallet waiting for advanced / mining to come and it tells me that the last block was created 6 years ago I do not understand why the web has remained from 2014 to 2020. Some summary information about what is happening with the project.

@miner_brown

If your using MS Windows you might try following this guide to sync. the Gapcoin blockchain and then start mining GAP ...

- https://gapcoin.club/windows-gui-setup.php

...

TBH Gapcoin has been in a state of flux for a good number of years now and we hope to combine community efforts more fully in the near future to give this project the recognition it deserves.

An upgraded wallet for Windows will be part of that. However, the existing release remains functional for now.

Cheers!
legendary
Activity: 2254
Merit: 1290
I am new to the forum and came to this project, could you give me more information about whether it is still possible to mine or the project is already dead. I downloaded the wallet waiting for advanced / mining to come and it tells me that the last block was created 6 years ago I do not understand why the web has remained from 2014 to 2020. Some summary information about what is happening with the project.
Welcome to the group.

Yes it is still possible to mine (see the chainz block explorer on https://chainz.cryptoid.info/gap/).

From your description of the client's behaviour it sounds like it's not finding any currently-connected nodes on the network, i.e. it's failing to sync. This can happen with elderly binaries in which the original hard-coded initial connection nodes (called "syncnodes") have long since gone away. In order to enable your client to sync to the network, you need to add the following list of node IP addresses to the Gapcoin config file, any of which should enable the client to start syncing:

Code:
addnode=37.139.15.251
addnode=138.68.172.174
addnode=139.59.57.170
addnode=139.59.57.170
addnode=144.76.118.44
addnode=193.233.60.184
addnode=199.247.26.15

Alternatively, if you are uncertain about how to change the config file, you can use the "Debug Window" menu selection to bring up a dialog box, select the "Console" tab to get a console in which to  enter the command: addnode 37.139.15.251 add followed by addnode 37.139.15.251 onetry. If your client doesn't report that it is connecting to the network, try another IP address from the list (if necessary, repeat until successful. If ultimately unsuccessful, report back here).

All the above nodes are Gapcoin nodes configured to accept incoming sync connections (the chainz list of connections includes nodes which aren't serving/listening and while those nodes do support the network, new clients can only sync from nodes configured with listen=1, described in the command-line help as "Accept connections from outside"). The reason there are so few clients that accept incoming connections is that for most home setups behind a router, enabling connections from the outside will only actually work if the router connects the client internally via UPNP).

Finally, if you prefer not to wait the several hours that it will take the client to sync, you can download a zipped current snapshot of the indexed Gapcoin blockchain (4.2Gb in size) which I have made available, to be unzipped in the Gapcoin data directory. When starting the client, it should then take just a few moments to sync up completely.


Cheers,
Graham
newbie
Activity: 11
Merit: 0
Happy bday gap!

Indeed. Big changes are afoot! Cheesy

...

Dear fellow Gapcoin enthusiasts, it turnes out that Gapcoin project, despite its design limitations, is still capable of setting the highest merit record!

gapcoin-cli verifymessage GJtsALGXvATz8DEakokLDQRa9dF49AFt7F Hwgf2IaiuFScMw9754ygul3WtAwst7y4+SJK47L64XoNaVzthMmc+6uIKLPQqsNNgN105wzfSVoIFf0p0PrW3T4= "Andrey Balyakin dedicates this prime gap of merit 41.938784, which he found on October 2nd, 2017, to Gapcoin's 3rd anniversary."

gapcoin-cli verifymessage GQv89XPznFS3fFi4J3LwQSRs5sy21EoPQJ IOwRTQ4ne1cbz9i37HpEAOTcWJKQqK+eC7hwELEV0DMt8gNf5FyDUBpawivzASuzVETARr7F3Zg11AUw5ewmQ0E= "Andrey Balyakin dedicates this prime gap of merit 36.929239, which he found on October 19th, 2017, to Gapcoin's 3rd anniversary."


 Wink



I am new to the forum and came to this project, could you give me more information about whether it is still possible to mine or the project is already dead. I downloaded the wallet waiting for advanced / mining to come and it tells me that the last block was created 6 years ago I do not understand why the web has remained from 2014 to 2020. Some summary information about what is happening with the project.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Happy bday gap!

Indeed. Big changes are afoot! Cheesy

...

Dear fellow Gapcoin enthusiasts, it turnes out that Gapcoin project, despite its design limitations, is still capable of setting the highest merit record!

gapcoin-cli verifymessage GJtsALGXvATz8DEakokLDQRa9dF49AFt7F Hwgf2IaiuFScMw9754ygul3WtAwst7y4+SJK47L64XoNaVzthMmc+6uIKLPQqsNNgN105wzfSVoIFf0p0PrW3T4= "Andrey Balyakin dedicates this prime gap of merit 41.938784, which he found on October 2nd, 2017, to Gapcoin's 3rd anniversary."

gapcoin-cli verifymessage GQv89XPznFS3fFi4J3LwQSRs5sy21EoPQJ IOwRTQ4ne1cbz9i37HpEAOTcWJKQqK+eC7hwELEV0DMt8gNf5FyDUBpawivzASuzVETARr7F3Zg11AUw5ewmQ0E= "Andrey Balyakin dedicates this prime gap of merit 36.929239, which he found on October 19th, 2017, to Gapcoin's 3rd anniversary."


 Wink
legendary
Activity: 4060
Merit: 1250
Owner at AltQuick.com
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Happy 6th Birthday, Gapcoin!

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

New records await us ahead!


Gapcoin Launched Tue Oct. 21 2014 - 18:00:00 UTC

Happy Birthday Gapcoin, it's really been six years! Glad someone remembered.

Perhaps it's also time for a new roadmap!
newbie
Activity: 9
Merit: 2
Happy 6th Birthday, Gapcoin!

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

New records await us ahead!

legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Asked the following in C-Patex (exchange) thread topic ...
- https://bitcointalksearch.org/topic/m.55261914

I have also PM'd OP 'Crypto_Patagonia'.

Smiley

...

Any news or updates as to when c-Patex will add Gapcoin (GAP) ?

v0.9.3 is the current 'default' Gapcoin release for linux ...
- https://github.com/gapcoin-project/gapcoin/tree/v0.9.3-gap

Compile / guide ...
- https://bitcointalksearch.org/topic/m.54566909

(Old) Gapcoin Thread ...
- https://bitcointalksearch.org/topic/anngap-gapcoin-prime-gap-search-new-math-algo-cpu-gpu-zero-premine-822498

Gapcoin Club (for downloads / addnodes / info.  etc.,)
- https://gapcoin.club/

...

- https://c-patex.com/voting-en.php

" Coins will be added to C-Patex - Voting closed
B2B B2B Coin
DIMI Diminutive Coin
DCR Decred
TRK TruckCoin
XFG Fandom Gold
DISC Diskcoin
ZANO ZANO
NTBC Note Blockchain
RVN Ravencoin
XMG Magi
DAL Dallar
GRC GridCoin
ARB Arbitrage
BTI Bitcoin Instant
GAP Gapcoin
SEO SeoCoin
XGOX Xgox "

Cheers!

...snip...

EDIT: 6th Oct. I have also PM'd 'MAGsistemas', "the founder and CEO of C-Patex", according to this post ...

- https://bitcointalksearch.org/topic/m.52055530

as well as emailing support @ c-patex . com from the Gapcoin Club email address.

... something something covid-!? *shrugs*

...

2nd block explorer well underway, so we just need an active 3rd exchange and then it will be almost time for a new forum announcement and a fancy new website !? A 2nd or 3rd pool !?

Anymore for anymore ? Gapcoin's not going anywhere folks, so time to wake up !
Pages:
Jump to: