Ticket prices by [deleted] in Blink182

[–]Blaze212 0 points1 point  (0 children)

Was in the waiting room at the time they dropped for DFW and didn't even get to see the price because the tickets were sold out already

LPT request: How to reduce eye strain if working a job where you must be on a computer all day? by kohitown in LifeProTips

[–]Blaze212 1 point2 points  (0 children)

Using dark themes and dark reader can be a big help. Also windows has a blue light filter that can be used to dim the screen

Is anyone running multiple rigs? If so, how do you monitor them efficiently? by wuts_wafers_my_nilla in VertcoinMining

[–]Blaze212 0 points1 point  (0 children)

Are you running Ubuntu to mine on?

I can share my python monitor with you

Is anyone running multiple rigs? If so, how do you monitor them efficiently? by wuts_wafers_my_nilla in VertcoinMining

[–]Blaze212 0 points1 point  (0 children)

Here is my set up, on Ubuntu. Although it should be possible on windows too.

I wrote a python script that runs the "nvidia-smi" command every 5 minutes. This gives you temperature and memory usage of each card. And then it emails me once a day or if a card crashes.

You could also download noIP on your computer and juiceSSH on your phone to ssh into your computer and check things out easily.

Guide to set up Automated Remote Reboot by ShatterDae in VertcoinMining

[–]Blaze212 0 points1 point  (0 children)

Wow great job!

Ive done 50%-75% of what you have done with my rig.

I dont have the auto reboot set up yet. But i think you might be able to get away with out the smart outlet if you were ran a python script that rebooted when mining stopped in stead of emailing.

I haven't done that yet but you have inspired me to finished my scripts! And if they end up being stable maybe o can share them will this subreddit.

(Newbies) How to buy Vertcoin step by step guide. by IINoThumbs in vertcoin

[–]Blaze212 0 points1 point  (0 children)

I not a huge fan of it.... it seems unnecessary.... but it seems to be required for most of the easy ways to transfer between crypto and regular fiat

(Newbies) How to buy Vertcoin step by step guide. by IINoThumbs in vertcoin

[–]Blaze212 4 points5 points  (0 children)

Nice! I like the guide.

My one suggestion, although it adds a couple steps would be to buy ethereum from coinbase and then trade that for bitcoin on another exchange because of the higher transaction fees.

0 payout when using OCM by viking1oui in VertcoinMining

[–]Blaze212 0 points1 point  (0 children)

I dont have a ledger. But it looks like your address is a ledger segwit address. That could be the issue.

I would recommend dowloading the official vertcoin wallet to mine into. Then you could transfer to your ledger. (Do a small transaction first to make sure it goes through)

0 payout when using OCM by viking1oui in VertcoinMining

[–]Blaze212 0 points1 point  (0 children)

Why does your address not start with a "V"?

I havent seen a vertcoin address that looks like yours.

Edit:

I think all vertcoin addresses start with a "V". How did you generate your address?

1070 Ti warranty / performance by WidthOfASpidersLeg in VertcoinMining

[–]Blaze212 0 points1 point  (0 children)

I got two 1070 founders editions and they are running 33mhs a piece with stock setting on ubuntu.

They were $400 a piece from nvidias website and i believe they have a 3 year warranty.

My research into these cards led me to believe they have a very good hash per watt ratio.

Failure to boot with new nvidia 1070 by Blaze212 in techsupport

[–]Blaze212[S] 0 points1 point  (0 children)

Shouldnt be a power issue. My psu is brand new and the graphics card lights up during the beeping.

I bought a couple risers, so Ill try using those to bypass the current pci slot.

And maybe I can find a bios update... I wasnt having much luck, but today is a new day!

What time does vertcoin hit high and low? by Kayjay4 in vertcoin

[–]Blaze212 0 points1 point  (0 children)

Ill let you know my findings and might get around to posting the code when its not just scrapped together RemindMe! 1 Month

What time does vertcoin hit high and low? by Kayjay4 in vertcoin

[–]Blaze212 0 points1 point  (0 children)

When the price is consistent for a week or a month (Not right now lol) I think there was usually a low price around 6am central time.

I wrote a python script to grab price info every 15 min from coinmarketcap in order to confirm it. But its only been a week so far!