-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
67 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
Authors: | ||
* Eric Voskuil <evoskuil> | ||
* Phillip Mienk <pmienk> | ||
* Neill Miller <viasil> | ||
|
||
Credit to the SX developers for the original design and implementation: | ||
|
||
* Amir Taaki <genjix> | ||
Development | ||
[email protected] | ||
|
||
* Santiago Mendez | ||
Feedback, testing and improvements. | ||
|
||
* Vitalik Buterin | ||
Development | ||
[email protected] | ||
|
||
* Pablo Castellano <[email protected]> | ||
Debian developer, build system work, and improving project quality. | ||
|
||
* Andres Vargas <[email protected]> | ||
Dockerfile container | ||
|
||
* Dr Washington Y. Sanchez <drwasho> | ||
GUI design and development | ||
[email protected] | ||
|
||
Special thanks to Andrew Day for the early SX inspiration. | ||
|
||
|
||
commits libbitcoin developers | ||
-------------------------------------------- | ||
1562 Eric Voskuil (evoskuil) | ||
307 Amir Taaki (genjix) | ||
101 Phillip Mienk (pmienk) | ||
52 Neill Miller (thecodefactory) | ||
39 Dr Washington Sanchez (drwasho) | ||
26 Noel Maersk (veox) | ||
23 Vu Bui (vub) | ||
9 William Swanson (swansontec) | ||
8 Thomas Hartman | ||
7 Robert Williamson (bobalot) | ||
6 Grazcoin | ||
5 Andres Vargas | ||
5 Pablo Castellano (pablog) | ||
4 Drak | ||
2 David Stark | ||
2 Kamil Domański (kdomanski) | ||
2 RyanC | ||
2 hao.chen | ||
1 ABIS | ||
1 Agustin K-ballo Berge | ||
1 BMF | ||
1 Hugh Pearse | ||
1 Johannes | ||
1 Jon Lund Steffensen | ||
1 Ramon Tayag | ||
1 Tikhon Bernstam | ||
1 betachen | ||
1 gehlm | ||
1 skaht | ||
1 wozz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Use command 'git log --oneline --decorate' for latest change log. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
See https://libbitcoin.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
Install: | ||
|
||
$ ./autogen.sh | ||
$ ./configure | ||
$ make | ||
$ sudo make install | ||
$ sudo ldconfig | ||
|
||
See README.md |