Bitcoin Forum
June 22, 2024, 12:13:10 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: Introduce yourself :) on: April 22, 2013, 10:05:35 AM
Hallo to Siberia!!!
2  Other / Beginners & Help / Re: Introduce yourself :) on: April 22, 2013, 10:03:30 AM
I'm from Russia!
3  Other / Beginners & Help / Re: How to turn off “change” address in bitcoind? on: April 22, 2013, 09:06:25 AM
I would like to keep backup of my wallet on paper, but that's impossible or at least impractical when the bitcoind keeps creating new addresses for "change". I know it is possible in theory to do it by sending the change back to the sending address. And I know there are privacy implications when doing this. But I care more about security than anonymity in my case.

Is there an option to turn off "change" addresses in bitcoind (the original Satoshi client)?

I don't know about Satoshi Client, but Electrum has such ability
4  Other / Beginners & Help / Re: How does Ripple decide which offer to fulfil if they offer the same rate? on: April 22, 2013, 09:04:02 AM
What is this Ripple i hear of?
It's a new cryptocurrency
5  Other / Beginners & Help / Was a timejacking attack ever performed? on: April 22, 2013, 08:38:03 AM
The timejacking attack appears to be a pretty straightforward attack to pull off successfully. I was wondering, whether it was ever performed and documented somewhere, or was it just theoretically described?
6  Other / Beginners & Help / Peergroup download of the blockchain stalls? on: April 22, 2013, 08:32:31 AM
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?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!