8000 Releases · kmushi-coin/electrumx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: kmushi-coin/electrumx

1.10.0 KmushiCoin

17 Sep 22:20
Compare
Choose a tag to compare 4FD7

electrumx_kmushi.zip

build it with eg.: docker build -t electrumx .

run it with eg.:

docker run -d --net=host -v /home/electrumx/db/:/db -e DAEMON_URL="http://youruser:yourpass@localhost:8332" electrumx

for a proper clean shutdown, send TERM signal to the running container eg.: docker kill --signal="TERM" CONTAINER_ID

0