github.com/cryptohub-digital/blockbook-fork@v0.0.0-20230713133354-673c927af7f1/configs/coins/corecoin.json (about) 1 { 2 "coin": { 3 "name": "Core Coin", 4 "shortcut": "XCB", 5 "label": "Core", 6 "alias": "core" 7 }, 8 "ports": { 9 "backend_rpc": 8036, 10 "backend_message_queue": 0, 11 "backend_p2p": 38336, 12 "backend_http": 8136, 13 "backend_authrpc": 8536, 14 "blockbook_internal": 9036, 15 "blockbook_public": 9136 16 }, 17 "ipc": { 18 "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}", 19 "rpc_timeout": 25 20 }, 21 "backend": { 22 "package_name": "backend-corecoin", 23 "package_revision": "satoshilabs-1", 24 "system_user": "corecoin", 25 "version": "1.12.0-e501b3b0", 26 "binary_url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.0-e501b3b0.tar.gz", 27 "verification_type": "gpg", 28 "verification_source": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.0-e501b3b0.tar.gz.asc", 29 "extract_command": "tar -C backend --strip 1 -xf", 30 "exclude_files": [], 31 "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/gocore --syncmode full --txlookuplimit 0 --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port {{.Ports.BackendP2P}} --ws --ws.addr 127.0.0.1 --ws.port {{.Ports.BackendRPC}} --ws.origins \"*\" --ws.api \"eth,net,web3,debug,txpool\" --http --http.port {{.Ports.BackendHttp}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", 32 "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", 33 "postinst_script_template": "", 34 "service_type": "simple", 35 "service_additional_params_template": "", 36 "protect_memory": true, 37 "mainnet": true, 38 "server_config_file": "", 39 "client_config_file": "", 40 "platforms": { 41 "arm64": { 42 "binary_url": "https://gethstore.blob.core.windows.net/builds/geth-linux-arm64-1.12.0-e501b3b0.tar.gz", 43 "verification_source": "https://gethstore.blob.core.windows.net/builds/geth-linux-arm64-1.12.0-e501b3b0.tar.gz.asc" 44 } 45 } 46 }, 47 "blockbook": { 48 "package_name": "blockbook-corecoin", 49 "system_user": "blockbook-corecoin", 50 "internal_binding_template": ":{{.Ports.BlockbookInternal}}", 51 "public_binding_template": ":{{.Ports.BlockbookPublic}}", 52 "explorer_url": "", 53 "additional_params": "", 54 "block_chain": { 55 "parse": true, 56 "mempool_workers": 8, 57 "mempool_sub_workers": 2, 58 "block_addresses_to_keep": 300, 59 "additional_params": { 60 "consensusNodeVersion": "http://localhost:7536/eth/v1/node/version", 61 "mempoolTxTimeoutHours": 48, 62 "queryBackendOnMempoolResync": false 63 } 64 } 65 }, 66 "meta": { 67 "package_maintainer": "IT", 68 "package_maintainer_email": "it@satoshilabs.com" 69 } 70 }