mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Added recommended dbcache size of 1536 for 2GB Linode
This commit is contained in:
parent
fc2ce7aeb4
commit
06d9df687b
@ -107,7 +107,7 @@ rm bitcoin-0.13.2-x86_64-linux-gnu.tar.gz
|
|||||||
rm -rf bitcoin-0.13.2/
|
rm -rf bitcoin-0.13.2/
|
||||||
|
|
||||||
mkdir ~/.bitcoin
|
mkdir ~/.bitcoin
|
||||||
echo -e "server=1\npar=1\nblocksonly=1\nprune=550\nmaxuploadtarget=137\nmaxconnections=16\nrpcuser=bitcoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > ~/.bitcoin/bitcoin.conf
|
echo -e "server=1\ndbcache=1536\npar=1\nblocksonly=1\nprune=550\nmaxuploadtarget=137\nmaxconnections=16\nrpcuser=bitcoinrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > ~/.bitcoin/bitcoin.conf
|
||||||
chmod 600 ~/.bitcoin/bitcoin.conf
|
chmod 600 ~/.bitcoin/bitcoin.conf
|
||||||
more ~/.bitcoin/bitcoin.conf
|
more ~/.bitcoin/bitcoin.conf
|
||||||
|
|
||||||
@ -159,6 +159,3 @@ Videos
|
|||||||
- Bitcoin JSON-RPC Tutorial 3 - bitcoin.conf https://www.youtube.com/watch?v=W54aRszkEOI&t=65s
|
- Bitcoin JSON-RPC Tutorial 3 - bitcoin.conf https://www.youtube.com/watch?v=W54aRszkEOI&t=65s
|
||||||
- Bitcoin JSON-RPC Tutorial 4 - Command Line Interface https://www.youtube.com/watch?v=vmdYD7vutTI
|
- Bitcoin JSON-RPC Tutorial 4 - Command Line Interface https://www.youtube.com/watch?v=vmdYD7vutTI
|
||||||
- Bitcoin JSON-RPC Tutorial 5 - Your First Calls https://www.youtube.com/watch?v=ARL_PvDEBtU
|
- Bitcoin JSON-RPC Tutorial 5 - Your First Calls https://www.youtube.com/watch?v=ARL_PvDEBtU
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user