Skip to content
Snippets Groups Projects
Commit 512d4529 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Clarification.

parent 7d8d3440
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
2. Clone the official BFA repository 2. Clone the official BFA repository
- `git clone https://gitlab.bfa.ar/blockchain/nucleo.git bfa` - `git clone https://gitlab.bfa.ar/blockchain/nucleo.git bfa`
3. Run the installation script. This will change settings on your system. If you are worried (you should be?), then you could run this step by step manually. 3. Run the installation script. This will change settings on your system. If you are worried (you should be?), then you could run this step by step manually.
- as root: `bfa/bin/installbfa.sh` - as root: `bfa/bin/installbfa.sh`
You will see a lot of warnings when installing web3. This seems to be "normal". Ignoring those errors seems not to cause problems. You will see a lot of warnings when installing web3. This seems to be "normal". Ignoring those errors seems not to cause problems.
4. Switch to user `bfa` 4. Switch to user `bfa`
- as root: `su - bfa` - as root: `su - bfa`
5. Start synchronizing. Synchronizing can take a while. (This script is automatically run at system restart.) 5. Start synchronizing. Synchronizing can take a while. (This script is automatically run at system restart.)
- run `start.sh` - as bfa: `start.sh`
7. Monitor the logs with `bfalog.sh`. Press CTRL-C at any time to stop the `tail -f`. 7. Monitor the logs with `bfalog.sh`. Press CTRL-C at any time to stop the `tail -f`.
8. Change your node's settings with `syncmode.sh` 8. Change your node's settings with `syncmode.sh`
- Do this before you have synced too much in the step before, as it might remove all your downloaded chain data and restart synchronizing the chain. - Do this before you have synced too much in the step before, as it might remove all your downloaded chain data and restart synchronizing the chain.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment