Skip to content

Instantly share code, notes, and snippets.

@aeifn
Created November 23, 2020 21:05
Show Gist options
  • Select an option

  • Save aeifn/b026f92922af76e45ed8153185ae549e to your computer and use it in GitHub Desktop.

Select an option

Save aeifn/b026f92922af76e45ed8153185ae549e to your computer and use it in GitHub Desktop.
# bitclouds.sh is a programmable VPS platform
# any instance for 66 sats per hour
[you@home ~$] curl https://bitclouds.convectix.com/params
[you@home ~$] cat k1.json
{
"init_masters": "1",
"init_workers": "2",
"master_vm_ram": "2g",
"master_vm_cpus": "1",
"master_vm_imgsize": "20g",
"worker_vm_ram": "2g",
"worker_vm_cpus": "1",
"worker_vm_imgsize": "20g",
"pv_enable": "1",
"kubelet_master": "0"
}
[you@home ~$] curl -X POST -H "Content-Type: application/json" -d @k1.json http://bitclouds.convectix.com/api/v1/create/K8S_NAME
[you@home ~$] curl https://bitclouds.convectix.com/api/v1/status/K8S_NAME
[you@home ~$] curl https://bitclouds.convectix.com/api/v1/topup/HOST_NAME/1000
Request support or send us some kind words!
[you@home ~$] curl https://bitclouds.convectix.com/support/HOST_NAME/YOUR_EMAIL_OR_TELEGRAM_OR_PHONE_OR_WHATEVER/MESSAGE/urgent
# You can also setup in easy steps TOR hidden service or Telegram bot..
# Refer here for more info about each instance
# Reach us on Telegram
# Reach us on Twitter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment