Since the new wallet program has been released, you also need to update the master node.
After connecting to the existing master node console, execute the following commands in order.
./monacoCoin-cli stop
|
tar cvf save.tar.gz .monacoCoinCore/
|
rm -fr sentinel
|
wget https://github.com/monacocoin-net/monoeci-core/releases/download/0.12.2/monoeciCore-0.12.2-linux64-cli.taz.gz
|
tar xvf monoeciCore-0.12.2-linux64-cli.taz.gz
|
./monoecid
(Then, it is not working, Just press ctrl+c to exit.)
|
cp .monacoCoinCore/wallet.dat .monoeciCore/
|
cp .monacoCoinCore/masternode.conf .monoeciCore/
|
cp .monacoCoinCore/monacoCoin.conf .monoeciCore/monoeci.conf
|
git clone https://github.com/monacocoin-net/sentinel.git
|
cd sentinel/
|
virtualenv ./venv
|
./venv/bin/pip install -r requirements.txt
|
cd
|
./monoecidYou can now wait for the master node to become full-linked to the block chain.
./monoeci-cli mnsync status
(Confirm that AssetID: 999 has been set with this command.)
|
./monoeci-cli masternode status
(After that, check out Masternode successfully started.)
새로운 지갑 프로그램이 공개되었기 때문에 마스터 노드 역시 업데이트 하셔야 합니다.
기존 마스터 노드에 콘솔로 접속하신 후, 다음 명령어를 차례대로 실행합니다.
./monacoCoin-cli stop
|
tar cvf save.tar.gz .monacoCoinCore/
|
rm -fr sentinel
|
wget https://github.com/monacocoin-net/monoeci-core/releases/download/0.12.2/monoeciCore-0.12.2-linux64-cli.taz.gz
|
tar xvf monoeciCore-0.12.2-linux64-cli.taz.gz
|
./monoecid
(먹통이 되는데, ctrl+c를 눌러서 빠져나옵니다.)
|
cp .monacoCoinCore/wallet.dat .monoeciCore/
|
cp .monacoCoinCore/masternode.conf .monoeciCore/
|
cp .monacoCoinCore/monacoCoin.conf .monoeciCore/monoeci.conf
|
git clone https://github.com/monacocoin-net/sentinel.git
|
cd sentinel/
|
virtualenv ./venv
|
./venv/bin/pip install -r requirements.txt
|
cd
|
./monoecid이제 마스터 노드가 블록체인에 풀링크될 때까지 기다리시면 됩니다.
./monoeci-cli mnsync status
(이 명령어를 통해서 AssetID: 999가 된 것을 확인하세요.)
|
./monoeci-cli masternode status
(그 후에, Masternode successfully started를 확인하세요.)