Socket
Socket
Sign inDemoInstall

@cryptomines/cli

Package Overview
Dependencies
476
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cryptomines/cli

为 https://play.cryptomines.app/ 倾心打造的自动化脚本。


Version published
Weekly downloads
168
increased by5%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@cryptomines/cli

cryptomines 倾心打造的自动化脚本。

特性

  1. 批量买工人盲盒
  2. 一键开所有工人盲盒
  3. 一键销毁所有算力小于等于 60 的工人
  4. 批量买飞船盲盒
  5. 一键开所有飞船盲盒
  6. 一键销毁所有等级小于等于 2 的飞船
  7. 支持全流程无人值守:买盲盒、开盲盒、销毁低算力工人或低等级飞船自动链式调用
  8. 支持缓存地址和私钥在本地,不用每次都输入
  9. 支持账号多开,在不同文件夹下执行操作即可

账号多开

建议按照文件夹命名,比如你有两个钱包,那组织方式就是这样的:

wallets
  ├── 0x0cb...93b9
  └── 0xE6d...43c4

客户须知

本工具核心功能是收费的,有需要的朋友可以加客服微信(yang_jun_ningjxBFISH)进行注册!!!

环境准备

支持平台

  • Windows:cm help
  • macOS:mcm help
  • Linux:lcm help
  • Alpine:acm help

操作系统

我们只支持 64 位操作系统,老旧的 32 位系统请自行升级。

Node.js

你并不需要关心 Node.js 是什么,我们只用他安装我们的脚本而已,各平台下载链接如下,安装选项全选默认即可:

注意:你只需要下载安装自己对应操作系统的安装包。

安装

npm install -g @cryptomines/cli

命令

打印版本

工具支持多种平台,为了区分,我们为不同平台提供了不同的命令。

# 直接下载执行文件
cryptomines -V
# windows
cm -V
# macos
mcm -V
# linux
lcm -V
# alpine
acm -V

注意如果你是直接下载可执行文件执行,那命令前缀是 cryptomines,为了行文方便,我们后边都用这个前缀演示。

帮助信息

cryptomines -h

账号相关

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

工人(worker)相关

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

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

飞船(spaceship)相关

  • 买飞船:cryptomines ship buy
    • 带参数使用:cryptomines ship buy --openGas=4000001 --openGasPrice=6200000001 --burnGasPrice=7000000001 --star=1
  • 开飞船盲盒:cryptomines ship open
    • 带参数使用:cryptomines ship open --openGas=4000001 --openGasPrice=6200000001 --burnGasPrice=7000000001 --star=1
  • 销毁飞船:cryptomines ship burn
    • 带参数使用:cryptomines ship burn --burnGasPrice=7000000001 --power=60
  • 飞船统计:cryptomines ship list

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

Keywords

FAQs

Last updated on 28 Nov 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc