This isn't an issue for most users. If you want to host a blog, a Jabber server, a Syncthing relay, a Tor relay (not an exit!), store some files, etc, you'll probably be just fine. The gist of it is that malicious activity is not permitted on SporeStack. This isn't a tongue-in-cheek thing, either. If we get a complaint about your server port scanning, brute forcing, etc, your token will most likely be banned and your token's balance forfeit.
Either way, you should probably read our AUP before attempting to host here. If we're not a good fit for you, we have a list of alternative hosting options that accept cryptocurrency.
SporeStack launches servers on VPS providers such as DigitalOcean or Vultr. As such, your actions and use of the server must conform to their policies.
Generally speaking, this means no:
Any one of these actions that results in an ***** complaint will typically result in the termination of your server(s).
We reserve the right to ban tokens involved with these actions, which means there will be no refund on remaining token balance for these behaviors.
For more details, please see DigitalOcean's Acceptable Use Policy and Vultr's Acceptable Use Policy.
Regardless of what we write in our privacy policy, if you wish to remain private, the safest option is to provide fewer details. What you don't provide can't be leaked in one way or the other. We can't guarantee privacy, but we make it easier to stay private than some hosts.
Consider the following if you want to be more private:
~/.ssh/id_rsa.pub
, most likely). It's common to have user.name@host, which might look like [email protected]
While we can claim that this is generally a privacy oriented service, we may not always have the resources to fight legal requests in court, and often must comply with law enforcement. So please keep this in mind. These aren't servers in a bunker, in Greenland, guarded by mercenaries.
If you are law enforcement or you are curious about what we can offer to law enforcement, please check out our Law Enforcement FAQ.
$ ssh-keygen # If you don't have an SSH key already. # pip is the Python package manager. Make sure you are using Python 3.8 or newer. $ python3 -m pip install 'sporestack[cli]' # First, create a token, pay with BTC, BCH, or XMR $ sporestack token create --dollars 20 --currency xmr # Or, you can also import an existing token $ sporestack token import --key (token) # Now, launch a server $ sporestack launch SomeHostname --days 1 --operating-system debian-12 --ssh-key-file ~/.ssh/id_rsa.pub
python3 -m pip install sporestack