Bitcoin Forum
April 25, 2024, 04:25:28 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)
unclemantis
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 28, 2012, 03:28:42 PM
 #81

Until the servers can be more stable and the windows version of the application can connect to the servers on a constant basis, I will be using Multibit which I am happy to say is more forgiving of glitches. There is even a nifty rollback feature.

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
1714019128
Hero Member
*
Offline Offline

Posts: 1714019128

View Profile Personal Message (Offline)

Ignore
1714019128
Reply with quote  #2

1714019128
Report to moderator
1714019128
Hero Member
*
Offline Offline

Posts: 1714019128

View Profile Personal Message (Offline)

Ignore
1714019128
Reply with quote  #2

1714019128
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.
1714019128
Hero Member
*
Offline Offline

Posts: 1714019128

View Profile Personal Message (Offline)

Ignore
1714019128
Reply with quote  #2

1714019128
Report to moderator
1714019128
Hero Member
*
Offline Offline

Posts: 1714019128

View Profile Personal Message (Offline)

Ignore
1714019128
Reply with quote  #2

1714019128
Report to moderator
1714019128
Hero Member
*
Offline Offline

Posts: 1714019128

View Profile Personal Message (Offline)

Ignore
1714019128
Reply with quote  #2

1714019128
Report to moderator
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
July 28, 2012, 06:39:51 PM
 #82

Until the servers can be more stable and the windows version of the application can connect to the servers on a constant basis, I will be using Multibit which I am happy to say is more forgiving of glitches. There is even a nifty rollback feature.

This feels kinda passive aggressive in my humble opinion. You post in a thread to tell us you are _not_ using the client the thread is dedicated to.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
unclemantis
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 29, 2012, 01:13:00 AM
 #83

Until the servers can be more stable and the windows version of the application can connect to the servers on a constant basis, I will be using Multibit which I am happy to say is more forgiving of glitches. There is even a nifty rollback feature.

This feels kinda passive aggressive in my humble opinion. You post in a thread to tell us you are _not_ using the client the thread is dedicated to.

You make me sound like a Troll Sad

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
JompinDox
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
August 22, 2012, 08:57:13 PM
 #84

I'm thinking of setting up a server... Just wondering, how many users connect to a given server per day, on average?

Tips? 1ELECeJompinDox61L73eAUyaWpe3Q5HZB
Down with socks!
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
September 04, 2012, 05:49:42 PM
 #85

Where can I get the latest stratum software?

flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
September 05, 2012, 08:12:40 AM
 #86

Where can I get the latest stratum software?

Should be here:
 https://github.com/spesmilo/electrum-server
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
September 05, 2012, 06:21:16 PM
 #87

Thanks Flatfly.... Throwing some errors when applying the patches..

Code:
$ patch -p 2 < ~/src/electrum/server/patches/bitcoin-0.6.2.diff 
patching file bitcoinrpc.cpp
Hunk #1 FAILED at 1497.
Hunk #2 FAILED at 1933.
Hunk #3 FAILED at 2055.
3 out of 3 hunks FAILED -- saving rejects to file bitcoinrpc.cpp.rej
patching file main.cpp
Hunk #1 FAILED at 3134.
1 out of 1 hunk FAILED -- saving rejects to file main.cpp.rej
patching file main.h
Hunk #1 FAILED at 395.
Hunk #2 FAILED at 416.
2 out of 2 hunks FAILED -- saving rejects to file main.h.rej

bitfoo
Donator
Sr. Member
*
Offline Offline

Activity: 289
Merit: 250



View Profile
September 05, 2012, 08:40:08 PM
 #88

Thanks Flatfly.... Throwing some errors when applying the patches..

Code:
$ patch -p 2 < ~/src/electrum/server/patches/bitcoin-0.6.2.diff 

The latest bitcoin patch I see on git is bitcoin-0.6.3 diff. Are you trying to apply bitcoin-0.6.2.diff to bitcoin 0.6.3?

Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
September 05, 2012, 10:30:19 PM
 #89

good call... it was indeed the wrong patch/version, but then,

There doesn't appear to be a ..../bitcoin-0.6.3.diff patch file, so I went with 0.6.2

Code:
$ tar zxvf bitcoin-0.6.2.tgz 
bitcoin@host:~/src$ mv bitcoin-bitcoin-06d764e bitcoin-0.6.2
bitcoin@host:~/src$ cd bitcoin-0.6.2
bitcoin@host:~/src/bitcoin-0.6.2$ patch -p 2 < ~/src/electrum/server/patches/bitcoin-0.6.2.diff
patching file bitcoinrpc.cpp
Hunk #1 FAILED at 1497.
Hunk #2 FAILED at 1933.
Hunk #3 FAILED at 2055.
3 out of 3 hunks FAILED -- saving rejects to file bitcoinrpc.cpp.rej
patching file main.cpp
Hunk #1 FAILED at 3134.
1 out of 1 hunk FAILED -- saving rejects to file main.cpp.rej
patching file main.h
Hunk #1 FAILED at 395.
Hunk #2 FAILED at 416.
2 out of 2 hunks FAILED -- saving rejects to file main.h.rej


