Bump GRS to 25.0
This commit is contained in:
parent
f1a851d72b
commit
a4dbb54839
@ -22,10 +22,10 @@
|
|||||||
"package_name": "backend-groestlcoin",
|
"package_name": "backend-groestlcoin",
|
||||||
"package_revision": "satoshilabs-1",
|
"package_revision": "satoshilabs-1",
|
||||||
"system_user": "groestlcoin",
|
"system_user": "groestlcoin",
|
||||||
"version": "24.0.1",
|
"version": "25.0",
|
||||||
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz",
|
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-x86_64-linux-gnu.tar.gz",
|
||||||
"verification_type": "sha256",
|
"verification_type": "sha256",
|
||||||
"verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b",
|
"verification_source": "bcca36b5a2f1e83a4fd9888bc0016d3f46f9ef01238dc23a8e03f2f4ac3b9707",
|
||||||
"extract_command": "tar -C backend --strip 1 -xf",
|
"extract_command": "tar -C backend --strip 1 -xf",
|
||||||
"exclude_files": ["bin/groestlcoin-qt"],
|
"exclude_files": ["bin/groestlcoin-qt"],
|
||||||
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
|
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
|
||||||
@ -38,8 +38,13 @@
|
|||||||
"server_config_file": "bitcoin.conf",
|
"server_config_file": "bitcoin.conf",
|
||||||
"client_config_file": "bitcoin_client.conf",
|
"client_config_file": "bitcoin_client.conf",
|
||||||
"additional_params": {
|
"additional_params": {
|
||||||
"deprecatedrpc": "estimatefee",
|
"deprecatedrpc": "estimatefee"
|
||||||
"whitelist": "127.0.0.1"
|
},
|
||||||
|
"platforms": {
|
||||||
|
"arm64": {
|
||||||
|
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-aarch64-linux-gnu.tar.gz",
|
||||||
|
"verification_source": "d8776b405113b46d6be6e4921c5a5e62cbfaa5329087abbec14cc24d750f9c94"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"blockbook": {
|
"blockbook": {
|
||||||
@ -48,7 +53,7 @@
|
|||||||
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
||||||
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
||||||
"explorer_url": "",
|
"explorer_url": "",
|
||||||
"additional_params": "",
|
"additional_params": "-enablesubnewtx -extendedindex",
|
||||||
"block_chain": {
|
"block_chain": {
|
||||||
"parse": true,
|
"parse": true,
|
||||||
"mempool_workers": 8,
|
"mempool_workers": 8,
|
||||||
@ -61,7 +66,9 @@
|
|||||||
"additional_params": {
|
"additional_params": {
|
||||||
"fiat_rates": "coingecko",
|
"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_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\": \"groestlcoin\", \"periodSeconds\": 900}"
|
"fiat_rates_params": "{\"coin\": \"groestlcoin\", \"periodSeconds\": 900}",
|
||||||
|
"golomb_filter_p": 20,
|
||||||
|
"mempool_filter_scripts": "taproot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,73 +1,73 @@
|
|||||||
{
|
{
|
||||||
"coin": {
|
"coin": {
|
||||||
"name": "Groestlcoin Regtest",
|
"name": "Groestlcoin Regtest",
|
||||||
"shortcut": "rGRS",
|
"shortcut": "rGRS",
|
||||||
"label": "Groestlcoin Regtest",
|
"label": "Groestlcoin Regtest",
|
||||||
"alias": "groestlcoin_regtest"
|
"alias": "groestlcoin_regtest"
|
||||||
},
|
|
||||||
"ports": {
|
|
||||||
"backend_rpc": 18046,
|
|
||||||
"backend_message_queue": 48346,
|
|
||||||
"blockbook_internal": 19046,
|
|
||||||
"blockbook_public": 19146
|
|
||||||
},
|
|
||||||
"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-groestlcoin-regtest",
|
|
||||||
"package_revision": "satoshilabs-1",
|
|
||||||
"system_user": "groestlcoin",
|
|
||||||
"version": "24.0.1",
|
|
||||||
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz",
|
|
||||||
"verification_type": "sha256",
|
|
||||||
"verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b",
|
|
||||||
"extract_command": "tar -C backend --strip 1 -xf",
|
|
||||||
"exclude_files": ["bin/groestlcoin-qt"],
|
|
||||||
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -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/regtest/*.log",
|
|
||||||
"postinst_script_template": "",
|
|
||||||
"service_type": "forking",
|
|
||||||
"service_additional_params_template": "",
|
|
||||||
"protect_memory": true,
|
|
||||||
"mainnet": false,
|
|
||||||
"server_config_file": "bitcoin_regtest.conf",
|
|
||||||
"client_config_file": "bitcoin_client.conf",
|
|
||||||
"additional_params": {
|
|
||||||
"deprecatedrpc": "estimatefee",
|
|
||||||
"whitelist": "127.0.0.1"
|
|
||||||
},
|
},
|
||||||
"platforms": {
|
"ports": {
|
||||||
"arm64": {
|
"backend_rpc": 18046,
|
||||||
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-aarch64-linux-gnu.tar.gz",
|
"backend_message_queue": 48346,
|
||||||
"verification_source": "ca316c369728348406778c30b2b567bb2ede1ebcc87fb0305c0bed3dacae762b"
|
"blockbook_internal": 19046,
|
||||||
}
|
"blockbook_public": 19146
|
||||||
|
},
|
||||||
|
"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-groestlcoin-regtest",
|
||||||
|
"package_revision": "satoshilabs-1",
|
||||||
|
"system_user": "groestlcoin",
|
||||||
|
"version": "25.0",
|
||||||
|
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-x86_64-linux-gnu.tar.gz",
|
||||||
|
"verification_type": "sha256",
|
||||||
|
"verification_source": "bcca36b5a2f1e83a4fd9888bc0016d3f46f9ef01238dc23a8e03f2f4ac3b9707",
|
||||||
|
"extract_command": "tar -C backend --strip 1 -xf",
|
||||||
|
"exclude_files": ["bin/groestlcoin-qt"],
|
||||||
|
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -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/regtest/*.log",
|
||||||
|
"postinst_script_template": "",
|
||||||
|
"service_type": "forking",
|
||||||
|
"service_additional_params_template": "",
|
||||||
|
"mainnet": false,
|
||||||
|
"protect_memory": true,
|
||||||
|
"server_config_file": "bitcoin_regtest.conf",
|
||||||
|
"client_config_file": "bitcoin_client.conf",
|
||||||
|
"additional_params": {
|
||||||
|
"deprecatedrpc": "estimatefee"
|
||||||
|
},
|
||||||
|
"platforms": {
|
||||||
|
"arm64": {
|
||||||
|
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-aarch64-linux-gnu.tar.gz",
|
||||||
|
"verification_source": "d8776b405113b46d6be6e4921c5a5e62cbfaa5329087abbec14cc24d750f9c94"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"blockbook": {
|
||||||
|
"package_name": "blockbook-groestlcoin-regtest",
|
||||||
|
"system_user": "blockbook-groestlcoin",
|
||||||
|
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
||||||
|
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
||||||
|
"explorer_url": "",
|
||||||
|
"additional_params": "",
|
||||||
|
"block_chain": {
|
||||||
|
"parse": true,
|
||||||
|
"mempool_workers": 8,
|
||||||
|
"mempool_sub_workers": 2,
|
||||||
|
"block_addresses_to_keep": 300,
|
||||||
|
"xpub_magic": 70617039,
|
||||||
|
"xpub_magic_segwit_p2sh": 71979618,
|
||||||
|
"xpub_magic_segwit_native": 73342198,
|
||||||
|
"slip44": 1,
|
||||||
|
"additional_params": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"package_maintainer": "Groestlcoin Development Team",
|
||||||
|
"package_maintainer_email": "jackie@groestlcoin.org"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"blockbook": {
|
|
||||||
"package_name": "blockbook-groestlcoin-regtest",
|
|
||||||
"system_user": "blockbook-groestlcoin",
|
|
||||||
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
|
||||||
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
|
||||||
"explorer_url": "",
|
|
||||||
"additional_params": "",
|
|
||||||
"block_chain": {
|
|
||||||
"parse": true,
|
|
||||||
"mempool_workers": 8,
|
|
||||||
"mempool_sub_workers": 2,
|
|
||||||
"block_addresses_to_keep": 300,
|
|
||||||
"xpub_magic": 70617039,
|
|
||||||
"xpub_magic_segwit_p2sh": 71979618,
|
|
||||||
"xpub_magic_segwit_native": 73342198,
|
|
||||||
"slip44": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"meta": {
|
|
||||||
"package_maintainer": "Groestlcoin Development Team",
|
|
||||||
"package_maintainer_email": "jackie@groestlcoin.org"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,67 +1,73 @@
|
|||||||
{
|
{
|
||||||
"coin": {
|
"coin": {
|
||||||
"name": "Groestlcoin Signet",
|
"name": "Groestlcoin Signet",
|
||||||
"shortcut": "sGRS",
|
"shortcut": "sGRS",
|
||||||
"label": "Groestlcoin Signet",
|
"label": "Groestlcoin Signet",
|
||||||
"alias": "groestlcoin_signet"
|
"alias": "groestlcoin_signet"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"backend_rpc": 18047,
|
"backend_rpc": 18047,
|
||||||
"backend_message_queue": 48347,
|
"backend_message_queue": 48347,
|
||||||
"blockbook_internal": 19047,
|
"blockbook_internal": 19047,
|
||||||
"blockbook_public": 19147
|
"blockbook_public": 19147
|
||||||
},
|
},
|
||||||
"ipc": {
|
"ipc": {
|
||||||
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
|
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
|
||||||
"rpc_user": "rpc",
|
"rpc_user": "rpc",
|
||||||
"rpc_pass": "rpc",
|
"rpc_pass": "rpc",
|
||||||
"rpc_timeout": 25,
|
"rpc_timeout": 25,
|
||||||
"message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
|
"message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
|
||||||
},
|
},
|
||||||
"backend": {
|
"backend": {
|
||||||
"package_name": "backend-groestlcoin-signet",
|
"package_name": "backend-groestlcoin-signet",
|
||||||
"package_revision": "satoshilabs-1",
|
"package_revision": "satoshilabs-1",
|
||||||
"system_user": "groestlcoin",
|
"system_user": "groestlcoin",
|
||||||
"version": "24.0.1",
|
"version": "25.0",
|
||||||
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz",
|
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-x86_64-linux-gnu.tar.gz",
|
||||||
"verification_type": "sha256",
|
"verification_type": "sha256",
|
||||||
"verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b",
|
"verification_source": "bcca36b5a2f1e83a4fd9888bc0016d3f46f9ef01238dc23a8e03f2f4ac3b9707",
|
||||||
"extract_command": "tar -C backend --strip 1 -xf",
|
"extract_command": "tar -C backend --strip 1 -xf",
|
||||||
"exclude_files": ["bin/groestlcoin-qt"],
|
"exclude_files": ["bin/groestlcoin-qt"],
|
||||||
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
|
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -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/signet/*.log",
|
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/signet/*.log",
|
||||||
"postinst_script_template": "",
|
"postinst_script_template": "",
|
||||||
"service_type": "forking",
|
"service_type": "forking",
|
||||||
"service_additional_params_template": "",
|
"service_additional_params_template": "",
|
||||||
"protect_memory": true,
|
"protect_memory": true,
|
||||||
"mainnet": false,
|
"mainnet": false,
|
||||||
"server_config_file": "bitcoin-signet.conf",
|
"server_config_file": "bitcoin-signet.conf",
|
||||||
"client_config_file": "bitcoin_client.conf",
|
"client_config_file": "bitcoin_client.conf",
|
||||||
"additional_params": {
|
"additional_params": {
|
||||||
"deprecatedrpc": "estimatefee",
|
"deprecatedrpc": "estimatefee"
|
||||||
"whitelist": "127.0.0.1"
|
},
|
||||||
|
"platforms": {
|
||||||
|
"arm64": {
|
||||||
|
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-aarch64-linux-gnu.tar.gz",
|
||||||
|
"verification_source": "d8776b405113b46d6be6e4921c5a5e62cbfaa5329087abbec14cc24d750f9c94"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"blockbook": {
|
||||||
|
"package_name": "blockbook-groestlcoin-signet",
|
||||||
|
"system_user": "blockbook-groestlcoin",
|
||||||
|
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
||||||
|
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
||||||
|
"explorer_url": "",
|
||||||
|
"additional_params": "",
|
||||||
|
"block_chain": {
|
||||||
|
"parse": true,
|
||||||
|
"mempool_workers": 8,
|
||||||
|
"mempool_sub_workers": 2,
|
||||||
|
"block_addresses_to_keep": 300,
|
||||||
|
"xpub_magic": 70617039,
|
||||||
|
"xpub_magic_segwit_p2sh": 71979618,
|
||||||
|
"xpub_magic_segwit_native": 73342198,
|
||||||
|
"slip44": 1,
|
||||||
|
"additional_params": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"package_maintainer": "Groestlcoin Development Team",
|
||||||
|
"package_maintainer_email": "jackie@groestlcoin.org"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"blockbook": {
|
|
||||||
"package_name": "blockbook-groestlcoin-signet",
|
|
||||||
"system_user": "blockbook-groestlcoin",
|
|
||||||
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
|
||||||
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
|
||||||
"explorer_url": "",
|
|
||||||
"additional_params": "",
|
|
||||||
"block_chain": {
|
|
||||||
"parse": true,
|
|
||||||
"mempool_workers": 8,
|
|
||||||
"mempool_sub_workers": 2,
|
|
||||||
"block_addresses_to_keep": 300,
|
|
||||||
"xpub_magic": 70617039,
|
|
||||||
"xpub_magic_segwit_p2sh": 71979618,
|
|
||||||
"xpub_magic_segwit_native": 73342198,
|
|
||||||
"slip44": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"meta": {
|
|
||||||
"package_maintainer": "Groestlcoin Development Team",
|
|
||||||
"package_maintainer_email": "jackie@groestlcoin.org"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,67 +1,76 @@
|
|||||||
{
|
{
|
||||||
"coin": {
|
"coin": {
|
||||||
"name": "Groestlcoin Testnet",
|
"name": "Groestlcoin Testnet",
|
||||||
"shortcut": "tGRS",
|
"shortcut": "tGRS",
|
||||||
"label": "Groestlcoin Testnet",
|
"label": "Groestlcoin Testnet",
|
||||||
"alias": "groestlcoin_testnet"
|
"alias": "groestlcoin_testnet"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"backend_rpc": 18045,
|
"backend_rpc": 18045,
|
||||||
"backend_message_queue": 48345,
|
"backend_message_queue": 48345,
|
||||||
"blockbook_internal": 19045,
|
"blockbook_internal": 19045,
|
||||||
"blockbook_public": 19145
|
"blockbook_public": 19145
|
||||||
},
|
},
|
||||||
"ipc": {
|
"ipc": {
|
||||||
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
|
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
|
||||||
"rpc_user": "rpc",
|
"rpc_user": "rpc",
|
||||||
"rpc_pass": "rpc",
|
"rpc_pass": "rpc",
|
||||||
"rpc_timeout": 25,
|
"rpc_timeout": 25,
|
||||||
"message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
|
"message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
|
||||||
},
|
},
|
||||||
"backend": {
|
"backend": {
|
||||||
"package_name": "backend-groestlcoin-testnet",
|
"package_name": "backend-groestlcoin-testnet",
|
||||||
"package_revision": "satoshilabs-1",
|
"package_revision": "satoshilabs-1",
|
||||||
"system_user": "groestlcoin",
|
"system_user": "groestlcoin",
|
||||||
"version": "24.0.1",
|
"version": "25.0",
|
||||||
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz",
|
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-x86_64-linux-gnu.tar.gz",
|
||||||
"verification_type": "sha256",
|
"verification_type": "sha256",
|
||||||
"verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b",
|
"verification_source": "bcca36b5a2f1e83a4fd9888bc0016d3f46f9ef01238dc23a8e03f2f4ac3b9707",
|
||||||
"extract_command": "tar -C backend --strip 1 -xf",
|
"extract_command": "tar -C backend --strip 1 -xf",
|
||||||
"exclude_files": ["bin/groestlcoin-qt"],
|
"exclude_files": ["bin/groestlcoin-qt"],
|
||||||
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
|
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -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/testnet3/*.log",
|
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/testnet3/*.log",
|
||||||
"postinst_script_template": "",
|
"postinst_script_template": "",
|
||||||
"service_type": "forking",
|
"service_type": "forking",
|
||||||
"service_additional_params_template": "",
|
"service_additional_params_template": "",
|
||||||
"protect_memory": true,
|
"protect_memory": true,
|
||||||
"mainnet": false,
|
"mainnet": false,
|
||||||
"server_config_file": "bitcoin.conf",
|
"server_config_file": "bitcoin.conf",
|
||||||
"client_config_file": "bitcoin_client.conf",
|
"client_config_file": "bitcoin_client.conf",
|
||||||
"additional_params": {
|
"additional_params": {
|
||||||
"deprecatedrpc": "estimatefee",
|
"deprecatedrpc": "estimatefee"
|
||||||
"whitelist": "127.0.0.1"
|
},
|
||||||
|
"platforms": {
|
||||||
|
"arm64": {
|
||||||
|
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-aarch64-linux-gnu.tar.gz",
|
||||||
|
"verification_source": "d8776b405113b46d6be6e4921c5a5e62cbfaa5329087abbec14cc24d750f9c94"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"blockbook": {
|
||||||
|
"package_name": "blockbook-groestlcoin-testnet",
|
||||||
|
"system_user": "blockbook-groestlcoin",
|
||||||
|
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
||||||
|
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
||||||
|
"explorer_url": "",
|
||||||
|
"additional_params": "-enablesubnewtx -extendedindex",
|
||||||
|
"block_chain": {
|
||||||
|
"parse": true,
|
||||||
|
"mempool_workers": 8,
|
||||||
|
"mempool_sub_workers": 2,
|
||||||
|
"block_addresses_to_keep": 300,
|
||||||
|
"xpub_magic": 70617039,
|
||||||
|
"xpub_magic_segwit_p2sh": 71979618,
|
||||||
|
"xpub_magic_segwit_native": 73342198,
|
||||||
|
"slip44": 1,
|
||||||
|
"additional_params": {
|
||||||
|
"golomb_filter_p": 20,
|
||||||
|
"mempool_filter_scripts": "taproot"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"package_maintainer": "Groestlcoin Development Team",
|
||||||
|
"package_maintainer_email": "jackie@groestlcoin.org"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"blockbook": {
|
|
||||||
"package_name": "blockbook-groestlcoin-testnet",
|
|
||||||
"system_user": "blockbook-groestlcoin",
|
|
||||||
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
|
||||||
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
|
||||||
"explorer_url": "",
|
|
||||||
"additional_params": "",
|
|
||||||
"block_chain": {
|
|
||||||
"parse": true,
|
|
||||||
"mempool_workers": 8,
|
|
||||||
"mempool_sub_workers": 2,
|
|
||||||
"block_addresses_to_keep": 300,
|
|
||||||
"xpub_magic": 70617039,
|
|
||||||
"xpub_magic_segwit_p2sh": 71979618,
|
|
||||||
"xpub_magic_segwit_native": 73342198,
|
|
||||||
"slip44": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"meta": {
|
|
||||||
"package_maintainer": "Groestlcoin Development Team",
|
|
||||||
"package_maintainer_email": "jackie@groestlcoin.org"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user