Skip to content

verticalcoin/verticalcoin-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verticalcoin systemd service

  • restart after daemon failure

setup service

  1. Clone the repository:
        git clone https://github.com/verticalcoin/verticalcoin-misc
  1. Check verticalcoin.conf and remove "daemon=1". It´s nessesary that verticalcoind is not run as daemon.
        nano ~/.verticalcoin/verticalcoin.conf

comment out daemon=1

        dbcache=300
        maxconnections=150
        
        rpcuser=verticalcoin
        rpcpassword=securepassword
        
        seednode=seed1.vrtseed.ovh
        addnode=H01.vrtnode.ovh
        addnode=H02.vrtnode.ovh
        addnode=H03.vrtnode.ovh
        addnode=H04.vrtnode.ovh
        addnode=H05.vrtnode.ovh
        ;daemon=1
  1. Copy systemd .service file
        cp -f verticalcoin-misc/systemd/verticalcoind.service /etc/systemd/system/verticalcoind.service
        chmod a+x /etc/systemd/system/verticalcoind.service
  1. enable service
        systemctl daemon-reload
        service verticalcoind start       
  1. check service
       service verticalcoind status
       
       [...]
       "Active: active (running) since Sun 2018-08-12 12:08:42 CEST; 50ms ago"
       [...] 

Use install-service.sh

  1. Clone the repository:
        git clone https://github.com/verticalcoin/verticalcoin-misc

  1. Check your ~/.verticalcoin/verticalcoin.conf for daemon=1 and remove it.

  2. Run script:

        cd verticalcoin-misc
		./install-service.sh

		[...]
        "Active: active (running) since Sun 2018-08-12 12:08:42 CEST; 50ms ago"
        [...]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages