Added txindex=1 to all bitcoin.conf as some exercises need it

This commit is contained in:
FIRSTNAME LASTNAME 2017-02-06 17:40:51 -08:00
parent b35dd2f8c5
commit c01fe1fc14
No known key found for this signature in database
GPG Key ID: F8D36C91357405ED

View File

@ -296,6 +296,7 @@ cat >> ~user1/.bitcoin/bitcoin.conf << EOF
server=1
dbcache=1536
par=1
txindex=1
blocksonly=1
maxuploadtarget=137
maxconnections=16
@ -309,6 +310,7 @@ cat >> ~user1/.bitcoin/bitcoin.conf << EOF
server=1
dbcache=1536
par=1
txindex=1
blocksonly=1
prune=550
maxuploadtarget=137
@ -323,6 +325,7 @@ cat >> ~user1/.bitcoin/bitcoin.conf << EOF
server=1
dbcache=1536
par=1
txindex=1
blocksonly=1
maxuploadtarget=137
maxconnections=16
@ -337,6 +340,7 @@ cat >> ~user1/.bitcoin/bitcoin.conf << EOF
server=1
dbcache=1536
par=1
txindex=1
blocksonly=1
prune=550
maxuploadtarget=137