Server resources: Difference between revisions

From wiki.electroncash.de
Jump to navigation Jump to search
(Created page with "== Bitcoin Cash full node software == * [https://bitcoincashnode.org/en/download.html Bitcoin Cash Node]: A professional, miner-friendly node that solves practical problems for Bitcoin Cash. * [https://www.bitcoinunlimited.info/download Bitcoin Unlimited]: Bitcoin Unlimited powers the backbone of the Bitcoin network by using novel technologies. == Bitcoin Cash SPV server software == * [https://github.com/cculianu/Fulcrum/releases/tag/v1.9.0 Fulcrum]: A fast & nimble...")
 
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Bitcoin Cash full node software ==
== Bitcoin Cash full node software ==


* [https://bitcoincashnode.org/en/download.html Bitcoin Cash Node]: A professional, miner-friendly node that solves practical problems for Bitcoin Cash.
* [https://bitcoincashnode.org/en/download.html Bitcoin Cash Node]: A professional, miner-friendly node that solves practical problems for Bitcoin Cash. '''(recommended)'''
* [https://www.bitcoinunlimited.info/download Bitcoin Unlimited]: Bitcoin Unlimited powers the backbone of the Bitcoin network by using novel technologies.
* [https://www.bitcoinunlimited.info/download Bitcoin Unlimited]: Bitcoin Unlimited powers the backbone of the Bitcoin network by using novel technologies.


== Bitcoin Cash SPV server software ==  
== Bitcoin Cash SPV server software ==  


* [https://github.com/cculianu/Fulcrum/releases/tag/v1.9.0 Fulcrum]: A fast & nimble SPV server for Bitcoin Cash, Bitcoin BTC, and Litecoin '''(recommended)'''
* [https://fulcrumserver.org Fulcrum]: A fast & nimble SPV server for Bitcoin Cash, Bitcoin BTC, and Litecoin. '''(recommended)'''
* [https://www.bitcoinunlimited.info/download ElectrsCash]: ElectrsCash binary provides a Bitcoin Cash SPV server that can be used for Electron Cash - the binary file is included with the Bitcoin Unlimited full node software.
* [https://www.bitcoinunlimited.info/download ElectrsCash]: ElectrsCash binary provides a Bitcoin Cash SPV server that can be used for Electron Cash - the binary file is included with the Bitcoin Unlimited full node software.
* [https://github.com/kyuupichan/electrumx ElectrumX]: Reimplementation of electrum-server
* [https://github.com/kyuupichan/electrumx ElectrumX]: Reimplementation of electrum-server.


== Monitoring ==
== Monitoring ==


* [https://1209k.com/bitcoin-eye/ele.php?chain=bch Bitcoin All Seeing Eye] - external monitoring service for Electrum/Fulcrum servers, receive email notifications when your Electron Cash server is down
* [https://1209k.com/bitcoin-eye/ele.php?chain=bch Bitcoin All Seeing Eye] - external monitoring service for Electrum/Fulcrum servers, receive email notifications when your Electron Cash server is down,
* Prometheus and Grafana can be configured for Bitcoin Cash and Fulcrum. [[Systemd_files|Systemd]] and [[Prometheus_files|Prometheus exporter]] files are available on this wiki
* Prometheus and Grafana can be configured for Bitcoin Cash Node and Fulcrum. [[Systemd_files|Systemd]] and [[Prometheus_files|Prometheus exporter]] files are available on this wiki. You can also get the Prometheus files from GitHub: [https://github.com/EchterAgo/bitcoin-prometheus-exporter Bitcoin Prometheus Exporter], [https://github.com/EchterAgo/fulcrum-prometheus-exporter Fulcrum Prometheus Exporter]
 
[[Main_Page|Back to main page]]

Latest revision as of 17:11, 19 April 2024

Bitcoin Cash full node software[edit]

  • Bitcoin Cash Node: A professional, miner-friendly node that solves practical problems for Bitcoin Cash. (recommended)
  • Bitcoin Unlimited: Bitcoin Unlimited powers the backbone of the Bitcoin network by using novel technologies.

Bitcoin Cash SPV server software[edit]

  • Fulcrum: A fast & nimble SPV server for Bitcoin Cash, Bitcoin BTC, and Litecoin. (recommended)
  • ElectrsCash: ElectrsCash binary provides a Bitcoin Cash SPV server that can be used for Electron Cash - the binary file is included with the Bitcoin Unlimited full node software.
  • ElectrumX: Reimplementation of electrum-server.

Monitoring[edit]

Back to main page