Search content
Sort by

Showing 20 of 30 results by bukaj
Post
Topic
Board Games and rounds
Re: 1000 BTC GIVEAWAY! From your friend rekcahxfb
by
bukaj
on 04/08/2016, 14:00:31 UTC
1Lstnibj3LKSUPfvo9Ss4cFJM3oWxzPFHq
Post
Topic
Board Development & Technical Discussion
Re: Detecting forks with bitcoind
by
bukaj
on 11/05/2013, 22:27:56 UTC
Thank you for the answer. I'll look into it. I think it would be useful to create RPC API command to return info about such status. For example "getforkstatus 6" could return true if longest chain is longer or equal than next longest chain by at least 6 block. Additionally some --forknotify command-line parameter could notify about detecting blockchain fork...
Post
Topic
Board Development & Technical Discussion
Topic OP
Detecting forks with bitcoind
by
bukaj
on 11/05/2013, 13:37:26 UTC
Is there any way to detect blockchain fork using bitcoind and RPC? I would like to suspend accepting incoming transactions during blockchain forks longer than or close to my level of required confirmations (i.e. 6). AFAIK client has to track all branches so this information is available in it. I think it could be important failsafe measure especially in light of ongoing discussion about replacing transactions with new ones with higher fee.
Post
Topic
Board Bitcoin Technical Support
Re: Help on New Wallet How to Backup and Import on Mac OS X
by
bukaj
on 11/05/2013, 09:17:11 UTC
On OS X wallet.dat is usually located in ~/Library/Application Support/Bitcoin/

Use Shift-Cmd-G in Finder and paste above path to get there.
Post
Topic
Board Beginners & Help
Re: Question about rcpallowip in .conf file
by
bukaj
on 08/05/2013, 22:24:30 UTC
Anyone who knows your login and password and is in rpcallow range, can control your client remotely. It is as simple as that. I would not advise to allow anyone besides 127.0.0.1 to control your client unless you really know what your doing. If you have to use such config, at least encrypt your wallet.
Post
Topic
Board Beginners & Help
Re: Sending address?
by
bukaj
on 08/05/2013, 22:16:58 UTC
It is not safe to rely on concept of "sending address" in bitcoin in general. Look at this thread.
Post
Topic
Board Bitcoin Technical Support
Re: Create a temporary address or remove one ? Bitcoind
by
bukaj
on 08/05/2013, 22:09:20 UTC
I've heard about bitcurex - polish BTC exchange. They had major performance problems caused by too big wallet (>700MB). They were using bitcoind client.
Post
Topic
Board Development & Technical Discussion
Re: Please point me to the code that generates new bitcoin addresses.
by
bukaj
on 07/05/2013, 21:03:10 UTC
Here you can find some code in JS.
Post
Topic
Board Development & Technical Discussion
Re: how to get the "from address" from the bitcoin server client.
by
bukaj
on 07/05/2013, 18:39:11 UTC
Post
Topic
Board Beginners & Help
Re: Bitcoin to fall to 70-80 and further to 50
by
bukaj
on 06/05/2013, 22:42:14 UTC
And, as a bonus, the prediction works for any other currency!
Post
Topic
Board Development & Technical Discussion
Re: Exact binary map of database blockchain?!
by
bukaj
on 06/05/2013, 22:17:34 UTC
AFAIK there is no such thing as binary map of database blockchain. Every client uses it's own format to store blockchain (levelDB for example).
Post
Topic
Board Development & Technical Discussion
Re: how to get the "from address" from the bitcoin server client.
by
bukaj
on 06/05/2013, 19:44:39 UTC
I get it. Thank you.
Post
Topic
Board Bitcoin Technical Support
Re: BitcoinQT on OSX doesn't reopen when 'red dot' closing button is pressed?
by
bukaj
on 06/05/2013, 19:17:42 UTC
I think it will be fixed soon: https://github.com/bitcoin/bitcoin/issues/1522.
Post
Topic
Board Bitcoin Technical Support
Re: BitcoinQT on OSX doesn't reopen when 'red dot' closing button is pressed?
by
bukaj
on 06/05/2013, 18:55:48 UTC
I think it's a bug. Try right-clicking on the icon and choosing "Show all windows".
Post
Topic
Board Development & Technical Discussion
Re: how to get the "from address" from the bitcoin server client.
by
bukaj
on 06/05/2013, 18:51:26 UTC
Ok after a heap of dry reading I think I'm going to have to change the way I track incoming and outgoing addresses and funding.

What was your idea and why you think it is wrong? I'm asking, because I'm working on accepting coins myself.
Post
Topic
Board Beginners & Help
Re: do a search before you buy.
by
bukaj
on 05/05/2013, 19:04:30 UTC
Post
Topic
Board Development & Technical Discussion
Re: Making double spending economically unattractive
by
bukaj
on 05/05/2013, 18:44:26 UTC
There are no users in bitcoin - only addressees and I'm not sure that all double spend attempts are malicious. Isn't it possible to attempt double spend during blockchain fork under "normal usage" - not willingly?
Post
Topic
Board Development & Technical Discussion
Topic OP
Wallet cleaning
by
bukaj
on 05/05/2013, 18:31:37 UTC
I've read some horror stories about large, unusable wallets (eg. from bitcurex - polish BTC exchange - 700 MB+ wallet). I presume the main problem is automatically generated change addresses. Do you think following procedure would help to clean such wallet?

1. Create brand new wallet on another machine.
2. Transfer all coins from old wallet to new one.
3. Dumpprivkeys but only for adressess "publicly" available for each customer.
4. Import addressess into new wallet.
5. Get rid of old wallet.

Any suggestions?
Post
Topic
Board Bitcoin Technical Support
Re: Create a temporary address or remove one ? Bitcoind
by
bukaj
on 05/05/2013, 16:20:42 UTC
I think you can "vacuum" the wallet once in a while:

1. Create brand new wallet with new address.
2. Transfer all funds from old wallet to new address.
3. Export relevant private keys of addressees you need active in new wallet.
4. Archive rest of the addressess.
5. Import priv keys of relevant addressess to new wallet.

Bticoin gurus: correct me if I'm wrong.
Post
Topic
Board Development & Technical Discussion
Re: Get balance of *coin addresses
by
bukaj
on 05/05/2013, 14:25:21 UTC