XK4MiLX
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 )
 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...