progress in removing core
This commit is contained in:
parent
8163292ed9
commit
e69c8dbb60
6 changed files with 32 additions and 13 deletions
11
onionr/filepaths/__init__.py
Normal file
11
onionr/filepaths/__init__.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
from utils import identifyhome
|
||||
home = identifyhome.identify_home()
|
||||
if not home.endswith('/') home += '/'
|
||||
|
||||
usage_file = home + 'disk-usage.txt'
|
||||
block_data_location = home + 'blocks/'
|
||||
public_API_host_file = home + 'public-host.txt'
|
||||
private_API_host_file = home + 'private-host.txt'
|
||||
bootstrap_file_location = 'static-data/bootstrap-nodes.txt'
|
||||
data_nonce_file = home + 'block-nonces.dat'
|
||||
forward_keys_file = home + 'forward-keys.db'
|
Loading…
Add table
Add a link
Reference in a new issue