plebnet-playground-docker icon indicating copy to clipboard operation
plebnet-playground-docker copied to clipboard

Docker package which allows users to use and test bitcoin and lightning technologies without the financial risk involved with running on the mainnet chain. Multiple GUI interfaces are included.

Results 18 plebnet-playground-docker issues
Sort by recently updated
recently updated
newest added

LNBits container is now merged but looks like it needs some more love to be fully functioning.

- add Eclair as another LN implementation option - https://github.com/ACINQ/eclair

- nice light implementation designed for server with a rest API for a light node. - runs on mainnet and testnet. can add as separate docker container

@xeverse , ask your question here. i dunno if @ any github user works....but this is worth a try. he was asking over on https://github.com/lnbits/lnbits/issues/1704#issuecomment-1546529042

homebrew recently broke MacOS Catalina Docker.app support. I will attempt to maintain backwards compatibility for MacOS Catalina 10.15.7 (19H2026) This may include PRs to homebrew itself.

rpi4, raspberrypi os Linux cluster1 5.10.92-v8+ #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022 aarch64 GNU/Linux After installing via: TRIPLET=aarch64-linux-gnu ./install.sh I tried running docker-compose up and received an...

WIP: simplify CI builds to not exceed free tier https://github.com/PLEBNET-PLAYGROUND/plebnet-playground-docker/blob/85177e022c60b808d0938a77709b9e056af0be7f/.github/workflows/plebnet-playground.yml#L66

you can see from example I meant flag to go to LND container command but `play-lnd` assumed the `--help` flag was its responsiblity: ![image](https://user-images.githubusercontent.com/645964/170835381-d831ad0e-51ed-45ec-8ccf-2b127f1c6f01.png) Need some better parm parsing, assume...

Adding `user: ${user}` to a docker-compose service will allow you to run a service with the host's username. This allows files created within the container to have the same permissions...