Pages:
Author

Topic: Electrum server discussion thread - page 6. (Read 61487 times)

sr. member
Activity: 278
Merit: 254
September 01, 2015, 09:15:15 PM
The September Bitcoin test/demonstration/spam attack/DDoS attack has begun.  Now is the time for all Electrum Server operators to check how their node is standing up, including looking at the processor loading used by Electrum and Bitcoind.

legendary
Activity: 2912
Merit: 1309
August 11, 2015, 03:59:06 AM
First time I built the db I thought it was hung a couple of time, too. But it really wasn't, just taking very long.

I ended up using a db download.


I built a DB (1000 limit) from scratch back in April - it took 5 weeks  Roll Eyes

Much better to DL one  Grin
2 days and I'm at block 170k
Everytime I download it fails the md5 check.

The first 170K is fine - the next 200K will take forever  Grin

yes.. i noticed by myself.
even on a 30 GB Ramdisk and fast CPU..

What is the main point which takes that long?
Request from bitcoind? generate the DB?..
sr. member
Activity: 349
Merit: 250
August 05, 2015, 11:26:32 AM
Hi,

I have just finished Electrum LTC server up and running, but I have" small" issue left.

All working fine when I connected to Electrum client from localhost.
But I like to get work also as public server.

The problem is that, TCP and SSL sockets could not open...I don't know why.

[05/08/2015-15:36:26] Blockchain height 828417
[05/08/2015-15:36:26] UTXO tree root hash: dd4cdb5b61e1d92b50b745b3d758b62c98bb2fc9b28925033cb6c8c0667aa8ca
[05/08/2015-15:36:26] Coins in database: 4141945190326061
[05/08/2015-15:36:26] could not open TCP socket on zz.xx.cc.vv:50001
[05/08/2015-15:36:26] could not open SSL socket on zz.xx.cc.vv.:50002
[05/08/2015-15:36:26] Blockchain is up to date.
[05/08/2015-15:36:26] Memory pool initialized.
[05/08/2015-15:36:26] blockchain: 828418 (0.005s)
[05/08/2015-15:36:26] litecoind is responding
[05/08/2015-15:36:27] joining IRC

IRC connect is OK.
"electrum-ltc-server peers" -command prints my nick name correctly.
Port forwarding has done to these two ports (50001 and 50002) and iptables should be ok. Also ports 50001 and 50002 are open.

Could someone help me with this issue?

Thank you!

Problem solved.
Configuration problem on /etc/electrum-ltc.conf -file.

Should be:
"host = 192.168.1.33"
not FQDN address.


Also, there's no support whatsoever for Electrum and altcoins here...
newbie
Activity: 3
Merit: 0
August 05, 2015, 10:10:42 AM
Hi,

I have just finished Electrum LTC server up and running, but I have" small" issue left.

All working fine when I connected to Electrum client from localhost.
But I like to get work also as public server.

The problem is that, TCP and SSL sockets could not open...I don't know why.

[05/08/2015-15:36:26] Blockchain height 828417
[05/08/2015-15:36:26] UTXO tree root hash: dd4cdb5b61e1d92b50b745b3d758b62c98bb2fc9b28925033cb6c8c0667aa8ca
[05/08/2015-15:36:26] Coins in database: 4141945190326061
[05/08/2015-15:36:26] could not open TCP socket on zz.xx.cc.vv:50001
[05/08/2015-15:36:26] could not open SSL socket on zz.xx.cc.vv.:50002
[05/08/2015-15:36:26] Blockchain is up to date.
[05/08/2015-15:36:26] Memory pool initialized.
[05/08/2015-15:36:26] blockchain: 828418 (0.005s)
[05/08/2015-15:36:26] litecoind is responding
[05/08/2015-15:36:27] joining IRC

IRC connect is OK.
"electrum-ltc-server peers" -command prints my nick name correctly.
Port forwarding has done to these two ports (50001 and 50002) and iptables should be ok. Also ports 50001 and 50002 are open.

Could someone help me with this issue?

Thank you!

Problem solved.
Configuration problem on /etc/electrum-ltc.conf -file.

Should be:
"host = 192.168.1.33"
not FQDN address.
newbie
Activity: 3
Merit: 0
August 05, 2015, 07:54:23 AM
Hi,

I have just finished Electrum LTC server up and running, but I have" small" issue left.

All working fine when I connected to Electrum client from localhost.
But I like to get work also as public server.

The problem is that, TCP and SSL sockets could not open...I don't know why.

[05/08/2015-15:36:26] Blockchain height 828417
[05/08/2015-15:36:26] UTXO tree root hash: dd4cdb5b61e1d92b50b745b3d758b62c98bb2fc9b28925033cb6c8c0667aa8ca
[05/08/2015-15:36:26] Coins in database: 4141945190326061
[05/08/2015-15:36:26] could not open TCP socket on zz.xx.cc.vv:50001
[05/08/2015-15:36:26] could not open SSL socket on zz.xx.cc.vv.:50002
[05/08/2015-15:36:26] Blockchain is up to date.
[05/08/2015-15:36:26] Memory pool initialized.
[05/08/2015-15:36:26] blockchain: 828418 (0.005s)
[05/08/2015-15:36:26] litecoind is responding
[05/08/2015-15:36:27] joining IRC

IRC connect is OK.
"electrum-ltc-server peers" -command prints my nick name correctly.
Port forwarding has done to these two ports (50001 and 50002) and iptables should be ok. Also ports 50001 and 50002 are open.

