diff --git a/Dockerfile b/Dockerfile index b7bdcbe..db55767 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,9 @@ RUN chmod +x /usr/local/bin/install.sh COPY miner /usr/local/bin/miner RUN chmod +x /usr/local/bin/miner +COPY miner_imports /usr/local/bin/miner_imports +RUN chmod -R +x /usr/local/bin/miner_imports + COPY *.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/*.sh COPY rpcauth.py /usr/local/bin/rpcauth.py diff --git a/miner b/miner index beb5a58..ec6df9e 100644 --- a/miner +++ b/miner @@ -2,7 +2,7 @@ # Copyright (c) 2020 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -# Modified for quick blocks and run in leaner docker container +# Modified for quick blocks and run in leaner docker container(By Easepay Inc 2024) # Standard library imports for path setup import argparse