|
7 месяцев назад | |
---|---|---|
sporestackv2 | 7 месяцев назад | |
.gitignore | 3 лет назад | |
LICENSE.txt | 4 лет назад | |
README.md | 7 месяцев назад | |
requirements.txt | 3 лет назад | |
setup.cfg | 4 лет назад | |
setup.py | 7 месяцев назад |
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
.