macOS: use native datadir for Bitcoin Core
This commit is contained in:
parent
91991a13de
commit
915e11314f
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
15.0.dev1
|
||||
15.0.dev2
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class bitcoin_core_daemon(CoinDaemon):
|
|||
nonstd_datadir = False
|
||||
datadirs = {
|
||||
'linux': [gc.home_dir,'.bitcoin'],
|
||||
'darwin': [gc.home_dir, '.bitcoin'],
|
||||
'darwin': [gc.home_dir, 'Library', 'Application Support', 'Bitcoin'],
|
||||
'win32': [os.getenv('APPDATA'),'Bitcoin']
|
||||
}
|
||||
avail_opts = ('no_daemonize', 'online', 'bdb_wallet')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue