Bitcoin Forum
April 26, 2024, 01:10:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 [178] 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 ... 294 »
  Print  
Author Topic: EWBF's CUDA Zcash miner  (Read 2164067 times)
sublimus
Full Member
***
Offline Offline

Activity: 240
Merit: 100


View Profile
June 23, 2017, 03:47:28 PM
 #3541

Hi
Sorry for my Eng  Grin
When i start nheqminer 0.5c on computer with win 10, i7 6 core and Asus Strix gtx1070 all work fine.
When i start this program on my old computer with win 10, c2q and gtx750 ti I must add -cv 1 and work (slow, but working)
When i put to my old computer new MSI gtx1070, install new graphic driver, i have this error "CUDA error 'misaligned address' in func 'eq_cuda_context::solve' line 988"
I try reinstall drivers, rebooting systems, update system, using another version nheqminer, using all -cd, cv, cx etc, kissing my computer, kicking my computer, and all time is this error...
And i was downloading your's program to test, and I have:
(For me problem is with drivers, because on this computer with GTX750 Ti all was fine, but do you have any suggestion?)


EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: eu1-zcash.flypool.org:3333
INFO: Solver Auto.
INFO: Devices: User defined.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
INFO: Target: 00083126e978d4fd...
INFO: Detected new work: ce839587b04bebd120f6
CUDA: Device: 0 GeForce GTX 1070, 8192 MB
INFO: Detected new work: c005a82f3de9a9f7d31f
CUDA: Device: 0 Selected solver: 0
CUDA: Device: 0 Thread exited with code: 77
Temp: GPU0: 39C
GPU0: 0 Sol/s
Total speed: 0 Sol/s
Temp: GPU0: 41C
GPU0: 0 Sol/s
Total speed: 0 Sol/s
Temp: GPU0: 42C
GPU0: 0 Sol/s
Total speed: 0 Sol/s
ERROR: Looks like GPU0 are stopped. Restart attempt.
INFO: GPU0 are restarted.
CUDA: Device: 0 User selected solver: 0
CUDA: Device: 0 Thread exited with code: 46
Temp: GPU0: 41C

Kill your computer.  Cry

1714093802
Hero Member
*
Offline Offline

Posts: 1714093802

View Profile Personal Message (Offline)

Ignore
1714093802
Reply with quote  #2

1714093802
Report to moderator
1714093802
Hero Member
*
Offline Offline

Posts: 1714093802

View Profile Personal Message (Offline)

Ignore
1714093802
Reply with quote  #2

1714093802
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714093802
Hero Member
*
Offline Offline

Posts: 1714093802

View Profile Personal Message (Offline)

Ignore
1714093802
Reply with quote  #2

1714093802
Report to moderator
1714093802
Hero Member
*
Offline Offline

Posts: 1714093802

View Profile Personal Message (Offline)

Ignore
1714093802
Reply with quote  #2

1714093802
Report to moderator
wojzet
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 23, 2017, 03:51:45 PM
Last edit: June 23, 2017, 04:14:14 PM by wojzet
 #3542



Kill your computer.  Cry
I'm thinking about this Tongue
But first i would like start Zcash miner on this Sad
I don't have idea what is wrong... On new computer work, on old with this same system dont work... But when was gtx 750 ti on this computer all was fine...

I start this program
miner.exe --server eu1-zcash.flypool.org --user xxxxxxxxxxxxxxxxxx.pecet1070 --pass x --port 3333 --cuda_devices 0
Config is:
C2Q 2.88 ghz 4 core
7 gb ram (working on this since 2010 Tongue )
hdd 250 gb
OCZ Modular 650W for gaming
Gigabyte GA-EP35-ds3l (Intel P35)
Fresh instalation and full update Windows 10 Pro
in this moment MSI GTX 1070 (when was MSI GTX 750 Ti all was fine)
Graphics driver is 382.53
Rodger9
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 23, 2017, 08:42:34 PM
 #3543

wojzet

Your clocks are too high, hence your miner turns off right away. Adjust the clocks to lower speed and you should be fine.
Taxidermista
Legendary
*
Offline Offline

Activity: 1147
Merit: 1001



View Profile
June 24, 2017, 12:14:45 AM
 #3544

Yes teamviewer uses gpu power to render the desktop.  If you change your API address to the actual IP of the mining rig and view the api from another pc, with teamviewer not connected, you will find that your hash goes back up. 

