Bitcoin Forum
June 29, 2024, 04:24:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Peergroup download of the blockchain stalls?  (Read 489 times)
Avgustin Aldridge (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 22, 2013, 08:32:31 AM
 #1

I'm using bitcoinsharp to build my client. I try to download the blockchain in a peergroup network. Download starts, but when progress is 98%, the download is stopped & the client is waiting (2 hours without any change). The size of the downloaded blockchain file is 4.5 MB.

I use the following code:

PeerGroup peerGroup = new PeerGroup(blockStore, @params, chain);
peerGroup.AddAddress(new PeerAddress(IPAddress.Parse("84.38.65.102")));
peerGroup.AddAddress(new PeerAddress(IPAddress.Parse("83.23.15.71")));
peerGroup.Start();
peerGroup.DownloadBlockChain();

Any ideas?
lontivero
Full Member
***
Offline Offline

Activity: 164
Merit: 128

Amazing times are coming


View Profile
June 08, 2013, 10:53:41 PM
 #2

As you can see, there are no many people doing things with .Net and bitcoinsharp is a port from bitcoinj 0.2 (a little old). Try to use bitcoinj with ikvm, i didn´t tried it but it could work.   
lontivero
Full Member
***
Offline Offline

Activity: 164
Merit: 128

Amazing times are coming


View Profile
June 09, 2013, 03:43:06 AM
 #3

why is what? Why there is few .net devs in bitcoins? OSS community. That´s the reason why .net went several years behind java in almost all, just to mention: unit testing, continuos integration, dependency injection containers, ORMs, static code analysis and so on.

.Net doesn´t have a big enough OSS community. Ofcourse this is just an opinion.
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!