update for dragonx binary changes, added monitor script
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,7 +1,8 @@
|
||||
# Copyright (c) 2021 Jahway603 & The Hush Developers
|
||||
# Copyright (c) 2024-2026 The DragonX Developers
|
||||
# Released under the GPLv3
|
||||
#
|
||||
# Hush Lightwalletd Makefile
|
||||
# DragonX Lightwalletd Makefile
|
||||
# author: jahway603
|
||||
#
|
||||
PROJECT_NAME := "lightwalletd"
|
||||
@@ -19,9 +20,9 @@ build-arm:
|
||||
# Build binary for ARM architecture (aarch64)
|
||||
./util/build_arm.sh
|
||||
|
||||
# Stop the hushd process in the hushdlwd container
|
||||
#docker_img_stop_hushd:
|
||||
# docker exec -i hushdlwd hush-cli stop
|
||||
# Stop the dragonxd process in the container
|
||||
#docker_img_stop_dragonxd:
|
||||
# docker exec -i dragonxdlwd dragonx-cli stop
|
||||
|
||||
# Remove and delete ALL images and containers in Docker; assumes containers are stopped
|
||||
#docker_remove_all:
|
||||
|
||||
Reference in New Issue
Block a user