summary refs log tree commit diff
path: root/pkgs/applications/altcoins
Commit message (Collapse)AuthorAge
* boost: Kill unnecessary 'lib' outputTuomas Tynkkynen2016-04-28
| | | | | This was split in somewhere pre-2014 without the current infra which automates parts of this, in particular the output propagation.
* primecoin: move to qmake4HookNikolay Amiantov2016-04-20
|
* namecoin: move to qmake4HookNikolay Amiantov2016-04-20
|
* memorycoin: move to qmake4HookNikolay Amiantov2016-04-20
|
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\ | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * bitcoin-classic: init at 0.11.2.cl1.b1Jeffrey David Johnson2016-02-27
| | | | | | | | From #12706, commits re-split by vcunat.
| * bitcoin-xt: update 0.11A -> 0.11DJeffrey David Johnson2016-02-27
| | | | | | | | From #12706, commits re-split by vcunat.
| * bitcoin: 0.11.0 -> 0.12.0=2016-02-24
| |
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * FreeBSD patches for miniupnpc, boost, bitcoinjanus2016-01-01
| |
| * FreeBSD supportjanus2016-01-01
| |
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\|
| * namecoin: fix sha256 using fetchzipMatthias C. M. Troffaes2015-12-07
| |
* | Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-25
|\|
| * Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
| |
* | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\| | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * altcoins: rename dash to dashpayVladimír Čunát2015-11-11
| | | | | | | | | | It wouldn't be good to have two unrelated packages called `dash`. Discussed on #10772.
| * Darkcoin 0.10.99.99 -> Dash 0.12.0.55 (close #10772)AndersonTorres2015-11-09
| | | | | | | | Now, Darkcoin changed his name for Dash.
* | curl: split into multiple outputsVladimír Čunát2015-10-13
|/ | | | Also use pkgconfig to be safer and fix (some) referrers.
* add bitcoin-xt as a separate packageJeffrey David Johnson2015-08-20
|
* litecoin: 0.9.3-preview5 -> 0.10.2.2tv2015-07-20
|
* bitcoin: 0.10.2 -> 0.11.0Sam Griffin2015-07-13
|
* unbreak the nixpkgs monitor: url -> urlsEvgeny Egorochkin2015-05-28
|
* updating bitcoin to 0.10.2Sam Griffin2015-05-22
|
* darkcoin: use fetchzip to get stable hashVladimír Čunát2015-05-15
|
* Merge pull request #7602 from sfultong/bitcoin10.1Arseniy Seroka2015-05-08
|\ | | | | updating bitcoin to 0.10.1
| * updating bitcoin to 0.10.1Sam Griffin2015-04-28
| |
* | Fixed some descriptionsPascal Wittmann2015-04-28
|/
* Primecoin (0.8.6): New PackageAndersonTorres2015-04-07
| | | | | | | Primecoin is an altcoin which uses prime-searching as its proof-of-work. It is the first energy-multiuse altcoin - normally, the proof-of-work algorithms in altcoins are useful only for the coin itself, but the Primecoin algorithm is very useful to mathematical research..
* bitcoin: add mirrorsNikolay Amiantov2015-04-05
|
* Update OpenSSL dependency of bitcoin to be the latest OpenSSL.Russell O'Connor2015-03-21
| | | | Purge OpenSSL version 1.0.1j.
* dogecoin: 1.8.1 -> 1.8.2Edward Tjörnhammar2015-03-11
|
* updating bitcoin and changing source locationSam Griffin2015-02-22
|
* merge #5333: altcoins: a new category of applicationsVladimír Čunát2015-02-19
| | | | | Conflicts (openssl override moved to pkgs/applications/altcoins/default.nix): pkgs/top-level/all-packages.nix
* Namecoin: update to 0.3.80AndersonTorres2015-01-02
|
* Dogecoin: update to 1.8.1AndersonTorres2015-01-02
|
* Darkcoin: update to 0.10.99.99AndersonTorres2015-01-02
|
* Memorycoin (v0.8.5): altcoin for the massesAndersonTorres2015-01-02
| | | | | Memorycoin is an altcoin easily minerable by anyone, using only PC-based hardware, unlike other ASIC'd altcoins.
* Altcoins - a new category of applicationsAndersonTorres2015-01-02
Here, I present a new level of hierarchy on Nixpkgs: the Altcoins. The idea is to put a single cryptocurrency per file, and build them using expressions like altcoins.bitcoin. I believe this ordering is clearer and more maintainable that the current one.