Skip to content

jsarenik/bitcoin-faucet-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin-faucet-shell

Gitpod ready-to-code

A POSIX shell implementation of a Bitcoin faucet intended for use with Busybox.

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 other dependencies than Bitcoin and busybox (which can be statically compiled for Linux x86_64 into a binary smaller than 1MB).

It runs at https://signet.bublina.eu.org (try to open it in the Tor Browser) and any feedback is welcome here in GitHub issues (or anonymously at bin.bublina.eu.org).

Documentation

See also git log and about.html.

API

The original REST API is following:

https://signetfaucet.com/claim/addr/amount/captcha

Busybox is returning 404 error on non-existent directories so it has to be used with Caddy2 to get a backward-compatible API. See in-repo Caddyfile.txt for an example on how to set up the redirects properly.