I've used --api in my nvidia rigs but I cannot connect remotely using my network ips, only with 127.0.0.1 at same the rig.

nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
June 24, 2017, 02:44:11 AM
 #3545

Yes teamviewer uses gpu power to render the desktop.  If you change your API address to the actual IP of the mining rig and view the api from another pc, with teamviewer not connected, you will find that your hash goes back up. 

I've used --api in my nvidia rigs but I cannot connect remotely using my network ips, only with 127.0.0.1 at same the rig.

you need to use --api xxx.xxx.xxx.xxx:42000 in your command line. 

xxx.xxx.xxx.xxx needs to be replaced with the actual local IP address of the miner, if you have DHCP you will need to fix the address so it does not change.

Using 127.0.0.1 restricts the API to local host only which is what happens if you only specify --api

Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
sreg0r
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
June 24, 2017, 03:06:08 AM
 #3546

Yes teamviewer uses gpu power to render the desktop.  If you change your API address to the actual IP of the mining rig and view the api from another pc, with teamviewer not connected, you will find that your hash goes back up. 

I've used --api in my nvidia rigs but I cannot connect remotely using my network ips, only with 127.0.0.1 at same the rig.

you need to use --api xxx.xxx.xxx.xxx:42000 in your command line. 

xxx.xxx.xxx.xxx needs to be replaced with the actual local IP address of the miner, if you have DHCP you will need to fix the address so it does not change.

Using 127.0.0.1 restricts the API to local host only which is what happens if you only specify --api

Try using a wildcard mask.

Code:
-–api 0.0.0.0:42000
cryptobob88
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 24, 2017, 05:01:04 AM
Last edit: June 24, 2017, 05:53:06 AM by cryptobob88
 #3547

I am getting 0 Sol/s on my 1080TI asus strix.... I reinstalled the drivers 4-5 times now

used different pool, nothing. the card is on stock settings. I tried all version of the miner, and nothing... what am I doing wrong?

please let me know

Edit: I'm getting: Thread exited code 77 miner, whenever I start the miner.

The card is not overclocked, it's on stock settings.
kanawut
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 24, 2017, 05:20:46 AM
 #3548

I have a problem. While running the EWBF for about 20 hours it just freeze and stop working with no reason. Is there any way that can be use to restart the software every 2 hours?

toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
June 24, 2017, 05:45:34 AM
 #3549

I have a problem. While running the EWBF for about 20 hours it just freeze and stop working with no reason. Is there any way that can be use to restart the software every 2 hours?




you getting ERROR 46 , with my one  GTX 1060 . I'm having the same ISSUE but after 20 mins it stops hashing and says dead in awesome miner but works fine if i mine eth which i don't mine much .


it only stops if I use this software miner ..while mining for no reason i can find .. and it's in a RIG with 4 AMD Rx 470 CARDS ..

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Southy
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile WWW
June 24, 2017, 05:56:31 AM
 #3550

Same can only seem to get the 127.0.0.1 api working have tried the workers IP etc.. checked ports, not sure what i might be doing wrong to be able to view on seperate computer, trying to figure it out =/
Southy
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile WWW
June 24, 2017, 06:32:11 AM
 #3551

Same can only seem to get the 127.0.0.1 api working have tried the workers IP etc.. checked ports, not sure what i might be doing wrong to be able to view on separate computer, trying to figure it out =/

Sorry when i opened my my port didn't save but yes if you API to your router you can see all your cards you have running on all computers if you have the API set to the router, amazing , thanks so much EWBF very helpful, Upped the dev fee a little Smiley. if anyone is still having problems getting it to show on another computer send a msg and help if i can!
cryptobob88
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 24, 2017, 06:37:38 AM
 #3552

I am getting 0 Sol/s on my 1080TI asus strix.... I reinstalled the drivers 4-5 times now

used different pool, nothing. the card is on stock settings. I tried all version of the miner, and nothing... what am I doing wrong?

please let me know

Edit: I'm getting: Thread exited code 77 miner, whenever I start the miner.

The card is not overclocked, it's on stock settings.

I am getting 0 Sol/s on my 1080TI asus strix.... I reinstalled the drivers 4-5 times now

used different pool, nothing. the card is on stock settings. I tried all version of the miner, and nothing... what am I doing wrong?

please let me know

