|
há 4 meses | |
---|---|---|
sporestackv2 | há 4 meses | |
.gitignore | há 2 anos | |
LICENSE.txt | há 4 anos | |
README.md | há 4 meses | |
requirements.txt | há 3 anos | |
setup.cfg | há 4 anos | |
setup.py | há 4 meses |
pip3 install sporestack || pip install sporestack
sporestackv2 launch SomeHostname --flavor vps-1vcpu-1gb --days 7 --ssh_key_file ~/.ssh/id_rsa.pub --operating_system debian-9 --currency btc
sporestackv2 topup SomeHostname --days 3 --currency bsv
sporestackv2 launch SomeOtherHostname --flavor vps-1vcpu-2gb --days 7 --ssh_key_file ~/.ssh/id_rsa.pub --operating_system debian-10 --currency btc
sporestackv2 stop SomeHostname
sporestackv2 start SomeHostname
sporestackv2 list
sporestackv2 remove SomeHostname # If expired
sporestackv2 settlement_token_generate
sporestackv2 settlement_token_enable (token) --dollars 10 --currency xmr
sporestackv2 settlement_token_add (token) --dollars 25 --currency btc
sporestackv2 settlement_token_balance (token)
More examples on the website.
serialconsole
for the time being.)If using Hidden Hosting, configure ~/.ssh/config like this (fixes serialconsole and you can ssh without torsocks):
Host *.onion
ProxyCommand nc -x localhost:9050 %h %p
Use sporestackv2
instead of sporestack
.