Bitcoin Forum
June 17, 2024, 08:31:14 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 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: January 09, 2015, 06:26:20 AM
We, AskCoin.Net need gapcoind compiled in static mode for Ubuntu 14.04 64bits.
Binary available at https://github.com/gapcoin/gapcoin/releases is only compiled for 32-bits Linux.

How to compile GAP wallet in static mode for 64-bits Linux?
UNIX BUILD NOTES does not explain how to build wallet in static mode.

The new release contains an statically linked 64 bit version for linux, compiled under Ubuntu 14.04 64 bit:
https://github.com/gapcoin/gapcoin/releases/download/v0.9.2-rev2/gapcoin-rev2-linux.zip

There currently exist no documentation to compile Gapcoin (or Bitcoin) statically, at least none, I know of.
But it is very similar to https://bitcointalk.org/index.php?topic=149479.0 you just have to change some config parameters.
You also need to compile mpfr and gmp libraries.

If necessary, I could write a documentation to statically compile Gapcoin.
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: January 09, 2015, 06:08:10 AM
New Wallet Release

Windows: https://github.com/gapcoin/gapcoin/releases/download/v0.9.2-rev2/gapcoin-rev2-windows.zip
md5: f476544e2b34133d829d585e6b9d3f7a

Linux: https://github.com/gapcoin/gapcoin/releases/download/v0.9.2-rev2/gapcoin-rev2-linux.zip
md5: 50551e97df7cdfd672a66ebf059cee20

Changes:

  • Inclusion of the new Logos into the Qt-Wallet
  • Improved startup time
  • Merged dcct's mod for the build in miner
  • Changed getmininginfo rpc-call output
  • Set max shift to 1024 to protect some attacks using a high shift/li]
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU only - Zero Premine on: January 02, 2015, 06:06:23 PM
Ok..
i have read the FM...
problem solved
thanks!

  CXX      checkpoints.o
In file included from checkpoints.cpp:7:0:
main.h:22:29: fatal error: PoWCore/src/PoW.h: No such file or directory
 #include "PoWCore/src/PoW.h"
                             ^
compilation terminated.

 Embarrassed

You can read more, and then immediately shout. What is wrong?

How did you fix this? I'm having the same issue.

Within the Gapcoin main directory do:

Code:
git submodule init
git submodule update
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 29, 2014, 04:42:39 AM
For the non math experts, what is the advantage of solving these? This advances mathematics, and therefore technology, theories, and a general understanding of reality? How does this compare to the technology in XPM Primecoin?



The are many relations between prime numbers and our nature:
http://www.bbc.co.uk/news/magazine-14305667

In fact prime numbers are fascinating in many ways:

Quote from: Paul Erdos
God may not play dice with the universe, but something strange is going on with the prime numbers.

Prime numbers are 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?

While Gapcoin searches for rare prime gaps,
Primecoin on the other hand searches for long prime chains:
http://en.wikipedia.org/wiki/Cunningham_chain
http://en.wikipedia.org/wiki/Primecoin
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 29, 2014, 01:16:37 AM
maximum merit for day 33.27006847
~ 19 place in Top-20 merits.

Yes, we've been lucky the last days Smiley
I already submitted the last gap to the record keeper,
but I didn't get a response till now.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 26, 2014, 02:41:59 AM
Hello! When I'm trying to use stratum in modded CPU miner I'm getting such error

Code:
[2014-12-26 05:28:17] Requesting work failedsend: The file handle supplied is not valid
[2014-12-26 05:28:17] Error receiving message form server: read_until: The file handle supplied is not valid
[2014-12-26 05:28:17] Connection failed: connect: An operation was attempted on something that is not a socket
[2014-12-26 05:28:17] Connection failed: connect: An operation was attempted on something that is not a socket
[2014-12-26 05:28:22] Connection failed: connect: An invalid argument was supplied
[2014-12-26 05:28:22] Connection failed: connect: An operation was attempted on
something that is not a socket

And sometimes with same arguments I get this

Code:
[2014-12-26 05:37:04] Requesting work failedsend: The file handle supplied is not valid
[2014-12-26 05:37:04] Error receiving message form server: read_until: The file handle supplied is not valid

I'm using this arguments
Code:
gapminer.exe -o mine3.gap.nonce-pool.com -p 3385 -u user.lol_1 -x pass -t 4 --stratum

Please help Huh

Hi,

unfortunately stratum isn't really working,
but you should be fine using getwork. Nonce-Pool supports vardiff and long polling with getwork:

