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
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://github.com/cculianu/Fulcrum/releases/tag/v1.9.0 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 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], [https://github.com/EchterAgo/fulcrum-prometheus-exporter Fulcrum]

Revision as of 18:59, 10 February 2023

Bitcoin Cash full node software

  • 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

  • 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

  • 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 and Prometheus exporter files are available on this wiki. You can also get the Prometheus files from GitHub: Bitcoin, Fulcrum