github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/configs/coins/koto_testnet.json (about) 1 { 2 "coin": { 3 "name": "Koto Testnet", 4 "shortcut": "TOKO", 5 "label": "Koto Testnet", 6 "alias": "koto_testnet" 7 }, 8 "ports": { 9 "backend_rpc": 18051, 10 "backend_message_queue": 48351, 11 "blockbook_internal": 19051, 12 "blockbook_public": 19151 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-koto-testnet", 23 "package_revision": "satoshilabs-1", 24 "system_user": "koto", 25 "version": "4.5.1", 26 "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v4.5.1/koto-4.5.1-linux64.tar.gz", 27 "verification_type": "gpg", 28 "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v4.5.1/koto-4.5.1-linux64.tar.gz.asc", 29 "extract_command": "tar -C backend --strip 1 -xf", 30 "exclude_files": [ 31 "bin/koto-qt" 32 ], 33 "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/kotod -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", 34 "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/testnet3/*.log", 35 "postinst_script_template": "HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/koto-fetch-params --testnet", 36 "service_type": "forking", 37 "service_additional_params_template": "Environment=\"HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend\"", 38 "protect_memory": false, 39 "mainnet": false, 40 "server_config_file": "bitcoin_like.conf", 41 "client_config_file": "bitcoin_like_client.conf", 42 "additional_params": { 43 "addnode": [ 44 "testnet.ko-to.org" 45 ] 46 } 47 }, 48 "blockbook": { 49 "package_name": "blockbook-koto-testnet", 50 "system_user": "blockbook-koto", 51 "internal_binding_template": ":{{.Ports.BlockbookInternal}}", 52 "public_binding_template": ":{{.Ports.BlockbookPublic}}", 53 "explorer_url": "", 54 "additional_params": "", 55 "block_chain": { 56 "parse": true, 57 "mempool_workers": 4, 58 "mempool_sub_workers": 8, 59 "block_addresses_to_keep": 300, 60 "additional_params": {} 61 } 62 }, 63 "meta": { 64 "package_maintainer": "WO", 65 "package_maintainer_email": "wo@kotocoin.info" 66 } 67 }