Bitcoin Forum
June 24, 2024, 03:43:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: November 08, 2014, 09:27:50 AM
I got 3x290 and it seems work fine but than after some time the speed starts decreasing in 400 times. It's solo mining.





The Miner currently uses the cpu for sieving, and is very memory hungry,
maybe you run out of memory and parts of the program where moved onto the disk (pagefile).

The memory consumption is so high, because a very lage sieve is used, with many primes,
and also a queue is used to keep the cpu busy while the gpu is processing the fermat tests.

You can alter a few parameters to reduce the memory load:

Code:
  -s  --sieve-size        the prime sieve size

  -w  --work-items        gpu work items (default 2048)

  -a  --max-primes        maximum sieve primes (for use with gpu)

  -z  --queue-size        the gpu waiting queue size (memory intensive)

The Sieve dynamically adjusts the sieve primes,
so that it opimaly generaets a new set of prime candidates while the gpu is testing a previous set.
The queue must have a minimum size of 2.
102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: November 07, 2014, 09:12:20 PM
hi guys, can you please post a sample gapcoin.conf please?

also, has anyone with a radeon 270x tried the gpu miner? if yes, care to share your results?


Code:
rpcuser=user
rpcpassword=password
server=1
addnode=212.227.143.155
addnode=104.131.69.82
addnode=95.215.44.9
addnode=155.254.36.179
addnode=199.127.226.192
103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: November 07, 2014, 09:02:33 PM
why involves only one GPU

You have to use one instance per gpu.
Use --gpu-dev <id>, to select the right one.
104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: November 07, 2014, 08:06:59 PM
Hi there,

II know I said next week, but i managed to build some experimental gpu miner binaries Grin.
I created a new release which includes the stratum changes from nonce-pool,
and some bug fixes regarding the device selection.

But still, the binaries and source code are very experimental!

All binaries are linked against AMD APP SDK v2.9
You can get it here: http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/

the most other dependent libraries are linked static.

Windows: https://github.com/gapcoin/GapMiner/releases/download/experimental-binaries/windows.zip
Linux: https://github.com/gapcoin/GapMiner/releases/download/experimental-binaries/linux.zip
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: November 07, 2014, 03:56:04 AM
Hi there,

i've managed to build a experimental gpu miner.
It got me about 200,000 pps with one R9 280x without any overclocking or powertune.

Currently the miner is very experimental and needs to be tested,
therefore I published the source code on github.

The miner is a hybrid version of eXtremals fermat test and GapMiners sieve.
The sieving is calculated on the cpu and the fermat tests are running on the GPU.
Currently it is very (host) memory hungry about 1GB and you have to use one instance
per gpu device.

You can get it with:

Code:
git clone https://github.com/gapcoin/GapMiner.git -b gpu-miner
cd GapMiner
git submodule init
git submodule update

It was built against amd app sdk v2.9 but maybe works with other versions too.
You can edit the Makefile to change the sdk destination directory.

I will merge nonce-pools stratum changes, and probably fix some bugs
at the weekend, and then create some binaries within the next week.
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: November 05, 2014, 02:29:47 AM
Does anyone have a list of pools they like to use, or know of pools that are reliable and you think they would like to add/are capable of adding this coin?

I'll email them, asking to add this coin, all you have to do is post the name of the pool/operator so I can google/search for it.

I already asked ypool, but they currently don't have the ability to add a new coin.
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: November 05, 2014, 02:05:05 AM
Why is there only one pool to mine Gap ?

doesn't that affect the mining process or the blockchain integrity ?



Yes, it's not a perfect situation,
but consider Gapcoin is only two weeks old.

More pools will follow.
108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: November 04, 2014, 09:36:42 PM
Hi there,

just wanted to inform you, that I started working on a GPU miner.
At the moment i can't say how long it will take.

Just playing around with eXtremal's (madMAx's) code.
Till now, the results are pretty promising:
On a R9 280 the fermat test gives a 30x - 40x speed increase in comparison to a single cpu core and gmp.

The sieve in Gapcoin only runs about 2-3% of the time,
so at the moment I will only port the primality testing to the GPU.

And of course I will open source it, once it's finished.


Thanks for all your great support so far,
I will keep you informed about the process.

j0nn9
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: November 03, 2014, 10:38:58 PM
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?
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: November 02, 2014, 10:43:15 PM
doesn't proof of work verification necessary involve testing all numbers in the gap? Even using a sieve, wouldn't it become too slow?

