btcil
v0.1.6
Published
command line util to install Bitcoin Israel wallets and miners
Downloads
2
Readme
BTCIL Automated Wizard
A Command-line utility to automatically install BTCIL related software (wallets, miners) and assist with configuring the local system.
For more information visit the Bitcoin Israel - Guides Website.
Follow us on twitter, on telegram channel or telegram group, and on facebook פשעק and facebook group.
Usage
Testnet Notification - before April 1st 2021 use the wallet in Testnet mode:
$ btcil -t
Instant NPX
Run the wizard using npx
:
$ npx btcil
Install Locally
Install btcil
locally:
$ npm i -g btcil
After installation is complete run:
$ btcil
Options
$ btcil --help
Usage: btcil [options]
Run the BTCIL Automated Wizard
Options:
-i, --install [wallet] Install BitcoinIL wallet
-b, --build Build wallet from source
-m, --install-miner [type] Install BitcoinIL Compatible Miner
-t, --testnet Use testnet
-p, --password <string> Use pre-defined password
-c, --confirm Confirm all user prompts automatically
-s, --silent Silent (unattended) operation - suppress all output except errors
-o, --ignore-certificate Supress certificate mismatch errors
-is, --ignore-signatures Supress file signature errors
-sd, --skip-downloads Avoid re-downloading assets
-j, --json-rpc Configure JSON-RPC
-h, --help display help for command