Jesse

Results 52 comments of Jesse

There is only one Linux binary for EWBF that I am aware of. You can download it yourself here: https://github.com/nanopool/ewbf-miner/releases Not sure what else works on linux. EWBF is by...

The command I use to set the fan speed can be found in underclock.sh: ```bash sudo nvidia-settings -a [gpu:1]/GPUFanControlState=1 -a [fan:1]/GPUTargetFanSpeed=80 ``` Change the 80 to a 90.

By minerd, I think you mean `miner`. start.sh runs the `miner` binary, which is included with the repo. It's the EWBF miner, which I think I mentioned in the video....

MMVR is pretty much abandoned at this point. Perhaps try [Google Blocks](https://vr.google.com/blocks/)? I stopped actively developing MMVR when Blocks was released as I can't compete with a large company funded...

I didn't realize import still wasn't a thing in Google Blocks. That sucks. MMVR is mostly open source (there are a few paid dependencies from the Unity Store), so if...

You can hard code it, but the address integration would be nice for miners. Our holdings change daily.

Also, it occurs to me that address support would open the door to another feature that I've been thinking about for a while. Forks are pretty common these days in...

Am I reading this correctly? Tests are passing, but code coverage is a few percentage points lower than the target and that is holding this PR up?

> @createthis last time I ran it, tests weren't passing; you're right that they seem to be passing now - maybe React fixed some bugs in React 17. I'll rebase...

@wojtekmaj @ljharb I'm trying to understand what is holding up this PR. I followed the CONTRIBUTING guide and performed the following: ```bash git clone https://github.com/layershifter/enzyme.git cd enzyme git checkout feat/support-react17...