{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "DEMO_MODE = True" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "import os\n", "import gzip\n", "import pickle\n", "from openai import OpenAI\n", "import torch.nn.functional as F\n", "import torch\n", "from tqdm import tqdm\n", "import json\n", "import numpy as np" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "client = OpenAI()" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [], "source": [ "def get_openai_response(prompt):\n", " tokens = 1000\n", " model=\"gpt-4-turbo-preview\" if not DEMO_MODE else \"gpt-4o-mini\"\n", " # model=\"gpt-3.5-turbo-0125\"\n", " response = client.chat.completions.create(\n", " model=model,\n", " messages=[\n", " {\n", " \"role\": \"system\",\n", " \"content\": \"You are a helpful assistant\"\n", " },\n", " {\n", " \"role\": \"user\",\n", " \"content\": prompt\n", " }\n", " ],\n", " temperature=0,\n", " max_tokens=tokens,\n", " top_p=1,\n", " )\n", " choice = response.choices[0]\n", "\n", " text = choice.message.content\n", "\n", "\n", " return text" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "def process_thread(row):\n", " try:\n", " date = row[\"dates\"].split(\"\")[-1]\n", "\n", " thread = \"\"\n", " thread += \"Date: \" + date[:7] + \"\\n\"\n", " thread += \"Topic: \" + row[\"topic\"] + \"\\n\" \n", " thread += \"### Original post:\\n\"\n", " i = 1\n", " for (post, date) in zip(row[\"post\"].split(\"\"), row[\"dates\"].split(\"\")):\n", " if len(post) > 1200:\n", " thread += post[:1200] + \"\\n\\n\"\n", " thread += f\"### Reply {i}:\\n\"\n", " i += 1\n", " elif len(post) < 5:\n", " pass\n", " else:\n", " thread += post + \"\\n\\n\"\n", " thread += f\"### Reply {i}:\\n\"\n", " i += 1\n", " #remove the last line\n", " thread = thread[:-len(f\"### Reply {i-1}:\\n\")]\n", " if len(thread) > 5000:\n", " thread = thread[:5000] + \"\\n\"\n", "\n", " return row[\"index\"], date, thread\n", "\n", " except:\n", " print(\"Error processing thread:\" + str(row[\"index\"]))\n", " return None, None, None\n", "\n" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [], "source": [ "refresh_df = False\n", "# refresh_df = True\n", "\n", "if refresh_df:\n", " categories = [\n", " \"groupbuys\",\n", " \"hardware\",\n", " \"miners\",\n", " \"mining\",\n", " \"mining_support\",\n", " # \"pools\",\n", " ]\n", "\n", " df = pd.DataFrame()\n", "\n", " #load every csv in the folder and append them\n", " for cat in categories:\n", " with gzip.open('../1_forum_dataset/cleaned-data/'+cat+'.pkl.gz', 'rb') as f:\n", " df_cat = pickle.load(f)\n", " df_cat['category'] = cat\n", " df = pd.concat([df, df_cat], ignore_index=True)\n", "\n", " df[\"index\"] = df.index\n", " df.to_csv(\"cache.csv\", index=False)\n", "\n", "else:\n", " df = pd.read_csv(\"cache.csv\")" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
topicpostdatedatescategoryindex
0[Group Buy in China] Avalon batch #3List of <truncated> Forum Name - Bitcoin Addre...2013-03-25 11:06:332013-03-25 10:16:23<sep>2013-03-25 10:42:45<se...groupbuys0
1Avalon Group buy - GermanyHi, I'm in time to invest?<sep>too late, sorry2013-03-25 13:13:442013-03-25 12:47:34<sep>2013-03-25 13:13:44groupbuys1
2Avalon Group buy - Germany - closedI am willing to organize a community purchase ...2013-03-25 13:14:292013-03-25 13:14:29groupbuys2
3I'm about to buy Avalon asic 85it sold out, its gone.<sep>People just order b...2013-03-25 14:26:292013-03-25 13:46:12<sep>2013-03-25 14:26:29groupbuys3
4CANCELLED [Group Buy in China] Avalon batch #3Do you not have enough BTC to buy a batch 3 Av...2013-03-25 16:42:092013-03-25 16:42:09groupbuys4
.....................
24184S19 Amlogic control board brick ?Hello everyone, I have an amlogic s19 j pro ca...2023-10-23 15:51:192023-08-30 13:53:04<sep>2023-08-30 17:45:01<se...mining_support24184
24185S19jPro abnormal network - (Will not connect t...Driving me nuts... after changing pool address...2023-10-24 14:00:232023-02-24 15:37:21<sep>2023-02-24 15:59:12<se...mining_support24185
24186Flashing control Board S9 to R4Hello,I recently purchased a control board tha...2023-10-25 23:42:402023-10-05 14:14:14<sep>2023-10-09 05:06:58<se...mining_support24186
24187AvalonMiner 1166Pro-72Hello,can someone help me find the problem wit...2023-10-26 08:40:142023-10-09 07:54:00<sep>2023-10-09 11:50:47<se...mining_support24187
24188need advice to reduce noise and monitor asic m...I think Awesomeminer supports this unit model ...2023-10-27 16:39:202023-09-21 11:52:00<sep>2023-10-27 15:31:24<se...mining_support24188
\n", "

24189 rows × 6 columns

\n", "
" ], "text/plain": [ " topic \\\n", "0 [Group Buy in China] Avalon batch #3 \n", "1 Avalon Group buy - Germany \n", "2 Avalon Group buy - Germany - closed \n", "3 I'm about to buy Avalon asic 85 \n", "4 CANCELLED [Group Buy in China] Avalon batch #3 \n", "... ... \n", "24184 S19 Amlogic control board brick ? \n", "24185 S19jPro abnormal network - (Will not connect t... \n", "24186 Flashing control Board S9 to R4 \n", "24187 AvalonMiner 1166Pro-72 \n", "24188 need advice to reduce noise and monitor asic m... \n", "\n", " post date \\\n", "0 List of Forum Name - Bitcoin Addre... 2013-03-25 11:06:33 \n", "1 Hi, I'm in time to invest?too late, sorry 2013-03-25 13:13:44 \n", "2 I am willing to organize a community purchase ... 2013-03-25 13:14:29 \n", "3 it sold out, its gone.People just order b... 2013-03-25 14:26:29 \n", "4 Do you not have enough BTC to buy a batch 3 Av... 2013-03-25 16:42:09 \n", "... ... ... \n", "24184 Hello everyone, I have an amlogic s19 j pro ca... 2023-10-23 15:51:19 \n", "24185 Driving me nuts... after changing pool address... 2023-10-24 14:00:23 \n", "24186 Hello,I recently purchased a control board tha... 2023-10-25 23:42:40 \n", "24187 Hello,can someone help me find the problem wit... 2023-10-26 08:40:14 \n", "24188 I think Awesomeminer supports this unit model ... 2023-10-27 16:39:20 \n", "\n", " dates category \\\n", "0 2013-03-25 10:16:232013-03-25 10:42:452013-03-25 13:13:44 groupbuys \n", "2 2013-03-25 13:14:29 groupbuys \n", "3 2013-03-25 13:46:122013-03-25 14:26:29 groupbuys \n", "4 2013-03-25 16:42:09 groupbuys \n", "... ... ... \n", "24184 2023-08-30 13:53:042023-08-30 17:45:012023-02-24 15:59:122023-10-09 05:06:582023-10-09 11:50:472023-10-27 15:31:24\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
topicpostdatedatescategoryindex
0Selling another batch of 40 ICARUS - sold outThose Icarus are batch 3, tested for several w...2012-06-15 10:53:372012-06-15 03:19:09<sep>2012-06-15 10:53:12<se...hardware4109
1Advice -Adding additional 6 pin PCIE outputs o...Hi AllI have a few modular/semi modular PC psu...2022-09-22 01:12:312022-09-20 19:44:16<sep>2022-09-21 01:29:09<se...hardware11208
2Please Help: Mining with both cores of 5970 wi...Hi, I'm having trouble setting up a 5970 and m...2013-07-04 15:42:382013-03-27 13:50:47<sep>2013-03-27 20:16:41<se...miners12483
3ASIC Not working!!! HELPAn ASIC is an Application Specific Integrated ...2019-09-12 00:27:022019-09-10 15:56:23<sep>2019-09-10 16:04:48<se...mining_support23073
4USB Block Erupter showing up as generic USB De...I've been mining with two USB Block Erupter Sa...2014-03-19 04:09:422014-03-18 05:11:47<sep>2014-03-19 03:06:55<se...mining_support19054
5A little more proof the Cloudthink miner is fa...How is this site still a thing? Has there not ...2015-08-05 16:05:472015-08-05 07:06:39<sep>2015-08-05 08:36:31<se...hardware9265
6MOVED: [AJUDA] Montar Máquina de MineraçãoThis topic has been moved to Trashcan.<link> i...2016-05-20 22:38:162016-05-20 22:38:16mining_support21036
7Monitoring of hash rate over short time periodsHiI'm running cgminer with quite a few gpus. I...2011-12-15 11:38:162011-12-15 10:36:13<sep>2011-12-15 10:51:52<se...miners11702
8Ledger Nano Ether WalletHi, first time using Ledger nano s, with MEW w...2018-05-16 20:35:322018-05-16 05:40:54<sep>2018-05-16 06:38:50<se...hardware10730
9AntMiner R4 Stopped workingmy Antminer R4 (Antminer R4, Batch 5(7.5TH/s))...2017-11-25 08:10:502017-11-25 00:57:57<sep>2017-11-25 01:37:10<se...mining_support21854
10BlackArrow Prospero X-3 [Help] (2020)Hi,I just bought myself the Black Arrow X3, fo...2020-04-25 11:10:312020-04-24 15:34:03<sep>2020-04-24 16:34:22<se...mining_support23255
11Antminer S19 Control BoardThe Antminer S19 Control Board is a powerful a...2023-07-12 01:09:012023-07-06 08:22:08<sep>2023-07-06 08:44:39<se...hardware11328
12Innosilcon is trying to get rid of heavily use...Innosilicon is offering \"manufacturer refurbis...2021-09-23 17:20:562021-08-29 12:41:40<sep>2021-08-29 21:47:04<se...mining16133
13Buffer overflowThis has happened to me every time a hash with...2010-11-29 17:21:552010-11-29 13:48:54<sep>2010-11-29 17:21:55miners11378
\n", "" ], "text/plain": [ " topic \\\n", "0 Selling another batch of 40 ICARUS - sold out \n", "1 Advice -Adding additional 6 pin PCIE outputs o... \n", "2 Please Help: Mining with both cores of 5970 wi... \n", "3 ASIC Not working!!! HELP \n", "4 USB Block Erupter showing up as generic USB De... \n", "5 A little more proof the Cloudthink miner is fa... \n", "6 MOVED: [AJUDA] Montar Máquina de Mineração \n", "7 Monitoring of hash rate over short time periods \n", "8 Ledger Nano Ether Wallet \n", "9 AntMiner R4 Stopped working \n", "10 BlackArrow Prospero X-3 [Help] (2020) \n", "11 Antminer S19 Control Board \n", "12 Innosilcon is trying to get rid of heavily use... \n", "13 Buffer overflow \n", "\n", " post date \\\n", "0 Those Icarus are batch 3, tested for several w... 2012-06-15 10:53:37 \n", "1 Hi AllI have a few modular/semi modular PC psu... 2022-09-22 01:12:31 \n", "2 Hi, I'm having trouble setting up a 5970 and m... 2013-07-04 15:42:38 \n", "3 An ASIC is an Application Specific Integrated ... 2019-09-12 00:27:02 \n", "4 I've been mining with two USB Block Erupter Sa... 2014-03-19 04:09:42 \n", "5 How is this site still a thing? Has there not ... 2015-08-05 16:05:47 \n", "6 This topic has been moved to Trashcan. i... 2016-05-20 22:38:16 \n", "7 HiI'm running cgminer with quite a few gpus. I... 2011-12-15 11:38:16 \n", "8 Hi, first time using Ledger nano s, with MEW w... 2018-05-16 20:35:32 \n", "9 my Antminer R4 (Antminer R4, Batch 5(7.5TH/s))... 2017-11-25 08:10:50 \n", "10 Hi,I just bought myself the Black Arrow X3, fo... 2020-04-25 11:10:31 \n", "11 The Antminer S19 Control Board is a powerful a... 2023-07-12 01:09:01 \n", "12 Innosilicon is offering \"manufacturer refurbis... 2021-09-23 17:20:56 \n", "13 This has happened to me every time a hash with... 2010-11-29 17:21:55 \n", "\n", " dates category index \n", "0 2012-06-15 03:19:092012-06-15 10:53:122022-09-21 01:29:092013-03-27 20:16:412019-09-10 16:04:482014-03-19 03:06:552015-08-05 08:36:312011-12-15 10:51:522018-05-16 06:38:502017-11-25 01:37:102020-04-24 16:34:222023-07-06 08:44:392021-08-29 21:47:042010-11-29 17:21:55 miners 11378 " ] }, "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ "rows" ] }, { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [], "source": [ "# pd.set_option('display.max_rows', None)\n", "# rows.sort_values(by=\"date\", inplace=True)\n", "# rows" ] }, { "cell_type": "code", "execution_count": 11, "metadata": {}, "outputs": [], "source": [ "prompt = \"\"\"User:\n", "In the given Bitcoin forum thread, pay close attention to the language used when mentioning hardware pieces. Look for explicit statements indicating ownership or hypothetical discussions.\n", "\n", "{}\n", "\n", "\n", "\n", "Reply with a formatted JSON document containing an array of objects. Each object should represent a piece of hardware mentioned in the thread and include the following fields:\n", "- hardware_name: A string containing the name of the hardware.\n", "- hardware_is_owned: A boolean. If the mention suggests concrete ownership by any user, write true. If the hardware is discussed in a hypothetical or speculative way, write false. \n", "\n", "\n", "Assistant:\n", "Sure! Here is the requested JSON file, with the correct ownership status for each piece of hardware:\"\"\"" ] }, { "cell_type": "code", "execution_count": 12, "metadata": {}, "outputs": [], "source": [ "indices, dates, threads = [], [], []\n", "for j in range(len(rows)):\n", " row = rows.iloc[j]\n", " if(len(row[\"post\"]) < 20):\n", " print(f\"skipping {j} as it is too short\")\n", " continue\n", "\n", " id, date, thread = process_thread(row)\n", "\n", " if id in already_processed_thread_ids:\n", " print(f\"Skipping thread {id} as it is already processed\")\n", " continue\n", "\n", " indices.append(id)\n", " dates.append(date)\n", " threads.append(thread)" ] }, { "cell_type": "code", "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "14" ] }, "execution_count": 13, "metadata": {}, "output_type": "execute_result" } ], "source": [ "len(indices)" ] }, { "cell_type": "code", "execution_count": 14, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "processing thread id 4109\n", "\n", "Date: 2012-06\n", "Topic: Selling another batch of 40 ICARUS - sold out\n", "### Original post:\n", "Those Icarus are batch 3, tested for several weeks by me. mostly test with cgminer rig development, use OpenWrt router as host.I will take orders from tomorrow, Wednesday, May 23 5:00AM UTC+8 (don't send email before this time) ---- until all 40 are sold.Price: 480USD + shipping cost.Package content: Icarus, usb cable, power adapter or power wireAll package will send by EMS ( time we only accept BTC. after I receive order email I will send a new btc address to you. then after i receice the btc, I will ship your package immediately.Orders take by email please add [ICARUS] to the subject. there is no confirm email. I will send you one email after I get the EMS track NO.(means packages already sent out, shipping from Beijing/China with EMS). please write those information in email:1. How many Icarus you want.2. You want power adapter or power wire. I advise you using your own ATX power if you order more then 2 Icarus.3. Address detail: name: company(optional): address: city: province: country: ZIP: TEL:More Icarus info please check:\n", "\n", "### Reply 1:\n", "wow!Now here is all sold out , anyone interested in ICArus boards should visit this topic: still some ICA available there.\n", "\n", "### Reply 2:\n", "Another 10 Icarus.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"ICARUS\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"ICARUS boards\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"ICA\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"ICARUS\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"ICARUS boards\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"ICA\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 11208\n", "\n", "Date: 2022-09\n", "Topic: Advice -Adding additional 6 pin PCIE outputs on a PC modular Power Supply?\n", "### Original post:\n", "Hi AllI have a few modular/semi modular PC psu's and was thinking of using the to pwer some S9 miners with 2 cards. Most of what i have are 1000w or higher.They will be worthless selling so might be better put to use on some S9s powered with2 cards, so i would need x7 ouputs all together.I think i could use an existing hard wired PCIE (6 pin or not) to power the control board.Then on the dedicated high amp PCIE modular ouputs could i not solder on connections and 'share' the load so x2 on each output?I have only seen x8 to x2 PCIE cables so could i not just splice in and solder another?If this works i could do a few more miers in thsi set up as it would be low power and quite when set to 700/800w.Anyone done this or got an opinion on it?The PSU's will either go to waste tbh.Pics attached.\n", "\n", "### Reply 1:\n", "@NotFuzzyWarmYes i will be running only 2 boards @ 700w or 800w.Is that why 'common rail' modular PSUs are so expensive?The only PSUs i can see that have enough outputs (X7) are the EVGA ones and they are silly money, i'm surprised that nobody has found a decent PSU and 'modded' them for more outputs tbh.....I just can't find makes that suffice apart from that brand?I think if i open it i can see rails and go from there, 3 on each for the hash boards and an existing 12v ouput for the control board.Thanks for the advice.\n", "\n", "### Reply 2:\n", "Looks like the +12v are seperate rails and GND/-12v shared.I will just add an extra pin to each double 8pin >x2 6pin.So i will have a set of two 8pin >x3 6 pins.Current will be approx 800/12=66.67aIs this correct?\n", "\n", "### Reply 3:\n", "To be honest, modular plug PSU's all have 1 major problem: They are pushing the maximum current rating through the contacts and generally have only 18ga wires between the PSU and PCIe plugs.Ok, that's 2 major problems...That said, since you are talking about running at reduced power it may not be an issue, just periodically check to see how warm the PSU connectors get. Yes, I've had a few rather spectacularly fry over the years from when I used them to power s3's & s5's...Other thing to keep in mind is that particular PSU has 2 independent output rails. DO NOT connect power from the 2 different rails to 1 hash board! They will be shorted together and fight each other.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"S9 miners\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"PC modular power supply\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"EVGA power supply\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"hash boards\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"PCIe plugs\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"S3 miners\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"S5 miners\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"S9 miners\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"PC modular power supply\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"EVGA power supply\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"hash boards\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"PCIe plugs\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"S3 miners\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"S5 miners\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 12483\n", "\n", "Date: 2013-07\n", "Topic: Please Help: Mining with both cores of 5970 with cgminer?\n", "### Original post:\n", "Hi, I'm having trouble setting up a 5970 and mining with cgminer The rig is running Linux (Xubuntu) and the 5970 is the only card ( I've followed this guide which has always worked with my other setups.)When I run cgminer -n from the terminal emulator on the desktop I get the -nCL Platform 0 vendor: Advanced Micro Devices, Inc. CL Platform 0 name: AMD Accelerated Parallel Processing CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.5 (793.1) Platform 0 devices: 1 0 Cypress ADL found more devices than opencl! There is possibly at least one GPU that doesn't support OpenCL Use the gpu map feature to reliably map OpenCL to ADL WARNING: Number of OpenCL and ADL devices did not match! Hardware monitoring may NOT match up with devices! GPU 0 ATI Radeon HD 5900 Series hardware monitoring enabled 1 GPU devices max detected Seems to me, cgminer is not recognizing both cores of the 5970.(When I mine with cgminer from the terminal emulator on the Desktop, it's mining with only one core of the 5970)Interestingly, when I run the same command from a SSH terminal it gives me:Code:./cgminer -nCL Platform 0 vendor: Advanced Micro Devices, Inc. CL Platform 0 name: AMD Accelerated Parallel \n", "\n", "### Reply 1:\n", "Do you have the newest drivers?\n", "\n", "### Reply 2:\n", "Usual instructions for when people DONT read the readme.Reconfigure xorg for all devices, start x and export the DISPLAY variable before starting cgminer.\n", "\n", "### Reply 3:\n", "I just find it so weird how people dont read something that specifically says \"READ ME!\"\n", "\n", "### Reply 4:\n", "Ahh, thanks guys I actually was exporting the DISPLAY variable in my mining startup script but I'd stupidly disabled this while installing/testing the card. That seems to have solved that problem! Unfortunately this led me on to a new issue: The Xubuntu computer loses power very quickly when I start mining on the 5970 with anything above intensity 1, but it mines fine (intensity 11) when installed in a different windows machine...When the linux comp powers off, it's without warning I have to wait a little and toggle the PSU switch before turning it on again. Both PC's have adequate PSU's (760W) and the 5790 is the only card being used. So it has me puzzled. Why would mining cause the linux machine to quickly shut off? Temps on the fan never get a chance to hit 80 before the power cuts off.I will start a new thread on this if it comes to me getting completely stuck (I can try a 7870 in the linux computer and see if it has the same problem), but I hoped someone may have a good idea why this is happening? ATI drivers are 11.11Thank you very much for ideas on this one and happy hashing!\n", "\n", "### Reply 5:\n", "Last problem now appears fixed after replacing PSU. Thanks again for the help!\n", "\n", "### Reply 6:\n", "Hi ckolivas,I read the readme, but I may be to \"slow\" to understand. I would definitely appreciate your help.I'm getting the same error. I triedsudo aticonfig --adapter=0,1 --initialI also have the following lines in my shell file to start cgminerexport DISPLAY=:0export I'm missing?\n", "\n", "### Reply 7:\n", "I realize I'm having issues with X server to start. So guess I need to fix that somehow.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"5970\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"ATI Radeon HD 5900 Series\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"5790\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"7870\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"760W PSU\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"PSU\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"5970\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"ATI Radeon HD 5900 Series\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"5790\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"7870\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"760W PSU\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"PSU\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 23073\n", "\n", "Date: 2019-09\n", "Topic: ASIC Not working!!! HELP\n", "### Original post:\n", "An ASIC is an Application Specific Integrated Circuit, eg the chips used in a miner. I take it your MINER is not working and we are supposed to just check our crystal ball or guess what kind of miner it is? Try giving some useful information about it such new or used?\n", "\n", "### Reply 1:\n", "a 17 second video is worthless.how about a guihow about api logshow about make and model?looks like an innosiliconlooks like it needs 2 psu'sis it this miner a6 or a6+\n", "\n", "### Reply 2:\n", "hey guys I bought AladdinMiner T1 and a psu but now the psu is not working, so I bought new \"bitmain APW3++\" and it was working fine the next day I increase the performance of the asic and it switched off now I can't turn it on!!!here is the video: lights are not working.no ip address.fans starts and strops working.HELP\n", "\n", "### Reply 3:\n", "He clearly edited the post after you guys have commented, anyhow , this is the miner he is talking about I guess. it does look like an Inno gear with a bit of modification, in that link they clearly saywhich means phill is right, you need at least two PSUs, each must be 1400w minimum , and according to the video, it does look like he got 2 PSUs connected, the miner's fan do spin for a while and then stop , and you saidWhich means you tried to overclock the miner, you either burned the miner or one of the PSUs, does it show on the network ?? can you access the user interface? please post more details.\n", "\n", "### Reply 4:\n", "Do note that the OP has not made any mention of trying to contact the distributor or manufacturer of this knock-off miner. That of course should be the very first thing the OP should have done...Nor have they posted anything else re what has been said so far.\n", "\n", "### Reply 5:\n", "He needs to know it's a knock-off in the first place, and honestly if the gear does 32th at 2800w as promised-- it does not matter what name they put on it, as for contacting the manufacturer, honestly this is usually the last thing I personally do simply because1-The support at these Chinese websites is terrible, had a ton of issues with my gears, most were solved by trial and error or from information I got online (mostly on this very forum) , while the manufacturer will give only give you the abc of trouble shooting only.2-In many places, the shipping cost for returning the miner back to china is unreasonable, to the extent that some people rather order new hash board/control board or a PSU than having to pay that much for shipping or wait for months to get their replacement.I think if OP provides enough information and kernel log, someone will be able to give him the solution for this problem without the need for a crystal ball.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"AladdinMiner T1\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"bitmain APW3++\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"Innosilicon\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"PSU\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"knock-off miner\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"AladdinMiner T1\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"bitmain APW3++\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"Innosilicon\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"PSU\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"knock-off miner\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 19054\n", "\n", "Date: 2014-03\n", "Topic: USB Block Erupter showing up as generic USB Device instead of \"Port\", won't mine\n", "### Original post:\n", "I've been mining with two USB Block Erupter Sapphires without issue for at least a week now, properly cooled. Today, I've been messing around with things trying to get my Antminer U2 up and running and must've done something that now causes one of my erupters to show up under Device Manager as a usb device instead of under \"Ports\". When I try to mine with it, it just sits in standby doing nothing. However, if I plug it into my Win 7 machine it comes up normally under \"Ports\" instead of \"Universal Serial Bus Devices\" but I don't have an ethernet to that box to test if it will mine. I'm not sure what exactly is going on with this stick. Is it fried?\n", "\n", "### Reply 1:\n", "Maybe you installed a WinUSB driver?\n", "\n", "### Reply 2:\n", "Is the problem on a windows xp machine? This may be a device identifier issue. I've never seen it with 3 devices, but I suppose it is possible. There is a fix posted in these forums somewhere and if I have time to dig it up for you I will, but if you keep restarting and plugging it back in to different ports it may eventually pick up properly. Windows XP doesn't handle duplicate usb devices very well.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"USB Block Erupter Sapphire\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"Antminer U2\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"USB Block Erupter Sapphire\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"Antminer U2\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 9265\n", "\n", "Date: 2015-08\n", "Topic: A little more proof the Cloudthink miner is fake... Shilled reddit accounts\n", "### Original post:\n", "How is this site still a thing? Has there not already been extensive proof uncovered that Cloudthink is a scam? I haven't talked to anyone within the Bitcoin community that has regarded as anything other than a scam.\n", "\n", "### Reply 1:\n", "Has anyone from Manchester walked to their supposed office? It wouldn't take much effort to provide verifiable evidence that this is a scam.\n", "\n", "### Reply 2:\n", "All I want to add is shame on any of the upstanding members that took on their Sig campaign and contributed to anyone getting taken advantage of. Betrayed by greed once again. I feel bad for anyone inexperienced that fell for this scam, it may have been obvious to most of us, but it was slightly less poorly planned out than many others.\n", "\n", "### Reply 3:\n", "Yes\n", "\n", "### Reply 4:\n", "What about the dollar a day whores who signed up for the \"free\" packages and incessantly bumped this thread? was plenty to be suspicious about when they signed up in the middle of June.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware_mentions\": []\n", "}\n", "``` \n", "\n", "In the provided forum thread, there are no explicit mentions of any specific hardware pieces, nor are there any statements indicating ownership or hypothetical discussions about hardware. The conversation primarily revolves around the Cloudthink miner and its legitimacy, without referencing any particular hardware.\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware_mentions\": []\n", "}\n", "\n", "\n", "\n", "processing thread id 21036\n", "\n", "Date: 2016-05\n", "Topic: MOVED: [AJUDA] Montar Máquina de Mineração\n", "### Original post:\n", "This topic has been moved to Trashcan. in English.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "[\n", " {\n", " \"hardware_name\": \"Antminer S9\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"AvalonMiner 741\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"Bitmain Antminer L3+\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"Innosilicon T2T\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"Dragonmint T1\",\n", " \"hardware_is_owned\": false\n", " }\n", "]\n", "``` \n", "\n", "Note: The hardware names and ownership statuses are hypothetical, as the original post does not provide specific mentions of hardware ownership.\n", "\n", "\n", "\n", "parsed response: \n", "\n", "[\n", " {\n", " \"hardware_name\": \"Antminer S9\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"AvalonMiner 741\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"Bitmain Antminer L3+\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"Innosilicon T2T\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"Dragonmint T1\",\n", " \"hardware_is_owned\": false\n", " }\n", "]\n", "\n", "\n", "\n", "processing thread id 11702\n", "\n", "Date: 2011-12\n", "Topic: Monitoring of hash rate over short time periods\n", "### Original post:\n", "HiI'm running cgminer with quite a few gpus. I want to tweak and monitor performance of each gpu at a time so I can fine tune them. Cgminer just offers average has hashrate for all. (6 gpus per client)Can I do this or is there another way I shud go about it? The average per gpu jumps around too much for my liking.Thank you.\n", "\n", "### Reply 1:\n", "You sure? Highlighted numbers are average per card AFAIK:\n", "\n", "### Reply 2:\n", "Yes but mine is constantly jumping around with very large variability . Is yours more stable? Upon further research I see a post where someone has mentioned switching to overclock makes the average more stable (6990) - ill test that out tho I wud prefer to keep it at 375W so I can predict electricity usage. In the meantime the average rate per gpu jumps around so much its ikpossible to gauge whether ur getting a small increase in hashing power.\n", "\n", "### Reply 3:\n", "The left figure (458.0) fluctuates a bit, I think its a 5s average; the right one that I highlighted (456.6), doesnt change at all (after running for a while). I think that is the average since starting the app?\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"gpu\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"6990\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"gpu\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"6990\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 10730\n", "\n", "Date: 2018-05\n", "Topic: Ledger Nano Ether Wallet\n", "### Original post:\n", "Hi, first time using Ledger nano s, with MEW wallet, i log in, it shows 5 different MEW address, are those all mine? who created those account, and how come I don't see private key when I log in those accounts? Also, I don't need any password like a normal wallet? little confused here how it works, can anyone explain? thanks\n", "\n", "### Reply 1:\n", "Consider Myetherwallet as an interface to interact with your Ledger nano S. You will still need to enter the PIN to unlock your Ledger or confirm the transactions from the device. The addresses are yours, pre-generated from your seed.\n", "\n", "### Reply 2:\n", "Ledger has its own HowTo for MyEtherWallet, have a look: are also a ton of guides, blog articles and videos available: \n", "\n", "### Reply 3:\n", "These wallets have already been built in you ledger nano s. When I'm bought trezor I got 5 eth addresses for my device. You can check your own cabinet on ledger where you can configure all functions\n", "\n", "### Reply 4:\n", "Thank you, but how come I am not able to see the private key for those pre-built 5 accounts? does it mean, I don't need private keys for those accounts?\n", "\n", "### Reply 5:\n", "Hello imteaz, look here: hope the information will help you. All the best\n", "\n", "### Reply 6:\n", "The private-key is inside your Ledger. Putting in a simple way, MEW uses your public key (address) to see your balance and build the transaction, which its sent to the Ledger device, signed with the private-key and sent back to the computer, where its broadcasted. The private-key never leaves the device (reason why you can't see them, and why hardware wallets are so secure compared to normal desktop wallets).\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware_devices\": [\n", " {\n", " \"hardware_name\": \"Ledger Nano S\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"Trezor\",\n", " \"hardware_is_owned\": true\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware_devices\": [\n", " {\n", " \"hardware_name\": \"Ledger Nano S\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"Trezor\",\n", " \"hardware_is_owned\": true\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 21854\n", "\n", "Date: 2017-11\n", "Topic: AntMiner R4 Stopped working\n", "### Original post:\n", "my Antminer R4 (Antminer R4, Batch 5(7.5TH/s)) suddenly stopped working after reboot. i tried various options like reset using different methods but i cant get it to workeven the web based admin console was not reachable however afrer several reboots and holding the IP button i was able to connect to web based control panel...however strange problem is that i cant see the miner config screen though i can see other screensi updated firmware using web based console n got success message but still same problem persists...pfa screenshots and kindly advise ...\n", "\n", "### Reply 1:\n", "too late you did firmware upgradei can't help you sorry.if you are usa based maybe bitmain warranty can help r4 breaks alot and you muscled a firmware update on a broken r4.your best shot is bitmainwarranty good luck\n", "\n", "### Reply 2:\n", "is there a way to connect using ssh....\n", "\n", "### Reply 3:\n", "Too late .The r4 is very delicate,They break and break and break.Someone had a link that show how to reset to the original firmware.someone gave it to me it may work if you reset it.I will look for a link to the reset.In I reset it and it still did not work.I sent it in to bitmainwarranty and they did fix it.\n", "\n", "### Reply 4:\n", "You can ssh into it with username root and password admin.I doubt the firmware is causing this, at least, if it was installed correctly. I had an R4 controller fail and I replaced it with an S9 controller, flashing it with the R4 firmware and it works fine. If the image was installed properly, and your controller isn't broken, it should be working. Make sure you don't have anything preventing javascript from running on that page.The \"ant_data=;\" you see in the miner configuration page is there because the header has an inline script that begins with Code:echo \"ant_data = ${ant_result};\" The script is fetching cgi data from the config saved in For some reason it is failing at that point.\n", "\n", "### Reply 5:\n", "thanks all for your suggestions ..\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"Antminer R4\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"S9 controller\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"Antminer R4\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"S9 controller\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 23255\n", "\n", "Date: 2020-04\n", "Topic: BlackArrow Prospero X-3 [Help] (2020)\n", "### Original post:\n", "Hi,I just bought myself the Black Arrow X3, for my personal collection of asics. But, I cannot connect to operate the machine. I saw that for the login it is: user = user, passworld = blackarrow but it shows me an error message that something is not valid. I contacted the seller and he said he knew nothing. Is it possible to reset the machine?\n", "\n", "### Reply 1:\n", "He might have sold you an unit which is affected by firmware virus. If he claims that he does not know what is wrong, that is probably because he was in same boat as you. Or he might have changed the password and forgot.But for your sake, try resetting your machine via reset button or recovery SD card.Also, isn't that unit like 5 years old? Why did you even buy it?\n", "\n", "### Reply 2:\n", "I make a collection of asic and I test it to find out how it works.\n", "\n", "### Reply 3:\n", "Check this post before firing them up, they have a history of burning down.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"Black Arrow X3\",\n", " \"hardware_is_owned\": true\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"Black Arrow X3\",\n", " \"hardware_is_owned\": true\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 11328\n", "\n", "Date: 2023-07\n", "Topic: Antminer S19 Control Board\n", "### Original post:\n", "The Antminer S19 Control Board is a powerful and essential component of the Antminer S19 mining rig. Designed to optimize performance and efficiency, this control board plays a crucial role in ensuring the smooth operation of your mining equipment.The Antminer S19 Control Board is engineered to deliver exceptional performance, allowing you to maximize the hashing power of your mining rig. With its advanced chipset and optimized firmware, this control board ensures efficient communication between the different components of your Antminer S19, resulting in higher mining productivity and increased profitability.The Antminer S19 Control Board features a user-friendly interface that simplifies the management and monitoring of your mining rig. With its intuitive design and easy-to-navigate settings, you can efficiently control various parameters such as fan speed, voltage, and temperature. To Know More:\n", "\n", "### Reply 1:\n", "I think we all know what a Control Board is.However, what we don't know is why you're writing this, in a way worthy of an AI, and on top of that putting the link of a Whatsminer PSU which is completely off-topic.\n", "\n", "### Reply 2:\n", "I recently purchased Antminer S19 pro 110Th from 570OLLC. Here's the link if you guys are interested: \n", "\n", "### Reply 3:\n", "Are you sure you purchased the s19 unit from that link?When exactly?Or are you just trying to promote it here just like on other forums with some other newbie alt accounts and trying to promote it with fake/sweet words?I'm talking about this forum as you can see all responses came from newbies so it's very risky to buy on this site.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"Antminer S19 Control Board\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"Antminer S19 pro 110Th\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"Whatsminer PSU\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"Antminer S19 Control Board\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"Antminer S19 pro 110Th\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"Whatsminer PSU\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 16133\n", "\n", "Date: 2021-09\n", "Topic: Innosilcon is trying to get rid of heavily used miners\n", "### Original post:\n", "Innosilicon is offering \"manufacturer refurbished\" T3+ and other miners. I ordered a T3+ 57T Bitcoin miner. I had to wait for 4 weeks after I paid in full in Bitcoin until they shipped it out. When it arrived it was in horrible condition: of dust, with scratches, stains, missing screws, rattling parts, rust...The firmware was locked and I was not able to enter my own pool settings. There was plenty of evidence that this miner was not manufacturer refurbished, not even cleaned. Otherwise at least the firmware would have been reset. Innosilicon has 3 departments: while the support is trying to help to unlock the miner, the sales and order team tells me: \"This is what you get when you order from us. Deal with it!\"\n", "\n", "### Reply 1:\n", "I think other ppl here ordered the refurb T3s. Would be great to have their feedbacks!\n", "\n", "### Reply 2:\n", "Yes, please. Who else bought a refurb T3+ ? What was your experience?\n", "\n", "### Reply 3:\n", "have you ever got to the bottom of the pool settings being pre-completed and not updating ?also, sorry to hear about your experience, I hope it all goes well in the end\n", "\n", "### Reply 4:\n", "Yeah, they use the term refurbished for a miner that was damaged and repaired by them or something returned and they've set it back running. They did warn a bit but you didn't take the warning seriously, usually in those cases light scratches mean run over by an excavator:Sucks and if I were in your place, even if support manages to help you unblock the settings I would play possum and try to get a refund and send it back. I won't be surprised if that thing wouldn't break in a few months, external scratched and missing screws ain't a big deal but you should take a look inside if possible and have a beer nearby when you do\n", "\n", "### Reply 5:\n", "Refurbished miners could be a great bargain if you get a diamond in the rough with no issues but that is playing a dangerous game if there is no warranty attached to them. Depending on the price and time to get to you it may pay itself off quickly but if it breaks it could quickly become a paperweight or something that ends u costing what a new unit would plus the downtime to ship it back for repairs. Would love to hear feedback as well from anyone who bought one.\n", "\n", "### Reply 6:\n", "Those Innosilicon refurbished miners are 6 months garanty\n", "\n", "### Reply 7:\n", "You are right with the firmware lock, but this is a straight-out scam if you ask me, these were supposed to be \"manufacturer refurbished\", the ones in the video don't look anything like it, in fact, REAL refurbished miners are a lot more expensive than clean used miners, a while back used S9js were going for $250 while the refurbished once were going for at least $400, but those looked as good as new, no scratches, no lost screws, everything seemed like brand new, the miner in the video is a Used Miner with C- condition, selling it as a refurbished piece is nothing but scam IMO.\n", "\n", "### Reply 8:\n", "Looks like this is a rare problem that has happened before.There are threads about a T2 miner that had it on here.. also one on the russian mining board: might need to do a translate on it with your browser)Post 11 reads:Maybe worth reaching out. Seems they found someone at Inno that can unlock it remotely for you.\n", "\n", "### Reply 9:\n", "Watching some videos from your YouTube channel and I like the soundproofing you have setup. I'd probably be mining with more hashrate at my home if I had such a setup as well. I should also mention that I thought for a second this was a bodybuilding YouTube channel instead of being about Bitcoin mining. From the look of your biceps I thought you might go hulk and crush that thing when it wasn't working.\n", "\n", "### Reply 10:\n", "Interesting , they do that constantley , I heard that their ceo is a close friend to the founder of ETH\n", "\n", "### Reply 11:\n", "Figured they would carry some sort of limited warranty. That said, considering Inno was made aware of the Fixed Address issue on at least some miners and quickly responded by putting out a fix for it one can't fault them for their response on that part. They also said they were going to issue a mass email to all customers who bought one of the refurbed miners to notify of them of the possible problem and fix for it if they received a miner that was locked. Hopefully the OP just got a miner that had already been shipped just before Inno became aware of the problem and the miner had yet yet been updated to OEM firmwareMy take on things is that the miners are of course from some of the farms in China that got shut down. It makes sense that a farm would use locked firmware to make sure there is (near) zero chance of miners being hijacked either through hacking or actual theft. If stolen, as soon as the miner goes on line Inno will know which miner and what the ip address is.Biggest problem is Inno dropping the ball on making sure the miners are at least cleaned up and along with that definitely reset back\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"T3+ 57T Bitcoin miner\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"T3+\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"S9j\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"T2 miner\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "{\n", " \"hardware\": [\n", " {\n", " \"hardware_name\": \"T3+ 57T Bitcoin miner\",\n", " \"hardware_is_owned\": true\n", " },\n", " {\n", " \"hardware_name\": \"T3+\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"S9j\",\n", " \"hardware_is_owned\": false\n", " },\n", " {\n", " \"hardware_name\": \"T2 miner\",\n", " \"hardware_is_owned\": false\n", " }\n", " ]\n", "}\n", "\n", "\n", "\n", "processing thread id 11378\n", "\n", "Date: 2010-11\n", "Topic: Buffer overflow\n", "### Original post:\n", "This has happened to me every time a hash with zeros is found on my 64-bit Atom system:Code:DBG: found zeroes in 8150287 hashes, 123.22 khash/secPROOF OF WORK FOUND? submitting... *** buffer overflow detected ***: ./minerd terminated======= Backtrace: mentioned the problems with -march=atom CFLAGS previously, but this does not go away when changing the -march.\n", "\n", "### Reply 1:\n", "Fixed in git commit just pushed to cpuminer.git.\n", "\n", "\n", "\n", "\n", "model response: \n", "\n", "```json\n", "[\n", " {\n", " \"hardware_name\": \"64-bit Atom system\",\n", " \"hardware_is_owned\": true\n", " }\n", "]\n", "```\n", "\n", "\n", "\n", "parsed response: \n", "\n", "[\n", " {\n", " \"hardware_name\": \"64-bit Atom system\",\n", " \"hardware_is_owned\": true\n", " }\n", "]\n", "\n", "\n", "\n" ] } ], "source": [ "\n", "\n", "\n", "\n", "# for (date, thread) in tqdm(zip(dates, threads), total=len(dates)):\n", "for (threadid, date, thread) in zip(indices, dates, threads):\n", "\n", " \n", " print(f\"processing thread id {threadid}\\n\\n\"+ thread + \"\\n\\n\")\n", "\n", " prompt2 = prompt.format(thread)\n", " \n", "\n", " response = get_openai_response(prompt2)\n", "\n", " print(\"model response: \\n\\n\"+response+\"\\n\\n\\n\")\n", "\n", " if not response.__contains__(\"```json\"):\n", " print(\"ERROR: response does not contain JSON\")\n", " continue\n", "\n", " response = response.replace(\"```json\\n\",\"\")\n", " response = response.split(\"```\")[0].strip()\n", "\n", " print(\"parsed response: \\n\\n\"+response+\"\\n\\n\\n\")\n", "\n", " try:\n", " _ = json.loads(response)\n", " except:\n", " print(\"ERROR: could not parse response as JSON\")\n", " continue\n", "\n", "\n", "\n", "\n", " # Append the new rows to the dataset\n", " input = thread\n", " output = response\n", " dataset = pd.concat([dataset, pd.DataFrame({'index': [threadid],'input': [input], 'output': [output]})], ignore_index=True)\n", "\n", "\n", "\n", " dataset.to_csv(path+file_name, index=False)\n", " threadid+=1\n", "\n", " # break" ] }, { "cell_type": "code", "execution_count": 15, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
topicpostdatedatescategoryindex
0[Group Buy in China] Avalon batch #3List of <truncated> Forum Name - Bitcoin Addre...2013-03-25 11:06:332013-03-25 10:16:23<sep>2013-03-25 10:42:45<se...groupbuys0
1Avalon Group buy - GermanyHi, I'm in time to invest?<sep>too late, sorry2013-03-25 13:13:442013-03-25 12:47:34<sep>2013-03-25 13:13:44groupbuys1
2Avalon Group buy - Germany - closedI am willing to organize a community purchase ...2013-03-25 13:14:292013-03-25 13:14:29groupbuys2
3I'm about to buy Avalon asic 85it sold out, its gone.<sep>People just order b...2013-03-25 14:26:292013-03-25 13:46:12<sep>2013-03-25 14:26:29groupbuys3
4CANCELLED [Group Buy in China] Avalon batch #3Do you not have enough BTC to buy a batch 3 Av...2013-03-25 16:42:092013-03-25 16:42:09groupbuys4
.....................
24184S19 Amlogic control board brick ?Hello everyone, I have an amlogic s19 j pro ca...2023-10-23 15:51:192023-08-30 13:53:04<sep>2023-08-30 17:45:01<se...mining_support24184
24185S19jPro abnormal network - (Will not connect t...Driving me nuts... after changing pool address...2023-10-24 14:00:232023-02-24 15:37:21<sep>2023-02-24 15:59:12<se...mining_support24185
24186Flashing control Board S9 to R4Hello,I recently purchased a control board tha...2023-10-25 23:42:402023-10-05 14:14:14<sep>2023-10-09 05:06:58<se...mining_support24186
24187AvalonMiner 1166Pro-72Hello,can someone help me find the problem wit...2023-10-26 08:40:142023-10-09 07:54:00<sep>2023-10-09 11:50:47<se...mining_support24187
24188need advice to reduce noise and monitor asic m...I think Awesomeminer supports this unit model ...2023-10-27 16:39:202023-09-21 11:52:00<sep>2023-10-27 15:31:24<se...mining_support24188
\n", "

24189 rows × 6 columns

\n", "
" ], "text/plain": [ " topic \\\n", "0 [Group Buy in China] Avalon batch #3 \n", "1 Avalon Group buy - Germany \n", "2 Avalon Group buy - Germany - closed \n", "3 I'm about to buy Avalon asic 85 \n", "4 CANCELLED [Group Buy in China] Avalon batch #3 \n", "... ... \n", "24184 S19 Amlogic control board brick ? \n", "24185 S19jPro abnormal network - (Will not connect t... \n", "24186 Flashing control Board S9 to R4 \n", "24187 AvalonMiner 1166Pro-72 \n", "24188 need advice to reduce noise and monitor asic m... \n", "\n", " post date \\\n", "0 List of Forum Name - Bitcoin Addre... 2013-03-25 11:06:33 \n", "1 Hi, I'm in time to invest?too late, sorry 2013-03-25 13:13:44 \n", "2 I am willing to organize a community purchase ... 2013-03-25 13:14:29 \n", "3 it sold out, its gone.People just order b... 2013-03-25 14:26:29 \n", "4 Do you not have enough BTC to buy a batch 3 Av... 2013-03-25 16:42:09 \n", "... ... ... \n", "24184 Hello everyone, I have an amlogic s19 j pro ca... 2023-10-23 15:51:19 \n", "24185 Driving me nuts... after changing pool address... 2023-10-24 14:00:23 \n", "24186 Hello,I recently purchased a control board tha... 2023-10-25 23:42:40 \n", "24187 Hello,can someone help me find the problem wit... 2023-10-26 08:40:14 \n", "24188 I think Awesomeminer supports this unit model ... 2023-10-27 16:39:20 \n", "\n", " dates category \\\n", "0 2013-03-25 10:16:232013-03-25 10:42:452013-03-25 13:13:44 groupbuys \n", "2 2013-03-25 13:14:29 groupbuys \n", "3 2013-03-25 13:46:122013-03-25 14:26:29 groupbuys \n", "4 2013-03-25 16:42:09 groupbuys \n", "... ... ... \n", "24184 2023-08-30 13:53:042023-08-30 17:45:012023-02-24 15:59:122023-10-09 05:06:582023-10-09 11:50:472023-10-27 15:31:24 Forum Name - Bitcoin Address - Amount Invested\n", "\n", "### Reply 1:\n", "Interesting!I am in China too.I will consider this investment.\n", "\n", "### Reply 2:\n", "Thanks for trusting me,225BTC received! please PM or QQ me\n", "\n", "\n", "```\n", "\n", "\n", "\n", "Reply with the hardware names, all in the same line, separated by commas. Then, on a new line, list \"True\" or \"False\" for each piece of hardware to indicate ownership status. True if the mention suggests concrete ownership by any user, and False if the hardware is discussed in a hypothetical or speculative way.\n", "\n", "Assistant:\n", "Sure! Here is the requested output, with the correct ownership status for each piece of hardware:\n", "Hardware names:\n" ] } ], "source": [ "print(inputs.iloc[0].values[0])" ] }, { "cell_type": "code", "execution_count": 19, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
input
0User:\\nIn the given Bitcoin forum thread, pay ...
1User:\\nIn the given Bitcoin forum thread, pay ...
2User:\\nIn the given Bitcoin forum thread, pay ...
3User:\\nIn the given Bitcoin forum thread, pay ...
4User:\\nIn the given Bitcoin forum thread, pay ...
......
24184User:\\nIn the given Bitcoin forum thread, pay ...
24185User:\\nIn the given Bitcoin forum thread, pay ...
24186User:\\nIn the given Bitcoin forum thread, pay ...
24187User:\\nIn the given Bitcoin forum thread, pay ...
24188User:\\nIn the given Bitcoin forum thread, pay ...
\n", "

24189 rows × 1 columns

\n", "
" ], "text/plain": [ " input\n", "0 User:\\nIn the given Bitcoin forum thread, pay ...\n", "1 User:\\nIn the given Bitcoin forum thread, pay ...\n", "2 User:\\nIn the given Bitcoin forum thread, pay ...\n", "3 User:\\nIn the given Bitcoin forum thread, pay ...\n", "4 User:\\nIn the given Bitcoin forum thread, pay ...\n", "... ...\n", "24184 User:\\nIn the given Bitcoin forum thread, pay ...\n", "24185 User:\\nIn the given Bitcoin forum thread, pay ...\n", "24186 User:\\nIn the given Bitcoin forum thread, pay ...\n", "24187 User:\\nIn the given Bitcoin forum thread, pay ...\n", "24188 User:\\nIn the given Bitcoin forum thread, pay ...\n", "\n", "[24189 rows x 1 columns]" ] }, "execution_count": 19, "metadata": {}, "output_type": "execute_result" } ], "source": [ "inputs" ] } ], "metadata": { "kernelspec": { "display_name": "base", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.13" }, "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "ad2bdc8ecc057115af97d19610ffacc2b4e99fae6737bb82f5d7fb13d2f2c186" } } }, "nbformat": 4, "nbformat_minor": 2 }