{ "coin": { "name": "Flo", "shortcut": "FLO", "label": "Flo", "alias": "flo" }, "ports": { "backend_rpc": 8066, "backend_message_queue": 38366, "blockbook_internal": 9066, "blockbook_public": 9166 }, "ipc": { "rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}", "rpc_user": "rpc", "rpc_pass": "rpc", "rpc_timeout": 25, "message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}" }, "backend": { "package_name": "backend-flo", "package_revision": "satoshilabs-1", "system_user": "flo", "version": "0.15.1.1", "binary_url": "https://github.com/floblockchain/flo/releases/download/v0.15.1.1/flo-0.15.1-x86_64-linux-gnu.tar.gz", "verification_type": "sha256", "verification_source": "40a725947d00ee4af519d9166b824cf2bfe1a144bf4a14004d756ece5063bf8d", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/flo-qt" ], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/flod -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log", "postinst_script_template": "", "service_type": "forking", "service_additional_params_template": "", "protect_memory": true, "mainnet": true, "server_config_file": "bitcoin_like.conf", "client_config_file": "bitcoin_like_client.conf", "additional_params": { "deprecatedrpc": "estimatefee" } }, "blockbook": { "package_name": "blockbook-flo", "system_user": "blockbook-flo", "internal_binding_template": ":{{.Ports.BlockbookInternal}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}", "explorer_url": "", "additional_params": "-dbcache=1073741824", "block_chain": { "parse": false, "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300, "additional_params": {} } }, "meta": { "package_maintainer": "bitspill", "package_maintainer_email": "blockbook@bitspill.net" } }