Merge pull request #1377 from filecoin-project/feat/enable-32gb-sectors

fountain: add 32GiB sectors
This commit is contained in:
Łukasz Magiera 2020-03-10 03:24:45 +01:00 committed by GitHub
commit 69a854de8b

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>