Skip to content

Commit 8a4dcda

Browse files
committed
doc: Added default signet config for linearize script
1 parent 78f912c commit 8a4dcda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contrib/linearize/example-linearize.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ port=8332
1313
#regtest default
1414
#port=18443
1515

16+
#signet default
17+
#port=38332
18+
1619
# bootstrap.dat hashlist settings (linearize-hashes)
1720
max_height=313000
1821

@@ -33,6 +36,11 @@ input=/home/example/.bitcoin/blocks
3336
#genesis=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206
3437
#input=/home/example/.bitcoin/regtest/blocks
3538

39+
# signet
40+
#netmagic=0a03cf40
41+
#genesis=00000008819873e925422c1ff0f99f7cc9bbb232af63a077a480a3633bee1ef6
42+
#input=/home/example/.bitcoin/signet/blocks
43+
3644
# "output" option causes blockchain files to be written to the given location,
3745
# with "output_file" ignored. If not used, "output_file" is used instead.
3846
# output=/home/example/blockchain_directory

0 commit comments

Comments
 (0)