ErebusBat
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500

I am the one who knocks


View Profile
September 05, 2012, 10:32:22 PM
 #90

There doesn't appear to be a ..../bitcoin-0.6.3.diff patch file
Are you sure you are on the correct version/branch in git?  Can you post your commit hash?

░▒▓█ Coinroll.it - 1% House Edge Dice Game █▓▒░ • Coinroll Thread • *FREE* 100 BTC Raffle

Signup for CEX.io BitFury exchange and get GHS Instantly!  Don't wait for shipping, mine NOW!
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
September 05, 2012, 10:44:44 PM
 #91

Are you sure you are on the correct version/branch in git?  Can you post your commit hash?

Code:
$ git show
commit d659a2f2020b052c8c33f4903091f2d0e64398f2

Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
September 06, 2012, 08:26:35 AM
 #92

Are you sure you are on the correct version/branch in git?  Can you post your commit hash?

Code:
$ git show
commit d659a2f2020b052c8c33f4903091f2d0e64398f2

I think you are on the wrong branch or repo. Here is a direct link to the 6.3 patch.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
slush
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
September 24, 2012, 04:18:27 PM
 #93

Independent server monitoring: https://bitcointalk.org/index.php?topic=112413.0

Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
October 02, 2012, 09:52:02 PM
 #94


First implementation online, see this post.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
duncant
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
October 09, 2012, 01:59:54 AM
 #95

Hi all!

I've been trying to move my server uncle-enzo.info to a new/better host uncle-enzo.mit.edu, but things have gone horribly wrong.

The initial abe import went just fine. I can start the server and it prints the correct number of blocks. When I fire up my client, the server prints a flurry of "discarding tx id ..." messages followed by the typical "[<datetime>] TCP <ip address> <bitocin address> <address count> <client version>" message. After that, everything just hangs. My client gets stuck on "Connecting..." and nothing more interesting happens on the server end.

Do you have any idea what could be going on? Thank you!
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
October 09, 2012, 07:31:52 AM
 #96

Can you reach Bitcoind normally? bitcoind getbalance etc. works?

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
duncant
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
October 09, 2012, 03:41:12 PM
 #97

Yes. Bitcoind responds to all its commands appropriately.
duncant
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
October 10, 2012, 05:36:27 PM
 #98

During startup, the server prints the following error message. Perhaps this has something to do with the problem I'm having?
Code:
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "/usr/share/electrum-server/processor.py", line 246, in run
    self.update()
  File "/usr/share/electrum-server/processor.py", line 260, in update
    self.send_response(internal_id, response)
  File "/usr/share/electrum-server/processor.py", line 276, in send_response
    session.send_response(response)
  File "/usr/share/electrum-server/transports/stratum_tcp.py", line 30, in send_response
    data = json.dumps(response) + "\n"
  File "/usr/lib/python2.7/json/__init__.py", line 231, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib/python2.7/json/encoder.py", line 201, in encode
    chunks = self.iterencode(o, _one_shot=True)
  File "/usr/lib/python2.7/json/encoder.py", line 264, in iterencode
    return _iterencode(o, 0)
  File "/usr/lib/python2.7/json/encoder.py", line 178, in default
    raise TypeError(repr(o) + " is not JSON serializable")
TypeError: <read-only buffer for 0x48db490, size 25, offset 0 at 0x48fc870> is not JSON serializable
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
October 10, 2012, 07:18:31 PM
 #99

Hi all!

I've been trying to move my server uncle-enzo.info to a new/better host uncle-enzo.mit.edu, but things have gone horribly wrong.

The initial abe import went just fine. I can start the server and it prints the correct number of blocks. When I fire up my client, the server prints a flurry of "discarding tx id ..." messages followed by the typical "[<datetime>] TCP <ip address> <bitocin address> <address count> <client version>" message. After that, everything just hangs. My client gets stuck on "Connecting..." and nothing more interesting happens on the server end.

Do you have any idea what could be going on? Thank you!

I would try to rebuild of the abe database from scratch. (I know, it is slow...)

Electrum: the convenience of a web wallet, without the risks
ErebusBat
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500

I am the one who knocks


View Profile
October 11, 2012, 08:45:08 PM
 #100

I would try to rebuild of the abe database from scratch. (I know, it is slow...)
See ya in 3 weeks duncant :/

░▒▓█ Coinroll.it - 1% House Edge Dice Game █▓▒░ • Coinroll Thread • *FREE* 100 BTC Raffle

Signup for CEX.io BitFury exchange and get GHS Instantly!  Don't wait for shipping, mine NOW!
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!