electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 496e1769503047a637af353a8b2648d5e74aec66
parent 52d8ed16dea1336c3d7b8590408e7b377a8dfe78
Author: ThomasV <thomasv@gitorious>
Date:   Wed, 23 Nov 2011 13:50:04 +0300

start and stop

Diffstat:
Aserver/start | 2++
Aserver/stop | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/server/start b/server/start @@ -0,0 +1,2 @@ +#!/bin/bash +nohup /usr/bin/python -u server.py &>> /var/log/electrum.log & diff --git a/server/stop b/server/stop @@ -0,0 +1,2 @@ +#!/bin/bash +/usr/bin/python server.py stop