Bitcoin Forum
May 24, 2024, 12:53:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Non-blocking Bitcoin  (Read 1829 times)
phantomcircuit (OP)
Sr. Member
****
Offline Offline

Activity: 463
Merit: 252


View Profile
June 02, 2011, 09:48:01 PM
Last edit: June 02, 2011, 10:28:12 PM by phantomcircuit
 #1

Hey,

We're developing Bitcoin, messing around during our explorations of the client code. Recently I needed to download the block chain; a lengthy process. Here's a little something you guys will appreciate Smiley

Connection timeouts have been added so that my client no longer struggles to create a usable connection. Now it rapidly reaches 8.

linux binaries x86_64 https://bitcoinconsultancy.com/bitcoin-linux.tar.bz2
windows binaries https://bitcoinconsultancy.com/bitcoin-windows.zip

https://github.com/phantomcircuit/bitcoin/tree/nonblockingconnect
genjix
Legendary
*
Offline Offline

Activity: 1232
Merit: 1076


View Profile
June 02, 2011, 09:55:11 PM
 #2

Good job phantomcircuit.

I can confirm these binaries are legit. Signed using my GPG key:

http://www.bitcoin.org/genjix.gpg

Code:
genjix:/tmp$ sha256sum bitcoin-linux.tar.bz2a93d047877806e12ed6a83f0cd5894d5dd6381dccc6c54bd85afa5e74a75b0c0  bitcoin-linux.tar.bz2
genjix:/tmp$ gpg --clearsign <<< a93d047877806e12ed6a83f0cd5894d5dd6381dccc6c54bd85afa5e74a75b0c0

You need a passphrase to unlock the secret key for
user: "genjix <genjix@riseup.net>"
2048-bit RSA key, ID 634FEC67, created 2010-11-05

gpg: gpg-agent is not available in this session
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

a93d047877806e12ed6a83f0cd5894d5dd6381dccc6c54bd85afa5e74a75b0c0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJN6AYnAAoJEH8nvZxjT+xn1R8H/AovGZ7hnnQsdZ5NAA4DlmOZ
Ke6HX8z6Jc4TZ4rMnrBikzk4yw2VPk0m1uf2GWjmo8oD2FuCEvlZxrnuHpnlnOee
/SZt87HlgCJ++oBGL0aNSXrqfkkAchVUddY7awGbw2GxU13gO9bWeUgdNOb1sVs6
RGNA80jzdwfpb9z0LpejF9laLMAxGad63RHUWMyEC6kAVJFg4y0a/CAgaNPbEJCJ
DIW/WC/8LUn4jX4rzX2fmW+S+LkIHw66jW1c9RPAQ9JUoRI/vqE9giadqyLcxd7A
XOytfefxGe/rjKw4ukJxU7dJipp3x2C1RSRDNWYkfT2zEde1ZRmyohRdYb5yuS8=
=/r/a
-----END PGP SIGNATURE-----

genjix:/tmp$ sha256sum bitcoin-windows.zip
2165ddc4e370b0e79a767a1fd9791aa5f4ed5a0d4a4fc9195dd542b5b1002775  bitcoin-windows.zip
genjix:/tmp$ gpg --clearsign <<< 2165ddc4e370b0e79a767a1fd9791aa5f4ed5a0d4a4fc9195dd542b5b1002775

You need a passphrase to unlock the secret key for
user: "genjix <genjix@riseup.net>"
2048-bit RSA key, ID 634FEC67, created 2010-11-05

gpg: gpg-agent is not available in this session
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

2165ddc4e370b0e79a767a1fd9791aa5f4ed5a0d4a4fc9195dd542b5b1002775
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJN6AZAAAoJEH8nvZxjT+xnt54IAJiBbaYRaQmjLJWwHGtmuh3c
s/0m+v1vPC9QBOM0Usl5FDEnpNlqZR4d7OM7LlSle4H1+go/jv/0yu9MxWLhVGlT
s4G4LahYjHDpjtaVtzuBybyoQqE6WC7pZxZaTkpvHmfLP67Q70dOVSW4OzSQPXHz
nNQ2Bdjoby/VtbPmU24lToUqD6FOPWtmpVZ8SyRK3fe3+WH9dgqQ/0n8Eenr0hY5
nKoImyxxEGdpMovoZMznxK+efRj1oD1Y62Myv0NOa8OuXAHVsvqm8LLVDZvQW+Kt
y+zJ1z78HOioB963Zoh7cGPJ3MV2lvjIW5T+plNNHEh9xjhUXwKDy/+TybE2NaI=
=OWoL
-----END PGP SIGNATURE-----
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
June 03, 2011, 02:59:08 PM
 #3

Hey,

We're developing Bitcoin, messing around during our explorations of the client code. Recently I needed to download the block chain; a lengthy process. Here's a little something you guys will appreciate Smiley

Connection timeouts have been added so that my client no longer struggles to create a usable connection. Now it rapidly reaches 8.

linux binaries x86_64 https://bitcoinconsultancy.com/bitcoin-linux.tar.bz2
windows binaries https://bitcoinconsultancy.com/bitcoin-windows.zip

https://github.com/phantomcircuit/bitcoin/tree/nonblockingconnect

so what do we do to get these loaded up?
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1025



View Profile
June 03, 2011, 03:34:53 PM
 #4

Grab the archive, extract, verify the sigs, and run.

If you don't know how to verify the sigs, might be a good idea to wait until they get merged into the main tree.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
phantomcircuit (OP)
Sr. Member
****
Offline Offline

Activity: 463
Merit: 252


View Profile
June 03, 2011, 04:26:06 PM
 #5

Grab the archive, extract, verify the sigs, and run.

If you don't know how to verify the sigs, might be a good idea to wait until they get merged into the main tree.

Im a trust worthy guy Tongue
Pages: [1]
  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!