Edit: I'm getting: Thread exited code 77 miner, whenever I start the miner.

The card is not overclocked, it's on stock settings.
MikeSmith
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 24, 2017, 08:44:28 AM
 #3553

The miner stops after 2-3 hours of mining. It says that 'thread has exited with code 77' and 'GPU0 stopped working'. Then it attempts to restart but without success. However if I manually restart the miner (close the cmd.exe window and start the .bat file) it works fine again. So there is a problem with automatic restart.
Taxidermista
Legendary
*
Offline Offline

Activity: 1147
Merit: 1001



View Profile
June 24, 2017, 09:05:24 AM
 #3554

Yes teamviewer uses gpu power to render the desktop.  If you change your API address to the actual IP of the mining rig and view the api from another pc, with teamviewer not connected, you will find that your hash goes back up.  

I've used --api in my nvidia rigs but I cannot connect remotely using my network ips, only with 127.0.0.1 at same the rig.

you need to use --api xxx.xxx.xxx.xxx:42000 in your command line.  

xxx.xxx.xxx.xxx needs to be replaced with the actual local IP address of the miner, if you have DHCP you will need to fix the address so it does not change.

Using 127.0.0.1 restricts the API to local host only which is what happens if you only specify --api

Thank you, I'll try that right now. Smiley

EDIT: No, that's not working, something is wrong. When I add -–api 192.168.0.209:42000 to one of my rigs the miner starts with INFO: Api: Disabled.

antex34
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
June 24, 2017, 10:10:58 AM
 #3555

I started to mine on nanopool, and after 12 hours, mining with 1x 1070 GPU at 460 sols:
- my calculation for 1 month gives me 0.007752 per day, total 0.2325 per month.
That's half of the whattomine estimations. sad.

so monitor your actual incomes guys.
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
June 24, 2017, 10:20:44 AM
 #3556

I started to mine on nanopool, and after 12 hours, mining with 1x 1070 GPU at 460 sols:
- my calculation for 1 month gives me 0.007752 per day, total 0.2325 per month.
That's half of the whattomine estimations. sad.

so monitor your actual incomes guys.

Block difficulty has gone from around 2m to 4m in the last 20 days due to the huge increase in miners coming online.  That isn't related to the performance of this miner.

Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
WhiteCranium
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 24, 2017, 10:40:10 AM
 #3557

I've managed to pull 450 Sol/s with GeForce GTX1070 MSI Gaming 8GB DDR5. Nice!  Smiley
ayke99
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 24, 2017, 10:47:00 AM
 #3558

Yes teamviewer uses gpu power to render the desktop.  If you change your API address to the actual IP of the mining rig and view the api from another pc, with teamviewer not connected, you will find that your hash goes back up.  

I've used --api in my nvidia rigs but I cannot connect remotely using my network ips, only with 127.0.0.1 at same the rig.

you need to use --api xxx.xxx.xxx.xxx:42000 in your command line.  

xxx.xxx.xxx.xxx needs to be replaced with the actual local IP address of the miner, if you have DHCP you will need to fix the address so it does not change.

Using 127.0.0.1 restricts the API to local host only which is what happens if you only specify --api

Thank you, I'll try that right now. Smiley

EDIT: No, that's not working, something is wrong. When I add -–api 192.168.0.209:42000 to one of my rigs the miner starts with INFO: Api: Disabled.
to work 192.168.0.209 must be rig ip .
wojzet
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 24, 2017, 11:01:25 AM
 #3559

wojzet
Have you tried downloading cuda drivers? From here: https://developer.nvidia.com/cuda-downloads . Had a similar problem on older machine, installing cuda drivers apparently fixed it.
I try install this and is this same.

wojzet

Your clocks are too high, hence your miner turns off right away. Adjust the clocks to lower speed and you should be fine.

Only CPU is OC, but with GTX 750Ti all was fine. And in this time, when i switch to only CPU, all is fine. But when i try work on GPU is this error...
But when i test game on this GPU, all is fine, up to 100 fps.
tpd09
Full Member
***
Offline Offline

Activity: 287
Merit: 100



View Profile
June 24, 2017, 01:58:57 PM
 #3560

I've managed to pull 450 Sol/s with GeForce GTX1070 MSI Gaming 8GB DDR5. Nice!  Smiley

same here with the EVGA SC

80%, +180, +280
Pages: « 1 ... 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 [178] 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 ... 294 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!