github.com/dawnbass68/maddcash@v0.0.0-20201001105353-c91c12cb36e5/configs/coins/fujicoin.json (about)

     1  {
     2    "coin": {
     3      "name": "Fujicoin",
     4      "shortcut": "FJC",
     5      "label": "Fujicoin",
     6      "alias": "fujicoin"
     7    },
     8    "ports": {
     9      "backend_rpc": 8048,
    10      "backend_message_queue": 38348,
    11      "blockbook_internal": 9048,
    12      "blockbook_public": 9148
    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-fujicoin",
    23      "package_revision": "satoshilabs-1",
    24      "system_user": "fujicoin",
    25      "version": "0.16.3",
    26      "binary_url": "https://www.fujicoin.org/fujicoin/3.0/fujicoin-blockbook.tar.gz",
    27      "verification_type": "gpg-sha256",
    28      "verification_source": "https://www.fujicoin.org/fujicoin/3.0/SHA256SUMS.asc",
    29      "extract_command": "tar -C backend -xf",
    30      "exclude_files": [],
    31      "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/fujicoind -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": "bitcoin_like.conf",
    39      "client_config_file": "bitcoin_like_client.conf",
    40      "additional_params": {}
    41    },
    42    "blockbook": {
    43      "package_name": "blockbook-fujicoin",
    44      "system_user": "blockbook-fujicoin",
    45      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    46      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    47      "explorer_url": "",
    48      "additional_params": "",
    49      "block_chain": {
    50        "parse": true,
    51        "mempool_workers": 8,
    52        "mempool_sub_workers": 2,
    53        "block_addresses_to_keep": 300,
    54        "xpub_magic": 76067358,
    55        "xpub_magic_segwit_p2sh": 77429938,
    56        "xpub_magic_segwit_native": 78792518,
    57        "slip44": 75,
    58        "additional_params": {}
    59      }
    60    },
    61    "meta": {
    62      "package_maintainer": "Motty",
    63      "package_maintainer_email": "fujicoin@gmail.com"
    64    }
    65  }