mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
7701ad35d3
Also did some minor release process cleanup that was overdue
716 B
716 B
Data stores
Update stores
With every release we include the latest snapshot of Mainnet and Testnet data from the P2P network within the client.
- Start your Bisq client on Mainnet and Testnet and let it run until it is fully synced.
- Run copy_dbs.sh to copy the required files into the p2p resources directory.
- To add a new trade statistic snapshot just add it to the list of trade statistic snapshots in
0345c795e2/common/src/main/java/bisq/common/app/Version.java (L40)