Skip to content

hostile123/MatrixMasternode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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

About

Matrix AI masternode install script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages