Author

Topic: 1080Ti Specific - Best mining option - page 311. (Read 409658 times)

full member
Activity: 168
Merit: 100
June 16, 2017, 10:08:27 AM
Guys,

I'm using the posted thread Alexis miner and I edited the batch file and inserted my Electrum wallet address.

When are supposed to get paid? there is no date nothing?

I saw on Nicehash miner- they show a pay out date. so far all I see in electrum wallet is Balance 0 BTC lol - I understand it'll be 0.001 or what not but still, when do we get paid ?


Also, wasn't Nicehash miner the best for nVidia cards?

post your bat file here, maybe something not correct.

How do I do that?

1. Open the file in an editor like Notepad
2. Ctrl+a
3. Ctrl+c
4. Hit "Reply" here
5. click in the reply field and hit Ctrl+v
6. Hit "Post"



@echo off
SETLOCAL EnableExtensions
SET ADDY=1Fdti993r2nvTExuDxDGBoergMuewxezJ1
SET GPUequihash=0
SET GPUccminer=0
SET A=ccminerAlexis78.exe
SET B=ccminerTanguy.exe
SET C=zminer.exe
SET D=ccminersp-mod.exe
SET POOL=mine.zpool.ca
SET A01=equihash
SET A02=lyra2z
SET A03=myr-gr
REM SET A04=x15
SET A05=lyra2v2
SET A06=neoscrypt
SET A07=decred
SET A08=blakecoin
SET A09=c11
SET A10=groestl
SET A11=blake2s
REM SET A12=x14
SET A13=x17
SET A14=nist5
SET A15=skein
SET A16=sib
SET A17=x11evo
SET A18=lbry
SET A19=timetravel
SET A20=veltor
SET A21=bitcore
SET A22=hmq1725
SET PASS=c=BTC,equihash=0.68,lyra2z=2.53,myr-gr=115,lyra2v2=66,neoscrypt=1.35,decred=4.3,blakecoin=7.2,c11=27.9,groestl=58,blake2s=6.6,x17=18.25,nist5=78.2,skein=895,sib=20.5,x11evo=12.5,lbry=468,timetravel=36,veltor=54.9,bitcore=25.1,hmq1725=7.2,stats
:start
ECHO Starting NemosMiner-v1.7.5 if this helped you please donate #Nemo....
%C% --cuda_devices %GPUequihash% --server %A01%.%POOL% --port 2142 --fee 0 --eexit 2 --user %ADDY% --pass %PASS%
%B% -d %GPUccminer% -r 0 -a %A02% -o stratum+tcp://%A02%.%POOL%:4553 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A03% -o stratum+tcp://%A03%.%POOL%:5433 -u %ADDY% -p %PASS%
REM %A% -d %GPUccminer% -r 0 -a %A04% -o stratum+tcp://%A04%.%POOL%:3733 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A05% -o stratum+tcp://%A05%.%POOL%:4533 -u %ADDY% -p %PASS% -i 24
%B% -d %GPUccminer% -r 0 -a %A06% -o stratum+tcp://%A06%.%POOL%:4233 -u %ADDY% -p %PASS% -i 15
%B% -d %GPUccminer% -r 0 -a %A07% -o stratum+tcp://%A07%.%POOL%:5744 -u %ADDY% -p %PASS%
%B% -d %GPUccminer% -r 0 -a %A08% -o stratum+tcp://%A08%.%POOL%:5743 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A09% -o stratum+tcp://%A09%.%POOL%:3573 -u %ADDY% -p %PASS% -i 21
%B% -d %GPUccminer% -r 0 -a %A10% -o stratum+tcp://%A10%.%POOL%:5333 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A11% -o stratum+tcp://%A11%.%POOL%:5766 -u %ADDY% -p %PASS%
REM %A% -d %GPUccminer% -r 0 -a %A12% -o stratum+tcp://%A12%.%POOL%:3933 -u %ADDY% -p %PASS%
%A% -d %GPUccminer% -r 0 -a %A13% -o stratum+tcp://%A13%.%POOL%:3737 -u %ADDY% -p %PASS% -i 21.5
%A% -d %GPUccminer% -r 0 -a %A14% -o stratum+tcp://%A14%.%POOL%:3833 -u %ADDY% -p %PASS% -i 25
%A% -d %GPUccminer% -r 0 -a %A15% -o stratum+tcp://%A15%.%POOL%:4933 -u %ADDY% -p %PASS% -i 28
%A% -d %GPUccminer% -r 0 -a %A16% -o stratum+tcp://%A16%.%POOL%:5033 -u %ADDY% -p %PASS% -i 21
%A% -d %GPUccminer% -r 0 -a %A17% -o stratum+tcp://%A17%.%POOL%:3553 -u %ADDY% -p %PASS% -i 21
%A% -d %GPUccminer% -r 0 -a %A18% -o stratum+tcp://%A18%.%POOL%:3334 -u %ADDY% -p %PASS% -i 28
%B% -d %GPUccminer% -r 0 -a %A19% -o stratum+tcp://%A19%.%POOL%:3555 -u %ADDY% -p %PASS% -i 25
%A% -d %GPUccminer% -r 0 -a %A20% -o stratum+tcp://%A20%.%POOL%:5034 -u %ADDY% -p %PASS%
%B% -d %GPUccminer% -r 0 -a %A21% -o stratum+tcp://%A21%.%POOL%:3556 -u %ADDY% -p %PASS%
%B% -d %GPUccminer% -r 0 -a %A22% -o stratum+tcp://%A22%.%POOL%:3747 -u %ADDY% -p %PASS%
ECHO Starting NemosMiner-v1.7.5 if this helped you please donate #Nemo....
GOTO start




