Git Product home page Git Product logo

mnscripts's Introduction

Easy Install

Automate the installation of alt coins. Create a new linux server and run the commands listed below.


Restrict root login to ssh keys

sed -i 's/PermitRootLogin yes/PermitRootLogin without-password/g' /etc/ssh/sshd_config

Bulwark

Create user:

COIN=bulwark
adduser $COIN && usermod -aG sudo $COIN && su - $COIN

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/bulwark/install)

GoByte

Create user:

COIN=gobyte
adduser $COIN && usermod -aG sudo $COIN && su - $COIN

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/gobyte/install)

Neutron

Create user:

COIN=neutron
adduser $COIN && usermod -aG sudo $COIN && su - $COIN

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/neutron/install)

Numus

Create user:

adduser numus && usermod -aG sudo numus && su - numus

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/numus/install)

Polis

Create user:

COIN=polis
adduser $COIN && usermod -aG sudo $COIN && su - $COIN

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/polis/install)

SmartCash

Create user:

adduser smartcash && usermod -aG sudo smartcash && su - smartcash

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/smartcash/install)

SafeInsure

Create user:

adduser safeinsure && usermod -aG sudo safeinsure && su - safeinsure

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/safeinsure/install)

BlacerCoin

Create user:

adduser blacercoin && usermod -aG sudo blacercoin && su - blacercoin

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/blacercoin/install)

IchIbaCoin

Create user:

adduser ichibacoin && usermod -aG sudo ichibacoin && su - ichibacoin

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/ichibacoin/install)

LightPay

Create user:

adduser lightpaycoin && usermod -aG sudo lightpaycoin && su - lightpaycoin

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/lightpaycoin/install)

GiantPay

Create user:

COIN=giant
adduser $COIN && usermod -aG sudo $COIN && su - $COIN

Install wallet:

cd && bash <(curl -fsSL https://raw.githubusercontent.com/ktec/mnscripts/master/giant/install)

mnscripts's People

Contributors

ktec avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.