twisterp2pblockchainnetworkbittorrentmicrobloggingipv6social-networkdhtdecentralizedtwisterarmyp2p-networktwister-servertwister-ipv6twister-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
949 B
949 B
Ubuntu / Debian building instructions
Install:
-
sudo apt-get update
-
sudo apt-get install build-essential libssl-dev libboost-all-dev libdb4.8-dev libdb++-dev libminiupnpc-dev git openssl
-
cd twister-core
-
cd libtorrent
-
./bootstrap.sh
-
./configure --enable-logging --enable-debug --enable-dht
-
make 'if you have multi-core CPU use -j N where n = cpu cores'
-
cd ../
-
cd src
-
make -f makefile.unix
Configure & web gui:
-
'echo -e "rpcuser=user\nrpcpassword=pwd" > "/home/${USER}/.twister/twister.conf" chmod 600 "/home/${USER}/.twister/twister.conf"'
-
cd /home/${USER}/.twister/
-
git clone git@github.com:miguelfreitas/twister-html.git ./html
Start
-
Go to src folder (on 10 step)
-
./twisterd -rpcuser=user -rpcpassword=pwd -rpcallowip=127.0.0.1