twisterp2pblockchainnetworkbittorrentipv6microbloggingsocial-networkdhtdecentralizedtwister-coretwisterarmyp2p-networktwister-servertwister-ipv6
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.
1002 B
1002 B
Ubuntu / Debian building instructions
Tested on a pristine:
- Ubuntu 20.04 amd64
- Ubuntu 20.04 arm
Install
- sudo apt-get update
- sudo apt-get install git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake
- git clone https://github.com/twisterarmy/twister-core.git
- cd twister-core
- git checkout twisterarmy
- ./autotool.sh
- ./configure (on ARM architectures, run:
./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf --disable-sse2
) - make
Configuration & web gui
- mkdir ~/.twister
- echo -e "rpcuser=user\nrpcpassword=pwd" > ~/.twister/twister.conf
- chmod 600 ~/.twister/twister.conf
- git clone https://github.com/twisterarmy/twister-html.git ~/.twister/html
- cd ~/.twister/html
- git checkout twisterarmy
Start
- cd twister-core
- ./twisterd -rpcuser=user -rpcpassword=pwd -rpcallowip=127.0.0.1
- Open http://127.0.0.1:28332/index.html and use the user/pwd credentials
- Create your account !