0.0.17 • Published 2 years ago

@titandeveos/wallet-plugin-miner v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

wallet-plugin-miner

Miner Plugin for VPoW on the UX Network

oclif Version Downloads/week License

Usage

$ npm install -g @titandeveos/wallet-plugin-miner
$ @titandeveos/wallet-plugin-miner COMMAND
running command...
$ @titandeveos/wallet-plugin-miner (-v|--version|version)
@titandeveos/wallet-plugin-miner/0.0.17 darwin-arm64 node-v18.0.0
$ @titandeveos/wallet-plugin-miner --help [COMMAND]
USAGE
  $ @titandeveos/wallet-plugin-miner COMMAND
...

Commands

@titandeveos/wallet-plugin-miner miner:setup

Setup the VPoW Miner configuration

Setup the VPoW Miner configuration
...
Setup the VPoW Miner configuration. Will create a settings file
at the specified location. Defaults to './vpow-config.json'.


USAGE
  $ @titandeveos/wallet-plugin-miner miner:setup

OPTIONS
  -f, --file=file  [default: ./vpow-config.json] Path to VPoW configuration file

DESCRIPTION
  ...
  Setup the VPoW Miner configuration. Will create a settings file
  at the specified location. Defaults to './vpow-config.json'.

See code: src/commands/miner/setup.js

@titandeveos/wallet-plugin-miner miner:start

Start the VPoW Miner process

Start the VPoW Miner process
...
Start the VPoW Miner process and begin mining tokens.
Be sure to configure miner first using miner:setup.


USAGE
  $ @titandeveos/wallet-plugin-miner miner:start

OPTIONS
  -f, --settingsFile=settingsFile  [default: vpow-config.json] Settings file. Created with miner:setup
  -j, --settingsJson=settingsJson  JSON string containing miner settings
  --verbose                        Print miner status output to console

DESCRIPTION
  ...
  Start the VPoW Miner process and begin mining tokens.
  Be sure to configure miner first using miner:setup.

See code: src/commands/miner/start.js

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.14

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago