Try it in your browser: https://sporestack.com
Or the console:
Code: Select all
pip3 install sporestack; sporestackv2 launch YourHostname --operating_system debian-9 --ssh_key_file ~/.ssh/id_rsa.pub --days 1 --currency bch

Code: Select all
pip3 install sporestack; sporestackv2 launch YourHostname --operating_system debian-9 --ssh_key_file ~/.ssh/id_rsa.pub --days 1 --currency bch
What I don't understand is the pricing. It's basically the exact same plans as Vultr, but cost more.
Vultr accepts bitcoin, and their servers don't have a 28 day limit, so you can't use these as a selling point.
Thank you! There is not, I haven't added a way to top up a server. These are designed to be ephemeral, so you would replace them frequently. It's something that's good to automate anyways, in case of failure. In the future I may add services that handle application hosting and where the server creation/deletion is handled on the backend for you.Very cool. Is there a way to keep servers alive for more than 28 days if you wish to keep the instance alive?
Vultr requires a credit card to open the account and your information. With SporeStack, you launch it without any account. It's mainly convenience from an API standpoint. An end user can spin up a sever without signing up or doing much work, slowing down the process. For people building on top of SporeStack, payment is handled in the API so they have less to manage. They could be clever and use a split payment to pay SporeStack for their server and take a cut, while having no overhead.What I don't understand is the pricing. It's basically the exact same plans as Vultr, but cost more.
Vultr accepts bitcoin, and their servers don't have a 28 day limit, so you can't use these as a selling point.
sega01 can you give us a comparison between SporeStack and other common server providers? Besides price ofcourse.
Agreed. This is the first I've seen of a method to deploy a VPS through an API call alone.Thank you! There is not, I haven't added a way to top up a server. These are designed to be ephemeral, so you would replace them frequently. It's something that's good to automate anyways, in case of failure. In the future I may add services that handle application hosting and where the server creation/deletion is handled on the backend for you.Very cool. Is there a way to keep servers alive for more than 28 days if you wish to keep the instance alive?
Vultr requires a credit card to open the account and your information. With SporeStack, you launch it without any account. It's mainly convenience from an API standpoint. An end user can spin up a sever without signing up or doing much work, slowing down the process. For people building on top of SporeStack, payment is handled in the API so they have less to manage. They could be clever and use a split payment to pay SporeStack for their server and take a cut, while having no overhead.What I don't understand is the pricing. It's basically the exact same plans as Vultr, but cost more.
Vultr accepts bitcoin, and their servers don't have a 28 day limit, so you can't use these as a selling point.
sega01 can you give us a comparison between SporeStack and other common server providers? Besides price ofcourse.
As strange as it sounds, ephemeral servers are the way of the future. It's all tooled around making them simpler to deploy and manage. I don't know of any other hosts that emphasize on that.
The cost is higher than Vultr but close to Digital Ocean, I believe. The servers themselves are no better. The main advantage is that payment is handled in the API call which is something I've never seen done before, especially for hosting.
All in all, it's your pretty standard VPS. You have IPv6, which you may or may not care about, there's no goofy IPv4 NAT like with AWS, and a decent base image selection.
What I plan to build on top of the node functionality in SporeStack may be more interesting.
I'm aiming towards a mix of on-demand short term applications to end users, and developers who want to create applications on ephemeral platforms from the start. Down the road I may have app hosting services (like Heroku) which would be easier to use. For now, it's clunky if you're used to servers lasting for years. It depends on your development model.Agreed. This is the first I've seen of a method to deploy a VPS through an API call alone.Thank you! There is not, I haven't added a way to top up a server. These are designed to be ephemeral, so you would replace them frequently. It's something that's good to automate anyways, in case of failure. In the future I may add services that handle application hosting and where the server creation/deletion is handled on the backend for you.Very cool. Is there a way to keep servers alive for more than 28 days if you wish to keep the instance alive?
Vultr requires a credit card to open the account and your information. With SporeStack, you launch it without any account. It's mainly convenience from an API standpoint. An end user can spin up a sever without signing up or doing much work, slowing down the process. For people building on top of SporeStack, payment is handled in the API so they have less to manage. They could be clever and use a split payment to pay SporeStack for their server and take a cut, while having no overhead.
sega01 can you give us a comparison between SporeStack and other common server providers? Besides price ofcourse.
As strange as it sounds, ephemeral servers are the way of the future. It's all tooled around making them simpler to deploy and manage. I don't know of any other hosts that emphasize on that.
The cost is higher than Vultr but close to Digital Ocean, I believe. The servers themselves are no better. The main advantage is that payment is handled in the API call which is something I've never seen done before, especially for hosting.
All in all, it's your pretty standard VPS. You have IPv6, which you may or may not care about, there's no goofy IPv4 NAT like with AWS, and a decent base image selection.
What I plan to build on top of the node functionality in SporeStack may be more interesting.
May I ask, what users are you gearing towards? Because although I see that it could be useful, I'm not sure right now who would want to buy temporary Cloud Computing.
Code: Select all
sporestack --endpoint http://spore64zke3ofvbp.onion spawn
Code: Select all
$ cat coreos
#!ipxe
set base-url http://stable.release.core-os.net/amd64-usr/current
kernel ${base-url}/coreos_production_pxe.vmlinuz sshkey="ssh-rsa yourkeyhere"
initrd ${base-url}/coreos_production_pxe_image.cpio.gz
boot
$ sporestack spawn --days 2 --ipxe --startupscript coreos
Code: Select all
ssh core@(uuid returned).node.sporestack.com
Code: Select all
sporestack spawn --ipxe_chain_url http://boot.netboot.xyz
Code: Select all
sporestack list
Code: Select all
sporestack list
Code: Select all
sporestack topup --days 28 --uuid (UUID)
I might try this soon when I get the time. I'll message you when I need help. You giving trials?I've made some tweaks so it's easier to have servers buy other servers.
I've rolled this out on go-beyond.org: http://go-beyond.org/post/skynet-0.0.1/
I now have SporeStack servers buying the next set of SporeStack servers before expiry.
I might try this soon when I get the time. I'll message you when I need help. You giving trials?I've made some tweaks so it's easier to have servers buy other servers.
I've rolled this out on go-beyond.org: http://go-beyond.org/post/skynet-0.0.1/
I now have SporeStack servers buying the next set of SporeStack servers before expiry.
Alright. I'll make sure to read the info on your site so to know every difference sporestack has compared to other VPSs. I'll get back ar you probably nextweekI might try this soon when I get the time. I'll message you when I need help. You giving trials?I've made some tweaks so it's easier to have servers buy other servers.
I've rolled this out on go-beyond.org: http://go-beyond.org/post/skynet-0.0.1/
I now have SporeStack servers buying the next set of SporeStack servers before expiry.
Great! Nothing in the way of trials, that's not really how SporeStack works (the servers are fixed-lifetime anyway). But if you can get the client going you can PM me your Bitcoin address and I can send you some coin to pay for your first server.
If you want to use it like a more traditional VPS you can spin up a server and then top it up as needed. Max life and renewal is 28 days.
I don't understand your question. Could you please explain?what's benefit this server ?? like a bitcoin block??
Indeed, there are a few. May be a little outdated but the concepts should hold true: https://www.youtube.com/watch?v=U7aiBqa7gg4Well this is a lot of technical stuff in order to launch some servers. Are there any videos or such on youtube?
Users browsing this forum: No registered users and 1 guest