Search content
Sort by

Showing 6 of 6 results by Avgustin Aldridge
Post
Topic
Board Beginners & Help
Re: Introduce yourself :)
by
Avgustin Aldridge
on 22/04/2013, 10:05:35 UTC
Hallo to Siberia!!!
Post
Topic
Board Beginners & Help
Re: Introduce yourself :)
by
Avgustin Aldridge
on 22/04/2013, 10:03:30 UTC
I'm from Russia!
Post
Topic
Board Beginners & Help
Re: How to turn off “change” address in bitcoind?
by
Avgustin Aldridge
on 22/04/2013, 09:06:25 UTC
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
Post
Topic
Board Beginners & Help
Re: How does Ripple decide which offer to fulfil if they offer the same rate?
by
Avgustin Aldridge
on 22/04/2013, 09:04:02 UTC
What is this Ripple i hear of?
It's a new cryptocurrency
Post
Topic
Board Beginners & Help
Topic OP
Was a timejacking attack ever performed?
by
Avgustin Aldridge
on 22/04/2013, 08:38:03 UTC
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?
Post
Topic
Board Beginners & Help
Topic OP
Peergroup download of the blockchain stalls?
by
Avgustin Aldridge
on 22/04/2013, 08:32:31 UTC
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?