Removed rocksdb
All checks were successful
Build / build (push) Successful in 3m30s

This commit is contained in:
2024-09-17 21:55:15 -04:00
parent ee2e72c517
commit 38b9bcb245

View File

@@ -7,9 +7,9 @@ WORKDIR /
RUN apt-get update
RUN apt-get -y install git python3.10 python3-pip librocksdb-dev libsnappy-dev libbz2-dev libz-dev liblz4-dev
RUN apt-get -y install git python3.10 python3-pip libsnappy-dev libbz2-dev libz-dev liblz4-dev
RUN pip3 install multidict aiohttp pylru python-rocksdb ujson
RUN pip3 install multidict aiohttp pylru ujson
RUN git clone -b $VERSION https://github.com/spesmilo/electrumx.git
@@ -20,7 +20,7 @@ ENV COIN=BitcoinSV
ENV DB_DIRECTORY=/db
ENV DAEMON_URL="http://username:password@hostname:port/"
ENV ALLOW_ROOT=true
ENV DB_ENGINE=rocksdb
ENV DB_ENGINE=leveldb
ENV MAX_SEND=10000000
ENV BANDWIDTH_UNIT_COST=50000
ENV CACHE_MB=2000