This project has been renamed, see
owenvoke/arionum-cli.
A PHP-based command line wallet for Arionum.
Via Composer
$ composer global require pxgamer/arionum-cliVia Phive
$ phive install pxgamer/arionum-cliarionum [command]Print the balance:
arionum balancePrint the wallet's data:
arionum exportDisplay data about the current block:
arionum blockEncrypt the wallet:
arionum encryptDecrypt the wallet:
arionum decryptDisplay the latest transactions:
arionum transactionsDisplay data about a specific transaction:
arionum transaction 'id'Send a transaction (with an optional message):
arionum send 'address' 'value' [message]Set your account alias:
arionum alias:set 'alias'Send a transaction to an alias (with an optional message):
arionum alias:send 'alias' 'value' [message]Send a masternode announcement transaction:
arionum masternode:create 'ip'Pause a specific masternode:
arionum masternode:pauseResume the masternode mining:
arionum masternode:resumeClose a masternode and return the funds:
arionum masternode:releasePlease see CHANGELOG for more information on what has changed recently.
$ composer testPlease see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email security@pxgamer.xyz instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
Original code by @arionum.