From 213939cb9f58a62c4cfe66115d443c2f67e33c24 Mon Sep 17 00:00:00 2001 From: catena Date: Tue, 10 Nov 2015 17:48:40 +0300 Subject: [PATCH] Separate folder for scorex wallets closes #33 --- settings-local1.json | 2 +- settings-local2.json | 2 +- settings.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/settings-local1.json b/settings-local1.json index cfc730ee..4d4ff89b 100644 --- a/settings-local1.json +++ b/settings-local1.json @@ -1,6 +1,6 @@ { "bindAddress" : "127.0.0.1", - "walletdir" : "/tmp/wallet1", + "walletdir" : "/tmp/scorex/wallet1", "walletpassword" : "cookies", "walletseed" : "FQgbSAm6swGbtqA3NE8PttijPhT4N3Ufh4bHFAkyVnQz", "datadir" : "/tmp/data1", diff --git a/settings-local2.json b/settings-local2.json index da31f202..bc69ff4f 100644 --- a/settings-local2.json +++ b/settings-local2.json @@ -3,7 +3,7 @@ "knownpeers":[ "127.0.0.1" ], - "walletdir" : "/tmp/wallet2", + "walletdir" : "/tmp/scorex/wallet2", "walletpassword" : "cookies", "walletseed" : "FQgbSAm6swGbtqA3NE8PttijPhT4N3Ufh4bHFAkyVnQz", "datadir" : "/tmp/data2", diff --git a/settings.json b/settings.json index 566ac79d..e73ca4b8 100644 --- a/settings.json +++ b/settings.json @@ -3,7 +3,7 @@ "knownpeers":[ "5.9.86.168" ], - "walletdir" : "/tmp/wallet", + "walletdir" : "/tmp/scorex/wallet", "walletpassword" : "cookies", "walletseed" : "FQgbSAm6swGbtqA3NE8PttijPhT4N3Ufh4bHFAkyVnQz", "datadir" : "/tmp/data",