Changed mixin to ring size/ring member

This commit is contained in:
alvinjoelsantos 2017-05-18 18:58:30 -04:00
parent 24cd9d83f0
commit 93472a820d
9 changed files with 19 additions and 19 deletions

View File

@ -151,7 +151,7 @@ namespace xmreg
if (!input_key_imgs.empty()) if (!input_key_imgs.empty())
{ {
mixin_str = std::to_string(mixin_no - 1); mixin_str = std::to_string(mixin_no);
fee_str = fmt::format("{:0.6f}", xmr_amount); fee_str = fmt::format("{:0.6f}", xmr_amount);
fee_short_str = fmt::format("{:0.3f}", xmr_amount); fee_short_str = fmt::format("{:0.3f}", xmr_amount);
} }
@ -1012,7 +1012,7 @@ namespace xmreg
{"no_inputs" , no_inputs}, {"no_inputs" , no_inputs},
{"no_outputs" , no_outputs}, {"no_outputs" , no_outputs},
{"no_nonrct_inputs", num_nonrct_inputs}, {"no_nonrct_inputs", num_nonrct_inputs},
{"mixin" , mixin_no}, {"mixin" , mixin_no+1},
{"txsize" , txsize} {"txsize" , txsize}
}); });

View File

@ -60,7 +60,7 @@
<td>hash</td> <td>hash</td>
<td>outputs</td> <td>outputs</td>
<td>fee</td> <td>fee</td>
<td>mixin</td> <td>ring size</td>
<td>in/out</td> <td>in/out</td>
<td>size [kB]</td> <td>size [kB]</td>
<td>version</td> <td>version</td>

View File

@ -36,8 +36,8 @@
</h5> </h5>
<h3> <h3>
Inputs' mixins time scale (from {{min_mix_time}} till {{max_mix_time}}; Inputs' ring size time scale (from {{min_mix_time}} till {{max_mix_time}};
resolution: {{timescales_scale}} days{{#have_raw_tx}}; R - real mixin {{/have_raw_tx}}) resolution: {{timescales_scale}} days{{#have_raw_tx}}; R - real ring member {{/have_raw_tx}})
</h3> </h3>
<div class="center"> <div class="center">
<ul class="center"> <ul class="center">
@ -111,4 +111,4 @@
</div> </div>
<br/> <br/>
</div> </div>

View File

@ -32,7 +32,7 @@
<td>txs</td> <td>txs</td>
<td>fees</td> <td>fees</td>
<td>outputs</td> <td>outputs</td>
<td>mixins</td> <td>ring size</td>
<td>size [kB]</td> <td>size [kB]</td>
</tr> </tr>
{{#blocks}} {{#blocks}}

View File

@ -76,7 +76,7 @@
<td>fees</td> <td>fees</td>
<td>outputs</td> <td>outputs</td>
<td>in(nonrct)/out</td> <td>in(nonrct)/out</td>
<td>mixin</td> <td>ring size</td>
<td>tx size [kB]</td> <td>tx size [kB]</td>
</tr> </tr>
{{#txs}} {{#txs}}
@ -115,4 +115,4 @@
and {{construction_time_non_cached}} s from non cache ({{cache_misses}} misses) and {{construction_time_non_cached}} s from non cache ({{cache_misses}} misses)
</h6> </h6>
</div> </div>
{{/show_cache_times}} {{/show_cache_times}}

View File

@ -11,7 +11,7 @@
<td>fee</td> <td>fee</td>
<td>outputs</td> <td>outputs</td>
<td>in(nonrct)/out</td> <td>in(nonrct)/out</td>
<td>mixin</td> <td>ring size</td>
<td>tx size [kB]</td> <td>tx size [kB]</td>
</tr> </tr>
{{#mempooltxs}} {{#mempooltxs}}

View File

@ -91,7 +91,7 @@
<table class="center"> <table class="center">
<tr> <tr>
<td style="text-align: center;"> <td style="text-align: center;">
Mixin {{mixin_pub_key}} might use your outputs Ring member {{mixin_pub_key}} might use your outputs
<br/> <br/>
from tx of hash: <a href="/tx/{{mix_tx_hash}}">{{mix_tx_hash}}</a> from tx of hash: <a href="/tx/{{mix_tx_hash}}">{{mix_tx_hash}}</a>
<br/>(tx public key: {{mix_tx_pub_key}}) <br/>(tx public key: {{mix_tx_pub_key}})
@ -133,7 +133,7 @@
</div> </div>
<h3> <h3>
Sum XMR from matched and marked by * mixin's outputs: {{sum_mixin_xmr}} Sum XMR from matched and marked by * ring member's outputs: {{sum_mixin_xmr}}
<br/> <br/>
<span style="font-size: 16px"> Possible spending is: <span style="font-size: 16px"> Possible spending is:
{{possible_spending}} (tx fee included) {{possible_spending}} (tx fee included)
@ -150,4 +150,4 @@
</div> </div>
<br/> <br/>

View File

@ -125,8 +125,8 @@
{{#has_inputs}} {{#has_inputs}}
{{#enable_mixins_details}} {{#enable_mixins_details}}
<h3>Inputs' mixins time scale (from {{min_mix_time}} till {{max_mix_time}}; <h3>Inputs' ring size time scale (from {{min_mix_time}} till {{max_mix_time}};
resolution: {{timescales_scale}} days{{#have_raw_tx}}; R - real mixin {{/have_raw_tx}}) resolution: {{timescales_scale}} days{{#have_raw_tx}}; R - real ring member {{/have_raw_tx}})
</h3> </h3>
<div class="center"> <div class="center">
<ul class="center"> <ul class="center">
@ -180,12 +180,12 @@
{{#enable_mixins_details}} {{#enable_mixins_details}}
<table style="width:100%; margin-bottom:20px"> <table style="width:100%; margin-bottom:20px">
<tr> <tr>
<td>Mixin stealth address</td> <td>ring members</td>
{{#have_raw_tx}} {{#have_raw_tx}}
<td>Is it real?</td> <td>Is it real?</td>
{{/have_raw_tx}} {{/have_raw_tx}}
<td>blk</td> <td>blk</td>
<td>mixin</td> <td>ring size</td>
<td>in/out</td> <td>in/out</td>
<td>timestamp</td> <td>timestamp</td>
<td>age [y:d:h:m:s]</td> <td>age [y:d:h:m:s]</td>
@ -214,7 +214,7 @@
{{^enable_mixins_details}} {{^enable_mixins_details}}
<table style="width:100%; margin-bottom:20px"> <table style="width:100%; margin-bottom:20px">
<tr> <tr>
<td>Mixin stealth address</td> <td>ring members</td>
{{#have_raw_tx}} {{#have_raw_tx}}
<td>Is it real?</td> <td>Is it real?</td>
{{/have_raw_tx}} {{/have_raw_tx}}

View File

@ -3,7 +3,7 @@
<td>tx hash</td> <td>tx hash</td>
<td>outputs</td> <td>outputs</td>
<td>fee</td> <td>fee</td>
<td>mixin</td> <td>ring size</td>
<td>in/out</td> <td>in/out</td>
<td>size [kB]</td> <td>size [kB]</td>
</tr> </tr>