Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine
by
gjhiggins
on 25/12/2017, 22:55:05 UTC
Thanks Graham.  My main issue is getting a URL that returns the JSON text for the blocks.  Parsing after that is easy with various methods, but I'm not sure what the right URL is.

The node API is on 127.0.0.1: where defaults to 31397.

I dumped the postgresql database: https://minkiz.co/library/gapblocks.sql.gz

I crudely interpret the following as “nothing to report of late” ...

gapblocks=# select distinct(merit) as merits, gaplen, height from blocks where gaplen > 20000 order by merit desc limit 20;
   merits    | gaplen | height |
-------------+--------+--------+
 34.65926775 |  27666 | 483909 |
 33.66212713 |  26858 | 581982 |
 31.46506560 |  25108 | 503937 |
 31.46147878 |  25120 | 379773 |
 31.25067310 |  24950 | 520208 |
 31.22273371 |  24910 | 479509 |
 31.02379813 |  24758 | 543334 |
 30.89132028 |  24646 | 402139 |
 30.54500687 |  24380 | 510941 |
 30.50778491 |  24348 | 519574 |
 30.46456046 |  24318 | 516329 |
 30.44425897 |  24300 | 413719 |
 30.44194759 |  24300 | 361844 |
 30.41753388 |  24282 | 413770 |
 30.29834124 |  24178 | 448132 |
 30.22634743 |  24130 | 602737 |
 30.08368413 |  24016 | 516371 |
 29.91801267 |  23878 | 379253 |
 29.84590646 |  23828 | 515423 |
 29.75992059 |  23756 | 555220 |
(20 rows)

Cheers

Graham