Pages:
Author

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

newbie
Activity: 1
Merit: 0
hero member
Activity: 605
Merit: 500
ANy reason why the price is rising today  Huh
legendary
Activity: 1596
Merit: 1011
full member
Activity: 177
Merit: 154
j0nn9 did you test your last version for cpu in solo ? I believe it's not finding blocks, previous ver is ok! Got 1.900.000 pps.

Thanks for the hint!

Just tested both the linux and windows version on testnet.
Linux version seems to be fine, but you are right with the windows version, it doesn't work solo.

I'll fix this!
Till then you should be fine using the the previous one (dcct's mode). The speed should be equal.
legendary
Activity: 1596
Merit: 1011
j0nn9, so how about that ?
newbie
Activity: 5
Merit: 0
Thank you, j0nn9 :
That was the problem, I am mining OK now.
Good luck.
Pablo.
full member
Activity: 177
Merit: 154
Thank you, but the same:
"Found share stale!" and "pps:0 / 0 tests/s 0 / 0" again and again..

Hi,

you forgot to add the worker name, try:


gapminer-cpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u pablofot. -x -t 2 --stratum

You can create a worker here: http://gap.nonce-pool.com/index.php?page=account&action=workers
legendary
Activity: 1596
Merit: 1011
j0nn9 did you test your last version for cpu in solo ? I believe it's not finding blocks, previous ver is ok! Got 1.900.000 pps.
newbie
Activity: 5
Merit: 0
Thank you, but the same:
"Found share stale!" and "pps:0 / 0 tests/s 0 / 0" again and again..
member
Activity: 69
Merit: 10
Hi:
This is my  gapminer-cpu 64 config:
gapminer-cpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u pablofot -x ****** --retries -1 -t 2 --stratum
but as it starts appears "Found share stale!" and "pps:0 / 0 tests/s 0 / 0" again and again.., and my worker at the pool page is never active.
What am I doing wrong?
Thanks for your reply.
Pablo.



TRY

gapminer-cpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u pablofot -x ****** -t 2 --stratum

INSTEAD
newbie
Activity: 5
Merit: 0
Hi:
This is my  gapminer-cpu 64 config:
gapminer-cpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u pablofot -x ****** --retries -1 -t 2 --stratum
but as it starts appears "Found share stale!" and "pps:0 / 0 tests/s 0 / 0" again and again.., and my worker at the pool page is never active.
What am I doing wrong?
Thanks for your reply.
Pablo.

full member
Activity: 149
Merit: 100
We would like folks to please start moving your miners to the stratum port 3385. Longpoll port 4205 will be shut down on Feb. 1st
Longpoll port 4200 will be shut down on Feb. 8 this should give everyone ample time to switch over. Please report any issues.
legendary
Activity: 1428
Merit: 1001
getmonero.org
Gapcoin pay 750 GAP for the first merit within the top.
 10500 GAP for the first merit within the top.
54500 GAP for the first merit which  breaks the world record.
the more people mine Gapcoin.
the more coin per block will be produced.
it have mining guide.


I wonder what is the point of this bot?
newbie
Activity: 5
Merit: 0
Hi:
Anybody knows if Nonce-Pool is working for Windows now?
Thks.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
New GapMiner (CPU/GPU) Release

Windows: https://github.com/gapcoin/GapMiner/releases/download/gapminer-rev4/windows.zip
md5: 1e5cac5758599ab03a58a42cddcf0f82

Linux: https://github.com/gapcoin/GapMiner/releases/download/gapminer-rev4/linux.zip
md5: 71cc3cb94265adf5b4f583b05c704c06

Source Code: https://github.com/gapcoin/GapMiner (branch gpu-miner)

Changes:
  • fully merged dcct's mod
  • removed boost library dependency
  • reworte stratum network stuff
  • fixed stratum windows support

I wasn't able to fully test the GPU-Miner,
but it should work, since I only changed the stratum part.

Please use stratum if possible to reduce load for the pool.

Stratum appears to be working much better with the pool now.

I will get around to updating the cloud mining guide from OP.

CPU Longpoll (old) example:

Code:
-o http://mine3.gap.nonce-pool.com -p 4200 -u YOURUSERNAME.YOURWORKERNAME -x YOURWORKERPASS --retries -1 -t YOURCPUCORES

CPU Stratum (Newest) example:

Code:
-o mine3.gap.nonce-pool.com -p 3385 -u YOURUSERNAME.YOURWORKERNAME -x YOURWORKERPASS --retries -1 -t YOURCPUCORES --stratum
legendary
Activity: 1428
Merit: 1001
getmonero.org
New GapMiner (CPU/GPU) Release

Windows: https://github.com/gapcoin/GapMiner/releases/download/gapminer-rev4/windows.zip
md5: 1e5cac5758599ab03a58a42cddcf0f82

Linux: https://github.com/gapcoin/GapMiner/releases/download/gapminer-rev4/linux.zip
md5: 71cc3cb94265adf5b4f583b05c704c06

Source Code: https://github.com/gapcoin/GapMiner (branch gpu-miner)

Changes:
  • fully merged dcct's mod
  • removed boost library dependency
  • reworte stratum network stuff
  • fixed stratum windows support

I wasn't able to fully test the GPU-Miner,
but it should work, since I only changed the stratum part.

Please use stratum if possible to reduce load for the pool.

Is this more efficient? How much? For CPU...
full member
Activity: 177
Merit: 154
New GapMiner (CPU/GPU) Release

Windows: https://github.com/gapcoin/GapMiner/releases/download/gapminer-rev4/windows.zip
md5: 1e5cac5758599ab03a58a42cddcf0f82

Linux: https://github.com/gapcoin/GapMiner/releases/download/gapminer-rev4/linux.zip
md5: 71cc3cb94265adf5b4f583b05c704c06

Source Code: https://github.com/gapcoin/GapMiner (branch gpu-miner)

Changes:
  • fully merged dcct's mod
  • removed boost library dependency
  • reworte stratum network stuff
  • fixed stratum windows support

I wasn't able to fully test the GPU-Miner,
but it should work, since I only changed the stratum part.

Please use stratum if possible to reduce load for the pool.
full member
Activity: 177
Merit: 154
I like Riecoin, it can find the world records of 6-tuplets now.
So why is GAPCOIN the best ?


I think all prime number related coins are special and have a great benefit to the scientific community.

Just for the records: Gapcoin almost daily finds new world records for first known occurrence prime gaps.
http://gapcoin.org/primegaps-length.php

More informations can be found here: http://gapcoin.org/primegaps.php
sr. member
Activity: 259
Merit: 250
 I like Riecoin, it can find the world records of 6-tuplets now.
So why is GAPCOIN the best ?
hero member
Activity: 605
Merit: 500
Hey guys, here's a cool article http://www.damninteresting.com/on-the-origin-of-circuits/

thought it was interesting that the final optimized iteration used 37 logic gates (prime number) out of possible 100. coincidence?  Grin
Pages:
Jump to: