XK4MiLX

Results 10 comments of XK4MiLX

You need to run install-params.sh from the directory where install-params.sh is. ... In script is ```filename="share/pivx/$filename"``` so path is not absolute

https://github.com/trezor/blockbook/pull/1016

u can change device using option 10 and manual config for ip rotation or remove it ( multitoolbox )

![menu124](https://user-images.githubusercontent.com/62837435/218273093-fb0876e3-0f9f-4b23-b37a-2632adf44b27.jpg) for me working normal, did u used it and got error?

"command is not found" is when route is not installed ... i have a lot of vps and dedicate and non of it need sudo... anyway i added it

i will go in diff direction due not all user are networking expert and solution should work for all can you dm me on discord :)

New solution in development branch => option 10 > Device - create config How run script form development branch: ```multitoolbox development```

- new install option 6 after that option 2 - exist install option 6 ( or exist install config) and option 15

you can automate it by create install_conf.json example: 1) echo "{}" > install_conf.json 2) jq -r --arg key 'zelid' --arg value "1HWjQ8S3MyzV6EbtDMEcpHm31parya522N" '.[$key]=$value' install_conf.json

here is little script that can help file: config_creator.sh ` #!/bin/bash if [[ ! -f /home/$USER/install_conf.json ]]; then echo "{}" > install_conf.json fi echo "$(jq -r --arg key "$1" --arg...