npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@cryptox/mines

v3.2.0

Published

Crypto Meta 团队为 cryptomines 倾心打造的安全、稳定、高效的自动化脚本。

Downloads

403

Readme

@cryptox/mines

Crypto Meta 团队为 cryptomines 倾心打造的安全、稳定、高效的自动化脚本。

特性

  1. 批量买工人盲盒
  2. 一键开所有工人盲盒
  3. 一键销毁所有算力小于等于 60 的工人(算力可自定义)
  4. 批量买飞船盲盒
  5. 一键开所有飞船盲盒
  6. 一键销毁所有星级小于等于 2 的飞船(星级可自定义)
  7. 无人值守:买盲盒、开盲盒、销毁低算力工人或低星级飞船自动一键自动完成
  8. 账号多开:轻松管理多个账号,账号再多也不会乱了

安装

npm install -g @cryptox/mines

命令

打印版本

mines -V

帮助信息

mines -h

账号相关

  • 登录:mines login
  • 登出:mines logout
  • 查看账号信息:mines whoami

工人(worker)相关

  • 买工人:mines worker buy
    • 带参数使用:mines worker buy --openGas=4000001 --openGasPrice=6200000001 --burnGasPrice=6000000001 --power=60 --only=false
  • 开工人盲盒:mines worker open
    • 带参数使用:mines worker open --openGas=4000001 --openGasPrice=6200000001 --burnGasPrice=6000000001 --power=60 --only=false
  • 销毁工人:mines worker burn
    • 带参数使用:mines worker burn --burnGasPrice=6000000001 --power=60
  • 工人统计:mines worker list

注意:参数什么意思都可以带上 -h 查看

注意:--only 参数默认为 false,设为 true 则只执行单步任务

飞船(spaceship)相关

  • 买飞船:mines ship buy
    • 带参数使用:mines ship buy --openGas=4000001 --openGasPrice=6200000001 --burnGasPrice=6000000001 --star=2 --only=false
  • 开飞船盲盒:mines ship open
    • 带参数使用:mines ship open --openGas=4000001 --openGasPrice=6200000001 --burnGasPrice=6000000001 --star=2 --only=false
  • 销毁飞船:mines ship burn
    • 带参数使用:mines ship burn --burnGasPrice=6000000001 --star=2
  • 飞船统计:mines ship list

注意:--only 参数默认为 false,设为 true 则只执行单步任务,比如只执行购买,不自动执行后续拆和销毁的任务

兼容性

脚本同时兼容 Windows、macOS 和 Linux 操作系统,满足多种场景使用。比如放在服务器上跑定时任务。