github.com/dawnbass68/maddcash@v0.0.0-20201001105353-c91c12cb36e5/configs/coins/zelcash.json (about) 1 { 2 "coin": { 3 "name": "ZelCash", 4 "shortcut": "ZEL", 5 "label": "ZelCash", 6 "alias": "zelcash" 7 }, 8 "ports": { 9 "backend_rpc": 8058, 10 "backend_message_queue": 38358, 11 "blockbook_internal": 9058, 12 "blockbook_public": 9158 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-zelcash", 23 "package_revision": "satoshilabs-1", 24 "system_user": "zelcash", 25 "version": "3.3.0", 26 "binary_url": "https://github.com/zelcash/zelcash/releases/download/v3.3.0/Zel-Linux.tar.gz", 27 "verification_type": "sha256", 28 "verification_source": "2b3017c56eced80295e6de6c037855f02a176a7e411bf0775cf08b952c71568a", 29 "extract_command": "tar -C backend -xf", 30 "exclude_files": [], 31 "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/zelcashd -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": "HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/fetch-params.sh", 34 "service_type": "forking", 35 "service_additional_params_template": "Environment=\"HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend\"", 36 "protect_memory": false, 37 "mainnet": true, 38 "server_config_file": "bitcoin_like.conf", 39 "client_config_file": "bitcoin_like_client.conf", 40 "additional_params": { 41 "addnode": [ 42 "explorer.zel.cash", 43 "explorer2.zel.cash", 44 "explorer.zelcash.online", 45 "explorer-asia.zel.cash" 46 ] 47 } 48 }, 49 "blockbook": { 50 "package_name": "blockbook-zelcash", 51 "system_user": "blockbook-zelcash", 52 "internal_binding_template": ":{{.Ports.BlockbookInternal}}", 53 "public_binding_template": ":{{.Ports.BlockbookPublic}}", 54 "explorer_url": "", 55 "additional_params": "", 56 "block_chain": { 57 "parse": true, 58 "mempool_workers": 4, 59 "mempool_sub_workers": 8, 60 "block_addresses_to_keep": 300, 61 "xpub_magic": 76067358, 62 "slip44": 19167, 63 "additional_params": {} 64 } 65 }, 66 "meta": { 67 "package_maintainer": "Tadeas Kmenta", 68 "package_maintainer_email": "tadeas.kmenta@zel.cash" 69 } 70 }