Bitcoin Node / DONE
bitcoincore, bitcoind
Minimum server requirements:
Disk: At least 1 TB SSD (NVMe).
Processor: Minimum 6 cores.
Memory: 8 GB.
Software: It is necessary to have Docker installed.
Creating an environment:
Create a bitcoind data directory:
Create a bitcoind configuration:
bitcoind.conf
Create docker-compose.yml
docker-compose.yml
Running bitcoind in docker:
Opening the access port
Create a proxy from port
- localhost:8332 to port 8233 for bitcoind rpc
Opening a port for RPC: To access RPC, you must open port 8233 in the firewall settings for the IP address of the server from which the connection will originate.
Accesses
RPC: http://ip.host:8233/
Last updated