Difference between revisions of "Gentoo"

From Bitcoin Wiki
Jump to: navigation, search
(add link to bitcoin article on gentoo wiki)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Bitcoin under Gentoo Linux ==
 
== Bitcoin under Gentoo Linux ==
  
Check out the [https://gitorious.org/bitcoin/gentoo Overlay] for ebuilds. Setup instructions can be found [https://gitorious.org/bitcoin/gentoo/blobs/raw/master/README here].
+
Check out the [https://gitlab.com/bitcoin/gentoo overlay] for ebuilds. Setup instructions can be found [https://gitlab.com/bitcoin/gentoo/blob/master/README here] or simply type "layman -a bitcoin" to add the overlay.
  
 
== Available software ==
 
== Available software ==
 +
 +
=== app-crypt ===
 +
* opentxs
 +
 
=== app-misc ===
 
=== app-misc ===
* [[cpuminer]]
+
* [[Moneychanger|moneychanger]]
* [[poclbm]]
+
 
 +
=== dev-libs ===
 +
* libbacktrace
 +
* libbase58
 +
* libsecp256k1
 +
* msgpack
 +
* univalue
  
 
=== dev-python ===
 
=== dev-python ===
* [[python-bitcoinrpc|bitcoinrpc]]
+
* amodem
* [[python-jsonrpc|jsonrpc]]
+
* anynumber
 +
* bitcoinrpc
 +
* pbkdf2
 +
* [[Pycoin|pycoin]]
 +
 
 +
=== dev-util ===
 +
* bitcoin-tx
 +
 
 +
=== net-libs ===
 +
* [[Libbitcoin Consensus|libbitcoinconsensus]]
 +
* libblkmaker
 +
* libwally-core
 +
* opendht
 +
* opentxs-proto
 +
 
 +
=== net-mail ===
 +
* bmwrapper
 +
 
 +
=== net-misc ===
 +
* [[BFGMiner|bfgminer]]
  
 
=== net-p2p ===
 
=== net-p2p ===
* [[bitcoin]]
+
* Sia
* [[bitcoin|bitcoin-git]]
+
* [[Armory|armory]]
* [[spesmilo]]
+
* bitcoin-cli
 +
* [[Bitcoin Core|bitcoin-qt]]
 +
* [[bitcoind]]
 +
* c-lightning
 +
* [[Libbitcoin|libbitcoin]]
 +
* namecoin
 +
* opentxs-sequencer
 +
* pushpool
 +
* [[Bitmessage|pybitmessage]]
 +
* pybitmessage-daemon
 +
* rippled
 +
* twisterd
 +
 
 +
=== virtual ===
 +
* bitcoin-leveldb
 +
* python-serviceproxy
 +
 
 +
=== x11-libs ===
 +
* amd-adl-sdk
 +
 
 +
== Ebuild development ==
 +
Come to Freenode #bitcoin-gentoo and indicate your GitLab account name if you would like commit access.
  
== ebuild Development ==
+
== See also ==
Come to Freenode #bitcoin-gentoo and indicate your github account name if you would like commit access.
+
* [https://wiki.gentoo.org/wiki/Bitcoin Bitcoin] - article on Gentoo Wiki

Latest revision as of 13:34, 27 January 2018

Bitcoin under Gentoo Linux

Check out the overlay for ebuilds. Setup instructions can be found here or simply type "layman -a bitcoin" to add the overlay.

Available software

app-crypt

  • opentxs

app-misc

dev-libs

  • libbacktrace
  • libbase58
  • libsecp256k1
  • msgpack
  • univalue

dev-python

  • amodem
  • anynumber
  • bitcoinrpc
  • pbkdf2
  • pycoin

dev-util

  • bitcoin-tx

net-libs

net-mail

  • bmwrapper

net-misc

net-p2p

virtual

  • bitcoin-leveldb
  • python-serviceproxy

x11-libs

  • amd-adl-sdk

Ebuild development

Come to Freenode #bitcoin-gentoo and indicate your GitLab account name if you would like commit access.

See also