Signatures instead of rct_signatures in a transaction
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'v noticed that the current version of transaction in monero is now:
vin, vout, extra, rct_signatures etc.
My question is - when I run monero in testnet environment on my computer, the transaction include 'signature' field instead of the 'rct_sigantures' filed, and I'v try to figure out why is that.
From the context of the code I understood that this difference caused by the 'version' field, but I don't understand when 'version' is changed, and if I can use the rct_signatures field from the start (height 0)
Thank you!!!
transaction-data
add a comment |Â
up vote
1
down vote
favorite
I'v noticed that the current version of transaction in monero is now:
vin, vout, extra, rct_signatures etc.
My question is - when I run monero in testnet environment on my computer, the transaction include 'signature' field instead of the 'rct_sigantures' filed, and I'v try to figure out why is that.
From the context of the code I understood that this difference caused by the 'version' field, but I don't understand when 'version' is changed, and if I can use the rct_signatures field from the start (height 0)
Thank you!!!
transaction-data
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'v noticed that the current version of transaction in monero is now:
vin, vout, extra, rct_signatures etc.
My question is - when I run monero in testnet environment on my computer, the transaction include 'signature' field instead of the 'rct_sigantures' filed, and I'v try to figure out why is that.
From the context of the code I understood that this difference caused by the 'version' field, but I don't understand when 'version' is changed, and if I can use the rct_signatures field from the start (height 0)
Thank you!!!
transaction-data
I'v noticed that the current version of transaction in monero is now:
vin, vout, extra, rct_signatures etc.
My question is - when I run monero in testnet environment on my computer, the transaction include 'signature' field instead of the 'rct_sigantures' filed, and I'v try to figure out why is that.
From the context of the code I understood that this difference caused by the 'version' field, but I don't understand when 'version' is changed, and if I can use the rct_signatures field from the start (height 0)
Thank you!!!
transaction-data
transaction-data
asked 2 hours ago
adsl
886
886
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
RingCT transactions are only activated at Monero version "4".
Take a look at testnet_hard_forks in blockchain.cpp, and you'll see that version 4 is configured to activate at block height 801219, and therefore you won't see rct_signatures until that block height.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
RingCT transactions are only activated at Monero version "4".
Take a look at testnet_hard_forks in blockchain.cpp, and you'll see that version 4 is configured to activate at block height 801219, and therefore you won't see rct_signatures until that block height.
add a comment |Â
up vote
2
down vote
accepted
RingCT transactions are only activated at Monero version "4".
Take a look at testnet_hard_forks in blockchain.cpp, and you'll see that version 4 is configured to activate at block height 801219, and therefore you won't see rct_signatures until that block height.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
RingCT transactions are only activated at Monero version "4".
Take a look at testnet_hard_forks in blockchain.cpp, and you'll see that version 4 is configured to activate at block height 801219, and therefore you won't see rct_signatures until that block height.
RingCT transactions are only activated at Monero version "4".
Take a look at testnet_hard_forks in blockchain.cpp, and you'll see that version 4 is configured to activate at block height 801219, and therefore you won't see rct_signatures until that block height.
answered 1 hour ago


knaccc
5,913517
5,913517
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmonero.stackexchange.com%2fquestions%2f10492%2fsignatures-instead-of-rct-signatures-in-a-transaction%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password