Search the Community
Showing results for tags 'apple silicon'.
-
How to compile and use XMRig for Monero XMR RandomX Mining on Apple Silicon M1 Chip! To break this down some, you may want to install MacPorts to install any required deps including XCode to be able to install MacPorts etc. the `make -j$(sysctl -n hw.logicalcpu)` can be changed to just make -j8 to use all 8 of the Apple M1 cores to compile. After compiling successfully, essentially run XMRig like you usually would with your configuration to start mining XMR on Apple Silicon! git clone -b dev https://github.com/xmrig/xmrig.git mkdir xmrig/build && cd xmrig/scripts ./build.hwl
-
m1 Run 2 4k External Monitors 60hz Macbook Pro M1 Big Sur
buzzkillb posted a topic in Tutorials & Guides
How to run two 4k external monitors from a Macbook Pro M1 Big Sur. Basically you want 2 displayport cables, docking station and run displaylink drivers. About $210 for all this, but the dock does cleanup all the cables and can be hidden somewhere. List of what I used Targus USB-C Universal DV4K Docking Station with 100W Power (DOCK190USZ) https://amzn.to/36g3ach DisplayPort Cable,Capshi 4K DP Cable Nylon Braided -([email protected], [email protected]) Display Port Cable Ultra High Speed DisplayPort to DisplayPort Cable 6.6ft for Laptop PC TV etc- Gaming Monitor Cable (Grey) https://amzn.to/39qE9-
- 1
-
-
- big sur
- external 4k monitors
- (and 7 more)
-
Compile OpenSSL v1.0.1j on Apple Silicon M1 Darwin ARM Native
Ghost posted a topic in Hardware & IoT
You can use my modified repository of OpenSSL v1.0.1j made to work with compiling on the M1 chip from Apple. Some may ask why would you want the old version of OpenSSL? Some applications are dependent upon it, but only do this if you know what you are doing. Repo: https://github.com/carsenk/openssl10-darwin-arm git clone https://github.com/carsenk/openssl10-darwin-arm cd openssl10-darwin-arm ./configure darwin64-arm64-cc no-asm make sudo make install sudo ln -sf /usr/local/ssl/bin/openssl `which openssl` You can then run openssl version to confirm you are running legacy