1BITCOIN-UTIL(1) User Commands BITCOIN-UTIL(1)
2
3
4
6 bitcoin-util - manual page for bitcoin-util v25.1.0
7
9 bitcoin-util [options] [commands] Do stuff
10
12 Bitcoin Core bitcoin-util utility version v25.1.0
13
15 -?
16
17 Print this help message and exit
18
19 -version
20
21 Print version and exit
22
23 Debugging/Testing options:
24
25 Chain selection options:
26
27 -chain=<chain>
28
29 Use the chain <chain> (default: main). Allowed values: main,
30 test, signet, regtest
31
32 -signet
33
34 Use the signet chain. Equivalent to -chain=signet. Note that the
35 network is defined by the -signetchallenge parameter
36
37 -signetchallenge
38
39 Blocks must satisfy the given script to be considered valid
40 (only for signet networks; defaults to the global default signet
41 test network challenge)
42
43 -signetseednode
44
45 Specify a seed node for the signet network, in the host‐
46 name[:port] format, e.g. sig.net:1234 (may be used multiple
47 times to specify multiple seed nodes; defaults to the global de‐
48 fault signet test network seed node(s))
49
50 -testnet
51
52 Use the test chain. Equivalent to -chain=test.
53
54 Commands:
55
56 grind
57
58 Perform proof of work on hex header string
59
61 Copyright (C) 2009-2023 The Bitcoin Core developers
62
63 Please contribute if you find Bitcoin Core useful. Visit <https://bit‐
64 coincore.org/> for further information about the software. The source
65 code is available from <https://github.com/bitcoin/bitcoin>.
66
67 This is experimental software. Distributed under the MIT software li‐
68 cense, see the accompanying file COPYING or <https://opensource.org/li‐
69 censes/MIT>
70
71
72
73bitcoin-util v25.1.0 October 2023 BITCOIN-UTIL(1)