Mining-Profitability

cpuminer 能正常工作嗎?

  • October 23, 2019

我有一個關於使用 cpuminer 探勘比特幣的問題。我知道它效率不高,但我不是要從中賺錢(顯然),我只是想開採一些比特幣。

現在,我已經在 Ubuntu 上下載並編譯了它,然後啟動了程序,如輸出所示:

./minerd --url=stratum+tcp://<server>:3333 --userpass=<username.worker>:<password> --algo=sha256d

[2015-04-26 20:22:45] Starting Stratum on stratum+tcp://<server>:3333
[2015-04-26 20:22:45] Binding thread 2 to cpu 2
[2015-04-26 20:22:45] Binding thread 1 to cpu 1
[2015-04-26 20:22:45] 4 miner threads started, using 'sha256d' algorithm.
[2015-04-26 20:22:45] Binding thread 0 to cpu 0
[2015-04-26 20:22:45] Binding thread 3 to cpu 3
[2015-04-26 20:22:48] thread 3: 2097152 hashes, 1814 khash/s
[2015-04-26 20:22:48] thread 0: 2097152 hashes, 1774 khash/s
[2015-04-26 20:22:48] thread 1: 2097152 hashes, 1742 khash/s
[2015-04-26 20:22:48] thread 2: 2097152 hashes, 1355 khash/s
[2015-04-26 20:23:54] thread 2: 81299404 hashes, 1230 khash/s
[2015-04-26 20:24:05] thread 1: 104547880 hashes, 1354 khash/s
[2015-04-26 20:24:13] thread 3: 108821800 hashes, 1272 khash/s
[2015-04-26 20:24:25] thread 0: 106421736 hashes, 1095 khash/s
[2015-04-26 20:25:01] thread 2: 73787712 hashes, 1102 khash/s
[2015-04-26 20:25:07] thread 1: 81252652 hashes, 1312 khash/s
[2015-04-26 20:25:14] thread 3: 76317796 hashes, 1256 khash/s
[2015-04-26 20:25:27] thread 0: 65677172 hashes, 1051 khash/s
[2015-04-26 20:25:52] thread 2: 66108472 hashes, 1305 khash/s
[2015-04-26 20:26:12] thread 3: 75386708 hashes, 1307 khash/s
[2015-04-26 20:26:15] thread 1: 78701868 hashes, 1152 khash/s
[2015-04-26 20:26:28] thread 0: 63037412 hashes, 1031 khash/s

我現在遇到的問題是我從來沒有得到任何這樣的輸出:

[<Date>, <Time>] accepted: x/y (x/y%), <bla>khash/s (yay!!!)

在礦池中,我沒有看到我的工人線上。

我現在想知道,我的電腦是否可以完成任何工作,或者它是否太慢並且它投入採礦的所有工作都浪費了。

你正在挖礦,但今天的大多數礦池都有最低共享難度要求,否則速度非常快的礦工會用他們必須處理和丟棄的股份轟炸它們。對於許多礦池來說,這至少是 128 或更高,這意味著 CPU 礦工平均需要幾天時間才能找到份額。沒有任何礦池的支出低於 0.00001 BTC,因此如果您此時使用 CPU 或 GPU 進行挖礦,您絕對沒有機會獲得工作報酬。

CPUMiner 在挖礦軟體選項庫中佔有一席之地,但對於比特幣,除非大規模使用,否則它不會有效。

我不記得具體細節,但 2 年前的一家影片遊戲製造商基本上將 CPUMiner 編碼為木馬,當系統空閒時,它基本上會加速執行。

他們受到巨額罰款……但是,是的,CGMiner 可以探勘比特幣,如果你將礦工指向一個或多個層代理(介於兩者之間)礦工系統和目標池。

將 CPUMiner 部署在 1000 台控制台、系統甚至 iPhone(數百萬台)上,是的,你會看到 BTC 收入。

就 GPU 而言,總是有新的貨幣被開發出來。只要知道這是高風險的,並且受到上述貨幣開發商的操縱。

引用自:https://bitcoin.stackexchange.com/questions/37099