twisterp2pnetworkbittorrentblockchainipv6microbloggingdhtdecentralizedsocial-networktwister-ipv6twister-coretwisterarmyp2p-networktwister-server
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.
801 B
801 B
Ubuntu / Debian building instructions
Tested on a pristine:
- Ubuntu 13.10 amd64
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/miguelfreitas/twister-core.git
- cd twister-core
- ./autotool.sh
- ./configure
- 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/miguelfreitas/twister-html.git ~/.twister/html
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 !