Community driven twister-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.
 
 
 
 
 
 

577 B

Gentoo building instructions

Install

  1. sudo layman -o https://raw.github.com/ddorian1/gentoo-twister-overlay/master/gentoo-twister-overlay.xml -a twister
  2. sudo emerge -av twister

Configuration & web gui

  1. mkdir ~/.twister
  2. echo -e "rpcuser=user\nrpcpassword=pwd" > ~/.twister/twister.conf
  3. chmod 600 ~/.twister/twister.conf
  4. git clone https://github.com/miguelfreitas/twister-html.git ~/.twister/html

Start

  1. twisterd -rpcuser=user -rpcpassword=pwd
  2. Open http://127.0.0.1:28332/index.html and use the user/pwd credentials
  3. Create your account !