Skip to content

bigbangcore/BigDNSeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigDNSeed

Ubuntu16.04/18.04

Required tools and libraries

sudo apt install -y g++ libboost-all-dev cmake openssl libreadline-dev pkg-config libsodium-dev mysql-server libmysqld-dev

#ubuntu16.04
sudo apt install -y libssl-dev
#ubuntu18.04
sudo apt install -y libssl1.0-dev


git clone and build

git clone https://github.com/bigbangcore/BigDNSeed.git
cd BigDNSeed
./INSTALL.sh
bigdnseed -version


Mysql setup

#Login mysql as root,run sql command as follows:
#mysql -uroot -p

create database bigdnseed;
grant all privileges on bigdnseed.* to bigdnseed@localhost identified by 'bigdnseed';
flush privileges;

#then,quit from mysql prompt:
quit

#Finally,run command for restarting mysql service on terminal:
sudo service mysql restart

Run

bigdnseed

Releases

No releases published

Packages

No packages published