Matt Corallo
12 years ago
6 changed files with 37 additions and 27 deletions
@ -1,14 +0,0 @@ |
|||||||
#!/bin/sh |
|
||||||
|
|
||||||
set -e |
|
||||||
|
|
||||||
umask 077 |
|
||||||
|
|
||||||
basedir=~/.bitcoin |
|
||||||
cfgfile="$basedir/bitcoin.conf" |
|
||||||
|
|
||||||
[ -e "$basedir" ] || mkdir "$basedir" |
|
||||||
|
|
||||||
[ -e "$cfgfile" ] || perl -le 'print"rpcpassword=",map{(a..z,A..Z,0..9)[rand 62]}0..9' > "$cfgfile" |
|
||||||
|
|
||||||
exec /usr/lib/bitcoin/bitcoind "$@" |
|
@ -1,2 +1 @@ |
|||||||
debian/bin/bitcoind usr/bin |
src/bitcoind usr/bin |
||||||
src/bitcoind usr/lib/bitcoin |
|
||||||
|
Loading…
Reference in new issue