Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
pipx run 'sporestack[cli]'
pipx install 'sporestack[cli]'
pip install sporestack
(Run pip install 'sporestack[cli]'
if you wish to use the command line sporestack
functionality and not just the Python library.)sporestack version
with git tags in this repository, or releases on PyPI.sporestack token create --dollars 20 --currency xmr
sporestack token list
sporestack token info
sporestack server launch --hostname SomeHostname --operating-system debian-12 --days 1 # Will use ~/.ssh/id_rsa.pub as your SSH key, by default
(You may also want to consider passing --region
to have a non-random region. This will use the "primary" token by default, which is the default when you run sporestack token create
.)sporestack server stop --hostname SomeHostname
sporestack server stop --machine-id ss_m_... # Or use --machine-id to be more pedantic.
sporestack server start --hostname SomeHostname
sporestack server autorenew-enable --hostname SomeHostname
sporestack server autorenew-disable --hostname SomeHostname
sporestack server list
sporestack server delete --hostname SomeHostname
SPORESTACK_USE_TOR_ENDPOINT=1
. Verify which endpoint is in use with sporestack api-endpoint
.pipenv install --deploy --dev
pipenv run make test
pipenv run make format
to format files and apply ruff fixes.FAQs
SporeStack API library and CLI for launching servers with Monero or Bitcoin
We found that sporestack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.