Please tell me if I should continue this or , should I use Nicehash- with nicehash it gives me a rate at the bottom lol and payout date is 20 June with the above I have no clue and I hope I didn't end up wasting those spent hours.
Also, if I can optimize it further and how so?
sr. member
Activity: 1036
Merit: 311
June 16, 2017, 10:02:26 AM

I am using 1080's not 1080Ti's, as I didn't want to spend too much up front right now. I have 1 more card slot to fill or replace the 970.

I wanna be frank, as far as mining is concerned, there is a world of difference between the 1080 and 1080 TI...the latter being much better suited for mining crypto coins for a profit (at this point in time).   If you bought ur 1080 for gaming, and wanna use it to mine on the side, perfect..otherwise, it's the wrong card in terms of efficiency (at this time) for mining.

as always, please feel free to correct me as i'm almost sure there are other coins that i'm oblivious to.
Over here in the UK at least, you pay over 40% more for a 1080Ti compared to a "regular" 1080. There's no way the Ti hashes more than 25-30% faster than a 1080 (and even that's stretching it). So even if the Ti's faster and possibly a tad more efficient, the price difference just kills it. For me at least.

From a raw cost/hash ratio you're absolutely right.  The Tis are grossly over-cost for the gains most people would see from them... BUT, there's a few secondary considerations to keep in mind if you're even contemplating 1080tis.

1) Hash density can be maximized with them.  If you have a limitation of # of rigs and/or space available to mine, then per cubic inch these are the most profitable cards available. 

2) With Summer upon us, and the cost of electric and the need for additional cooling rising, these cards allow for optimization of those costs as well, they're actually cheaper to operate with both of those considerations in mind, than 2 cards that produce comparable hashes (2 1070s or 480s) so there's a soft savings involved that might not be very easy to calculate there

2) Resale on these will be considerably greater and easier at the end of the mining boom (or when newer cards come out for us to start to replace our miners).  1060s and 1070s will be plentiful if/when that happens, but gamers will be QUICK to jump on a discounted 1080ti.  Right now the 9xx series cards are much easier to sell (personal experience) if they're higher end, and will garner a better price overall.  1060s and 470/480s will be a dime a dozen in 6-12 months time.

3) And this is how I use them personally, the 1080ti is still the best performing gaming card available.  I only run them in my primary desktops that I use for work/games.  Those are idle 90%+ of the time when I'm not playing a game or using the PC for any heavy lifting, so as a single card in separate towers they provide me the best power available when I need it, and the best profitability possible for a tower that only has a single card in it.

