Skip to content

Commit

Permalink
Merge pull request #3180 from ripcurlx/update-data-stores
Browse files Browse the repository at this point in the history
Update data stores
  • Loading branch information
ripcurlx authored Sep 2, 2019
2 parents 7f17ab5 + e2a17dc commit bcb7b1a
Show file tree
Hide file tree
Showing 4 changed files with 21,327 additions and 1,204 deletions.
5 changes: 2 additions & 3 deletions desktop/package/macosx/copy_dbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

cd $(dirname $0)/../../../

# Mainnet
# Set BISQ_DIR as environment var to the path of your locally synced Bisq data directory e.g. BISQ_DIR=~/Library/Application\ Support/Bisq

dbDir=~/Library/Application\ Support/Bisq/btc_mainnet/db
dbDir=$BISQ_DIR/btc_mainnet/db
resDir=p2p/src/main/resources

cp "$dbDir/TradeStatistics2Store" "$resDir/TradeStatistics2Store_BTC_MAINNET"
cp "$dbDir/AccountAgeWitnessStore" "$resDir/AccountAgeWitnessStore_BTC_MAINNET"
cp "$dbDir/DaoStateStore" "$resDir/DaoStateStore_BTC_MAINNET"
cp "$dbDir/TempProposalStore" "$resDir/TempProposalStore_BTC_MAINNET"
Binary file modified p2p/src/main/resources/AccountAgeWitnessStore_BTC_MAINNET
Binary file not shown.
Loading

0 comments on commit bcb7b1a

Please sign in to comment.