2021-03-14T22:34:47+01:00 - warn: No configuration loaded
Enable GVA API? [Y/n]
Listen to ip v4 ? [127.0.0.1]
Listen to ip v6? [Y/n]n
Listen to port ? [30901]
Path ? [gva]
Subscriptions path ? [gva-sub]
Define a remote host? [y/N]
Define a remote port? [y/N]
Define a remote path? [y/N]
Define a remote subscriptions path? [y/N]
Update whitelist? [y/N]
Configuration successfully updated.
```
## 5. Synchronize a small blockchain for your test
You will need to have the json archives of a blockchain.
The easiest way is to take the json archives from the beginning of Ğ1, you can find them on the gitlab in the `blockchain-archives` repository:
[link to the json archive of the first 132446 blocks of the Ğ1](https://git.duniter.org/c-geek/blockchain-archives/-/blob/master/snapshots/g1/132446.tar.gz)
Then, start a synchronization with the following command:
`cargo rr -p test1 sync /path/to/json/archive`
If the synchronization is too long, there are two solutions:
1. Recompile duniter in release mode (`NEON_BUILD_RELEASE="true" ./neon/build.sh`)
2. Reduce the size of the json archive by deleting chunks from the end
## 6. Explore the DB with dex to verify that it contains the expected data