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
9107
Commits
21
Branches
132
Tags
52 MiB
Tree:
0438bbc2c2
electrum
/
lib
/
servers_regtest.json
9 lines
122 B
Raw
Normal View
History
add regtest support (#4242) * add regtest support * set default regtest ssl and tcp ports to 51002 and 51002 * regtest inherits parameters from testnet
7 years ago
{
"127.0.0.1"
:
{
"pruning"
:
"-"
,
"s"
:
"51002"
,
"t"
:
"51001"
,
"version"
:
"1.2"
}
}