Ben Westover
Ben Westover
In Python 3.10, the way in which type hints were treated was changed, so these changes account for that. Fixes #119.
I'm on Arch. The daemon works fine but if I try to run `nuxhash-gui` I get this error: ``` Traceback (most recent call last): File "/usr/bin/nuxhash-gui", line 33, in sys.exit(load_entry_point('nuxhash==1.0.0b2',...
Mining fine for about a year, but now this shows up when I start nuxhashd. ``` 2021-09-22 17:58:20,664 INFO: Querying NiceHash for miner connection information... 2021-09-22 17:58:20,667 DEBUG: Starting new...
This commit currently does not work. I have talked about it in Matrix, and got some awesome help. I decided to use GitHub's new draft pull request feature so that...
Sorry to create a second PR, but I didn't catch this last time. XMRig also supports 32 bit x86, which I just tested, so I'm adding that to the README.
The way U-Boot does PXE is that it looks for pxelinux.cfg files on a TFTP server and interprets them in a way that mimics PXELINUX. This is similar to the...
I'm trying to build some modules on my Allwinner Nezha D1 running Arch Linux for RISC-V, and I get this error every time I try: `Makefile:702: arch/riscv64/Makefile: No such file...
I was unable to find a boot option for PXE over IPv4 or IPv6 for network booting. This is present on the RPi4 images.
I want to update the A records of `www.example.com` and `test.example.com` using `fdu process`. I tried using this freenom.yml: ```yaml login: [email protected] password: test record: - domain: example.com name: www...
I use this script in my website, and I want to check how long ago a user joined my server. Looking at the Discord API, that information is accessible via...