Skip to content

Commit 9afbfb2

Browse files
committed
Update Linearize Script for Dobbscoin
1 parent 2921940 commit 9afbfb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/linearize/example-linearize.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ host=127.0.0.1
66
port=19984
77

88
# bootstrap.dat hashlist settings (linearize-hashes)
9-
max_height=313000
9+
max_height=318371
1010

1111
# bootstrap.dat input/output settings (linearize-data)
12-
netmagic=f9beb4d9
12+
netmagic=a0fb1783
1313
input=/home/example/.dobbscoin/blocks
1414
output_file=/home/example/Downloads/bootstrap.dat
1515
hashlist=hashlist.txt

contrib/linearize/linearize-data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def run(self):
291291
blkindex = get_block_hashes(settings)
292292
blkmap = mkblockmap(blkindex)
293293

294-
if not "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f" in blkmap:
294+
if not "6d2d7d525900712451b9697d0b5b2304ebae6efb349540da445bf575c0159969" in blkmap:
295295
print("not found")
296296
else:
297297
BlockDataCopier(settings, blkindex, blkmap).run()

0 commit comments

Comments
 (0)