mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Added notes to run the docker example on windows.
Set the log file to append. Set docker example config to listen on all interfaces. docker-compose is setup to bind the port only to localhost, on windows docker runs in a virtualbox instance and the swap client must listen on all interfaces to pass through the connection: host -> vbox -> docker -> swapserver
This commit is contained in:
34
doc/run.docker.example.txt
Normal file
34
doc/run.docker.example.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
Running on windows 10
|
||||
|
||||
Install the latest docker toolbox from:
|
||||
https://github.com/docker/toolbox/releases
|
||||
|
||||
Start docker through the desktop icon, it should open a terminal
|
||||
|
||||
Download basicswap
|
||||
https://github.com/tecnovert/basicswap/archive/master.zip
|
||||
|
||||
Extract it.
|
||||
|
||||
Navigate to the docker folder.
|
||||
|
||||
|
||||
If you have an existing litecoin chain, copy the contents of your datadir excluding litecoin.conf and any wallets to coindata/litecoin
|
||||
If your litecoin chain is pruned create a new wallet in the existing datadir to avoid having to resync the chain.
|
||||
|
||||
|
||||
Run the script: dockerbuild.bat
|
||||
|
||||
It should open a new terminal window and start building the container.
|
||||
|
||||
Once that completes run: dockerup.bat
|
||||
|
||||
In the terminal that opened for docker toolbox, find the line:
|
||||
docker is configured to use the default machine with IP 192.168.99.100
|
||||
|
||||
And open the ip address it displays at port 12700 in a browser:
|
||||
192.168.99.100:12700
|
||||
|
||||
Should show some html.
|
||||
|
||||
Now go to the view wallets page, and wait for all chains to completely sync.
|
||||
Reference in New Issue
Block a user