https://github.com/jsarenik/bitcoin-faucet-shell
POSIX-shell bitcoin faucet
https://github.com/jsarenik/bitcoin-faucet-shell
bitcoin bitcoin-faucet busybox shell signet
Last synced: 12 months ago
JSON representation
POSIX-shell bitcoin faucet
- Host: GitHub
- URL: https://github.com/jsarenik/bitcoin-faucet-shell
- Owner: jsarenik
- Created: 2021-11-25T18:29:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T11:13:59.000Z (about 1 year ago)
- Last Synced: 2025-06-07T05:11:57.731Z (about 1 year ago)
- Topics: bitcoin, bitcoin-faucet, busybox, shell, signet
- Language: Shell
- Homepage: https://alt.signetfaucet.com
- Size: 402 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitcoin-faucet-shell
[](https://gitpod.io/#https://github.com/jsarenik/bitcoin-faucet-shell)
***This is a test network. Coins have no value.***
**alt.signetfaucet is intended for education purposes
in controlled environment with free testing sats.
The learned skills may be used with real Bitcoin
main network.**
A POSIX shell implementation of a Bitcoin faucet
intended for use with [Busybox](https://busybox.net).
Re-implementation. The original source of this faucet
comes from https://github.com/kallewoof/bitcoin-faucet
The point is to have something that can run anywhere
and has no dependencies other than Bitcoin Core and
`busybox` (which can be statically compiled for
`Linux x86_64` into a binary smaller than 1MB).
It runs at https://signet25.bublina.eu.org (try to open it
in the Tor Browser) and any feedback is welcome here in
GitHub issues, or via email.
## Documentation
See also `git log`, about.html and https://github.com/jsarenik/bitcoin-faucet-shell/issues/4.
### API not supported
The original REST API is following:
https://signetfaucet.com/claim/addr/amount/captcha
Since 2025 change, the faucet is intended to be interactively used
by a human running it in a modern browser (Chromium and Google Chrome
work for sure, both desktop and mobile).