Inspiration
There was no cheap bitcoin cloud hosting so i've decided to make one. Moreover it's a great example of what FreeBSD tools & software can be used for. Efficiency make prices unfairly cheap.
What it does
Acts as a bridge between cloud providers, which allows to order Virtual Private Server (VPS) of various configurations and hosters. It has open-source VPS templating, so users can contrbute and add new features to ready-to-go images
What you can spin up
Run TOR .onion service or Telegram bots, set up LN Node in less than 3 minutes - control it with CLI Wallet tool. Also, you may run some general purpose instances, like VPN or clean linux VPS
Example
How to run your lighning node for <22 000 sats/month in 5 simple commands in your terminal:
Create VPS
$ curl https://bitclouds.sh/create/lightningd
{
"host": "CorCaroli",
"paytostart": "lnbc..jy"
}
Pay over LN for VPS and get status
$ curl https://bitclouds.sh/status/CorCaroli
{
"app_port": 51316,
"hours_left": 4,
"ip": "bitbsd.org",
"ssh2onion": "you can ssh directly to your .onion (/home/lightning/onion.domain) on port 22",
"ssh_port": 61398,
"ssh_pwd": "d621cf02ad4be631",
"ssh_usr": "lightning",
"status": "subscribed"
}
Copy your ssh key using ssh_pwd
$ ssh-copy-id lightning@bitbsd.org -p61398
/usr/bin/ssh-copy-id: INFO: attempting to log in...
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed...
Password for lightning@cln203fccd8.bitclouds.sh:d621cf02ad4be631
Login to you LN node
$ ssh lightning@bitbsd.org -p61398
Control your node
[lightning@cln203fccd8 ~]$ [tmux | start_lightningd.sh | stop_lightningd | lightning-cli]
Built With
- c-lightning
- cbsd
- freebsd
- python

Log in or sign up for Devpost to join the conversation.