Hey Gatra,

yes, proof of work verification involves testing all numbers in the gap.

It is a simple gmp call:

Code:
130   /* start has to be a prime */                                                 
131   if (!mpz_probab_prime_p(mpz_start, 25)) {                                     
132                                                                                 
133     mpz_clear(mpz_start);                                                       
134     return false;                                                               
135   }                                                                             
136                                                                                 
137   mpz_init(mpz_end);                                                           
138   mpz_nextprime(mpz_end, mpz_start);

The time for one verification is currently about 0.008 seconds (on a Intel i5-2500K)

If merit is about gap size/log(p), but max gap size is O(log^2(p)), then max merit is O(log(p)). So in order to get more merit, you'll eventually need larger primes, otherwise you'll have an upper bound for the merit! How do you handle this?

This is no problem, you can control the prime bit size with the shift field within the block header.
The largest prime can theoretically have a bit size of 256 + 2^16
Gapcoin also has a (compile time) opt-in restriction for the max allowed shift amount.
The main nodes currently only allows shifts up to 512.


Best regards, j0nn9
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: November 01, 2014, 01:28:53 AM

New GapMiner release: now supports long polling + bug fixes
Please update your miners to reduce network load for the pool.


RPC-Pool-Miner (source code): https://github.com/gapcoin/GapMiner

RPC-Pool-Miner (Linux binaries): https://github.com/gapcoin/GapMiner/releases/download/rev3/gapminer-linux-rev3.zip
md5: 3b79f2b3f6b74bee04ad267b4f595b40

RPC-Pool-Miner (Windows binaries): https://github.com/gapcoin/GapMiner/releases/download/rev3/gapminer-windows-rev3.zip
md5: e406f2c94b00a7abf84e9e5b696ffa47
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 30, 2014, 07:08:23 PM
Quote
In Gapcoin,
- what happens to the reward when difficulty gets down?
- why is it easier to create a pool in Gapcoin than in Primecoin?

I've read http://www.gapcoin.org/, but did not get my answers

Thanks

This is from peercoin/primecoin forum.

So j0nn9 what are the answers? I know that reward also gets down but what about the second question?



When mining Primecoin, you can easily betray the pool by modifying your miner to search only for smaller prime chains.
With Gapcoin, this is not possible.

In detail:

When you searching for prime chains, you use a sieve for filtering prime candidates.
If you search for a 10 chain, you sieve 10 times and eliminate all prime chain candidates that are smaller than 10.
The primecoin pool then for example credits you for submitted 10-chain candidates that are only 7,8 or 9-chains.

If you now sieve only 7 times, you will get a lot more 7-chain candidates.
Not only is your calculating effort less, you will also find 7-chains that would not have been 10 chain candidates.
The important point is, your chance of finding 10 chains drops while your chances of finding 7 chains rises.

Pool operators have to implement something to handle such "betrayers".
With Gapcoin you don't have this additional effort.
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 29, 2014, 08:40:05 PM
We have a fix for some of the stales please update your miners.

https://github.com/noncepool/GapMiner/commit/13195f7bc7c3c8c1c892ca4f00172d95e544ce38

Download link for the fixed miner?

There isn't one yet, hopefully the dev can build it soon.

Updated binaries: https://github.com/gapcoin/GapMiner/releases/download/gapminer-noncepool-rev2/gapminer-noncepool-rev2.zip
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 29, 2014, 04:06:11 AM
Linux pool miner online:

115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 29, 2014, 03:14:52 AM
Can you please compile the Linux Miner too.

I'm on it.
116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 29, 2014, 02:59:32 AM

Sweeeeet.   Is there a windows binary yet for the new pool miner?

Just compiled it:

Nonce-Pool's gapminer (windows binary): https://github.com/gapcoin/GapMiner/releases/download/noncepool-win/gapminer-noncepool.zip
117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 29, 2014, 02:00:26 AM
We just got our first pool!


118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 28, 2014, 01:26:13 AM
Website now contains a new section with the highest found merits: http://gapcoin.org/primegaps.php
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 27, 2014, 10:55:13 PM
A good pool would solve most problems...

Be patient. Development needs time, but it will come.
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: October 27, 2014, 10:36:46 PM

http://coinia.net/gapcoin/stat.php

Now shows the last day in detail.


Good work!! Thanks a lot!
Pages: « 1 2 3 4 5 [6] 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!