This commit is contained in:
anon 2022-07-20 20:45:25 -03:00
parent bc2d423a90
commit eb86f6470b
2 changed files with 8 additions and 19 deletions

View file

@ -12,6 +12,8 @@
position: relative;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
z-index: 1;
background: #313030;
max-width: 100%;
@ -118,8 +120,6 @@
<tr>
<th scope="col">Title</th>
<th scope="col">Created</th>
<th scope="col">Updated</th>
<th scope="col">Published</th>
<th scope="col">Status</th>
<th scope="col" class="table-info"><div style="float:right">View</div></th>
<th scope="col" class="table-warning"><div style="float:right">Edit</div></th>
@ -129,8 +129,6 @@
<tr>
<td>{{ article.title }}</td>
<td>{{ article.date_added }}</td>
<td>{{ article.date_updated }}</td>
<td>{{ article.date_published }}</td>
<td>{{ article.status }}</td>
<td class="table-info">
<div style="float:right">
@ -185,8 +183,6 @@
<tr>
<th scope="col">Title</th>
<th scope="col">Created</th>
<th scope="col">Updated</th>
<th scope="col">Published</th>
<th scope="col">Status</th>
<th scope="col" class="table-info"><div style="float:right">View</div></th>
<th scope="col" class="table-success"><div style="float:right">Publish</div></th>
@ -196,8 +192,6 @@
<tr>
<td>{{ review.title }}</td>
<td>{{ review.date_added }}</td>
<td>{{ review.date_updated }}</td>
<td>{{ review.date_published }}</td>
<td>{{ review.status }}</td>
<td class="table-info">
<div style="float:right">
@ -230,8 +224,6 @@
<tr>
<th scope="col">Title</th>
<th scope="col">Writer</th>
<th scope="col">Created</th>
<th scope="col">Updated</th>
<th scope="col">Status</th>
<th scope="col" class="table-info"><div style="float:right">View</div></th>
<th scope="col" class="table-success"><div style="float:right">Publish</div></th>
@ -242,8 +234,6 @@
<tr>
<td>{{ review.title }}</td>
<td>{{ review.owner.username }}</td>
<td>{{ review.date_added }}</td>
<td>{{ review.date_updated }}</td>
<td>{{ review.status }}</td>
<td class="table-info">
<div style="float:right">
@ -302,8 +292,6 @@
<tr>
<th scope="col">Title</th>
<th scope="col">Writer</th>
<th scope="col">Created</th>
<th scope="col">Updated</th>
<th scope="col">Status</th>
<th scope="col" class="table-info"><div style="float:right">View</div></th>
<th scope="col" class="table-danger"><div style="float:right">Delete</div></th>
@ -312,8 +300,6 @@
<tr>
<td>{{ publish.title }}</td>
<td>{{ publish.owner.username }}</td>
<td>{{ publish.date_added }}</td>
<td>{{ publish.date_updated }}</td>
<td>{{ publish.status }}</td>
<td class="table-info">
<div style="float:right">

View file

@ -99,9 +99,12 @@
</button>
</div>
<div class="modal-body">
This chart shows the Breakeven Efficiency required for both Monero and Bitcoin calculated at energy cost of $0.10/KWh. To find your own breakeven efficiency, just multiply the value by your multiple from $0.10.
For example, if your energy cost $0.20/KWh, just multiply the value on the chart by 2. That will give you the number of Hashes you must produce for eash Watt*second you invest. In simple words, divide your
productivity (hashes/s of your mining rig) by the power consumption of it (Watt).<br><br>
This chart shows the Breakeven Efficiency required for both Monero and Bitcoin calculated at energy cost of $0.10/KWh.
This is the minimum efficiency you would need to mine profitably (mining income >= electricity cost) at any given moment.
This value is directly proportional to your electricity cost: for example, if your energy cost is $0.20/KWh, just multiply the value on the chart by 2.
That will give you the number of H/s you must produce for each Watt of electricity you consume.
In simple words, divide your hashrate (H/s) by your power consumption at the wall (Watts);
if this number is bigger than the latest Breakeven efficiency on the chart, then you are mining at a profit; otherwise, you are mining at a loss.<br><br>
Chart suggested by community member endor00.<br>
</div>
<div class="modal-footer">