github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/configs/coins/deeponion.json (about) 1 { 2 "coin": { 3 "name": "DeepOnion", 4 "shortcut": "ONION", 5 "label": "DeepOnion", 6 "alias": "deeponion" 7 }, 8 "ports": { 9 "backend_rpc": 8091, 10 "backend_message_queue": 38391, 11 "blockbook_internal": 9091, 12 "blockbook_public": 9191 13 }, 14 "ipc": { 15 "rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}", 16 "rpc_user": "rpc", 17 "rpc_pass": "rpc", 18 "rpc_timeout": 25, 19 "message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}" 20 }, 21 "backend": { 22 "package_name": "backend-deeponion", 23 "package_revision": "satoshilabs-1", 24 "system_user": "deeponion", 25 "version": "2.2.0", 26 "binary_url": "https://github.com/deeponion/deeponion/releases/download/v2.2.0/DeepOnion-2.2.0-x86_64-linux-gnu.tar.gz", 27 "extract_command": "tar -C backend --strip 1 -xpf", 28 "exclude_files": [ 29 "bin/DeepOnion-qt" 30 ], 31 "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/DeepOniond -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", 32 "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log", 33 "postinst_script_template": "", 34 "service_type": "forking", 35 "service_additional_params_template": "", 36 "protect_memory": true, 37 "mainnet": true, 38 "server_config_file": "deeponion.conf", 39 "client_config_file": "bitcoin_like_client.conf", 40 "additional_params": { 41 "whitelist": "127.0.0.1" 42 } 43 }, 44 "blockbook": { 45 "package_name": "blockbook-deeponion", 46 "system_user": "blockbook-deeponion", 47 "internal_binding_template": ":{{.Ports.BlockbookInternal}}", 48 "public_binding_template": ":{{.Ports.BlockbookPublic}}", 49 "explorer_url": "", 50 "additional_params": "", 51 "block_chain": { 52 "parse": true, 53 "subversion": "/DeepOnionCore:2.2.0/", 54 "mempool_workers": 8, 55 "mempool_sub_workers": 2, 56 "block_addresses_to_keep": 300, 57 "xpub_magic": 27108450, 58 "xpub_magic_segwit_p2sh": 28471030, 59 "xpub_magic_segwit_native": 78792518, 60 "slip44": 305, 61 "additional_params": {} 62 } 63 }, 64 "meta": { 65 "package_maintainer": "DeepOnion", 66 "package_maintainer_email": "info@deeponion.org" 67 } 68 }