@extends('layouts.master') @section('title', 'Home') @section('content')

{{number_format($hashrate,2,',','.')}} MH/s

Hash Rate

{{number_format($profitability,3,',','.')}} mBTC/24hs

Rentabilidad

{{number_format(($profitability/1000)*$rate,2,',','.')}} USD/24hs

1BTC = {{number_format($rate,2,',','.')}}USD

{{$placas}}

Placas

Rigs

@if($respuesta!=null) @foreach ($respuesta->miningRigs as $rigs)
{{$rigs->name}}
@endforeach @else

No Existen Registros


@endif
@endsection @section('javascript') @endsection