fountain: add 32GiB sectors

This commit is contained in:
Travis Person 2020-03-10 02:21:37 +00:00
parent dcd12bff7c
commit c655162dd6

View File

@ -16,6 +16,7 @@
<input type='text' name='address' style="width: 300px">
<select name="sectorSize">
<option selected value="536870912">512MiB sectors</option>
<option selected value="34359738368">32GiB sectors</option>
</select>
<button type='submit'>Create Miner</button>
</form>