Bitcoin Forum
May 03, 2024, 10:06:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 ... 113 »
  Print  
Author Topic: My second ZEC + XMR+ ETH thread builds info links thoughts and photos.  (Read 147865 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
citronick
Legendary
*
Offline Offline

Activity: 1834
Merit: 1080


---- winter*juvia -----


View Profile
October 31, 2016, 04:54:00 PM
 #801

Setup a script to auto restart at some amount of time, that will solve all the current problems with crashes and slowing speed.

Then the waiting period for other miners will be no problem.

Do you have that script?

for this reason, I decided to pull back my Nanos and 390s to continue mining ETH.

only my RX480s is dedicated mining ZEC since its able to hold about half a day before Genoil goes crazy. Putting a reboot timer will solve this case but i dont think its wise to reboot a windows machine 5-10 times a day.

i tested a batch file to reboot every 2.77 hours (around 10000 seconds) like below. To be run after genoil batch file.

==
countdown 10000
shutdown /r /t 5 /f
==

I will wait for Claymore's miner with watchguard, monitoring etc.

If I provided you good and useful info or just a smile to your day, consider sending me merit points to further validate this Bitcointalk account ~ useful for future account recovery...
1714773983
Hero Member
*
Offline Offline

Posts: 1714773983

View Profile Personal Message (Offline)

Ignore
1714773983
Reply with quote  #2

1714773983
Report to moderator
1714773983
Hero Member
*
Offline Offline

Posts: 1714773983

View Profile Personal Message (Offline)

Ignore
1714773983
Reply with quote  #2

1714773983
Report to moderator
1714773983
Hero Member
*
Offline Offline

Posts: 1714773983

View Profile Personal Message (Offline)

Ignore
1714773983
Reply with quote  #2

1714773983
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714773983
Hero Member
*
Offline Offline

Posts: 1714773983

View Profile Personal Message (Offline)

Ignore
1714773983
Reply with quote  #2

1714773983
Report to moderator
1714773983
Hero Member
*
Offline Offline

Posts: 1714773983

View Profile Personal Message (Offline)

Ignore
1714773983
Reply with quote  #2

1714773983
Report to moderator
1714773983
Hero Member
*
Offline Offline

Posts: 1714773983

View Profile Personal Message (Offline)

Ignore
1714773983
Reply with quote  #2

1714773983
Report to moderator
xleejohnx
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 31, 2016, 06:17:09 PM
 #802

Setup a script to auto restart at some amount of time, that will solve all the current problems with crashes and slowing speed.

Then the waiting period for other miners will be no problem.

Do you have that script?

for this reason, I decided to pull back my Nanos and 390s to continue mining ETH.

only my RX480s is dedicated mining ZEC since its able to hold about half a day before Genoil goes crazy. Putting a reboot timer will solve this case but i dont think its wise to reboot a windows machine 5-10 times a day.

i tested a batch file to reboot every 2.77 hours (around 10000 seconds) like below. To be run after genoil batch file.

==
countdown 10000
shutdown /r /t 5 /f
==

I will wait for Claymore's miner with watchguard, monitoring etc.

timeout 120
@echo off

echo:

set executable=genoil.exe
set commandline= -c us1-zcash.flypool.org:3333 -u t1L15UewuQTy4WQBEq57TPbfEgWot75pxqZ.gamer -p z -P 1 -g 0
set runforseconds=18000
set restartinseconds=5
set /a counter=0
timeout 10
:start
start "genoil" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start


this is the script i run to reset just genoil every 5 hours

As I see a super coin as the super highway and alt coins as taxis and trucks needed to move transactions. ~philipma1957
ps_jb
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
October 31, 2016, 07:50:44 PM
 #803

Setup a script to auto restart at some amount of time, that will solve all the current problems with crashes and slowing speed.

Then the waiting period for other miners will be no problem.

Do you have that script?

for this reason, I decided to pull back my Nanos and 390s to continue mining ETH.

only my RX480s is dedicated mining ZEC since its able to hold about half a day before Genoil goes crazy. Putting a reboot timer will solve this case but i dont think its wise to reboot a windows machine 5-10 times a day.

i tested a batch file to reboot every 2.77 hours (around 10000 seconds) like below. To be run after genoil batch file.

==
countdown 10000
shutdown /r /t 5 /f
==

I will wait for Claymore's miner with watchguard, monitoring etc.

timeout 120
@echo off

echo:

set executable=genoil.exe
set commandline= -c us1-zcash.flypool.org:3333 -u t1L15UewuQTy4WQBEq57TPbfEgWot75pxqZ.gamer -p z -P 1 -g 0
set runforseconds=18000
set restartinseconds=5
set /a counter=0
timeout 10
:start
start "genoil" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start


this is the script i run to reset just genoil every 5 hours

Should I make a batch and run it?

Thank you!
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7840


'The right to privacy matters'


View Profile WWW
October 31, 2016, 07:56:54 PM
 #804

Setup a script to auto restart at some amount of time, that will solve all the current problems with crashes and slowing speed.

Then the waiting period for other miners will be no problem.

Do you have that script?

for this reason, I decided to pull back my Nanos and 390s to continue mining ETH.

only my RX480s is dedicated mining ZEC since its able to hold about half a day before Genoil goes crazy. Putting a reboot timer will solve this case but i dont think its wise to reboot a windows machine 5-10 times a day.

i tested a batch file to reboot every 2.77 hours (around 10000 seconds) like below. To be run after genoil batch file.

==
countdown 10000
shutdown /r /t 5 /f
==

I will wait for Claymore's miner with watchguard, monitoring etc.

timeout 120
@echo off

echo:

set executable=genoil.exe
set commandline= -c us1-zcash.flypool.org:3333 -u t1L15UewuQTy4WQBEq57TPbfEgWot75pxqZ.gamer -p z -P 1 -g 0
set runforseconds=18000
set restartinseconds=5
set /a counter=0
timeout 10
:start
start "genoil" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start


this is the script i run to reset just genoil every 5 hours

nice info.  thanks.

I am running a tiny little lenovo m700 cpu only uses a  g4400t pulls 4h and burns a big 26 watts.
I am able to watch netflix at the same time.
So while it won't ever get me rich the bargain lenovo m700 is going to be a bit cheaper then the 300 I paid for it.

I have the five gpu rigs.

  1 at the solar array only runs eth coin  91mh  I will try the cpu at the array if the cpu is an i5 I think it is a g4500

 1 in house runs only               eth        41 mh this has a g4400 cpu and it hurts the gpu numbers

1 in house runs only gpu zec this has a g1845 cpu and it hurts the gpu numbers.
 
2 in house run gpu and cpu zec  these have 8 rx gpus 470+480   these have an i3 6100t and an i5  6500t  I find running cpu and gpu does not cause drops

I think my 350h of zec total is earning near 0.06 zec a day that would be 42 usd a day and 1260 a month with under  1500 watts my power is going to be 105 a month.  so just two months like this = 2000 usd plus.

I still shoot 131h at eth which is now earning more. about 200 minus 27 in power = 173 .

so I am close to 1250 profit for the two coins.  I tell everyone be able to move back and forth from eth to zec.

cash most your eth to btc------I do 90%
cash at least half your zec to btc-----I do 60%
cash some btc to cash.-------------------------------My btc to cash is 70% btc to 30% cash

ratios and balances  are very hard to figure

so
eth for me is small under 100usd
zec for me is small under 200usd  but I will grow it bigger
btc for me is big over        12kusd
cash for me is big over      6kusd
pc gpu psu is big  over       4kusd
asic is smaller   2 s9's        3kusd

my absolute biggest risk now is heavy on btc holding  I had 22+ coins I sold some I have 17+.
It is very hard for me to keep holding the btc  as a big drop in btc price is my single biggest risk.
I will most likely sell some more   BTC soon.

JUGGLING the ratios above are the hardest thing about the game.

The actual mining is now easy again> WTF  Phil how can this be?

Mining is easy now that both gpu and cpu mining is back full swing.  I won't say I predicted this and I told you so.  But I did back in April May and June.

very simple reasons for this : Intel,AMD,Nvidia all stand to benefit from solid gpu and cpu mining options.   So I am hoping for this to carry on and on and on and on.



▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
xleejohnx
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 31, 2016, 08:00:53 PM
 #805

Setup a script to auto restart at some amount of time, that will solve all the current problems with crashes and slowing speed.

Then the waiting period for other miners will be no problem.

Do you have that script?

for this reason, I decided to pull back my Nanos and 390s to continue mining ETH.

only my RX480s is dedicated mining ZEC since its able to hold about half a day before Genoil goes crazy. Putting a reboot timer will solve this case but i dont think its wise to reboot a windows machine 5-10 times a day.

i tested a batch file to reboot every 2.77 hours (around 10000 seconds) like below. To be run after genoil batch file.

==
countdown 10000
shutdown /r /t 5 /f
==

I will wait for Claymore's miner with watchguard, monitoring etc.

timeout 120
@echo off

echo:

set executable=genoil.exe
set commandline= -c us1-zcash.flypool.org:3333 -u t1L15UewuQTy4WQBEq57TPbfEgWot75pxqZ.gamer -p z -P 1 -g 0
set runforseconds=18000
set restartinseconds=5
set /a counter=0
timeout 10
:start
start "genoil" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start


this is the script i run to reset just genoil every 5 hours

Should I make a batch and run it?

Thank you!

yup make a bat file inside the genoil miner folder and good to go

As I see a super coin as the super highway and alt coins as taxis and trucks needed to move transactions. ~philipma1957
xleejohnx
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 31, 2016, 08:02:39 PM
 #806

Setup a script to auto restart at some amount of time, that will solve all the current problems with crashes and slowing speed.

Then the waiting period for other miners will be no problem.

Do you have that script?

for this reason, I decided to pull back my Nanos and 390s to continue mining ETH.

only my RX480s is dedicated mining ZEC since its able to hold about half a day before Genoil goes crazy. Putting a reboot timer will solve this case but i dont think its wise to reboot a windows machine 5-10 times a day.

i tested a batch file to reboot every 2.77 hours (around 10000 seconds) like below. To be run after genoil batch file.

==
countdown 10000
shutdown /r /t 5 /f
==

I will wait for Claymore's miner with watchguard, monitoring etc.

timeout 120
@echo off

echo:

set executable=genoil.exe
set commandline= -c us1-zcash.flypool.org:3333 -u t1L15UewuQTy4WQBEq57TPbfEgWot75pxqZ.gamer -p z -P 1 -g 0
set runforseconds=18000
set restartinseconds=5
set /a counter=0
timeout 10
:start
start "genoil" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start


this is the script i run to reset just genoil every 5 hours

nice info.  thanks.

I am running a tiny little lenovo m700 cpu only uses a  g4400t pulls 4h and burns a big 26 watts.
I am able to watch netflix at the same time.
So while it won't ever get me rich the bargain lenovo m700 is going to be a bit cheaper then the 300 I paid for it.

I have the five gpu rigs.

  1 at the solar array only runs eth coin  91mh  I will try the cpu at the array if the cpu is an i5 I think it is a g4500

 1 in house runs only               eth        41 mh this has a g4400 cpu and it hurts the gpu numbers

1 in house runs only gpu zec this has a g1845 cpu and it hurts the gpu numbers.
 
2 in house run gpu and cpu zec  these have 8 rx gpus 470+480   these have an i3 6100t and an i5  6500t  I find running cpu and gpu does not cause drops

I think my 350h of zec total is earning near 0.06 zec a day that would be 42 usd a day and 1260 a month with under  1500 watts my power is going to be 105 a month.  so just two months like this = 2000 usd plus.

I still shoot 131h at eth which is now earning more. about 200 minus 27 in power = 173 .

so I am close to 1250 profit for the two coins.  I tell everyone be able to move back and forth from eth to zec.

cash most your eth to btc------I do 90%
cash at least half your zec to btc-----I do 60%
cash some btc to cash.-------------------------------My btc to cash is 70% btc to 30% cash

ratios and balances  are very hard to figure

so
eth for me is small under 100usd
zec for me is small under 200usd  but I will grow it bigger
btc for me is big over        12kusd
cash for me is big over      6kusd
pc gpu psu is big  over       4kusd
asic is smaller   2 s9's        3kusd

my absolute biggest risk now is heavy on btc holding  I had 22+ coins I sold some I have 17+.
It is very hard for me to keep holding the btc  as a big drop in btc price is my single biggest risk.
I will most likely sell some more   BTC soon.

JUGGLING the ratios above are the hardest thing about the game.

The actual mining is now easy again> WTF  Phil how can this be?

Mining is easy now that both gpu and cpu mining is back full swing.  I won't say I predicted this and I told you so.  But I did back in April May and June.

very simple reasons for this : Intel,AMD,Nvidia all stand to benefit from solid gpu and cpu mining options.   So I am hoping for this to carry on and on and on and on.




its actually surprising to me that gpu/cpu mining is back on the board.
its nice seeing small miners about to actually make something for once again

As I see a super coin as the super highway and alt coins as taxis and trucks needed to move transactions. ~philipma1957
Tmdz
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 1000


View Profile
October 31, 2016, 08:15:00 PM
 #807

Profits are getting insane, if we can hold price everyone is going to have a very nice X-mas  Grin

Zec could hold $500 per coin and mining rewards will go up 10 times what they are now in a month, the market is going crazy with pumps today so who knows what the resting value of Zec actually is. 

All I know if this coin ends up being $1000 or more, holly shit.
wlefever
Legendary
*
Offline Offline

Activity: 1173
Merit: 1001



View Profile
October 31, 2016, 08:28:05 PM
 #808

I just don't believe in the long run zcash is worth more than BTC so i'm converting my ZEC/BTC daily and just enjoying the higher profits as long as they last.

Happy to be mining at lower power draw levels and temperatures as its still upper 80's F in the South and my room was toasty mining ETH!

philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7840


'The right to privacy matters'


View Profile WWW
October 31, 2016, 08:32:25 PM
 #809

Profits are getting insane, if we can hold price everyone is going to have a very nice X-mas  Grin

Zec could hold $500 per coin and mining rewards will go up 10 times what they are now in a month, the market is going crazy with pumps today so who knows what the resting value of Zec actually is. 

All I know if this coin ends up being $1000 or more, holly shit.

Yeah  I do a lot of analyses on the economic angles.

Supply demand yada yada yada.

I then pretend I am a big shot  at Intel, Nvidia, AMD  and I am listening to a young brainiac pitching a coin like eth or zec.


I do both sides of the pitch  the old timer punching holes in the new guy's argument to not help to develop a coin.

the new guy showing how a coin that works for gpus and cpus helps the bottom line of the company.

I always seem to see the new guy as being correct.

I envision BTC as the workhorse crypto coin that  uses alt coins as passenger cars on a highway.
I see that new cpu and new gpu coins will continue to develop to feed into btc.

The limit to btc is transactions per day (660,000 max)  and alt coins can solve this problem.

just think every pc could run a small miner as a background.

this pc below has a g4400 I can watch netflix and mine using 30 watts

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
ps_jb
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
October 31, 2016, 09:21:40 PM
 #810

this pc below has a g4400 I can watch netflix and mine using 30 watts

Phil,

Which CPU miner are you using?
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7840


'The right to privacy matters'


View Profile WWW
October 31, 2016, 09:47:51 PM
Last edit: November 01, 2016, 01:12:16 AM by philipma1957
 #811

this pc below has a g4400 I can watch netflix and mine using 30 watts

Phil,

Which CPU miner are you using?


http://zcash.flypool.org/miners/t1d81R73LY4tX9y1VskH6gJELH3PfCvGwz5

http://www.ethpool.org/miners/3ef297e47404a771139472b93621f82c8a832857

http://zcash.flypool.org/

Download, configure and run our modified nicehash CPU miner

Download: Github
Choose from the following stratum servers:

https://github.com/etherchain-org/nheqminer/releases/tag/0.2


the cpu miner i use is really good on better cpus like the i5 6500t

the rig does solid on the gpus and on the cpu.

I use two cpu with two gpu see below:


▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
citronick
Legendary
*
Offline Offline

Activity: 1834
Merit: 1080


---- winter*juvia -----


View Profile
November 01, 2016, 04:11:51 AM
 #812

Setup a script to auto restart at some amount of time, that will solve all the current problems with crashes and slowing speed.

Then the waiting period for other miners will be no problem.

Do you have that script?

for this reason, I decided to pull back my Nanos and 390s to continue mining ETH.

only my RX480s is dedicated mining ZEC since its able to hold about half a day before Genoil goes crazy. Putting a reboot timer will solve this case but i dont think its wise to reboot a windows machine 5-10 times a day.

i tested a batch file to reboot every 2.77 hours (around 10000 seconds) like below. To be run after genoil batch file.

==
countdown 10000
shutdown /r /t 5 /f
==

I will wait for Claymore's miner with watchguard, monitoring etc.

timeout 120
@echo off

echo:

set executable=genoil.exe
set commandline= -c us1-zcash.flypool.org:3333 -u t1L15UewuQTy4WQBEq57TPbfEgWot75pxqZ.gamer -p z -P 1 -g 0
set runforseconds=18000
set restartinseconds=5
set /a counter=0
timeout 10
:start
start "genoil" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start


this is the script i run to reset just genoil every 5 hours

nice one johnlee!

what version of genoil are you using v0.5?

what does this switches do?
-p z -P 1 -g 0

If I provided you good and useful info or just a smile to your day, consider sending me merit points to further validate this Bitcointalk account ~ useful for future account recovery...
rawbert
Full Member
***
Offline Offline

Activity: 199
Merit: 100



View Profile
November 01, 2016, 04:29:15 AM
 #813



what does this switches do?
-p z -P 1 -g 0

-p =password
-P =platform - 1 works for me on AMD
-g =device list 0 1 2 etc no need to use if you want to run all your cards

ps_jb
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
November 01, 2016, 04:54:28 AM
 #814


Thank you!
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7840


'The right to privacy matters'


View Profile WWW
November 01, 2016, 09:47:28 AM
Last edit: November 01, 2016, 02:50:24 PM by philipma1957
 #815


you are welcome.  Remember  if you have a i5 cpu  like the i5 6500t  it will do 22h with not that big of a power draw.

I purchased a pc today  with an i7 6700t in it no gpu but room for one rx 470 like this one


https://www.amazon.com/XFX-backplate-Displayport-Graphics-RX-470P4SFD5/dp/B01JM2DF2G/ref=sr_1_3?

this could be a very nice setup as a pc/miner .

Once I get this and add the gpu I will post.

you may get to mine zec with the cpu and eth with the gpu  at fairly low power.

it this works I may sell off my macs and go windows/linux  for all my pc needs.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
xleejohnx
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
November 01, 2016, 08:40:32 PM
 #816

I hate days like today when the miners act out all day..

As I see a super coin as the super highway and alt coins as taxis and trucks needed to move transactions. ~philipma1957
LoneRangir
Hero Member
*****
Offline Offline

Activity: 615
Merit: 500


View Profile
November 02, 2016, 12:37:08 AM
 #817

What is the best option for a Online wallet for Zcash ?

hopefully Jaxx, but I will be elated if Coinbase takes it up...


I just installed Jaxx on my phone.

Thanks, it's great !

The Jaxx update for ZEC has been released.  I added to my android phone.
citronick
Legendary
*
Offline Offline

Activity: 1834
Merit: 1080


---- winter*juvia -----


View Profile
November 02, 2016, 12:42:50 AM
 #818


you are welcome.  Remember  if you have a i5 cpu  like the i5 6500t  it will do 22h with not that big of a power draw.

I purchased a pc today  with an i7 6700t in it no gpu but room for one rx 470 like this one


https://www.amazon.com/XFX-backplate-Displayport-Graphics-RX-470P4SFD5/dp/B01JM2DF2G/ref=sr_1_3?

this could be a very nice setup as a pc/miner .

Once I get this and add the gpu I will post.

you may get to mine zec with the cpu and eth with the gpu  at fairly low power.

it this works I may sell off my macs and go windows/linux  for all my pc needs.


is it only me or this nheqminer (tested in nanopool) is much slower compared to genoil (tested in flypool)

If I provided you good and useful info or just a smile to your day, consider sending me merit points to further validate this Bitcointalk account ~ useful for future account recovery...
philipma1957 (OP)
Legendary
*
Offline Offline

Activity: 4116
Merit: 7840


'The right to privacy matters'


View Profile WWW
November 02, 2016, 12:56:54 AM
 #819


you are welcome.  Remember  if you have a i5 cpu  like the i5 6500t  it will do 22h with not that big of a power draw.

I purchased a pc today  with an i7 6700t in it no gpu but room for one rx 470 like this one


https://www.amazon.com/XFX-backplate-Displayport-Graphics-RX-470P4SFD5/dp/B01JM2DF2G/ref=sr_1_3?

this could be a very nice setup as a pc/miner .

Once I get this and add the gpu I will post.

you may get to mine zec with the cpu and eth with the gpu  at fairly low power.

it this works I may sell off my macs and go windows/linux  for all my pc needs.


is it only me or this nheqminer (tested in nanopool) is much slower compared to genoil (tested in flypool)

i use nheqminer in flypool to run cpu
i use genoil in flypool to run gpu

today genoil has been fuck you a lot. I suspect ddos attacks against flypool.

a 330h farm could clear 140 usd a day yesterday  that is around 12 gpus

I earned .055 on the 31st of oct  cashed it at about 2btc on average or .110 btc at 720 usd = 80 usd.

I  averaged 220h yesterday and did not do perfect cash some low some high. thus 2 btc average .

so I have to think a lot of ddos attacks today.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Biodom
Legendary
*
Offline Offline

Activity: 3752
Merit: 3860



View Profile
November 02, 2016, 01:35:39 AM
 #820

I hate days like today when the miners act out all day..

my genoil 0.5 crashed on flypool all 0 sols, i am back to eth.
Feels so stable and nice  Grin.
Not so lucrative, of course.
zec also crashed to $1000, now at $1100 from $1700 earlier.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 ... 113 »
  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!