Pages:
Author

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

newbie
Activity: 30
Merit: 0
So the pool has 85% of the network hash rate. Should this be a concern?
sr. member
Activity: 280
Merit: 250
Prime numbers are interesting for lots of mathematicians around the globe,
and they're also important to every day cryptography (see RSA).

Researches about prime gaps could not only lead to new breakthroughs in the bounded gap,
it may also help proving the Twin Prime Conjecture and maybe even the millennium problem,
the Riemann hypothesis. Who knows?

To sum it up: Its a lot more than just "cause we can".
full member
Activity: 177
Merit: 154
diff going up and price going down   Shocked , why? this coin is not bitcoin Cheesy or ...?  Tongue

Its not all about the price, some people, myself included, mine gap for pure science Smiley
OK, but amazon player don`t mine gap for pure science Wink
Tell me please, who needs this calculations?

Prime numbers are interesting for lots of mathematicians around the globe,
and they're also important to every day cryptography (see RSA).

Researches about prime gaps could not only lead to new breakthroughs in the bounded gap,
it may also help proving the Twin Prime Conjecture and maybe even the millennium problem,
the Riemann hypothesis. Who knows?
member
Activity: 114
Merit: 10
These slow blocks really seem to hit the network hard.  Wallets "hanging" for inordinate periods of time.

Anyone else notice this?

Regards,

--
bsunau7
sr. member
Activity: 464
Merit: 252
diff going up and price going down   Shocked , why? this coin is not bitcoin Cheesy or ...?  Tongue

Its not all about the price, some people, myself included, mine gap for pure science Smiley
OK, but amazon player don`t mine gap for pure science Wink
Tell me please, who needs this calculations?
sr. member
Activity: 311
Merit: 250
diff going up and price going down   Shocked , why? this coin is not bitcoin Cheesy or ...?  Tongue

Its not all about the price, some people, myself included, mine gap for pure science Smiley
OK, but amazon player don`t mine gap for pure science Wink
legendary
Activity: 1092
Merit: 1000
diff going up and price going down   Shocked , why? this coin is not bitcoin Cheesy or ...?  Tongue

Its not all about the price, some people, myself included, mine gap for pure science Smiley
sr. member
Activity: 311
Merit: 250
diff going up and price going down   Shocked , why? this coin is not bitcoin Cheesy or ...?  Tongue
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Did anyone manage to get a working vanityaddress? -X 38 resulted in an invalid privkey -.-

Vanitygen assumes the private key magic bytes are (public key) + 128, which is not true for lots of coins. For Gap its +59.

go to vanitygen.c

Line 399
   privtype = 128 + addrtype;

change to
   privtype = 59 + addrtype;

then hit make again

Now it generates valid private keys

Cheers, i've added it as a new Case

Code:
case 'G':
                        addrtype = atoi(optarg);
                        privtype = 59 + addrtype;
                        scriptaddrtype = addrtype;
                        break;
and added G into the opt list a few lines up
Code:
opt = getopt(argc, argv, "vqnrik1eE:P:NTXG:F:t:h?f:o:s:")
sr. member
Activity: 280
Merit: 250
Did anyone manage to get a working vanityaddress? -X 38 resulted in an invalid privkey -.-

Vanitygen assumes the private key magic bytes are (public key) + 128, which is not true for lots of coins. For Gap its +59.

go to vanitygen.c

Line 399
   privtype = 128 + addrtype;

change to
   privtype = 59 + addrtype;

then hit make again

Now it generates valid private keys
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Did anyone manage to get a working vanityaddress? -X 38 resulted in an invalid privkey -.-
sr. member
Activity: 280
Merit: 250
They don't understand this point-"Difficulty adjusts every block and increases logarithmic (it will probably take years to get to 50)"
 Smiley

Let me explain it to you:

Difficulty increases just like with every other coin. But as the effort needed to find gaps increases exponentially with higher merit, the log of actual difficulty is shown.
hero member
Activity: 539
Merit: 500
Oh total network hash > 60mil PPS ?
Good luck selling GAP less than 100k, dumpers Wink


They don't understand this point-"Difficulty adjusts every block and increases logarithmic (it will probably take years to get to 50)"
 Smiley
hero member
Activity: 673
Merit: 500
somebody say HAIKU!?


where is my gpu mine
palm d likes to gpu mine primes
gpu mine lets just release

How about a limerick?

I once mined a coin called the GAP
Everyone called me a sap
But amidst all the grime
We found all the primes
Then rejoiced atop coinmarketcap

 Tongue
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
somebody say HAIKU!?


where is my gpu mine
palm d likes to gpu mine primes
gpu mine lets just release
member
Activity: 114
Merit: 10
Found block.
Won't stop.
Stale logic.
Can't stop.

Place this in Haiku form, please.

Was going for a variant of Hemingway's shortest story:

For Sale:
Baby Shoes,
never worn.


Regards,

--
bsunau7
hero member
Activity: 673
Merit: 500
Found block.
Won't stop.
Stale logic.
Can't stop.

Place this in Haiku form, please.
member
Activity: 114
Merit: 10
Found block.
Won't stop.
Stale logic.
Can't stop.
sr. member
Activity: 280
Merit: 250
Big sieve.
Small shift.
Coins lost.
To bad.

For everyone who is tuning the miner:
Max. sieve size is 2^shift

member
Activity: 114
Merit: 10
Big sieve.
Small shift.
Coins lost.
To bad.
Pages:
Jump to: