Bitcoin Forum
May 03, 2024, 10:56:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 [349] 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 ... 760 »
  Print  
Author Topic: Claymore's ZCash/BTG AMD GPU Miner v12.6 (Windows/Linux)  (Read 3839039 times)
delle54
Sr. Member
****
Offline Offline

Activity: 307
Merit: 250


View Profile
December 04, 2016, 11:31:13 PM
 #6961

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.
1714776987
Hero Member
*
Offline Offline

Posts: 1714776987

View Profile Personal Message (Offline)

Ignore
1714776987
Reply with quote  #2

1714776987
Report to moderator
1714776987
Hero Member
*
Offline Offline

Posts: 1714776987

View Profile Personal Message (Offline)

Ignore
1714776987
Reply with quote  #2

1714776987
Report to moderator
1714776987
Hero Member
*
Offline Offline

Posts: 1714776987

View Profile Personal Message (Offline)

Ignore
1714776987
Reply with quote  #2

1714776987
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714776987
Hero Member
*
Offline Offline

Posts: 1714776987

View Profile Personal Message (Offline)

Ignore
1714776987
Reply with quote  #2

1714776987
Report to moderator
1714776987
Hero Member
*
Offline Offline

Posts: 1714776987

View Profile Personal Message (Offline)

Ignore
1714776987
Reply with quote  #2

1714776987
Report to moderator
1714776987
Hero Member
*
Offline Offline

Posts: 1714776987

View Profile Personal Message (Offline)

Ignore
1714776987
Reply with quote  #2

1714776987
Report to moderator
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
December 04, 2016, 11:41:08 PM
 #6962

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

suggsy89
Full Member
***
Offline Offline

Activity: 142
Merit: 100


View Profile
December 04, 2016, 11:45:08 PM
 #6963

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

set modifies the current shell's (window) environment values, and the change is available immediately, but it is temporary. The change will not affect other shells that are running, and as soon as you close the shell, the new value is lost until such time as you run set again.

setx modifies the value permanently, which affects all future shells, but does not modify the environment of the shells already running. You have to exit the shell and reopen it before the change will be available, but the value will remain modified until you change it again.
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
December 04, 2016, 11:50:00 PM
 #6964

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

set modifies the current shell's (window) environment values, and the change is available immediately, but it is temporary. The change will not affect other shells that are running, and as soon as you close the shell, the new value is lost until such time as you run set again.

setx modifies the value permanently, which affects all future shells, but does not modify the environment of the shells already running. You have to exit the shell and reopen it before the change will be available, but the value will remain modified until you change it again.

Thanks for comprehensive answer, but I asked what is more properly used and not the differences between the set and setx?

suggsy89
Full Member
***
Offline Offline

Activity: 142
Merit: 100


View Profile
December 04, 2016, 11:55:12 PM
 #6965

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

set modifies the current shell's (window) environment values, and the change is available immediately, but it is temporary. The change will not affect other shells that are running, and as soon as you close the shell, the new value is lost until such time as you run set again.

setx modifies the value permanently, which affects all future shells, but does not modify the environment of the shells already running. You have to exit the shell and reopen it before the change will be available, but the value will remain modified until you change it again.

Thanks for comprehensive answer, but I asked what is more properly used and not the differences between the set and setx?

Well i use setx as global, I don't think there is a "proper" way, you either set it temporary or permanently.
I guess if you have various different cards you would use set, and if they were all the same use setx.
SASAMMM
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
December 05, 2016, 12:00:25 AM
 #6966

Claymore has a full mining speed from the start(v1) .no one sees but my?
He simultaneously works with pools and exchanges and zcash team.
Look at the Poloniex pump and dump and release of new miners (time)
His job is to prevent too large price decrease.Price now is unreal high.
There is no race.everything is pre-planned.
Slow start is over.There is still one final release,and that's it.
One more pump and price go down.(because he does not hurry with the latest version)
Game is over.
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
December 05, 2016, 12:03:14 AM
 #6967

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

set modifies the current shell's (window) environment values, and the change is available immediately, but it is temporary. The change will not affect other shells that are running, and as soon as you close the shell, the new value is lost until such time as you run set again.

setx modifies the value permanently, which affects all future shells, but does not modify the environment of the shells already running. You have to exit the shell and reopen it before the change will be available, but the value will remain modified until you change it again.

Thanks for comprehensive answer, but I asked what is more properly used and not the differences between the set and setx?

Well i use setx as global, I don't think there is a "proper" way, you either set it temporary or permanently.
I guess if you have various different cards you would use set, and if they were all the same use setx.

