Skip to content

kunalkapadiaa/CoinDaemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

CoinDaemon

Installation of coin daemon using shell script
This is shell script for installing coin daemon in Ubuntu server.
Requirements :
OS : Ubuntu 14.04 LTS (Tested) // Support for every *Nix based system
User : Root
Coin : some basic requirements of coins like coin name, algo name, git source, hostname, RPC Port

Use following guide for easy installation of coin daemon

  1. Download/Clone coin.sh : git clone https://github.com/jagdishjaipur11/CoinDaemon.git
  2. cd CoinDaemon
  3. File permission : chmod +x coin.sh
  4. Run file : ./coin.sh OR sh coin.sh

Now you can Use Script for Coin Daemon installation using browser


Requirements :

1. Enable CGI Mode in Apache Server
2. Update Apache conf file ( Use this link : http://askubuntu.com/questions/403067/cgi-bin-not-work )
3. Provide sudoer permission to www-data user
4. www-data user must be member of root group
5. /root directory will be writable for group
6. use default directory for cgi ( In ubuntu : /usr/lib/cgi-bin/ )
7. Make sure you have atleast 1 GB RAM in your system

Use following guide for easy installation of coin daemon

  1. Download/Clone coin.sh : git clone https://github.com/jagdishjaipur11/CoinDaemon.git
  2. copy to CGI default directory ( In ubuntu : /usr/lib/cgi-bin/ )
  3. go to browser and type : ( http://localhost/cgi-bin/coin.sh )
  4. Enter required information and enjoy ( Note : Script may take around 10 min to install coin daemon , it totally depends on your Internet Connection and System Configuration )

About

Installation of coin daemon using shell script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%