Releases: robertocaramia/Multichain-Script
Releases · robertocaramia/Multichain-Script
First Interactive Script release
Added RPC configurations menu Now it is possible to manage the following rpc configurations: rpcuser= # Username rpcpassword= # Password rpcallowip=0.0.0.0 # From any rpcssl=1 # SSL enabled rpcsslcertificatechainfile=cert.pem # Full path of certificate rpcsslprivatekeyfile=key.pem # Full path of private key rpcsslciphers=TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH # Cypher algoritms enabled Hardcoded If used the script check the SSL JSON-RPC interface (need curl installed). Before launch the script you have to create the ssl key and certs (command for generate self-signed certs commented into the script).