If you're just building out a farm, and have the watts and space available then it doesn't make any sense to even look at these cards at the moment, but if you have any of the above (or I'm sure other situations I haven't considered) considerations then they might be worth it.
full member
Activity: 196
Merit: 100
June 16, 2017, 09:50:51 AM
It's impossible that you make such amount or 1080Ti is so much better in skein than in Equihash than 4x GTX 1060, cause 1x GTX 1060 is making about 240-260MH/s with DGB-skein, and 280-290 sol with zcash.

Well I'll confirm my exact daily payout of DGB. I will do a full payout at midnight and tally it all up after exactly 24 hours.
sr. member
Activity: 382
Merit: 251
June 16, 2017, 08:01:33 AM

I use poloniex.
I have http://mylifegadgets.com/GTX1070 and http://mylifegadgets.com/GTX1080TI and http://mylifegadgets.com/GTX1080 make with 30$ per day, collect them to my own wallet and then sell them on poloniex.


Which pool are you suing? Zpool, Yiimp, other?
hero member
Activity: 1274
Merit: 556
June 16, 2017, 07:57:01 AM

I am using 1080's not 1080Ti's, as I didn't want to spend too much up front right now. I have 1 more card slot to fill or replace the 970.

I wanna be frank, as far as mining is concerned, there is a world of difference between the 1080 and 1080 TI...the latter being much better suited for mining crypto coins for a profit (at this point in time).   If you bought ur 1080 for gaming, and wanna use it to mine on the side, perfect..otherwise, it's the wrong card in terms of efficiency (at this time) for mining.

as always, please feel free to correct me as i'm almost sure there are other coins that i'm oblivious to.
Over here in the UK at least, you pay over 40% more for a 1080Ti compared to a "regular" 1080. There's no way the Ti hashes more than 25-30% faster than a 1080 (and even that's stretching it). So even if the Ti's faster and possibly a tad more efficient, the price difference just kills it. For me at least.
sr. member
Activity: 882
Merit: 310
June 16, 2017, 07:53:33 AM
It's impossible that you make such amount or 1080Ti is so much better in skein than in Equihash than 4x GTX 1060, cause 1x GTX 1060 is making about 240-260MH/s with DGB-skein, and 280-290 sol with zcash.
newbie
Activity: 33
Merit: 0
June 16, 2017, 07:48:20 AM
So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???

How are you doing 480dgb/day? what hashrate/freq have you?
full member
Activity: 196
Merit: 100
June 16, 2017, 07:32:15 AM
Guys,

I'm using the posted thread Alexis miner and I edited the batch file and inserted my Electrum wallet address.

When are supposed to get paid? there is no date nothing?

I saw on Nicehash miner- they show a pay out date. so far all I see in electrum wallet is Balance 0 BTC lol - I understand it'll be 0.001 or what not but still, when do we get paid ?


Also, wasn't Nicehash miner the best for nVidia cards?

post your bat file here, maybe something not correct.

How do I do that?

1. Open the file in an editor like Notepad
2. Ctrl+a
3. Ctrl+c
4. Hit "Reply" here
5. click in the reply field and hit Ctrl+v
6. Hit "Post"
full member
Activity: 168
Merit: 100
June 16, 2017, 07:22:14 AM
Guys,

I'm using the posted thread Alexis miner and I edited the batch file and inserted my Electrum wallet address.

When are supposed to get paid? there is no date nothing?

I saw on Nicehash miner- they show a pay out date. so far all I see in electrum wallet is Balance 0 BTC lol - I understand it'll be 0.001 or what not but still, when do we get paid ?


Also, wasn't Nicehash miner the best for nVidia cards?

post your bat file here, maybe something not correct.

How do I do that?
full member
Activity: 196
Merit: 100
June 16, 2017, 06:59:21 AM
So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???

So you are mining directly DGB, deposit it to some exchange and sell yourself rather than auto exchange to BTC in the pool?

Which pool and exchange are you utilizing?

I use poloniex.
I have http://mylifegadgets.com/GTX1070 and http://mylifegadgets.com/GTX1080TI and http://mylifegadgets.com/GTX1080 make with 30$ per day, collect them to my own wallet and then sell them on poloniex.


With the drop in DGB price I'm hoarding them first though.
sr. member
Activity: 826
Merit: 440
June 16, 2017, 05:55:18 AM
For mining, the ROI is better with a 1080ti than with a 1080 ?
newbie
Activity: 17
Merit: 0
June 16, 2017, 05:50:10 AM
So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???

