Enable subscription to all mempool txs for Bitcoin

This commit is contained in:
Martin Boehm 2023-02-04 23:13:53 +01:00
parent a83d073498
commit 425c8a5d12
2 changed files with 3 additions and 5 deletions

View File

@ -53,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": "-dbcache=1073741824", "additional_params": "-dbcache=1073741824 -enablesubnewtx",
"block_chain": { "block_chain": {
"parse": true, "parse": true,
"mempool_workers": 8, "mempool_workers": 8,

View File

@ -27,9 +27,7 @@
"verification_type": "sha256", "verification_type": "sha256",
"verification_source": "49df6e444515d457ea0b885d66f521f2a26ca92ccf73d5296082e633544253bf", "verification_source": "49df6e444515d457ea0b885d66f521f2a26ca92ccf73d5296082e633544253bf",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [ "exclude_files": ["bin/bitcoin-qt"],
"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", "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/testnet3/*.log", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/testnet3/*.log",
"postinst_script_template": "", "postinst_script_template": "",
@ -55,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",
"block_chain": { "block_chain": {
"parse": true, "parse": true,
"mempool_workers": 8, "mempool_workers": 8,