Archived
1
0

add cuckoo miner to postform

This commit is contained in:
ZiRo
2016-05-17 08:24:46 +02:00
parent 1791fc475b
commit 261493af0b
6 changed files with 27670 additions and 0 deletions

View File

@@ -77,6 +77,14 @@
<input type="text" name="captcha" autocomplete="off" id="captcha_solution" />
</td>
</tr>
<tr>
<th>
{{#i18n.Translations}}{{cuckoo_pow}}{{/i18n.Translations}}
</th>
<td>
<input type="text" name="pow" autocomplete="off" id="miner_result" /><input id="start_miner" type="button" value="{{#i18n.Translations}}{{start_mining}}{{/i18n.Translations}}"/>
</td>
</tr>
</tbody>
</table>
</div>