86 lines
3.8 KiB
JSON
86 lines
3.8 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Bitcoin",
|
|
"shortcut": "BTC",
|
|
"label": "Bitcoin",
|
|
"alias": "bitcoin"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 8030,
|
|
"backend_message_queue": 38330,
|
|
"blockbook_internal": 9030,
|
|
"blockbook_public": 9130
|
|
},
|
|
"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-bitcoin",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "bitcoin",
|
|
"version": "27.1",
|
|
"binary_url": "https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-x86_64-linux-gnu.tar.gz",
|
|
"verification_type": "sha256",
|
|
"verification_source": "c9840607d230d65f6938b81deaec0b98fe9cb14c3a41a5b13b2c05d044a48422",
|
|
"extract_command": "tar -C backend --strip 1 -xf",
|
|
"exclude_files": ["bin/bitcoin-qt"],
|
|
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/bitcoind -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.conf",
|
|
"client_config_file": "bitcoin_client.conf",
|
|
"additional_params": {
|
|
"deprecatedrpc": "estimatefee",
|
|
"addnode": ["ove.palatinus.cz"]
|
|
},
|
|
"platforms": {
|
|
"arm64": {
|
|
"binary_url": "https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-aarch64-linux-gnu.tar.gz",
|
|
"verification_source": "bb878df4f8ff8fb8acfb94207c50f959c462c39e652f507c2a2db20acc6a1eee"
|
|
}
|
|
}
|
|
},
|
|
"blockbook": {
|
|
"package_name": "blockbook-bitcoin",
|
|
"system_user": "blockbook-bitcoin",
|
|
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
|
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
|
"explorer_url": "",
|
|
"additional_params": "-dbcache=1073741824 -enablesubnewtx -extendedindex",
|
|
"block_chain": {
|
|
"parse": true,
|
|
"mempool_workers": 8,
|
|
"mempool_sub_workers": 2,
|
|
"block_addresses_to_keep": 300,
|
|
"xpub_magic": 76067358,
|
|
"xpub_magic_segwit_p2sh": 77429938,
|
|
"xpub_magic_segwit_native": 78792518,
|
|
"additional_params": {
|
|
"alternative_estimate_fee": "mempoolspace",
|
|
"alternative_estimate_fee_params": "{\"url\": \"https://mempool.space/api/v1/fees/recommended\", \"periodSeconds\": 20}",
|
|
"fiat_rates": "coingecko",
|
|
"fiat_rates_vs_currencies": "AED,ARS,AUD,BDT,BHD,BMD,BRL,CAD,CHF,CLP,CNY,CZK,DKK,EUR,GBP,HKD,HUF,IDR,ILS,INR,JPY,KRW,KWD,LKR,MMK,MXN,MYR,NGN,NOK,NZD,PHP,PKR,PLN,RUB,SAR,SEK,SGD,THB,TRY,TWD,UAH,USD,VEF,VND,ZAR,BTC,ETH",
|
|
"fiat_rates_params": "{\"coin\": \"bitcoin\", \"periodSeconds\": 60}",
|
|
"block_golomb_filter_p": 20,
|
|
"block_filter_scripts": "taproot-noordinals",
|
|
"block_filter_use_zeroed_key": true,
|
|
"mempool_golomb_filter_p": 20,
|
|
"mempool_filter_scripts": "taproot",
|
|
"mempool_filter_use_zeroed_key": false
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
}
|