BitcoinZ GPU Mining Rankings

Comprehensive comparison of GPU mining performance for BitcoinZ (BTCZ)

<div class="power-settings">
    <label for="powerCost">Power Cost ($/kWh):</label>
    <input type="number" id="powerCost" value="0.10" step="0.01" class="form-control">
</div>

<table id="gpuTable" class="gpu-table">
    <thead>
        <tr>
            <th>Model</th>
            <th>Release Date</th>
            <th>Hashrate (h/s)</th>
            <th>Power (W)</th>
            <th>Efficiency (H/W)</th>
            <th>Price ($)</th>
            <th>Revenue 24h ($)</th>
            <th>Power Cost 24h ($)</th>
            <th>Profit 24h ($)</th>
        </tr>
    </thead>
    <tbody>
        <!-- Will be populated by JavaScript -->
    </tbody>
</table>