Bitcoin Forum

Bitcoin => Electrum => Topic started by: bitcreditscc on July 08, 2015, 06:27:11 AM



Title: Help getting Electrum Server running
Post by: bitcreditscc on July 08, 2015, 06:27:11 AM
I ported Electrum server to my coin, but everytime i try to start the server it does not run.

terminal output

Code:
bitcredit@localhost:~$ electrum-server start
Starting server as daemon
bitcredit@localhost:~$ nohup: redirecting stderr to stdout
electrum-server status
Server not running
bitcredit@localhost:~$


LOG:-   /var/log/electrum.log

Code:
[05/07/2015-21:35:16] Starting Electrum server on 198.52.160.59
[05/07/2015-21:55:52] Starting Electrum server on 198.52.160.59
[06/07/2015-09:59:47] Starting Electrum server on 198.52.160.59
[06/07/2015-10:04:26] Starting Electrum server on 198.52.160.59
[08/07/2015-06:16:17] Starting Electrum server on 198.52.160.59
[08/07/2015-06:17:41] Starting Electrum server on 198.52.160.59

my config file

Code:
[server]
# username for running the daemon
username = bitcredit
# hostname. set it to a FQDN in order to be reached from outside
host = 198.52.160.59
# ports
electrum_rpc_port = 8879
stratum_tcp_port = 70001
#stratum_tcp_ssl_port = 50002
#report_host =
#report_stratum_tcp_port = 50001
#report_stratum_tcp_ssl_port = 50002
banner = Welcome to Electrum!
banner_file = /etc/electrum.banner
irc = yes
irc_nick = bcr
#ssl_certfile = /path/to/electrum-server.crt
#ssl_keyfile = /path/to/electrum-server.key
logfile = /var/log/electrum.log
donation_address =6AcFVN4sqpiFsxmiUreaA6WnrWL94hsZsJ

[leveldb]
# path to your database
path = /var/electrum-server
# for each address, history will be pruned if it is longer than this limit
pruning_limit = 10000

[bitcreditd]
bitcreditd_host = localhost
bitcreditd_port = 8878
# user and password from bitcredit.conf
bitcreditd_user = xxxxxxxxxx
bitcreditd_password = xxxxxxxx


Link:- https://github.com/bitcreditscc/electrum-server (https://github.com/bitcreditscc/electrum-server)


Title: Re: Help getting Electrum Server running
Post by: tnkflx on July 09, 2015, 01:18:48 AM
There is absolutely no support for Electrum altcoins...


Title: Re: Help getting Electrum Server running
Post by: bitcreditscc on July 09, 2015, 02:33:01 PM
There is absolutely no support for Electrum altcoins...

Is this policy or just how it is? I know a few coins have done it.