Post
Topic
Board Service Announcements
SporeStack: Launch VPS servers with Bitcoin. Anonymous, API driven
by
sega01
on 12/01/2017, 16:02:38 UTC
Servers last from 1-28 days, but can usually be topped up. Multiple regions available, multiple Linux images and iPXE. No registration required, no IPs logged.

Pretty easy to try:

Launch on the website: https://sporestack.com/

Screenshot:



Or your console:

Code:
pip3 install  sporestack
sporestackv2 launch YourHostname --operating_system debian-9 --ssh_key_file ~/.ssh/id_rsa.pub --days 1 --currency btc

Handy for development, quick VPNs, network test servers, or building out a whole infrastructure on microservices. Giving the servers fixed lifetimes lets you expect failure and short server life so that you develop around it.

Also supports hidden hosting, launching a server that's only accessible through Tor.

More information at SporeStack.com, or the V3 onion service on Tor.

In action:



Pricing:
(Does not apply to hidden, Tor-only servers)
Cores    Memory (GiB)    Disk (GiB)    Bandwidth (TiB)    Approximate price per 28 days (USD)
1    1    25    1    9.00
1    2    50    2    18.00
1    3    60    3    27.00
2    2    60    3    27.00
3    1    60    3    27.00
2    4    80    4    36.00
4    8    160    5    72.00
6    16    320    6    144.00
8    32    640    7    288.01
12    48    960    8    432.00
16    64    1280    9    576.00
20    96    1920    10    864.01
24    128    2560    11    1152.00
32    192    3840    12    1728.00

Thanks!