Skip to content

Quick overview over connected peers to coin network, Ip address country origin with caching & fast addnodes to configfile.

License

Notifications You must be signed in to change notification settings

1stBitcoin/WebCoinTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1stBitcoin / Web Coin Tool

License

Web Coin Tool

Quick overview over connected peers to coin network, Ip address country origin with caching & fast addnodes to configfile.

Latest Version

Release 0.1.0 (Release Notes)

Table of Contents

No Title
1 Why Web Coin Tool?
2 Technical Features
3 How to Install
4 Preview
5 Development
6 License

Why Web Coin Tool

  • Alternative way to check connected peers to your coin deamon.

[back to top]

Technical Features

  • PHP - Builds(compiles) the pages, reads and converts json outputs from coin, ip to country api requests and caching the country results on local disc.

  • EasyBitcoin-PHP - Comunicates with coin deamon/qt server.

  • Coin - Coin deamon. Bitcoin, Litecoin any coin deamon/qt server should be compatible.

[back to top]

Installation

Web Coin Tool requires web-server with PHP at least 7.0 and CURL. Linux Ubuntu 16 LTS installation:

$ sudo apt-get update

$ sudo apt-get install apache2 -y

$ sudo apache2ctl configtest

Returns: Syntax OK

if not. You will have to add "ServerName" in apache2.conf file.

$ sudo nano /etc/apache2/apache2.conf

add: ServerName your_server_domain_or_IP_address

and change:

<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted

to: <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted

That will allow .htaccess file to work for further enhanced security.

$ sudo apt-get install curl php libapache2-mod-php php-mcrypt php-curl -y

$ sudo service apache2 restart 

$ sudo apache2ctl configtest

Returns: Syntax OK

Now you can copy files in /var/www/html/

Last privilege fix.

sudo chown nobody /var/www/html/ip/ -R
sudo chmod 0755 /var/www/html/ip/ -R

[back to top]

Preview

GitHub Logo

http://80.211.188.146/

[back to top]

Development

Future development is scheduled for his project. Want to contribute? Great! Please do not hesitate to contribute to the development.

[back to top]

License

MIT

[back to top]

About

Quick overview over connected peers to coin network, Ip address country origin with caching & fast addnodes to configfile.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages