You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
453 B
29 lines
453 B
[server]
|
|
host = localhost
|
|
port = 50000
|
|
password = secret
|
|
banner = Welcome to Electrum!
|
|
irc = yes
|
|
ircname = public Electrum server
|
|
cache = no
|
|
|
|
[database]
|
|
type = MySQLdb
|
|
database = electrum
|
|
username = electrum
|
|
password = secret
|
|
#
|
|
# [database]
|
|
# type = psycopg2
|
|
# database = electrum
|
|
#
|
|
# [database]
|
|
# type = sqlite3
|
|
# database = electrum.sqlite
|
|
|
|
[bitcoind]
|
|
host = localhost
|
|
port = 8332
|
|
# user and password from bitcoin.conf
|
|
user = user
|
|
password = password
|
|
|