mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Added txindex=1 to all bitcoin.conf as some exercises need it
This commit is contained in:
parent
b35dd2f8c5
commit
c01fe1fc14
@ -296,6 +296,7 @@ cat >> ~user1/.bitcoin/bitcoin.conf << EOF
|
|||||||
server=1
|
server=1
|
||||||
dbcache=1536
|
dbcache=1536
|
||||||
par=1
|
par=1
|
||||||
|
txindex=1
|
||||||
blocksonly=1
|
blocksonly=1
|
||||||
maxuploadtarget=137
|
maxuploadtarget=137
|
||||||
maxconnections=16
|
maxconnections=16
|
||||||
@ -309,6 +310,7 @@ 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
|
||||||
@ -323,6 +325,7 @@ cat >> ~user1/.bitcoin/bitcoin.conf << EOF
|
|||||||
server=1
|
server=1
|
||||||
dbcache=1536
|
dbcache=1536
|
||||||
par=1
|
par=1
|
||||||
|
txindex=1
|
||||||
blocksonly=1
|
blocksonly=1
|
||||||
maxuploadtarget=137
|
maxuploadtarget=137
|
||||||
maxconnections=16
|
maxconnections=16
|
||||||
@ -337,6 +340,7 @@ 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