-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Run Electrum Daemon on Windows #5511
Comments
What exactly are you trying to do? Would running the daemon through WSL work for you? |
maybe python36 in 2019? but there are other factors checked win7x64, cmd as admin if try run daemon under windows (according to official manual)
after googled, ./run_electrum - old problem for windows but use simple fix - run it without start opt if would need, add -w [custom_path_to_wallet] if need close PS: |
Electrum daemon fully works in Windows? Daemon starts, but the json rpc api does not function. Am I wrong? |
I declare - Electrum daemon fully works in Windows! I am using it now!
json rpc api (after secfix 3.0.5)
ok, explain, step-by-step FAQ, how run Electrum in daemon mode with json rpc api under Windows. success tested on win7x64, run cmd/.bat as admin
rpchost not need, all works without it, but u can try 0.0.0.0 or 127.0.0.1
create _start-rpc_as_daemon.bat (if want not gui)
create _stop-rpc.bat (if u want correct close)
profit! hoho! |
I thought I'd check your prescription. tried telnet and VS2019 to read response headers and error description.win 7 х64 prof / electrum-3.3.8-portable.exemy conf
my bat start file
try for me - telnet
try it in my app .net core 2.2
if you remove the daemon key, the GUI opens correctly and the wallet is loaded. This proves that the file addresses are correct. deamon does not work in any of the options. |
@Telariust It worked.. Thank you.. |
To be honest, I did not check the performance -w key, but..
|
This works for me now (little changes from https://electrum.readthedocs.io/en/latest/cmdline.html):
Options "-w", "-D" or "--dir", "-v", "daemon -d" did not work at all... more details here: #8429 |
`-d` is not supported, due to missing os.fork related: #5511
Note that the daemon can be run:
I've added a better error message telling users to try without |
The text was updated successfully, but these errors were encountered: