Jump to content

wviper3

Member
  • Posts

    21
  • Joined

  • Last visited

Everything posted by wviper3

  1. I've got a couple fans connected to a fan hub powered with a SATA connection. The fans have a molex connector on them for power. Should I be connecting them as well? I'm moving my build to a new case and I noticed a few of them seem to have partially melted wires and it's either from heat(It's a mining rig) or current. Going to wrap them in electrical tape to make sure they're good but wanted to figure out how power should properly be hooked up. Thanks for any help in advance!
  2. Lots of people told me not to use Arch when I was still very new with Linux. Honestly though, I learned basically all I know about how Linux actually works from installing, using, and maintaining Arch installations. I run it as my main desktop now and it's running my 2 mining rigs. I'm a big fan and every time I use it I learn something new about what's going on behind the scenes. I think it's fine for beginners as long as you're willing to put in the time and do your research as to what you're doing. Also, the Arch Wiki is great for other distros too.
  3. Was it running hot before the update? Check your airflow and clear out any dust. Maybe reapply thermal paste as well. There's videos on YouTube for reapplying thermal compound to the T500.
  4. What research tools? Generally the best alt coins already have people talking about them. Finding unknown coins doesn't seem like a good business decision, it seems like speculative mining.
  5. Is your system 32 or 64bit? Lutris may be looking at the wrong dlls. Check out this post. If it's not that lmk. There's a few other solutions that seem to have worked for people online.
  6. Pretty sure you need extra packages for read/write access to NTFS though. Shouldn't be too hard though and will almost definitely work on Windows.
  7. I use like 3500-4000 bitrate for my streams. 13000 is crazy. I find 3500-4000 to be good for an ok internet speed and good looking streams.
  8. @Froody129 what are your thoughts on staking then? I'm trying to learn more about cryptocurrencies and staking is a huge topic right now.
  9. You can get pretty close though. I'm just looking at suggestions from this reddit thread. Perhaps this?: https://www.dafont.com/pointfree.font
  10. https://www.raywenderlich.com for iOS, Android, Swift, and Kotlin tutorials. They have some Unity and Unreal Engine stuff too, but I haven't gone through those much, as I prefer Godot for game development. Disclaimer: I work for them but I used the site to learn iOS programming before I got hired.
  11. Mining goes up and down. I'm anticipating the prices of cryptocurrencies to go back up and make mining profitable again. Some people are even mining at a loss right now in anticipation that they can sell for a profit later. I'm mining in my dorm so I have free electricity ?.
  12. I've never used ZorinOS, but you should use a monospaced font. From this StackExchange post: Check out this font. Might be what you're looking for.
  13. There have been like 4 mining adventures now but everyone in the mining community seems to have neglected that you can mine for certain coins on FPGAs. I'm waiting to earn enough on my current GPU setup to build an FPGA rig(they're way more expensive than GPUs). Would anyone else want to see a mining adventure for FPGAs? If you don't know what an FPGA is, it stands for Field Programmable Gate Array. They're basically in between GPUs and ASICS for speed and variability in use.
  14. Well I've heard good things about Linux From Scratch, but I've never done it. I'm not sure if it's still up to date. Anyone here ever tried going through it?
  15. I personally love Gigabyte 570s and 580s. Never had any issues with them. I would take a look at Ebay. If you don't care that they were used for mining, you can find really good deals on there. Everyone is selling GPUs from their rigs. I'm still mining and I recently negotiated 11 Gigabyte Aorus Rx580s 8gb for $134 each.
  16. Try using something like fdisk or my personal preference cfdisk to make sure there's only one partition with a FAT32 type. Then use mkfs.fat -F32 /dev/sdxA Replace x with your drive letter and A with your partition number.
  17. I'm not the best person to ask about aftermarket coolers. I don't really know what's best. There's usually good reviews just by searching online. Tom's Hardware seems to be pretty reliable. Someone else here might be able to help with coolers though, sorry. The stock cooler should be fine unless you're overclocking though. Why was it overheating in the first place is the question.
  18. I only use Arch now, but I can tell you what dd does. The if in dd stands for Input File. dd will write the raw bits from that to your output file, of. When using /dev/zero, you are writing all zeros to the output file, which is why you have to be very careful when using dd. In Arch, you create a swap partition when you partition the drive. Then you use the same commands in your link, mkswap and swapon. It's different again at the end because arch uses genfstab to automatically generate the fstab file. No difference except convenience there. To answer your question, using /dev/zero in dd will only write the zeros when you use the command. After that, your OS will use the swap file and it won't be just 0s anymore.
  19. 80 is pretty high for a CPU. I'm willing to bet it's powering down because of heat. Are you able to swap out the cpu or cooler to see if temps get better and the reboot stops? Also, I'd recommend a wall power meter for testing your power usage. You can find them on Amazon for like $20-$30 if you want to be sure it's a PSU issue before getting another PSU.
  20. I'm assuming you're on Windows 10 right? I myself am a linux user but it seems you're not the only person having this issue. What driver version are you using? It seems a driver update may help. Hardware acceleration on chrome could also be an issue. See if turning hardware acceleration off in chrome solves the issue. Getting most of my info from this thread.
×