Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 977 Bytes

README.md

File metadata and controls

50 lines (25 loc) · 977 Bytes

Matrix AI masternode install script

wget https://raw.githubusercontent.com/Hostile/MatrixMasternode/master/Matrix.sh

chmod +x Matrix.sh

./Matrix.sh

You should now have a keystore/ directory in your GO-MATRIX/chaindata directory

Copy your UTC--wallet file into the keystore/ folder.

Go back to your GO-MATRIX directory and create your signAccount.json file using the text editor of your choice.

nano signAccount.json

and past :

[ { "Address":"MAN.gQAAHUeTBxvgbzf8tFgUtavDceJP", "Password":"pass123456" }

]

Create password:

./gman --datadir chaindata aes --aesin signAccount.json --aesout entrust.json

At this point DELETE signAccount.json for security reasons!, no more needed.

rm -rf signAccount.json

Run:

./gman --datadir chaindata --networkid 1 --debug --verbosity 1 --manAddress MAN.youraddress --entrust entrust.json --gcmode archive --outputinfo 1 --syncmode full

Attach console:

cd ~/GO-MATRIX/

./gman attach chaindata/gman.ipc

man