https://github.com/koh-gt/ltcspace
https://github.com/koh-gt/ltcspace
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koh-gt/ltcspace
- Owner: koh-gt
- License: other
- Created: 2024-02-02T19:28:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-01T16:52:23.000Z (about 1 year ago)
- Last Synced: 2025-01-24T12:44:56.766Z (4 months ago)
- Language: TypeScript
- Size: 33.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Litecoin Space
Litepool is the fully-featured mempool visualizer, explorer, and API service running at [litecoinspace.org](https://litecoinspace.org/).
It is an open-source project developed and operated for the benefit of the Litecoin community, with a focus on the emerging transaction fee market that is evolving Litecoin into a multi-layer ecosystem.
# Installation Methods
litepool can be self-hosted on a wide variety of your own hardware, ranging from a simple one-click installation on a Raspberry Pi full-node distro all the way to a robust production instance on a powerful FreeBSD server.
**Most people should use a one-click install method.** Other install methods are meant for developers and others with experience managing servers.
This is currently being worked on...
## Advanced Installation Methods
Litepool can be installed in other ways too, but we only recommend doing so if you're a developer, have experience managing servers, or otherwise know what you're doing.
- See the [`docker/`](./docker/) directory for instructions on deploying Litepool with Docker.
- See the [`backend/`](./backend/) and [`frontend/`](./frontend/) directories for manual install instructions oriented for developers.
- See the [`production/`](./production/) directory for guidance on setting up a more serious Litepool instance designed for high performance at scale.