From 1c7df3e3f32f4316474f1cc8a72f55895a57b8db Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:05:15 +0300 Subject: [PATCH] Update building-on-ubuntu-debian.md --- doc/building-on-ubuntu-debian.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/building-on-ubuntu-debian.md b/doc/building-on-ubuntu-debian.md index 7bdce887..0dd45fa9 100644 --- a/doc/building-on-ubuntu-debian.md +++ b/doc/building-on-ubuntu-debian.md @@ -17,7 +17,7 @@ Tested on a pristine: ## Configuration & web gui 1. `mkdir ~/.twister` -2. `echo -e "rpcuser=user\nrpcpassword=pwd" > ~/.twister/twister.conf` +2. `echo -e "rpcuser=user\nrpcpassword=pwd\nrpcallowip=127.0.0.1" > ~/.twister/twister.conf` 3. `chmod 600 ~/.twister/twister.conf` 4. `git clone https://github.com/twisterarmy/twister-html.git ~/.twister/html` 5. `cd ~/.twister/html` @@ -25,6 +25,6 @@ Tested on a pristine: ## Start 1. `cd twister-core` -2. `./twisterd -rpcuser=user -rpcpassword=pwd -rpcallowip=127.0.0.1` -3. open http://user:pwd@127.0.0.1:28332/index.html -4. create your account ! +2. `./twisterd` (or `./twisterd -port=28333` - if you want to be reachable for [seeds](https://twisterarmy.github.io/network)) +4. open http://user:pwd@127.0.0.1:28332/index.html +5. create your account !