Hey, i have some questions regarding delegates, could anyone help me, please?
https://bitcoinwhite.org/docs/docs/index.html - the manual.
So, '2.1 Download and unpack', as it should, allows to download and unpack the node
But '2.2 Initialize' also downloads node's code from github and installs some packages.
Then, the last step of 2.2 instructs to
Go to your installation folder
./btwd configure
Which one is my installation folder? The one i downloaded and unpacked? Or the one was downloaded from github?
Anyway, i tried both, and there are no scripts in ./init dir
sudo: /home/user/BTWChain/init/install_deps.sh: command not found
sudo: /home/user/BTWChain/init/config_ntp.sh: command not found
sudo: /home/user/BTWChain/init/config_monitor.sh: command not found
Ok, i'm still able to start a node by running
Is it ok that there are no config scripts?
And the last thing is - how exactly to be registered as a delegate? The manual says that a delegate should pay 1000 BTW, but pay to whom?
Assuming i have an address with such amount of coins, how could i register it as a delegate? Should i put this wallet's secret to config.json, forging section? Or should i create a new address and transfet these 1000 BTW to this address?