Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chiguireitor
addrindexrs
Commits
3fa41b38
Commit
3fa41b38
authored
Nov 06, 2019
by
kenshin-samourai
Browse files
remove local electrum script
parent
c0959277
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
scripts/local-electrum.bash
scripts/local-electrum.bash
+0
-9
No files found.
scripts/local-electrum.bash
deleted
100755 → 0
View file @
c0959277
#!/bin/bash
set
-eux
ADDR
=
127.0.0.1
# localhost
PORT
=
50001
# default mainnet Electrum RPC port
PROTOCOL
=
t
# TCP (no SSL)
# Use only local Electrum server:
electrum
--oneserver
--server
=
"
$ADDR
:
$PORT
:
$PROTOCOL
"
$*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment