mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +00:00
892 B
892 B
Fedora building instructions
Tested on:
- Fedora 41 amd64
Install
sudo dnf install git autoconf automake libtool make boost-devel openssl-devel libdb-cxx-devel miniupnpc-devel
git clone https://github.com/twisterarmy/twister-core.git
cd twister-core
./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
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 !