My cards is all the same /RX480 Nitro+ OC 8 GB/ and i will use setx! Thanks!

melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
December 05, 2016, 12:08:41 AM
 #6968

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

set modifies the current shell's (window) environment values, and the change is available immediately, but it is temporary. The change will not affect other shells that are running, and as soon as you close the shell, the new value is lost until such time as you run set again.

setx modifies the value permanently, which affects all future shells, but does not modify the environment of the shells already running. You have to exit the shell and reopen it before the change will be available, but the value will remain modified until you change it again.

Thanks for comprehensive answer, but I asked what is more properly used and not the differences between the set and setx?

Well i use setx as global, I don't think there is a "proper" way, you either set it temporary or permanently.
I guess if you have various different cards you would use set, and if they were all the same use setx.

My cards is all the same /RX480 Nitro+ OC 8 GB/ and i will use setx! Thanks!

set needs =
setx doesn't
so good thing that you're going to use setx

xeridea
Sr. Member
****
Offline Offline

Activity: 449
Merit: 251


View Profile WWW
December 05, 2016, 12:42:48 AM
 #6969

guys have some questions that bothers me...

just added in my rig today an HD 8990, to another 3x R9 390 gigabite 8 gb, with a Ewga supernova 1300w G2 PSU... The consuption is 1327w at wall...

Also have an Therma Take Though power 1200w PSU which is running at 1130w at wall....

where is the limit of the PSU consuption in long term? Any experience/advice?  

Just dont wanna burn them in short time...

next, where is the difference between the MSI afterburner setting and setting the settings in the crimson software? for me are the setting possibilities same, or i missing something?

pls teach me...

