6

I understood that Confidential Transactions was included in the last fork but not on by default. How do I enable it for my txs?

pl55
  • 1,858
  • 1
  • 10
  • 26
  • 3
    They will be enabled at v4, currently scheduled for december. – user36303 Sep 28 '16 at 11:30
  • 1
    Thanks for your answer. This release said it contained Ring Confidential Transactions. Do you why or what was meant by that? – pl55 Sep 28 '16 at 15:19
  • 2
    Because the client is already ready (has all the code) for the next HF and activation of RCT on the network. You could use it with testnet to check out how it will work, I suppose. – JollyMort Sep 28 '16 at 15:39
  • 2
    The code needed for a fork is put in the binary in advance, so people have time to update before the code gets enabled. Not doing so would mean the fork would only have little hash rate, and would fail. – user36303 Sep 28 '16 at 18:00
  • Thanks you have answered my question. Why didn't you make an official answer so that I can mark this question as "solved"? – pl55 Sep 29 '16 at 08:25
  • I wasn't sure if there was something special you will have to do to make RCT transaction. Looks like it will be by default so I've posted an answer now. – JollyMort Sep 30 '16 at 17:21

1 Answers1

3

The code for RCT has been included, but the network still doesn't allow RCT transactions. If my (basic) understanding of the code is correct, starting from the V4 fork, RCT transactions will be performed by default if using software ver. 0.10., so there will be nothing special that you need to do.

However, old non-RCT transactions will still be allowed, for those using ver. 0.9.4., and after V5 fork those will not be allowed anymore and it will be possible to use only RCT transactions. Note that your funds will be safe and there's nothing special you will need to do to "convert" except be running the latest software.

For some details on how/when the V4 fork will be rolled-out, see here.

JollyMort
  • 19,934
  • 3
  • 46
  • 105