empireminer
Newbie
Offline
Activity: 1
Merit: 0
|
|
June 24, 2017, 06:27:01 PM |
|
I have a unstable Hashrate, i’m mining Ethereum by Genoil my hardwares: Graphic card: Asus Rx 480 4gb OC Motherboard: Asus Z270-p Ram : Furyx 4Gb Hard:320Gb sata III (unknown brand) CPU: intel Pentium G4400 Power: Green 485W (Used but tested) i’m on Overclock mode and here is my hashrate: (20MH/s) http://imgur.com/a/UBBfhand my profile on Ethermine.org: http://imgur.com/a/CaJN1and finally my command who i’m using in Genoil: ethminer.exe --farm-recheck 200 -G -S eu1.ethermine.org:4444 -FS eu2.ethermine.org:14444 -O <my wallet> Questions: 1. i just started yesterday, Do you know why i have Unstable hashrate? (“Current hashrate” on Ethermine.org) 2. why my hashrate can’t raise in Genoil more then 20MH/s? why i have about 5% stale shares on Ethermine.org? Regards
|
|
|
|
deadsix
|
|
July 01, 2017, 06:20:54 AM |
|
Why were the releases removed???
|
|
|
|
coiner17
Newbie
Offline
Activity: 39
Merit: 0
|
|
July 01, 2017, 09:57:34 PM |
|
Why were the releases removed???
good question
|
|
|
|
Genoil (OP)
|
|
July 01, 2017, 10:08:56 PM |
|
I'm in the middle of reorganizing things. Master branch is now up to date with Pavel Bylica's work and David Li speedup. Releases are still there under 117 branch. Apologies for the mess, didnt know people still used the binaries.
|
ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
|
|
|
adamvp
|
|
July 01, 2017, 10:21:30 PM |
|
I'm in the middle of reorganizing things. Master branch is now up to date with Pavel Bylica's work and David Li speedup. Releases are still there under 117 branch. Apologies for the mess, didnt know people still used the binaries.
Nice to hear that you are back with this soft Genoil I would like to ask if someone could get ethminer work with http://etcpool.pl/http://79.98.144.27/#/help command don't want to work with nVidia Gtx
|
I am looking for signature campaign pm me
|
|
|
germanaquil
Newbie
Offline
Activity: 4
Merit: 0
|
|
July 02, 2017, 04:10:51 AM |
|
Hi gentlemen. I'm new at this. I downloaded the version ethminer-0.9.41-genoil-1.1.6-pre and used the "Ethermine-Stratum-OpenCL" instead of the ethminer.exe cause that one does not do the job, but I could't put my address or wallet anywhere so how I would got paid I asked, so I downloaded minergate_genoil-...bat and wrote this (
setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 ethminer.exe --farm-recheck 200 -G -S eu1.ethermine.org:4444 -FS us1.ethermine.org:4444 -O my.minersgate's.address
) runned it and use the Ethermine-Stratum-OpenCL instead of the ethminer.exe again. I am doing everything wrong? There is a change to put my wallet and get minergate out of the way? Thanks
|
|
|
|
torig
|
|
July 02, 2017, 09:09:52 AM |
|
Trying compile on UBUNtu 16.04: ~$ git clone https://github.com/Genoil/cpp-ethereum.git Cloning into 'cpp-ethereum'... remote: Counting objects: 71874, done. remote: Compressing objects: 100% (260/260), done. remote: Total 71874 (delta 361), reused 484 (delta 317), pack-reused 71296 Receiving objects: 100% (71874/71874), 62.59 MiB | 250.00 KiB/s, done. Resolving deltas: 100% (51336/51336), done. Checking connectivity... done. r@r-System-Product-Name:~$ cd cpp-ethereum r@r-System-Product-Name:~/cpp-ethereum$ mkdir build r@r-System-Product-Name:~/cpp-ethereum$ cd build r@r-System-Product-Name:~/cpp-ethereum/build$ cmake -DBUNDLE=cudaminer ..
Got the compiled file. Run: :~/cpp-ethereum/build/ethminer$ ./ethminer -F http://etc-eu.pool.sexy:8888 -O 0xbc5878e2deda131833d1021e97d6e2c1ef23a991.wes -U --farm-recheck 200 Selected CUDA mining without having compiled with -DETHASHCUDA=1 or -DBUNDLE=cudaminer r@r-System-Product-Name:~/cpp-ethereum/build/ethminer$ This was compile with cmake -DBUNDLE=cudaminer .. WHY no work?
|
|
|
|
toomeke
Newbie
Offline
Activity: 49
Merit: 0
|
|
July 02, 2017, 10:34:14 AM |
|
I dont know how to get this rocking with sexy.pool im using the nvidia optimized version as per bitsbetrippin on youtube, any help how to lock in the bat file would be appreciated
|
|
|
|
MATHReX
|
|
July 02, 2017, 11:54:02 AM |
|
I dont know how to get this rocking with sexy.pool im using the nvidia optimized version as per bitsbetrippin on youtube, any help how to lock in the bat file would be appreciated
Check the help text for optimised CUDA version, you gotta have to specify the stratum number in a bat file, the default might not work.
|
|
|
|
preda
|
|
July 02, 2017, 11:59:57 AM |
|
Hi gentlemen. I'm new at this. I downloaded the version ethminer-0.9.41-genoil-1.1.6-pre and used the "Ethermine-Stratum-OpenCL" instead of the ethminer.exe cause that one does not do the job, but I could't put my address or wallet anywhere so how I would got paid I asked, so I downloaded minergate_genoil-...bat and wrote this (
setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 ethminer.exe --farm-recheck 200 -G -S eu1.ethermine.org:4444 -FS us1.ethermine.org:4444 -O my.minersgate's.address
) runned it and use the Ethermine-Stratum-OpenCL instead of the ethminer.exe again. I am doing everything wrong? There is a change to put my wallet and get minergate out of the way? Thanks
@echo off setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 ethminer.exe --farm-recheck 2000 -U -S eu1.ethermine.org:4444 -FS us1.ethermine.org:4444 -O yourwallet.workname If you use amd use -G instead of -U But is very slow with amd. With 1060 i saw my hashrate by 132/138 mh with 6x 1060 to 150mh very good work
|
|
|
|
toomeke
Newbie
Offline
Activity: 49
Merit: 0
|
|
July 02, 2017, 12:28:14 PM |
|
I dont know how to get this rocking with sexy.pool im using the nvidia optimized version as per bitsbetrippin on youtube, any help how to lock in the bat file would be appreciated
Check the help text for optimised CUDA version, you gotta have to specify the stratum number in a bat file, the default might not work. There wasn't a help txt file in the version I downloaded, went to GitHub, no help txt option either for nvidia
|
|
|
|
MATHReX
|
|
July 02, 2017, 07:38:44 PM |
|
I dont know how to get this rocking with sexy.pool im using the nvidia optimized version as per bitsbetrippin on youtube, any help how to lock in the bat file would be appreciated
Check the help text for optimised CUDA version, you gotta have to specify the stratum number in a bat file, the default might not work. There wasn't a help txt file in the version I downloaded, went to GitHub, no help txt option either for nvidia Give this download a try: http://cryptomining-blog.com/wp-content/download/ethminer-0.11.0rc1-windows.zip
|
|
|
|
accar0n
Newbie
Offline
Activity: 40
Merit: 0
|
|
July 02, 2017, 09:11:12 PM |
|
[/quote] Give this download a try: http://cryptomining-blog.com/wp-content/download/ethminer-0.11.0rc1-windows.zip[/quote] Same problem for me JSON-RPC problem. Probably couldn't connect. Retrying in 1... 23:09:24|main Getting work package... 23:09:24|main Failed to submit hashrate. 23:09:24|main Dynamic exception type: class jsonrpc::JsonRpcException std::exception::what: Exception -32603 : INTERNAL_ERROR: : {"id":999,"jsonrpc": "2.0","result": false,"error": "Invalid JSON request"} Help please ^^
|
|
|
|
preda
|
|
July 03, 2017, 05:10:27 AM |
|
Hi guys, there is a way to reboot windows when ethminer get cuda error and it remain blocked? I mean there is a way tk reboot windows when the pc stop mining? Thanks
|
|
|
|
fcaldas
Newbie
Offline
Activity: 53
Merit: 0
|
|
July 03, 2017, 05:45:17 AM |
|
Hi guys, there is a way to reboot windows when ethminer get cuda error and it remain blocked? I mean there is a way tk reboot windows when the pc stop mining? Thanks
Not sure if there's a need to reboot windows, but only the miner.... when Claymore crashes, for example, the miner restarts by itself and all good. I am seeing this miner to crash and it unfortunately does not restart... if I could ask Genoil to add a feature to this miner, that would be it. Thanks
|
|
|
|
preda
|
|
July 03, 2017, 08:40:42 AM |
|
Hi guys, there is a way to reboot windows when ethminer get cuda error and it remain blocked? I mean there is a way tk reboot windows when the pc stop mining? Thanks
Not sure if there's a need to reboot windows, but only the miner.... when Claymore crashes, for example, the miner restarts by itself and all good. I am seeing this miner to crash and it unfortunately does not restart... if I could ask Genoil to add a feature to this miner, that would be it. Thanks Yes you are right. I ask that to genoil too
|
|
|
|
anakbaru
Jr. Member
Offline
Activity: 60
Merit: 1
|
|
July 04, 2017, 01:39:37 PM |
|
anyone can help me? i only get 7 Mhz, with zotac gtx 1060 3 gb Windows 10 Cuda 8 Latest NVidia Driver
|
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
July 04, 2017, 06:26:56 PM |
|
anyone can help me? i only get 7 Mhz, with zotac gtx 1060 3 gb Windows 10 Cuda 8 Latest NVidia Driver
You must update win10 to The Windows 10 Creators Update
|
|
|
|
QuintLeo
Legendary
Offline
Activity: 1498
Merit: 1030
|
|
July 04, 2017, 10:03:14 PM |
|
I have a unstable Hashrate
why i have about 5% stale shares on Ethermine.org?
The pool estimates your hashrate based on the shares your miner finds - variation like you are seeing is NORMAL and nothing to worry about. The "orange" line is a long-term average, it can take 24 hours for it to achieve a stable value. 20 Mh/s is a LITTLE low for a RX 480, but for the 4GB RAM version with no BIOD mod it's not completely out of line depending on how much you can overclock the RAM. The "stales" count is a bit on the high side, you might have some lag issues with your internet connection somewhere between your rig and ethermine.org.
|
I'm no longer legendary just in my own mind! Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin) 1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
|
|
|
grchina
|
|
July 04, 2017, 11:23:31 PM |
|
anyone can help me? i only get 7 Mhz, with zotac gtx 1060 3 gb Windows 10 Cuda 8 Latest NVidia Driver
You must update win10 to The Windows 10 Creators Update Ty for this it worked😊
|
|
|
|
|