privateuserh commited on
Commit
665924d
·
verified ·
1 Parent(s): 21e033c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -360,19 +360,19 @@
360
  </div>
361
  <div>
362
  <label class="block text-sm font-medium text-gray-400 mb-1">Pool Address</label>
363
- <input type="text" id="poolAddress" value="192.168.1.11" class="bg-gray-800 border border-gray-700 text-white text-sm rounded-lg focus:ring-fb-primary focus:border-fb-primary block w-full p-2.5">
364
  </div>
365
  <div>
366
  <label class="block text-sm font-medium text-gray-400 mb-1">Pool Port</label>
367
- <input type="text" id="poolPort" value="8332" class="bg-gray-800 border border-gray-700 text-white text-sm rounded-lg focus:ring-fb-primary focus:border-fb-primary block w-full p-2.5">
368
  </div>
369
  <div>
370
  <label class="block text-sm font-medium text-gray-400 mb-1">Username</label>
371
- <input type="text" id="minerUsername" value="fractal" class="bg-gray-800 border border-gray-700 text-white text-sm rounded-lg focus:ring-fb-primary focus:border-fb-primary block w-full p-2.5">
372
  </div>
373
  <div>
374
  <label class="block text-sm font-medium text-gray-400 mb-1">Password</label>
375
- <input type="password" id="minerPassword" value="fractal_1234567" class="bg-gray-800 border border-gray-700 text-white text-sm rounded-lg focus:ring-fb-primary focus:border-fb-primary block w-full p-2.5">
376
  </div>
377
  </div>
378
  <div class="mt-6">
 
360
  </div>
361
  <div>
362
  <label class="block text-sm font-medium text-gray-400 mb-1">Pool Address</label>
363
+ <input type="text" id="poolAddress" value="stratum+tcp://pool-solo.fairpool.network" class="bg-gray-800 border border-gray-700 text-white text-sm rounded-lg focus:ring-fb-primary focus:border-fb-primary block w-full p-2.5">
364
  </div>
365
  <div>
366
  <label class="block text-sm font-medium text-gray-400 mb-1">Pool Port</label>
367
+ <input type="text" id="poolPort" value="3333" class="bg-gray-800 border border-gray-700 text-white text-sm rounded-lg focus:ring-fb-primary focus:border-fb-primary block w-full p-2.5">
368
  </div>
369
  <div>
370
  <label class="block text-sm font-medium text-gray-400 mb-1">Username</label>
371
+ <input type="text" id="minerUsername" value="privatemnrfb"privatemnrfb class="bg-gray-800 border border-gray-700 text-white text-sm rounded-lg focus:ring-fb-primary focus:border-fb-primary block w-full p-2.5">
372
  </div>
373
  <div>
374
  <label class="block text-sm font-medium text-gray-400 mb-1">Password</label>
375
+ <input type="password" id="minerPassword" value="" class="bg-gray-800 border border-gray-700 text-white text-sm rounded-lg focus:ring-fb-primary focus:border-fb-primary block w-full p-2.5">
376
  </div>
377
  </div>
378
  <div class="mt-6">