Code:
gapminer.exe -o mine3.gap.nonce-pool.com -p 4200 -u user.lol_1 -x pass -t 4
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 26, 2014, 02:32:51 AM
Here is Terance Tao discussing prime gaps on the Colbert Report: http://thecolbertreport.cc.com/videos/6wtwlg/terence-tao

Dev, it might be worth it to send Dr Tao an email.  I bet he'd be interested in gapcoin.

thanks for the hint!
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 24, 2014, 02:31:43 PM
New top merit!  33.48912446

Overtakes Donald Knuth's record of 33.4536

Merry Christmas everyone! Looks like we just got a present from Gapcoin Smiley
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 23, 2014, 12:54:35 AM
Gapcoin just got mentioned by kingscrown: http://fuk.io/december-2014-report-best-altcoins-and-cryptos-to-mine-and-invest-in-for-high-profits/
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 23, 2014, 12:37:27 AM
Are there any direct scientific benefits to finding large prime gaps?

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?

Gapcoin also broke several hundred records for new first known occurrence prime gaps:

http://www.trnicely.net/gaps/g4k.html
http://www.trnicely.net/gaps/g6k.html

And they get more every day: http://gapcoin.org/primegaps-length.php

We also got listed within the world record list for the top-20 highest merits: http://primerecords.dk/primegaps/gaps20.htm
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 23, 2014, 12:09:05 AM
It's nice to see some movement here Smiley
This coin has a nice concept, I also like the scientific background.

I think a rating system and search function would be beyond the scope of Datacoin and is better left implemented by sites that would link to DTC files or by a derivative wallet. However, the core wallet should definitely implement user friendly uploads and downloads via txid or other identifiers.

I guess voting and comments could be submitted to the blockchain, they just need to refer to the original torrent via an id (the hash of the magnet link for example).

I think the HTTP servers should parse the data from the blockchain and store it in a database, this would also allow searching, just like collecting the votes for one torrent without scanning the whole blockchain.



Agree with this. Sending JSON to blockchain is not hard, but what if the user spams the blockchain with a 5 star rating to his torrent? A solution could be vote confirmations, where each vote has to be confirmed by another voter, but then again, how can you prevent people from voting for their rating? But the starting point in my solution is good in itself, so maybe work on something based on that?

How about a voting like in Memorycoin. The weight of a vote is determined by the Datacoin volume of the voters address. No matter how often someone votes, his vote would only count as high his balance. This could avoid spamming, but someone could just buy votes.
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 22, 2014, 12:11:47 AM
It's nice to see some movement here Smiley
This coin has a nice concept, I also like the scientific background.

I think a rating system and search function would be beyond the scope of Datacoin and is better left implemented by sites that would link to DTC files or by a derivative wallet. However, the core wallet should definitely implement user friendly uploads and downloads via txid or other identifiers.

I guess voting and comments could be submitted to the blockchain, they just need to refer to the original torrent via an id (the hash of the magnet link for example).

I think the HTTP servers should parse the data from the blockchain and store it in a database, this would also allow searching, just like collecting the votes for one torrent without scanning the whole blockchain.

53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 18, 2014, 10:45:29 PM
Enjoy your holidays Smiley
Thanks Smiley

I also want to thank you all for your great support,
without you Gapcoin wouldn't be where it is now.

I wish you all a Merry Christmas and a Happy New Year!
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 17, 2014, 10:56:46 PM
need some updates:
1. wallet
2. site
for a start it will be enough.

crz just sent me the new logos for the wallet,
unfortunately I don't have access to my compiler environment over the holidays,
but I'll publish the next wallet release afterwards.

I just made a few updates to the website, including the prime gap section.
The is a new site containing new first known occurrence prime gaps which are not yet listed at http://www.trnicely.net
I'll frequently submit the gaps listed there, so please don't spam Dr. Nicely.

http://gapcoin.org/primegaps-length.php

ps: I submitted the gaps only two days ago, and we already found 29 new records.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 17, 2014, 12:21:49 AM
You should send this to news@coindesk.com!

I already wrote them, once we got listed within the top-20,
but I submitted the new records too.
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 16, 2014, 04:20:29 PM
Hi there,

I just want to inform you that Gapcoin just broke 544 records of first known occurrence prime gaps.

The records are listed here:

http://www.trnicely.net/gaps/g4k.html
http://www.trnicely.net/gaps/g6k.html

Even if we are currently a few of steps away from the world record of the highest merit primegap,
I'm pretty sure Gapcoin can break some more records on those lists.


