$ git show
commit d659a2f2020b052c8c33f4903091f2d0e64398f2
I think you are on the wrong branch or repo. Here is a direct link to the 6.3 patch.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
$ git show
commit d659a2f2020b052c8c33f4903091f2d0e64398f2
$ git show
commit d659a2f2020b052c8c33f4903091f2d0e64398f2
$ 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
$ patch -p 2 < ~/src/electrum/server/patches/bitcoin-0.6.2.diff
$ 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
update datadir set chain_id=1 where datadir_id =1
coin=bitcoin
datadir=/home/myuser/.bitcoin
Starting Electrum server on uncle-enzo.info
Traceback (most recent call last):
File "/var/bitcoin/bin/electrum-server", line 122, in
chain_proc = backend.BlockchainProcessor(config)
File "/var/bitcoin/src/electrum/server/backends/abe/__init__.py", line 452, in __init__
self.store = AbeStore(config)
File "/var/bitcoin/src/electrum/server/backends/abe/__init__.py", line 39, in __init__
print 'Coin chain_id = %d' % self.chain_id
TypeError: %d format: a number is required, not NoneType