Skip to content

containerized evrmored + electrumx with startup command so its easy to run an evrmore node

License

Notifications You must be signed in to change notification settings

moontreeapp/EvrmoreNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvrmoreNode

containerized evrmored + electrumx with startup command so its easy to run an evrmore node

download with:

docker pull magicdapps/evrmorenode:latest .

build with:

docker build -t magicdapps/evrmorenode:latest .

run with:

note: make sure you replace the -v locations with a folder on your machine

mkdir %APPDATA%/EvrmoreNode
mkdir %APPDATA%/EvrmoreNode/evrmore
mkdir %APPDATA%/EvrmoreNode/electrumx

command: (sebawilq/evrx:latest)

docker run -d --name EvrmoreNode \
  -p 8819:8819 \
  -p 50001:50001 \
  -p 50002:50002 \
  -p 50004:50004 \
  -p 8000:8000 \
  -v %APPDATA%\\EvrmoreNode\\evrmore:/home/evr/.evrmore \
  -v %APPDATA%\\EvrmoreNode\\electrumx:/home/evr/electrumx \
  magicdapps/evrmorenode:latest

docker run -d --name EvrmoreNode -p 8819:8819 -p 50001:50001 -p 50002:50002 -p 50004:50004 -p 8000:8000 -v C:\\repos\\Moontree\\EvrmoreNode\\EvrmoreNode\\evrmore:/home/evr/.evrmore -v C:\\repos\\Moontree\\EvrmoreNode\\EvrmoreNode\\electrumx:/home/evr/electrumx magicdapps/evrmorenode:latest

About

containerized evrmored + electrumx with startup command so its easy to run an evrmore node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published