Post
Topic
Board Hardware
Re: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC)
by
nev_dull
on 02/05/2014, 20:24:28 UTC
I'm running this command:

/opt/dualminer-cgminer/bin/cgminer  --dualminer-pll 850   -d0,1,2  --scrypt  -p z -u 1CLjKuuyvgaHEKQfcUxoPenYgXViFyNiF5 -o stratum+tcp://uswest.wafflepool.com:3333   --remove-disabled  --api-listen --api-allow W:192.168.0.0/24 --api-port 5028

starting up:

 cgminer version 3.5.0 - Started: [2014-05-02 15:12:49]
--------------------------------------------------------------------------------
 (5s):162.2K (avg):171.2Kh/s | A:512  R:0  HW:0  WU:1.8/m
 ST: 2  SS: 0  NB: 2  LW: 27  GF: 0  RF: 0
 Connected to uswest.wafflepool.com diff 512 with stratum as user 1CLjKuuyvgaHEKQfcUxoPenYgXViFyNiF5
 Block: d858bce702af909b...  Diff:1.47M  Started: [15:13:08]  Best share: 629
--------------------------------------------------------------------------------
 [P]ool management [S ]ettings [D]isplay options [Q]uit

 DM 0:                | 48.45K/58.57Kh/s | A:  0 R:0 HW:0 WU:0.0/m
 DM 1:                | 48.45K/58.57Kh/s | A:  0 R:0 HW:0 WU:0.0/m
 DM 2:                | 67.43K/80.57Kh/s | A:512 R:0 HW:0 WU:1.8/m
--------------------------------------------------------------------------------

 [2014-05-02 15:12:43] Started cgminer 3.5.0
 [2014-05-02 15:12:43] ^[[1;32mdualminer Detect LTC: Test Success at 1:113-i0: get 00050cdd, should: 00050cdd^[[0m
 [2014-05-02 15:12:45] ^[[1;32mdualminer Detect LTC: Test Success at 1:112-i0: get 00050cdd, should: 00050cdd^[[0m
 [2014-05-02 15:12:46] ^[[1;32mdualminer Detect LTC: Test Success at 1:111-i0: get 00050cdd, should: 00050cdd^[[0m
 [2014-05-02 15:12:48] ^[[1;32mDetected Ltc devices total: 3^[[0m
 [2014-05-02 15:12:48] Probing for an alive pool
 [2014-05-02 15:12:48] Pool 0 difficulty changed to 512
 [2014-05-02 15:12:49] Network diff set to 5.4M
 [2014-05-02 15:12:54] API running in IP access mode on port 5028 (13)
 [2014-05-02 15:13:01] ^[[1;32mAccepted 1eb0f973 Diff 629/512 DM 2 ^[[0m
 [2014-05-02 15:13:01] Stratum from pool 0 requested work restart
 [2014-05-02 15:13:08] Network diff set to 1.47M
 [2014-05-02 15:13:08] Stratum from pool 0 detected new block
 [2014-05-02 15:13:14] Stratum from pool 0 requested work restart
 [2014-05-02 15:13:20] Stratum from pool 0 requested work restart


.then it'll settle down:

 DM 0:                | 57.15K/55.80Kh/s | A: 512 R:0 HW:0 WU:0.2/m
 DM 1:                | 57.15K/58.09Kh/s | A: 512 R:0 HW:0 WU:0.2/m
 DM 2:                | 56.89K/60.49Kh/s | A:2048 R:0 HW:0 WU:0.7/m

..just to prove I'm running a version of cgminer that supports the --dualminer-pll argument:

# strings /opt/dualminer-cgminer/bin/cgminer |grep dualminer |head -3
/opt/dualminer-cgminer/bin
--dualminer-pll
--dualminer-btc

..under a windows VM using the official software from dualminer.com I also get around the same speeds.