mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
txtindex=1 isn't compatible with pruned=1, removed
This commit is contained in:
parent
e2a32a9496
commit
636d630fd1
@ -310,7 +310,6 @@ cat >> ~user1/.bitcoin/bitcoin.conf << EOF
|
|||||||
server=1
|
server=1
|
||||||
dbcache=1536
|
dbcache=1536
|
||||||
par=1
|
par=1
|
||||||
txindex=1
|
|
||||||
blocksonly=1
|
blocksonly=1
|
||||||
prune=550
|
prune=550
|
||||||
maxuploadtarget=137
|
maxuploadtarget=137
|
||||||
@ -340,7 +339,6 @@ cat >> ~user1/.bitcoin/bitcoin.conf << EOF
|
|||||||
server=1
|
server=1
|
||||||
dbcache=1536
|
dbcache=1536
|
||||||
par=1
|
par=1
|
||||||
txindex=1
|
|
||||||
blocksonly=1
|
blocksonly=1
|
||||||
prune=550
|
prune=550
|
||||||
maxuploadtarget=137
|
maxuploadtarget=137
|
||||||
|
Loading…
x
Reference in New Issue
Block a user