Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: theokep on October 26, 2013, 06:53:11 PM



Title: Hide BTC Transactions in Client
Post by: theokep on October 26, 2013, 06:53:11 PM
Out of curiosity, would it be possible to make a transaction in the BTC client (either send or receive) and have it not show up in the transactions tab of the client? I know it will appear in the blockchain regardless of what I do, but what about the client itself? If such a thing was possible, how would I go about doing that?

Thanks.


Title: Re: Hide BTC Transactions in Client
Post by: Rannasha on October 26, 2013, 08:59:16 PM
AFAIK the Bitcoin-QT client has no such functionality. But it's open source, so go ahead and create a modified version with this feature.


Title: Re: Hide BTC Transactions in Client
Post by: Foxpup on October 27, 2013, 02:00:55 AM
Exactly why would you want to know if such a bizarre and nonsensical thing is possible? I smell an XY Problem (http://mywiki.wooledge.org/XyProblem).


Title: Re: Hide BTC Transactions in Client
Post by: wumpus on October 28, 2013, 01:32:27 PM
No, that's not possible


Title: Re: Hide BTC Transactions in Client
Post by: drawingthesun on October 28, 2013, 02:49:13 PM
Out of curiosity, would it be possible to make a transaction in the BTC client (either send or receive) and have it not show up in the transactions tab of the client? I know it will appear in the blockchain regardless of what I do, but what about the client itself? If such a thing was possible, how would I go about doing that?

Thanks.

It would be surprisingly messy to add this functionality to the client. You would have to store a modified transaction list locally and perhaps back it up with your wallet.dat file every time you restored a backed-up wallet.

If I did not like certain transactions appearing I would send some coin to another wallet file and using that one to make these transactions that you don't want to see in your main wallet client. Eventually the client will allow several different wallets to be open at the same time so this action would be easier to manage.


Exactly why would you want to know if such a bizarre and nonsensical thing is possible? I smell an XY Problem (http://mywiki.wooledge.org/XyProblem).

Ha! There is a name for this, interesting.