Gentoo: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
m (fix capitalization)
(add link to bitcoin article on gentoo wiki)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:


== Available software ==
== Available software ==
=== app-crypt ===
* opentxs
=== app-misc ===
* [[Moneychanger|moneychanger]]
=== dev-libs ===
=== dev-libs ===
* [[libbase58]]
* libbacktrace
* [[libsecp256k1]]
* libbase58
* libsecp256k1
* msgpack
* univalue


=== dev-python ===
=== dev-python ===
* [[python-bitcoinrpc|bitcoinrpc]]
* amodem
* [[python-jsonrpc|jsonrpc]]
* anynumber
* bitcoinrpc
* pbkdf2
* [[Pycoin|pycoin]]


=== dev-util ===
=== dev-util ===
* [[bitcoin-tx]]
* bitcoin-tx


=== net-libs ===
=== net-libs ===
* [[libbitcoinconsensus]]
* [[Libbitcoin Consensus|libbitcoinconsensus]]
* [[libblkmaker]]
* libblkmaker
* libwally-core
* opendht
* opentxs-proto
 
=== net-mail ===
* bmwrapper


=== net-misc ===
=== net-misc ===
* [[BFGMiner|bfgminer]]
* [[BFGMiner|bfgminer]]
* [[electrum]]


=== net-p2p ===
=== net-p2p ===
* [[armory]]
* Sia
* [[bitcoin-cli]]
* [[Armory|armory]]
* [[bitcoin-qt]]
* bitcoin-cli
* [[Satoshi client|bitcoind]]
* [[Bitcoin Core|bitcoin-qt]]
* [[libbitcoin]]
* [[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 gitorious 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