All gaps found by the Gapcoin network can be download either as plaintext or zip from the website (http://gapcoin.org/downloads.php).
The files are updated every hour.

I'm currently working on a method (involving Chinese remainder theorem) to improve the mining algorithm.
(I'm not really sure if it can be applied to Gapcoin's mining algorithm, but I'll keep trying)

I'll also working on a tool for parsing and processing Gapcoins prime gaps.

(both will be released here, when finished)
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 14, 2014, 11:54:52 PM
I made a thread here twice https://cryptsy.freshdesk.com/support/discussions/forums/4000000207 but it never showed up. Dont know why.

Someone else may want to try it again. Or just spam cryptsy. They add every shit coin that exist i dont think they will have a problem adding gapcoin...

I just wrote cryptsy, and they "submitted the coin to their development team who will review it to see if it meets the requirements for addition to the Cryptsy exchange."
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 14, 2014, 07:08:56 PM
I'm confused by what a gap and a merit is

You have two following prime numbers like pn=11 and pn+1=13. The gap is gn=13-11=2.

The ratio of gn / ln(pn) is called the merit of the gap gn.


Now why and if bigger merit is important i dont know.

The average size of a prime gap increases with higher primes and is about ln(pn).
In fact it its very trivial to find a gap with at least length n:

Quote from: Wikipedia
For any prime number P, we write P# for P primorial, that is, the product of all prime numbers up to and including P. If Q is the prime number following P, then the sequence

P#+2, P#+3,...,P#+(Q-1)

is a sequence of Q − 2 consecutive composite integers, so here there is a prime gap of at least length Q − 1. Therefore, there exist gaps between primes which are arbitrarily large, i.e., for any prime number P, there is an integer n with gn ≥ P

The merit is the ratio of the size of a prime gap in comparison to the average size of a prime gap in the proximity of p.
To find a gap with at least merit m, the average calculation amount is e^m primes.

To sum it up it is easy to find long prime gaps, but it is very difficult to find prime gaps with a high merit.
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 12, 2014, 05:42:53 AM
Hi everybody,

I have an r9 290 amd gpu and am unable to configure my miner settings.  Request you to please share your r9 290 gpu miner or any other gpu miner settings for gapcoin.  I want to mine this coin.

Hi,

first of all you need an account at the pool: http://gap.nonce-pool.com/

Now create a worker: http://gap.nonce-pool.com/index.php?page=account&action=workers

Download and install Install AMD APP SDK v2.9: http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/

Download and unzip the miner: https://github.com/gapcoin/GapMiner/releases/download/gpu-miner-rev3/windows.zip

In the unzipped folder (windows/64) edit start-gapminer.bat
(uncomment the first option and change user.worker and password according to your worker settings at the pool)

Code:
:: choose your preferred mining method:
::
:: getwork
gapminer-gpu.exe -o http://mine3.gap.nonce-pool.com -p 4205 -u user.worker -x password -t 1 --use-gpu -w 512
::
:: stratum
:: gapminer-gpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u user.worker -x password -t 1 --stratum --use-gpu -w 512
::
:: solo mining
:: gapminer-gpu.exe -o 127.0.0.1 -p 31397 -u <rpc user> -x <rpc password> -t 1 --use-gpu -w 512

Start mining by running start-gapminer.bat
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: December 08, 2014, 10:29:45 PM
Thanks to agran, we have increased bounties:

Quote
Bounties:

  • 1000 GAP for working cuda miner binaries + source code
  • 500 GAP for the second running pool
  • 100 GAP for the first merit within the top 20 (found by Un3eal)
  • 750 GAP for the first merit within the top 10
  • 1500 GAP for the first merit within the top 5
  • 4500 GAP for the first merit, which breaks the world record

If you want to increase these bounties, there exists a Gapcoin address for each:

  • working cuda miner binaries + source code   GdtFcBN2xix3pNVZV7EjWuLS1Tkp6jw56B
  • second running pool   GbZMaSMvzgYUpLHLRCcsxhVeBLvf9GUo3n
  • first merit within the top 10   GaTLAKiA8jVsFTdcUFL1uDNGKvaBzbQDbf
  • first merit within the top 5   GPqdXdMGJjaZk2EZYgbxPb692jsBpzUoCf
  • first merit, which breaks the world record   GNxcqXsAQMN1ShU3M5kmQko13zhzvciMRE

Once the requirement for a bounty is fulfilled, the among of the respective address will be credit to the finder / developer.


Highest found merits (Top 30 Gapcoin): http://gapcoin.org/primegaps.php
Top-20 merits world record list: http://primerecords.dk/primegaps/gaps20.htm
Top-20 Prime Gaps for all merits: http://primerecords.dk/primegaps/gaps20all.htm

Edit: I bought some GAP @ Poloniex and increased the bounties as well.
Edit2: thanks to fydel, cudaminer increased from 250 to 1000 GAP!
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!