This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
electrum
mirror of
https://github.com/lukechilds/electrum.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
136
Commits
21
Branches
132
Tags
52 MiB
Python
98%
Shell
1.5%
Dockerfile
0.2%
NSIS
0.2%
Tree:
13265c922d
electrum
/
server
/
start
2 lines
75 B
Raw
Blame
History
#!/bin/bash
nohup /usr/bin/python -u server.py
&
>> /var/log/electrum.log
&
Reference in new issue