Many thanks for any advice and help....
Take the 1130w at wall, and figure out what it is outputting by multiplying by efficiency (can estimate based on 80+ level, https://en.wikipedia.org/wiki/80_Plus).  Some say to not go over 80% load for 24/7, others say you can go higher if it is a quality PSU.  Stability may be better not at high load, but depends on quality of PSU also. Look up Johny GURU review of your PSU. Or perhaps look here http://www.tomshardware.com/forum/id-2547993/psu-tier-list.html

Profitability over time charts for many GPUs - http://xeridea.us/charts

BTC:  bc1qr2xwjwfmjn43zhrlp6pn7vwdjrjnv5z0anhjhn LTC:  LXDm6sR4dkyqtEWfUbPumMnVEiUFQvxSbZ Eth:  0x44cCe2cf90C8FEE4C9e4338Ae7049913D4F6fC24
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
December 05, 2016, 01:03:33 AM
 #6970

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

set modifies the current shell's (window) environment values, and the change is available immediately, but it is temporary. The change will not affect other shells that are running, and as soon as you close the shell, the new value is lost until such time as you run set again.

setx modifies the value permanently, which affects all future shells, but does not modify the environment of the shells already running. You have to exit the shell and reopen it before the change will be available, but the value will remain modified until you change it again.

Thanks for comprehensive answer, but I asked what is more properly used and not the differences between the set and setx?

Well i use setx as global, I don't think there is a "proper" way, you either set it temporary or permanently.
I guess if you have various different cards you would use set, and if they were all the same use setx.

My cards is all the same /RX480 Nitro+ OC 8 GB/ and i will use setx! Thanks!

set needs =
setx doesn't
so good thing that you're going to use setx


use
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
December 05, 2016, 01:43:30 AM
 #6971

you will not tell me if I can ask a question on an open forum you twat!!!unbelievable the people here that feel the need to answer for
Just keep your spam for yourself, be patient and don't bother us.

 There is an "ignore" function for a reason.

I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
AlcatelBravo
Full Member
***
Offline Offline

Activity: 143
Merit: 100

Alfa, Bravo, Charlie, Delta, Echo, Foxtrot....


View Profile
December 05, 2016, 02:03:34 AM
 #6972

you will not tell me if I can ask a question on an open forum you twat!!!unbelievable the people here that feel the need to answer for
Just keep your spam for yourself, be patient and don't bother us.

 There is an "ignore" function for a reason.


I wonder what is the maximum amount of ignores that someone has on their list, threads would be very quiet for them I take it lol

When in doubt, dig it out.
Puffy23
Member
**
Offline Offline

Activity: 108
Merit: 11


View Profile
December 05, 2016, 02:15:35 AM
 #6973

guys have some questions that bothers me...

just added in my rig today an HD 8990, to another 3x R9 390 gigabite 8 gb, with a Ewga supernova 1300w G2 PSU... The consuption is 1327w at wall...

Also have an Therma Take Though power 1200w PSU which is running at 1130w at wall....

where is the limit of the PSU consuption in long term? Any experience/advice?   

Just dont wanna burn them in short time...

next, where is the difference between the MSI afterburner setting and setting the settings in the crimson software? for me are the setting possibilities same, or i missing something?

pls teach me...

Many thanks for any advice and help....

Most PSUs achieve maximum efficiency around 50% load.  The cost of doubling your power requirement usually washes any profits from extra efficiency though.

For longevity you should aim to load them around 80% (or less if you want the gains in efficiency). 
rpg
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
December 05, 2016, 03:39:54 AM
 #6974

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

set modifies the current shell's (window) environment values, and the change is available immediately, but it is temporary. The change will not affect other shells that are running, and as soon as you close the shell, the new value is lost until such time as you run set again.

setx modifies the value permanently, which affects all future shells, but does not modify the environment of the shells already running. You have to exit the shell and reopen it before the change will be available, but the value will remain modified until you change it again.

Thanks for comprehensive answer, but I asked what is more properly used and not the differences between the set and setx?

Well i use setx as global, I don't think there is a "proper" way, you either set it temporary or permanently.
I guess if you have various different cards you would use set, and if they were all the same use setx.

When you use setx will stay there forever. You have to go to the registry and manually remove it under currentuser\environment
Jmme
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 05, 2016, 03:50:23 AM
 #6975

I think you guys need to start your own thread so you can keep quoting each other until each post is a full fucking page. Huh
AlcatelBravo
Full Member
***
Offline Offline

Activity: 143
Merit: 100

Alfa, Bravo, Charlie, Delta, Echo, Foxtrot....


View Profile
December 05, 2016, 03:54:37 AM
 #6976

Claymore has a full mining speed from the start(v1) .no one sees but my?
He simultaneously works with pools and exchanges and zcash team.
Look at the Poloniex pump and dump and release of new miners (time)
His job is to prevent too large price decrease.Price now is unreal high.
There is no race.everything is pre-planned.
Slow start is over.There is still one final release,and that's it.
One more pump and price go down.(because he does not hurry with the latest version)
Game is over.

Hidden between all these pointless quotes I see this one post I shall quote that got missed, this seems the case from News/Market chart monitoring and the times these occurrences happen, some would say it is FUD but from all Equihash coins point of view prices are plummeting and could prove a link to why.

When in doubt, dig it out.
Jmme
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 05, 2016, 04:05:34 AM
 #6977

It wasn't missed, it's just a bunch of shit that someone with to much time made into a conspiracy.  I think President Electric Trump won the election on one of those days, maybe we can tie that to Claymore also.

melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
December 05, 2016, 04:48:49 AM
 #6978

Here I come to try to undermine the zcash with claymore

But I crash after a few seconds

I get 180H / S per card, (rx 480)

This is what I put in the bat:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x


Do you have an idea why this crash?

thank you in advance

On Windows you have to add set before GPU...

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -allpools 1 -zwal my address wallet.rig -zpsw x

And don't forget: Virtual memory >16 MB.

?!? set or setx is true?

set modifies the current shell's (window) environment values, and the change is available immediately, but it is temporary. The change will not affect other shells that are running, and as soon as you close the shell, the new value is lost until such time as you run set again.

setx modifies the value permanently, which affects all future shells, but does not modify the environment of the shells already running. You have to exit the shell and reopen it before the change will be available, but the value will remain modified until you change it again.

Thanks for comprehensive answer, but I asked what is more properly used and not the differences between the set and setx?

Well i use setx as global, I don't think there is a "proper" way, you either set it temporary or permanently.
I guess if you have various different cards you would use set, and if they were all the same use setx.

When you use setx will stay there forever. You have to go to the registry and manually remove it under currentuser\environment

No you don't.  Right click the start button, choose System.  Click Advanced system settings.  Then click Environment Variables.  You can add, edit, and delete them there.
Jmme
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 05, 2016, 05:11:13 AM
 #6979

Check the Thread Title on my post, can you also teach him to delete some of the previous quotes so it's not a waste of space

STOP WITH THE QUOTES FOOLS
melloyellow
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
December 05, 2016, 05:47:37 AM
 #6980

Check the Thread Title on my post, can you also teach him to delete some of the previous quotes so it's not a waste of space

STOP WITH THE QUOTES FOOLS

nah, I'm good
Pages: « 1 ... 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 [349] 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 ... 760 »
  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!