Skip to content

Commit

Permalink
remove signet & correct licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Feb 28, 2024
1 parent 95d367d commit 89ef93f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 0.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY docker-entrypoint.sh /entrypoint.sh

VOLUME ["/home/litecoin/.litecoin"]

EXPOSE 9332 9333 19332 19335 19443 19444 39333 39332
EXPOSE 9332 9333 19332 19335 19443 19444


ENTRYPOINT ["/entrypoint.sh"]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2015 Rui Marinho
Copyright (c) 2022 The Litecoin Core developers
Copyright (c) 2022-2024 The Litecoin Core developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The newest images (Debian-based, *0.19+*) provide built-in support for multiple

## What is Litecoin Core?

Litecoin Core is a reference client that implements the Litecoin protocol for remote procedure call (RPC) use. It is also the second Litecoin client in the network's history. Learn more about Litecoin Core on the [Bitcoin Developer Reference docs](https://bitcoin.org/en/developer-reference).
Litecoin Core is a reference client that implements the Litecoin protocol for remote procedure call (RPC) use. It is also the second Litecoin client in the network's history. Learn more about Litecoin Core on the [Litecoin Wiki](https://litecoin.info).

## Usage

Expand Down Expand Up @@ -207,19 +207,15 @@ curl --data-binary '{"jsonrpc":"1.0","id":"1","method":"getnetworkinfo","params"
- JSON-RPC/REST: 19443 (_since 0.16+_, otherwise _19332_)
- P2P: 19444

#### Signet

- JSON-RPC/REST: 39332
- P2P: 39333

## Docker

This image is officially supported on Docker version 17.09, with support for older versions provided on a best-effort basis.

## License

[License information](https://github.com/litecoin-project/litecoin/blob/master/COPYING) for the software contained in this image.
[License information](https://github.com/ruimarinho/docker-bitcoin-core/blob/master/LICENSE) for the [ruimarinho/docker-bitcoin-core][docker-hub-url] docker project.

[License information](https://github.com/ruimarinho/docker-bitcoin-core/blob/master/LICENSE) for the [ruimarinho/docker-bitcoin-core][https://github.com/ruimarinho/docker-bitcoin-core] docker project.

[docker-hub-url]: https://hub.docker.com/r/litecoinproject/litecoin-core
[docker-pulls-image]: https://img.shields.io/docker/pulls/litecoinproject/litecoin-core.svg?style=flat-square
Expand Down

0 comments on commit 89ef93f

Please sign in to comment.