script of masternode setup. include updating.
this script helps your masternode setup, or update. it supports automatic setup and update.
- Install package and configure firewall
- Install phored, phore-cli, phore-tx
- generate private key and run daemon
curl -s https://raw.githubusercontent.com/liray-unendlich/phore-masternode-automation/master/masternode-setup.sh | bash -s -- -u -v 1.3.3.1
curl -s https://raw.githubusercontent.com/liray-unendlich/phore-masternode-automation/master/masternode-setup.sh | bash -s -- -i -g -v 1.6.1
After the script, you will see a line like this
PhoreMN1 192.22.111.192:11771 88xrxxxxxxxxxxxxxxxxxxxxxxx7K 6b4c9xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7ee23 0
- -v | --version : set version
- -u | --update : update your client
- -i | --install : install client
- -g | --generate : generate private key in the script
このスクリプトはマスターノードをセットアップ・アップデートしたい方用です。 自動的なセットアップ・アップデートを行います。 詳細なガイドは Phore_Masternode_guide_v1.5_JP.pdf をご覧ください。
- 各種パッケージ・アップデート
- phored, phore-cli, phore-tx のダウンロード・インストール
- 新規インストールの場合プライベートキーを入力する必要があります。
curl -s https://raw.githubusercontent.com/liray-unendlich/phore-masternode-automation/master/JPN-masternode-setup.sh | bash -s -- -u -v 1.6.1
curl -s https://raw.githubusercontent.com/liray-unendlich/phore-masternode-automation/master/JPN-masternode-setup.sh | bash -s -- -i -g -v 1.6.1
この場合すでにphore.confにはプライベートキーなどの必要情報が全て入力されているので、後はmasternode.confを入力するだけでマスターノードを作ることが出来ます。 スクリプトの最後に、masternode.confに入力する行が出ますので、コピーして入力後、トランザクションID, indexを編集しましょう。
- -v | --version : バージョンを指定します。 ex. -v 1.6.1
- -u | --update : クライアントのアップデート ex. -u
- -i | --install : クライアントの新規インストール ex. -i
- -g | --generate : プライベートキーの発行 ex. -g マスターノードを新規にインストールされる場合は -i オプションを 既存のマスターノードをアップデートする場合は -u オプションをご利用ください。