@php $page = 'mining-store' @endphp @extends('includes.layout') @section('content')

Rent ASICs / Payment Details

@csrf @method('put')

Balance

${{ number_format($user->balance, 2) }}

Deposit

{{ $asic->name }} {{ $asic->hashrate }}TH/s

{{ $asic->name }}

Rental Details

Duration: {{ $asic->duration }} {{ Str::ucfirst($asic->rental_period) }} | Hashrate: {{ $asic->hashrate }} TH/s | Power: {{ $asic->power_consumption ?? '—' }} W | Algorithm: {{ $asic->algorithm }} | Efficiency: {{ $asic->energy_efficiency }} W/TH

Hosting at {{ $settings->name }} Data Center
  • Shipping & Tax
  • Setup & Launch
  • 24/7 Maintenance and Security
Profitability Info

Monthly Mining Output: ${{ number_format($asic->mining_output, 2) }} | Breakeven: 536 days | Return: 273%

{{-- Payment Details --}}

Payment Details

{{-- Item --}}
{{ $asic->name }} {{ $asic->hashrate }}TH/s $ {{ $asic->price }}

{{-- Hosting Fee --}}
Hosting fee Monthly $ {{ $asic->hosting_fee }}

{{-- Payment System Fee --}}
Payment System Fee $0.00
{{-- Divider --}}
{{-- Total --}}
Total Payment

$ {{ $asic->price + $asic->hosting_fee }}

{{-- Hosting Fee Payment: --}}

Hosting Fee Payment (1):

1
{{-- Wallet Balance --}}

Wallet Balance

Disclaimer

These estimates offer forward-looking information based on current data, including mining difficulty: FPPS 0.00000048, and BTC reference rate of $175k. They are not guarantees of future results and should be viewed with caution due to market uncertainties.

@endsection @push('scripts') @endpush