haha its called liquidity Cheesy  if i add even one whole rig to DGB the profit goes to shit pretty quick, not many people can add to that nethash before it gets unprofitable. bigger miners want to not have to switch every day or less Smiley   thats good for smaller miners tho! Smiley

So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???
I just checked on whattomine and according to current rate, with 740 sol DGB skein is around 9$. What I'm doing wrong?

my guess is your using the same hashrate for DGB as ZEC, the algo is different.  you wanna compare 750 sol/s zec and 1000 mh/s skein

You're right, my fault. Thank you
sr. member
Activity: 392
Merit: 266
EthMonitoring.com
June 16, 2017, 05:38:16 AM
So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???

So you are mining directly DGB, deposit it to some exchange and sell yourself rather than auto exchange to BTC in the pool?

Which pool and exchange are you utilizing?

I use poloniex.
I have http://mylifegadgets.com/GTX1070 and http://mylifegadgets.com/GTX1080TI and http://mylifegadgets.com/GTX1080 make with 30$ per day, collect them to my own wallet and then sell them on poloniex.
sr. member
Activity: 382
Merit: 251
June 16, 2017, 04:58:36 AM
So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???

So you are mining directly DGB, deposit it to some exchange and sell yourself rather than auto exchange to BTC in the pool?

Which pool and exchange are you utilizing?
legendary
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~
June 16, 2017, 04:40:30 AM
So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???

haha its called liquidity Cheesy  if i add even one whole rig to DGB the profit goes to shit pretty quick, not many people can add to that nethash before it gets unprofitable. bigger miners want to not have to switch every day or less Smiley   thats good for smaller miners tho! Smiley

So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???
I just checked on whattomine and according to current rate, with 740 sol DGB skein is around 9$. What I'm doing wrong?

my guess is your using the same hashrate for DGB as ZEC, the algo is different.  you wanna compare 750 sol/s zec and 1000 mh/s skein
newbie
Activity: 17
Merit: 0
June 16, 2017, 04:20:26 AM
So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???
I just checked on whattomine and according to current rate, with 740 sol DGB skein is around 9$. What I'm doing wrong?
sr. member
Activity: 1021
Merit: 324
June 16, 2017, 04:10:56 AM

I am using 1080's not 1080Ti's, as I didn't want to spend too much up front right now. I have 1 more card slot to fill or replace the 970.

I wanna be frank, as far as mining is concerned, there is a world of difference between the 1080 and 1080 TI...the latter being much better suited for mining crypto coins for a profit (at this point in time).   If you bought ur 1080 for gaming, and wanna use it to mine on the side, perfect..otherwise, it's the wrong card in terms of efficiency (at this time) for mining.

as always, please feel free to correct me as i'm almost sure there are other coins that i'm oblivious to.

I was more asking about the plug connections. I bought the last 1080's on Amazon that were close to $400 each.
full member
Activity: 196
Merit: 100
June 16, 2017, 04:02:32 AM
So, with DGB, I'm mining about 480/day.

At current price that's: 14.06 USD

With zcash, I'm mining about 0.02 a day (742 sol on average)

At current price that's: 7.63 USD


Why on earth are people still mining zcash with nvidia???
member
Activity: 75
Merit: 10
June 16, 2017, 03:46:23 AM

I am using 1080's not 1080Ti's, as I didn't want to spend too much up front right now. I have 1 more card slot to fill or replace the 970.

I wanna be frank, as far as mining is concerned, there is a world of difference between the 1080 and 1080 TI...the latter being much better suited for mining crypto coins for a profit (at this point in time).   If you bought ur 1080 for gaming, and wanna use it to mine on the side, perfect..otherwise, it's the wrong card in terms of efficiency (at this time) for mining.

as always, please feel free to correct me as i'm almost sure there are other coins that i'm oblivious to.
sr. member
Activity: 826
Merit: 440
June 16, 2017, 03:06:25 AM
Just a few questions :
- For mining purpose, all tat is right for 1080ti is right to for 1080 (same specific memory) ?
- The best algo for the 1080 ti is the best for the 1080 ?
- Is there an algo better with 1080 than with 1070 ?
(I'll love to a 1080 but if it not better for mining than my 1070, no way).
Jump to: