Bitcoin Forum
April 23, 2024, 07:16:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 »  All
  Print  
Author Topic: Electrum server discussion thread  (Read 61409 times)
dan91
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
December 31, 2015, 03:49:58 PM
 #341

Did you specify that IP address in the config file? Did you try just using 0.0.0.0 and see if it would bind then?
1713856619
Hero Member
*
Offline Offline

Posts: 1713856619

View Profile Personal Message (Offline)

Ignore
1713856619
Reply with quote  #2

1713856619
Report to moderator
1713856619
Hero Member
*
Offline Offline

Posts: 1713856619

View Profile Personal Message (Offline)

Ignore
1713856619
Reply with quote  #2

1713856619
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713856619
Hero Member
*
Offline Offline

Posts: 1713856619

View Profile Personal Message (Offline)

Ignore
1713856619
Reply with quote  #2

1713856619
Report to moderator
1713856619
Hero Member
*
Offline Offline

Posts: 1713856619

View Profile Personal Message (Offline)

Ignore
1713856619
Reply with quote  #2

1713856619
Report to moderator
1713856619
Hero Member
*
Offline Offline

Posts: 1713856619

View Profile Personal Message (Offline)

Ignore
1713856619
Reply with quote  #2

1713856619
Report to moderator
torusJKL
Hero Member
*****
Offline Offline

Activity: 619
Merit: 500


View Profile
December 31, 2015, 04:47:06 PM
 #342

Did you specify that IP address in the config file? Did you try just using 0.0.0.0 and see if it would bind then?

I defined host = with the  FQDN and it took the IP from this information.
If I use localhost then I don't have any error but from what I understand than none can connect.

If you find my post useful send some Bitcoin: 167XM1Za8aG9CdbYuHFMpL2kvPsw6uC8da
Bitrated || bitcoin-otc || Moon Bitcoin Faucet
dan91
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
December 31, 2015, 05:28:37 PM
 #343

try using

host = 0.0.0.0
torusJKL
Hero Member
*****
Offline Offline

Activity: 619
Merit: 500


View Profile
January 01, 2016, 05:45:12 PM
 #344

try using

host = 0.0.0.0

Well that gives no error but now it won't be available from the outside, right? :-(

If you find my post useful send some Bitcoin: 167XM1Za8aG9CdbYuHFMpL2kvPsw6uC8da
Bitrated || bitcoin-otc || Moon Bitcoin Faucet
dan91
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
January 01, 2016, 05:52:18 PM
 #345

Yeh it will 0.0.0.0 means bind to all address' that are available.
torusJKL
Hero Member
*****
Offline Offline

Activity: 619
Merit: 500


View Profile
January 01, 2016, 06:17:39 PM
Last edit: January 01, 2016, 07:27:29 PM by torusJKL
 #346

It now works.
I had to set
Code:
host = 0.0.0.0
report_host=fqdn
Thanks to dan91 and hsmiths on #electrum


A new electrum server node says hello world!

hostname: e1.ueo.ch
network: IPv4
ports: 50001
prune: 10000
location: Germany


I will add more ports in the near future.

If you find my post useful send some Bitcoin: 167XM1Za8aG9CdbYuHFMpL2kvPsw6uC8da
Bitrated || bitcoin-otc || Moon Bitcoin Faucet
Selavi
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 21, 2016, 09:30:52 AM
 #347

Public SSL Cert Bug?

To experiment with some inspiration from this thread, I got a public SSL cert from Let's Encrypt and I hit a slight glitch. The client wouldn't sync after switching to the public cert, and deleting the cached cert fixed it. I've since reverted back to self-signed to prevent collateral damage until this issue is hashed out.

I haven't spent much time debugging as it's late for me, and a quick skim through the code doesn't get me anything. So far I've found that only Electrum 2.0+ is supported in the server setup guide.

Thoughts?
shsmith
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile
January 30, 2016, 02:16:13 AM
Last edit: February 05, 2016, 11:32:51 PM by shsmith
 #348

Quote
Public SSL Cert Bug?
There is currently no way to replace a self-signed certificate because it is pinned by all the clients who ever connected.

To go to a CA-signed certificate you need to also change your DNS name so that your server will have a new identity.

About a day ago I did this with one of my electrum servers, and though it is taking connections, the traffic is much lower than it used to be. This is partly because Electrum clients prior to 2.0 cannot connect at all with a CA-signed certificate, but mostly because it takes a while for everyone to discover the new server.

BTW, I got my cert from StartSSL and to make it work I had to append the intermediate CA bundle to the end of my .crt file.
molecular
Donator
Legendary
*
Offline Offline

Activity: 2772
Merit: 1019



View Profile
January 31, 2016, 08:46:14 AM
 #349

BTW, I got my cert from StartSSL and to make it work I had to append the intermediate CA bundle to the end of my .crt file.

Just as a side-note: I used to use StartSSL, too. But compared to the new letsencrypt it's a lot of hassle and seems complicated in comparison.

PGP key molecular F9B70769 fingerprint 9CDD C0D3 20F8 279F 6BE0  3F39 FC49 2362 F9B7 0769
Deth
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
February 04, 2016, 01:06:23 PM
 #350

Are there any news about server re-write, with faster block processing?

dan91
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
February 04, 2016, 04:44:55 PM
 #351

Are there any news about server re-write, with faster block processing?

Been a couple of pull requests that have gone through from JAuthor that have increased the speed a little bit.
shsmith
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile
February 05, 2016, 11:25:30 PM
 #352

Just as a side-note: I used to use StartSSL, too. But compared to the new letsencrypt it's a lot of hassle and seems complicated in comparison.
Please explain how you used letsencrypt with electrum-server.
shsmith
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile
February 05, 2016, 11:28:05 PM
 #353

Are there any news about server re-write, with faster block processing?
Fireduck re-wrote electrum-server in Java and it processes blocks much faster than the original Python version.
See https://bitcointalk.org/index.php?topic=726338.0
molecular
Donator
Legendary
*
Offline Offline

Activity: 2772
Merit: 1019



View Profile
February 10, 2016, 04:33:02 PM
 #354

Are there any news about server re-write, with faster block processing?
Fireduck re-wrote electrum-server in Java and it processes blocks much faster than the original Python version.
See https://bitcointalk.org/index.php?topic=726338.0

thanks for the info/link... might come in handy.

PGP key molecular F9B70769 fingerprint 9CDD C0D3 20F8 279F 6BE0  3F39 FC49 2362 F9B7 0769
GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
March 22, 2016, 05:11:12 PM
 #355

The fact that there are less than 50 servers scares me quite a bit.
What happens if all the Electrum servers go offline?

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
tnkflx
Sr. Member
****
Offline Offline

Activity: 349
Merit: 250


View Profile
March 22, 2016, 05:36:54 PM
 #356

The fact that there are less than 50 servers scares me quite a bit.
What happens if all the Electrum servers go offline?

If all 50 servers disappear, you can still set up your own Smiley

| Operating electrum.be & us.electrum.be |
GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
March 22, 2016, 05:49:37 PM
 #357

The fact that there are less than 50 servers scares me quite a bit.
What happens if all the Electrum servers go offline?

If all 50 servers disappear, you can still set up your own Smiley

And with that one I can then send my BTC to a non-light wallet, by making a last transfer from Electrum to another BTC address, right?

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
tnkflx
Sr. Member
****
Offline Offline

Activity: 349
Merit: 250


View Profile
March 22, 2016, 05:57:58 PM
 #358

The fact that there are less than 50 servers scares me quite a bit.
What happens if all the Electrum servers go offline?

If all 50 servers disappear, you can still set up your own Smiley

And with that one I can then send my BTC to a non-light wallet, by making a last transfer from Electrum to another BTC address, right?
Indeed.

| Operating electrum.be & us.electrum.be |
GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
March 22, 2016, 06:47:34 PM
 #359

The fact that there are less than 50 servers scares me quite a bit.
What happens if all the Electrum servers go offline?

If all 50 servers disappear, you can still set up your own Smiley

And with that one I can then send my BTC to a non-light wallet, by making a last transfer from Electrum to another BTC address, right?
Indeed.

OK, thank you Smiley
However, aren't 50 server a bit few?
I mean, I didn't have performance problems up to now, but in the future?

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
sdp
Sr. Member
****
Offline Offline

Activity: 469
Merit: 280



View Profile WWW
March 22, 2016, 07:13:14 PM
 #360

If you want a network that will pay the w nodes rather than only the miners.   Then you have dash.   Otherwise we can fork the client source code to pay to the electrum server as well as the miner fee.  Only people who are both savvy enough to use github and who care about the electrum server count enough would ever use such a client though.  There are other light clients out there that don't use electrum servers.   These clients have to do more work.

I am concerned about transactions with 0.1mBTC for a transaction not getting through.  If the user must add another 0.1mBTC, the users might decide to go with some other light client.   

sdp

Coinsbank: Left money in their costodial wallet for my signature.  Then they kept the money.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!