Update BTC Config

This commit is contained in:
Taylor Helsper 2019-07-14 21:54:19 -05:00
parent 447954ac9b
commit de39b906a1
3 changed files with 6 additions and 6 deletions

View File

@ -45,16 +45,16 @@ Each myNode device comes with a number of wonderful features:
## Suported Devices
We currently support images for the following devices:
- Raspberry Pi 3B+
- Raspberry Pi 4B+
- Raspberry Pi 3
- Raspberry Pi 4
- Rock64
## Running myNode
You can run myNode on your own device in just a few easy steps!
1. Download an Image
* Raspberry Pi 3B+ | http://mynodebtc.com/device/base_images/raspi3_final.img.gz
* Raspberry Pi 4B+ | http://mynodebtc.com/device/base_images/raspi4_final.img.gz
* Raspberry Pi 3 | http://mynodebtc.com/device/base_images/raspi3_final.img.gz
* Raspberry Pi 4 | http://mynodebtc.com/device/base_images/raspi4_final.img.gz
* Rock64 | http://mynodebtc.com/device/base_images/rock64_final.img.gz
2. Flash Image onto SD Card
* Download Etcher | https://www.balena.io/etcher/

View File

@ -20,7 +20,7 @@ zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333
# myNode Optimizations
dbcache=400
dbcache=500
maxorphantx=10
maxmempool=200
maxconnections=40

View File

@ -20,7 +20,7 @@ zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333
# myNode Optimizations
dbcache=400
dbcache=500
maxorphantx=10
maxmempool=200
maxconnections=40