github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/configs/coins/flux.json (about)

     1  {
     2    "coin": {
     3      "name": "Flux",
     4      "shortcut": "FLUX",
     5      "label": "Flux",
     6      "alias": "flux"
     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-flux",
    23      "package_revision": "satoshilabs-1",
    24      "system_user": "flux",
    25      "version": "7.1.0",
    26      "binary_url": "https://github.com/RunOnFlux/fluxd/releases/download/v7.1.0/Flux-amd64-v7.1.0.tar.gz",
    27      "verification_type": "sha256",
    28      "verification_source": "832fe0d7700cf74430f4b464f07706a78ec39b2ec309d3d8230b0dffe9993296",
    29      "extract_command": "tar -C backend -xf",
    30      "exclude_files": [],
    31      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/fluxd -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-flux",
    51      "system_user": "blockbook-flux",
    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": "Jeremy Anderson",
    68      "package_maintainer_email": "jeremy@runonflux.io"
    69    }
    70  }