Dear Ethereum forums,
I have two Apple computers - one is an iMac with i7 and Nvidia GTX 780M, and the other is a Macbook Air i5 with Intel HD Graphics 6000.
How do I get started mining Ethereum with my graphics cards? I have installed Homebrew but I don't see what the next step is. Where does the mined ethereum go - what wallet does it enter? Is there any way to limit % of graphics card power used? What hashrates should I expect?
I'd be very grateful for any advice or guidance.
1 ·
Comments
1) You can't mine on an Intel HD integrated graphics chip, period. Uses shared system RAM, not super-fast GDDR5 gpu RAM that's needed, and the miner won't recognize it.
2) If your GTX780M has 2GB, it's possible but not going to be very good (low, low hash rate). The DAG file (1.4GB) has to fit entirely in GPU memory, even so the 7xx series won't mine too well. 3-4GB GPU RAM is minimum these days. Yes, you probably could mine on it, just don't expect much. And don't let anybody tell you it will "melt" — you can't hurt it, but just remember heat over time shortens the life of all silicon-based lifeforms. SMCFanControl still works on El Cap, so you can crank the fans up.
3) The only real option on the Mac for mining is a 2008-2013 Mac Pro you can put 6-pin-only cards in (like an R7 370 or GTX950/960). I'm about to do this on a 2008 w/370's when they show up — stay tuned, I'll post something next week.
If you follow the directions here
https://github.com/ethereum/homebrew-ethereum
which will add the miner you need. Again, OpenCL only so it's not going to work very well on your GTX, would be better on the Radeon iMacs. The CUDA build of @Genoil's miner isn't compiling on El Capitan at the moment...
I have got everything up and running on my Mac pro 1.1 from 2006 patched to run el capitan. I have for now resisted running windows or GNU/Linux on this machine, with refind (refit evolution) to take the easy route as it were, but the lack of OSX support, generally here, must be alienating a lot of Mac users.
Last login: Sat May 7 08:37:46 on ttys001
Rogers-Mac-Pro:~ rogerelcapitan$ ethminer -G
[OPENCL]:Found suitable OpenCL device [GeForce GTX 960] with 4294967296 bytes of GPU memory
miner 08:38:22.706| Getting work package...
JSON-RPC problem. Probably couldn't connect. Retrying in 1...
miner 08:38:24.712| Getting work package...
miner 08:38:24.713| Grabbing DAG for #95d53b63…
miner 08:38:26.083| Got work package:
ℹ 08:38:26.083| Loading full DAG of seedhash: #abad8f99…
miner 08:38:26.084| Header-hash: 405e4e10b198aa5fec6bd18492e323d390b441b7f7d06793c636385e9b2db451
miner 08:38:26.084| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 08:38:26.085| Target: 0000000000088bc3b0e01facc94a2126625989de6845206b75b39cfb441500b8
ℹ 08:38:26.085|gpuminer0 workLoop 0 #00000000… #95d53b63…
ℹ 08:38:26.085|gpuminer0 Initialising miner...
miner 08:38:26.586| Mining on PoWhash #405e4e10… : 0 H/s = 0 hashes / 0.5 s
[OPENCL]:Using platform: Apple
[OPENCL]:Using device: GeForce GTX 960(OpenCL 1.2 )
[OPENCL]:Printing program log
[OPENCL]:
[OPENCL]:Creating one big buffer for the DAG
[OPENCL]:Loading single big chunk kernels
[OPENCL]:Mapping one big chunk.
miner 08:38:27.966| Mining on PoWhash #405e4e10… : 0 H/s = 0 hashes / 1.38 s
[OPENCL]:Creating buffer for header.
[OPENCL]:Creating mining buffer 0
[OPENCL]:Creating mining buffer 1
Abort trap: 6
Rogers-Mac-Pro:~ rogerelcapitan$
The first window says its comitting work
Last login: Sat May 7 08:36:39 on ttys001
Rogers-Mac-Pro:~ rogerelcapitan$ geth --rpc
I0507 08:38:00.134538 2118 database.go:71] Alloted 16MB cache to /Users/rogerelcapitan/Library/Ethereum/chaindata
I0507 08:38:00.655939 2118 database.go:71] Alloted 16MB cache to /Users/rogerelcapitan/Library/Ethereum/dapp
I0507 08:38:00.664912 2118 backend.go:314] Protocol Versions: [63 62 61], Network Id: 1
I0507 08:38:00.665753 2118 backend.go:362] Blockchain DB Version: 3
I0507 08:38:00.668080 2118 blockchain.go:214] Last header: #1472131 [6b5667c9…] TD=17910404658769503801
I0507 08:38:00.668122 2118 blockchain.go:215] Last block: #1472131 [6b5667c9…] TD=17910404658769503801
I0507 08:38:00.668135 2118 blockchain.go:216] Fast block: #1472131 [6b5667c9…] TD=17910404658769503801
I0507 08:38:00.675267 2118 cmd.go:115] Starting Geth/v1.3.6-9e323d65/darwin/go1.6
I0507 08:38:00.675468 2118 server.go:311] Starting Server
I0507 08:38:02.430578 2118 udp.go:212] Listening, enode://b812197a592ed3036bcb472d5fc934481d60fd615c5548b1beb78df77b2386bc8[email protected]78.69.176.146:30303
I0507 08:38:02.430813 2118 backend.go:526] Server started
I0507 08:38:02.431400 2118 server.go:552] Listening on [::]:30303
I0507 08:38:02.432141 2118 ipc.go:112] IPC service started (/Users/rogerelcapitan/Library/Ethereum/geth.ipc)
I0507 08:38:04.213086 2118 nat.go:111] mapped network port udp:30303 -> 30303 (ethereum discovery) using UPNP IGDv1-IP1
I0507 08:38:22.711404 2118 miner.go:119] Starting mining operation (CPU=0 TOT=1)
I0507 08:38:22.713712 2118 worker.go:569] commit new work on block 1472132 with 0 txs & 0 uncles. Took 2.258421ms
I0507 08:39:52.432316 2118 downloader.go:288] Block synchronisation started
I0507 08:39:52.432705 2118 miner.go:75] Mining operation aborted due to sync operation
I0507 08:39:55.432871 2118 miner.go:119] Starting mining operation (CPU=0 TOT=1)
I0507 08:39:55.434311 2118 worker.go:569] commit new work on block 1472132 with 0 txs & 0 uncles. Took 1.313026ms
I0507 08:41:36.881748 2118 blockchain.go:1251] imported 3 block(s) (0 queued 0 ignored) including 26 txs in 1.625768974s. #1472134 [5c55827f / c2c472f7]
I0507 08:41:36.942554 2118 worker.go:569] commit new work on block 1472135 with 14 txs & 0 uncles. Took 60.43141ms
I0507 08:41:37.328148 2118 blockchain.go:1251] imported 14 block(s) (0 queued 0 ignored) including 132 txs in 446.015339ms. #1472148 [ea37569e / 16534252]
I0507 08:41:37.377004 2118 worker.go:569] commit new work on block 1472149 with 21 txs & 0 uncles. Took 48.548867ms
I0507 08:41:37.768504 2118 blockchain.go:1251] imported 3 block(s) (0 queued 0 ignored) including 46 txs in 154.89245ms. #1472151 [7a8593d6 / a75f0bdb]
I0507 08:41:37.770244 2118 worker.go:569] commit new work on block 1472152 with 0 txs & 0 uncles. Took 1.586885ms
I0507 08:44:23.330261 2118 blockchain.go:1251] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 21.621498ms. #1472152 [5f5a557a / 5f5a557a]
I0507 08:44:23.332948 2118 worker.go:569] commit new work on block 1472153 with 1 txs & 0 uncles. Took 2.55613ms
I0507 08:44:23.683798 2118 blockchain.go:1251] imported 2 block(s) (0 queued 0 ignored) including 45 txs in 95.871305ms. #1472154 [cd1c03dc / 6a2de54b]
I0507 08:44:23.686231 2118 worker.go:569] commit new work on block 1472155 with 1 txs & 0 uncles. Took 1.825604ms
I0507 08:44:23.691746 2118 blockchain.go:1251] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 7.80623ms. #1472155 [f1ac3cfa / f1ac3cfa]
I0507 08:44:23.693243 2118 worker.go:569] commit new work on block 1472156 with 1 txs & 0 uncles. Took 1.314036ms
I0507 08:44:23.880357 2118 blockchain.go:1251] imported 3 block(s) (0 queued 0 ignored) including 13 txs in 39.885295ms. #1472158 [9c548c72 / ebc29375]
I0507 08:44:23.883063 2118 worker.go:569] commit new work on block 1472159 with 1 txs & 0 uncles. Took 2.559748ms
I0507 08:44:24.029687 2118 blockchain.go:1251] imported 3 block(s) (0 queued 0 ignored) including 6 txs in 29.204139ms. #1472161 [b2e28c5d / f73fe567]
I0507 08:44:24.031591 2118 worker.go:569] commit new work on block 1472162 with 1 txs & 0 uncles. Took 1.754085ms
I0507 08:44:24.075019 2118 blockchain.go:1251] imported 1 block(s) (0 queued 0 ignored) including 4 txs in 19.974508ms. #1472162 [3ecbbf9d / 3ecbbf9d]
I0507 08:44:24.076551 2118 worker.go:569] commit new work on block 1472163 with 1 txs & 0 uncles. Took 1.412846ms
I0507 08:44:24.298929 2118 blockchain.go:1251] imported 5 block(s) (0 queued 0 ignored) including 26 txs in 136.315707ms. #1472167 [4a926788 / 1442491a]
I0507 08:44:24.300260 2118 worker.go:569] commit new work on block 1472168 with 0 txs & 0 uncles. Took 1.193714ms
I0507 08:44:24.505725 2118 blockchain.go:1251] imported 4 block(s) (0 queued 0 ignored) including 10 txs in 118.657471ms. #1472171 [98dcd522 / 06953dc3]
I0507 08:44:24.513258 2118 worker.go:569] commit new work on block 1472172 with 4 txs & 0 uncles. Took 7.283276ms
I0507 08:44:28.473516 2118 blockchain.go:1251] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 6.647989ms. #1472172 [8472ac2b / 8472ac2b]
I0507 08:44:28.478331 2118 worker.go:569] commit new work on block 1472173 with 5 txs & 0 uncles. Took 4.659222ms
I0507 08:44:50.090428 2118 blockchain.go:1251] imported 1 block(s) (0 queued 0 ignored) including 4 txs in 11.840675ms. #1472173 [5ddfd42d / 5ddfd42d]
I0507 08:44:50.115460 2118 worker.go:569] commit new work on block 1472174 with 7 txs & 0 uncles. Took 24.880232ms
I0507 08:45:02.401975 2118 blockchain.go:1251] imported 1 block(s) (0 queued 0 ignored) including 7 txs in 14.596017ms. #1472174 [d504dba4 / d504dba4]
I0507 08:45:02.410700 2118 worker.go:569] commit new work on block 1472175 with 2 txs & 0 uncles. Took 8.606112ms
I0507 08:45:09.373641 2118 blockchain.go:1251] imported 1 block(s) (0 queued 0 ignored) including 2 txs in 9.461463ms. #1472175 [f9d37ea9 / f9d37ea9]
I0507 08:45:09.392856 2118 worker.go:569] commit new work on block 1472176 with 4 txs & 0 uncles. Took 19.068628ms
Took an age to download the block chain, the wallet all works although I have ended up with 5 accounts, it ocurred to me over night does one mine on a new account each time one engages the miner? as when I rand the ethminer -G after following the new geth account step in comment 1 of https://forum.ethereum.org/discussion/729/mining-ether-on-a-mac The second window actually produced metrics and a hash rate
I have downloaded NVIDIA cuda dmg and installed it so I am now woondering what I am doing wrong? apart from just putting refind ion this machine and having either a GNU/Linux or Windows partition. As MAc is more difficult I am sticking with it, I have a cloud mining contract with Genesis which I am quite happy with I am doing this as I want to get into building some Dapps but wanted to learn what mining was about as a sort of familiarity excercis i.e its just for kicks
Any suggestions greatly welcomed.
my machine specs are thus
Model Identifier: MacPro1,1
Processor Name: Dual-Core Intel Xeon
Processor Speed: 3 GHz
Number of Processors: 2
Total Number of Cores: 4
L2 Cache (per Processor): 4 MB
Memory: 19 GB
Bus Speed: 1,33 GHz
Boot ROM Version: MP11.005C.B08
SMC Version (system): 1.7f10
Serial Number (system):
Hardware UUID
NVIDIA GeForce GTX 960:
Chipset Model: NVIDIA GeForce GTX 960
Type: GPU
Bus: PCIe
Slot: Slot-1
PCIe Lane Width: x16
VRAM (Total): 4095 MB
Vendor: NVIDIA (0x10de)
Device ID: 0x1401
Revision ID: 0x00a1
ROM Revision: VBIOS 84.06.26.00.60
Memory
Size: 512 MB
Type: DDR2 FB-DIMM
Speed: 667 MHz
Status: OK
Manufacturer: 0x802C
Part Number: 0x3138484631323837324A4436363742354433
Serial Number: 0x4C21F8F9
DIMM Riser A/DIMM 2:
Size: 512 MB
Type: DDR2 FB-DIMM
Speed: 667 MHz
Status: OK
Manufacturer: 0x802C
Part Number: 0x3138484631323837324A4436363742354433
Serial Number: 0x4C21F8DF
DIMM Riser B/DIMM 1:
Size: 1 GB
Type: DDR2 FB-DIMM
Speed: 667 MHz
Status: OK
Manufacturer: 0x802C
Part Number: 0x3138484631323837324A4436363742354433
Serial Number: 0x4C21F8E3
DIMM Riser B/DIMM 2:
Size: 1 GB
Type: DDR2 FB-DIMM
Speed: 667 MHz
Status: OK
Manufacturer: 0x802C
Part Number: 0x3138484631323837324A4436363742354433
Serial Number: 0x4C21F8FD
DIMM Riser A/DIMM 3:
Size: 4 GB
Type: DDR2 FB-DIMM
Speed: 667 MHz
Status: OK
Manufacturer: 0x80CE
Part Number: 0x4D3339355435313630515A342D4345363820
Serial Number: 0x458B2945
DIMM Riser A/DIMM 4:
Size: 4 GB
Type: DDR2 FB-DIMM
Speed: 667 MHz
Status: OK
Manufacturer: 0x80CE
Part Number: 0x4D3339355435313630515A342D4345363820
Serial Number: 0x50795F4E
DIMM Riser B/DIMM 3:
Size: 4 GB
Type: DDR2 FB-DIMM
Speed: 667 MHz
Status: OK
Manufacturer: 0x80CE
Part Number: 0x4D3339355435313630515A342D4345363820
Serial Number: 0x50795EB1
DIMM Riser B/DIMM 4:
Size: 4 GB
Type: DDR2 FB-DIMM
Speed: 667 MHz
Status: OK
Manufacturer: 0x80CE
Part Number: 0x4D3339355435313630515A342D4345363820
Serial Number: 0x50795EAE
System on this SS
Intel ESB2 AHCI:
Vendor: Intel
Product: ESB2 AHCI
Link Speed: 3 Gigabit
Negotiated Link Speed: 3 Gigabit
Physical Interconnect: SATA
Description: AHCI Version 1.10 Supported
Samsung SSD 840 EVO 250GB:
Capacity: 250,06 GB (250 059 350 016 bytes)
Model: Samsung SSD 840 EVO 250GB
Revision: EXT0BB6Q
Serial Number: S1DBNSAF344146E
Native Command Queuing: Yes
Queue Depth: 32
Removable Media: No
Detachable Drive: No
BSD Name: disk0
Medium Type: Solid State
TRIM Support: No
Bay Name: Bay 1
Partition Map Type: GPT (GUID Partition Table)
S.M.A.R.T. status: Verified
Volumes:
EFI:
Capacity: 209,7 MB (209 715 200 bytes)
BSD Name: disk0s1
Content: EFI
Volume UUID: 85D67001-D93E-3687-A1C2-79D677F0C2E0
EL CapitanMacintosh HD:
Capacity: 249,72 GB (249 715 376 128 bytes)
Available: 101,73 GB (101 725 126 656 bytes)
Writable: Yes
File System: Journaled HFS+
BSD Name: disk0s2
Mount Point: /
Content: Apple_HFS
Volume UUID: A109E10C-2D83-3D11-B378-E91A8BA42802
Just looked again, as I do not know my hash rate I can't fill this out with a hash rate,
Connect to pool
ethminer -G -F http://ethermine.rocks/[email protected]@OptionalRigName
ethminer -G -F http://ethermine.rocks/?miner=[HASHRATE IN MHASH]@[ADDRESS]@[OPTIONAL RIG NAME]
(without brackets)
-G means mining on GPU, if you want try cpu, just do NOT put G Minimal hashrate = 0.01 MHash
can the ether adress be a myetherwallet adress or does it have to be a mist wallet adress?
3. Run ethminer -G -M in CMD and divide the max result by 1000000 to get HASHRATE
4. Replace HASHRATE with the number you got in step 3
it does not need to be your mist wallet address, can be any ether wallet address
to reinstall ethminer if you want, first remove it completly and then look at this link here, it should help
http://ethereum.stackexchange.com/questions/2602/is-there-a-way-to-mine-ether-on-a-mac
after you delete DAG files you can open command promt and execute commands you found in bat file, it should start and say generating DAG file 0% 1% etc. this takes about 20min maybe at most. It just downloads 1.4GB file and starts mining. This is because the pool already has a geth connection running on pool and is already synced with ethereum network so you can start mining right away. Please let me know if you successed or if you need further help.
you can find a large hardware comparison list and different settings here
added my etherwallet address
ethminer -G -F http://ethermine.rocks/[email protected]@rogerelcapitan
I estimated a hash rate of 18.1 looking at what others get off the GTX 960 I think it might get more hashes than that how critical is it to be exact with hash rate if one underestimates is that OK. Let youknow how it goes All the best Rog
P.S on the mist wallet I wnated to run a node as I wanted to be some sort of service to thenetwork, I have 11 peers connected right now, hopefully blockchain download speeds will improve with more nodes. Here in Sweden most places have fast web connections I have 2 meg up and 20 meg down over copper in the middle of no where, My connection is considered pretty slow in these parts, It does for me though.
Last login: Sat May 7 14:03:39 on ttys001
Rogers-Mac-Pro:~ rogerelcapitan$ ethminer -G -F http://ethermine.rocks/[email protected]@rogerelcapitan
[OPENCL]:Found suitable OpenCL device [GeForce GTX 960] with 4294967296 bytes of GPU memory
miner 14:04:20.401| Getting work package...
miner 14:04:20.819| Grabbing DAG for #95d53b63…
Creating DAG. 100% done...miner 14:19:33.030| Got work package:
ℹ 14:19:33.030| Loading full DAG of seedhash: #abad8f99…
miner 14:19:33.031| Header-hash: e5863465acb9bb192efd7324c5dd5360281b215f056155dba7b7b2053d587559
miner 14:19:33.031| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 14:19:33.032| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
ℹ 14:19:33.032|gpuminer0 workLoop 0 #00000000… #95d53b63…
ℹ 14:19:33.033|gpuminer0 Initialising miner...
miner 14:19:33.537| Mining on PoWhash #e5863465… : 0 H/s = 0 hashes / 0.504 s
[OPENCL]:Using platform: Apple
[OPENCL]:Using devminer 14:19:34.429ce: GeForce GTX 960(OpenCL 1.2 )
m| Got work package:
miner 14:19:34.429| Header-hash: 2dc036c5f89ef2d6a6a4d690894d9e47b4f7df198a6b462c13f84111d9b41648
miner 14:19:34.429| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 14:19:34.429| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
[OPENCL]:Printing program log
[OPENCL]:
[OPENCL]:Creating one big buffer for the DAG
[OPENCL]:Loading single big chunk kernels
[OPENCL]:Mapping one big chunk.
[OPENCL]:Creating buffer for header.
[OPENCL]:Creating mining buffer 0
[OPENCL]:Creating mining buffer 1
ℹ 14:19:35.529|gpuminer0 workLoop 1 #95d53b63… #95d53b63…
miner 14:19:36.031| Mining on PoWhash #2dc036c5… : 0 H/s = 0 hashes / 0.501 s
miner 14:19:36.631| Mining on PoWhash #2dc036c5… : 0 H/s = 0 hashes / 0.6 s
miner 14:19:36.751| Got work package:
miner 14:19:36.751| Header-hash: 2ae0268539bc9b6b46eadc1ccc2851aff0fdb6f55828004c7c06e8f53f5e8de5
miner 14:19:36.751| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 14:19:36.751| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
Thats the current stae of play, how long will this stay at that level
To do first Run ethminer -G -M and divide the max result by 1000000 how long does that process usuall take assuming the newly downloaded dag is in place?
miner 15:00:00|main Got work package:
miner 15:00:00|main Header-hash: a30d11625a068095711428d48ce69b5598d96cbb606b041b624ac99da7d1883d
miner 15:00:00|main Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 15:00:00|main Target: 0000000df7a5c725d1d68d48a9caf4f1b7bf2c8606479929bcfe2b6af5cd0c96
i 15:00:00|gpuminer0 workLoop 1 #95d53b63ÔÇŽ #95d53b63ÔÇŽ
miner 15:00:00|main Mining on PoWhash #a30d1162ÔÇŽ : 8388608 H/s = 4194304 hashes / 0.5 s
miner 15:00:01|main Mining on PoWhash #a30d1162ÔÇŽ : 20627724 H/s = 12582912 hashes / 0.61 s
miner 15:00:02|main Mining on PoWhash #a30d1162ÔÇŽ : 20661596 H/s = 12582912 hashes / 0.609 s
miner 15:00:02|main Got work package:
miner 15:00:02|main Header-hash: 22520ab733e4d8567d14c548571d05e0e29aefafe7ea1b2dbebf808ec388614b
miner 15:00:02|main Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 15:00:02|main Target: 0000000df7a5c725d1d68d48a9caf4f1b7bf2c8606479929bcfe2b6af5cd0c96
i 15:00:02|gpuminer0 workLoop 1 #95d53b63ÔÇŽ #95d53b63ÔÇŽ
miner 15:00:02|main Mining on PoWhash #22520ab7ÔÇŽ : 8388608 H/s = 4194304 hashes / 0.5 s
miner 15:00:03|main Mining on PoWhash #22520ab7ÔÇŽ : 20460019 H/s = 12582912 hashes / 0.615 s
i 15:00:03|main Solution found; Submitting to http://ethermine.rocks/[email protected]@CoreI5 ...
i 15:00:03|main Nonce: c635159beb69e731
i 15:00:03|main Mixhash: 18ab41fa5389e79b464492ea3ace72d0ea97c89586bc4715daf56dd544a5d092
i 15:00:03|main Header-hash: 22520ab733e4d8567d14c548571d05e0e29aefafe7ea1b2dbebf808ec388614b
i 15:00:04|main Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
i 15:00:04|main Target: 0000000df7a5c725d1d68d48a9caf4f1b7bf2c8606479929bcfe2b6af5cd0c96
i 15:00:04|main Ethash: 000000023e304cf541f1342a4736eba742e36b25e3944f7621ae9d0f20c6ae5f
i 15:00:04|main B-) Submitted and accepted.
miner 15:00:04|main Getting work package...
miner 15:00:04|main Got work package:
miner 15:00:04|main Header-hash: 22520ab733e4d8567d14c548571d05e0e29aefafe7ea1b2dbebf808ec388614b
miner 15:00:04|main Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 15:00:04|main Target: 000000037de971c97475a3522a72bd3c6defcb218191e64a6f3f8adabd734325
! 15:00:04|gpuminer0 Worker stopping 346 ms
i 15:00:04|gpuminer0 workLoop 1 #95d53b63ÔÇŽ #95d53b63ÔÇŽ
miner 15:00:04|main Mining on PoWhash #22520ab7ÔÇŽ : 8388608 H/s = 4194304 hashes / 0.5 s
miner 15:00:05|main Mining on PoWhash #22520ab7ÔÇŽ : 19358326 H/s = 12582912 hashes / 0.65 s
miner 15:00:06|main Mining on PoWhash #22520ab7ÔÇŽ : 20832635 H/s = 12582912 hashes / 0.604 s
miner 15:00:06|main Mining on PoWhash #22520ab7ÔÇŽ : 20593963 H/s = 12582912 hashes / 0.611 s
miner 15:00:07|main Mining on PoWhash #22520ab7ÔÇŽ : 20627724 H/s = 12582912 hashes / 0.61 s
miner 15:00:07|main Mining on PoWhash #22520ab7ÔÇŽ : 20262338 H/s = 12582912 hashes / 0.621 s
hung at 15.08
Last login: Sat May 7 14:48:52 on ttys003
Rogers-Mac-Pro:~ rogerelcapitan$ ethminer -G -F http://ethermine.rocks/[email protected]@rogerelcapitan
[OPENCL]:Found suitable OpenCL device [GeForce GTX 960] with 4294967296 bytes of GPU memory
miner 15:07:26.083| Getting work package...
miner 15:07:26.491| Grabbing DAG for #95d53b63…
miner 15:07:27.863| Got work package:
ℹ 15:07:27.863| Loading full DAG of seedhash: #abad8f99…
miner 15:07:27.863| Header-hash: 0172d42e3877b5699e16c8430aeb453a10677e95ecd5f144b335af30fc2d0b14
miner 15:07:27.863| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 15:07:27.864| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
ℹ 15:07:27.864|gpuminer0 workLoop 0 #00000000… #95d53b63…
ℹ 15:07:27.864|gpuminer0 Initialising miner...
miner 15:07:28.365| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.5 s
[OPENCL]:Using platform: Apple
[OPENCL]:Using device: GeForce GTX 960(OpenCL 1.2 )
[OPENCL]:Printing program log
[OPENCL]:
[OPENCL]:Creating one big buffer for the DAG
[OPENCL]:Loading single big chunk kernels
[OPENCL]:Mapping one big chunk.
miner 15:07:29.734| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 1.369 s
miner 15:07:30.359| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.624 s
miner 15:07:30.967| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.608 s
miner 15:07:31.567| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.6 s
miner 15:07:32.165| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.598 s
miner 15:07:32.777| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.611 s
miner 15:07:33.379| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.601 s
miner 15:07:33.988| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.609 s
miner 15:07:34.605| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.617 s
miner 15:07:35.201| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.595 s
miner 15:07:35.818| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.617 s
miner 15:07:36.426| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.607 s
miner 15:07:37.035| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.608 s
miner 15:07:37.646| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.611 s
miner 15:07:38.259| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.613 s
miner 15:07:39.161| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.901 s
miner 15:07:39.768| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.606 s
miner 15:07:40.379| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.611 s
miner 15:07:41.006| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.626 s
miner 15:07:41.610| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.604 s
miner 15:07:42.207| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.596 s
miner 15:07:42.810| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.603 s
miner 15:07:43.417| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.606 s
miner 15:07:44.014| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.597 s
miner 15:07:44.626| Mining on PoWhash #0172d42e… : 0 H/s = 0 hashes / 0.611 s
miner 15:07:44.733| Got work package:
miner 15:07:44.733| Header-hash: 9d03bc19180d29c82d74db695208ec7b83767646568a7542d699378759d52f32
miner 15:07:44.734| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 15:07:44.734| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
[OPENCL]:Creating buffer for header.
[OPENCL]:Creating mining buffer 0
[OPENCL]:Creating mining buffer 1
ℹ 15:08:15.196|gpuminer0 workLoop 1 #95d53b63… #95d53b63…
miner 15:08:15.696| Mining on PoWhash #9d03bc19… : 0 H/s = 0 hashes / 0.5 s
miner 15:08:15.795| Got work package:
miner 15:08:15.795| Header-hash: f5061323a4b1975ffe43bd33fe3fca6e3b42b776eae1c47202573a47e5efe65b
miner 15:08:15.795| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 15:08:15.795| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
do I wait or is there something missing
Have a great evening and thanks again. Rog
Rogers-Mac-Pro:~ rogerelcapitan$ ethminer -G -F http://ethermine.rocks/[email protected]@rogerelcapitan
[OPENCL]:Found suitable OpenCL device [GeForce GTX 960] with 4294967296 bytes of GPU memory
miner 16:29:03.176| Getting work package...
miner 16:29:03.685| Grabbing DAG for #95d53b63…
Creating DAG. 100% done...miner 16:48:16.271| Got work package:
ℹ 16:48:16.271| Loading full DAG of seedhash: #abad8f99…
miner 16:48:16.271| Header-hash: 8bfa9000e39b01e7e15b3c25c773856f3f76d0e612e91412dc526fa397aee28e
miner 16:48:16.281| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 16:48:16.281| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
ℹ 16:48:16.282|gpuminer0 workLoop 0 #00000000… #95d53b63…
ℹ 16:48:16.283|gpuminer0 Initialising miner...
miner 16:48:16.784| Mining on PoWhash #8bfa9000… : 0 H/s = 0 hashes / 0.501 s
[OPENCL]:Using platform: Apple
min[OPENCL]:Using device: GeForce GTX 960(OpenCL 1.2 )
er 16:48:17.682| Got work package:
miner 16:48:17.682| Header-hash: 31cb21f78306f853bf882daddefa9dbd622935d2738edca906dd12a409232f92
miner 16:48:17.682| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 16:48:17.682| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
[OPENCL]:Printing program log
[OPENCL]:
[OPENCL]:Creating one big buffer for the DAG
[OPENCL]:Loading single big chunk kernels
[OPENCL]:Mapping one big chunk.
[OPENCL]:Creating buffer for header.
[OPENCL]:Creating mining buffer 0
[OPENCL]:Creating mining buffer 1
ℹ 16:48:18.782|gpuminer0 workLoop 1 #95d53b63… #95d53b63…
miner 16:48:19.285| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.502 s
miner 16:48:19.880| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.595 s
miner 16:48:20.478| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.597 s
miner 16:48:21.079| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.601 s
miner 16:48:21.763| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.683 s
miner 16:48:22.357| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.594 s
miner 16:48:22.997| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.639 s
miner 16:48:23.705| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.708 s
miner 16:48:24.297| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.591 s
miner 16:48:24.895| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.598 s
miner 16:48:25.486| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.59 s
miner 16:48:26.122| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.635 s
miner 16:48:26.718| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.595 s
miner 16:48:27.314| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.595 s
miner 16:48:27.908| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.593 s
miner 16:48:28.500| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.592 s
miner 16:48:29.101| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.601 s
miner 16:48:29.752| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.65 s
miner 16:48:30.347| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.595 s
miner 16:48:30.947| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.6 s
miner 16:48:31.597| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.65 s
miner 16:48:32.189| Mining on PoWhash #31cb21f7… : 0 H/s = 0 hashes / 0.592 s
miner 16:48:32.278| Got work package:
miner 16:48:32.278| Header-hash: 0e3764b55147a0b3d42d9860ad2a360efda1e93ef2f66c0fa0ef1dede3872a64
miner 16:48:32.279| Seedhash: 95d53b63d0b531598853dfe1f1271a355a583c442d509d228ff92a2b0a0d801a
miner 16:48:32.279| Target: 0000000fd1c43ee6f1e7af935be30a1bab5666c23a078b86f695438fc5c64b13
off the stats pag
http://www.ethermine.rocks/stats/miner/index.php?address=0xcb38c332433fa64ea214380c274f2977d5108a96
MINER IS INACTIVE
or
It seems your ethminer does NOT have function called eth_submithashrate. To get valid and reliable statistics please update your ethminer to lastest version. This affects only statistics, it does NOT affect revenue! If you have any concerns please feel free to contact us.
Still do not seem top be showing up am i still cuda disabled?
http://ethermine.rocks/#/help