about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
Commit message (Collapse)AuthorAge
* 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.