Could someone help me with this issue?

Thank you!
legendary
Activity: 1666
Merit: 1000
July 28, 2015, 06:45:41 PM
First time I built the db I thought it was hung a couple of time, too. But it really wasn't, just taking very long.

I ended up using a db download.


I built a DB (1000 limit) from scratch back in April - it took 5 weeks  Roll Eyes

Much better to DL one  Grin
2 days and I'm at block 170k
Everytime I download it fails the md5 check.

The first 170K is fine - the next 200K will take forever  Grin
sr. member
Activity: 287
Merit: 250
July 28, 2015, 02:19:18 PM
First time I built the db I thought it was hung a couple of time, too. But it really wasn't, just taking very long.

I ended up using a db download.


I built a DB (1000 limit) from scratch back in April - it took 5 weeks  Roll Eyes

Much better to DL one  Grin
2 days and I'm at block 170k
Everytime I download it fails the md5 check.
legendary
Activity: 1666
Merit: 1000
July 27, 2015, 06:10:21 PM
First time I built the db I thought it was hung a couple of time, too. But it really wasn't, just taking very long.

I ended up using a db download.


I built a DB (1000 limit) from scratch back in April - it took 5 weeks  Roll Eyes

Much better to DL one  Grin
donator
Activity: 2772
Merit: 1019
July 27, 2015, 12:27:02 AM
So now I'm in the process of rebuilding the server's db because apparently mine was incorrect, it was giving the wrong hash.

But the server hangs during block import every few blocks and I have to kill and restart it.

Are you sure it hangs? Can you look at cpu and io load during the "hang"?

First time I built the db I thought it was hung a couple of time, too. But it really wasn't, just taking very long.

I ended up using a db download.
sr. member
Activity: 287
Merit: 250
July 26, 2015, 10:51:05 PM
So now I'm in the process of rebuilding the server's db because apparently mine was incorrect, it was giving the wrong hash.

But the server hangs during block import every few blocks and I have to kill and restart it.
legendary
Activity: 1666
Merit: 1000
July 23, 2015, 06:03:29 AM
I believe I am correctly running a public Electrum node at btc.mustyoshi.com:50001

You server doesn't seem to be connected on IRC... So no, you're not correctly running a public Electrum node Smiley
How do I fix that? I thought I had the config file setup right.
EDIT: So apparently report_host can't be the same as host.

host is the IP of the server
report_host is the FQDN of the server
sr. member
Activity: 287
Merit: 250
July 22, 2015, 11:29:58 PM
I believe I am correctly running a public Electrum node at btc.mustyoshi.com:50001

You server doesn't seem to be connected on IRC... So no, you're not correctly running a public Electrum node Smiley
How do I fix that? I thought I had the config file setup right.
EDIT: So apparently report_host can't be the same as host.
sr. member
Activity: 349
Merit: 250
July 22, 2015, 10:33:59 AM
I believe I am correctly running a public Electrum node at btc.mustyoshi.com:50001

You server doesn't seem to be connected on IRC... So no, you're not correctly running a public Electrum node Smiley
sr. member
Activity: 287
Merit: 250
July 22, 2015, 09:26:43 AM
I believe I am correctly running a public Electrum node at btc.mustyoshi.com:50001
legendary
Activity: 1666
Merit: 1000
July 10, 2015, 05:54:52 AM
It looks like the leveldb dumps are not updated in the foundry:
http://foundry.electrum.org/leveldb-dump/?C=M;O=D

Last dump is from July 8.


It used to be daily...

I update the 1000 limit weekly (on Saturday).
legendary
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
July 10, 2015, 01:56:11 AM
Mostly it is done once a week
newbie
Activity: 4
Merit: 0
July 10, 2015, 12:23:15 AM
It looks like the leveldb dumps are not updated in the foundry:
http://foundry.electrum.org/leveldb-dump/?C=M;O=D

Last dump is from July 8.
sr. member
Activity: 278
Merit: 254
July 09, 2015, 03:13:39 PM
I believe there is a 48hours timeout...so if you haven't confirmed them yet, they should come back into your wallet.

Thanks.  I'm not worried.  One way or another, I'll get the bitcoins back since I sent them from my bitcoin core wallet to my Electrum wallet.  And they were pocket change, compared to the amount I've previously lost thanks to scamming bitcoin miner companies...   Sad
legendary
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
July 09, 2015, 12:49:58 PM
I believe there is a 48hours timeout...so if you haven't confirmed them yet, they should come back into your wallet.
sr. member
Activity: 278
Merit: 254
July 09, 2015, 10:28:51 AM

Electrum-server used 5832 seconds to process one block!  This is a bug.  Not a slow processor.  


I wouldn't say that it is a bug, but instead, not optimized for slow processors, or bloated blocks, full of useless UTXOs that the Bitcoin spammer is currently injecting in the network today...

... over 50k transactions are in the waiting room at the moment, waiting to be included into a block... https://chain.so/BTC

If senders didn't put at least 0.0005 BTC per kb, as transaction fees, the waiting time to be included into a block is... 16h

One of those transactions is mine.  I sent it from my Bitcoin Core 10.2 wallet with the default transaction cost.  I believe this was a bug, with less than 1000 Satoshi's as fee.  It has been sitting unconfirmed for 24 hours.   I am sure that lots of other people are in the same boat.  About the only way to put it is, "Bitcoin is experimental.  It is not ready for production use by normal people."  These problems will either be fixed or bitcoin will cease to exist.




Pages:
Jump to: