Giter Site home page Giter Site logo

Comments (11)

xmrig avatar xmrig commented on July 24, 2024

Fixed. For curiosity, does Raspberry PI 3 CPU support hardware aes?
cat /proc/cpuinfo aes flag.
Thank you.

from xmrig-proxy.

ZloyZinger avatar ZloyZinger commented on July 24, 2024

Thank you.

I think not. But I could not find the exact information on this processor and AES (Cortex-A53, bcm2837).
https://en.wikipedia.org/wiki/ARM_Cortex-A53. In www.broadcom.com no information.

from xmrig-proxy.

ZloyZinger avatar ZloyZinger commented on July 24, 2024

processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

from xmrig-proxy.

ZloyZinger avatar ZloyZinger commented on July 24, 2024

New error...

armuser@Raspberry:~$ cmake .. -DCMAKE_BUILD_TYPE=Release -DUV_LIBRARY=/usr/lib/arm-linux-gnueabihf/libuv.a -DWITH_HTTPD=OFF
CMake Error: The source directory "/home" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

from xmrig-proxy.

xmrig avatar xmrig commented on July 24, 2024

mkdir build in source directory first, then cd build

Thanks for cpuinfo, it strange, it should be ARMv8, not ARMv7.

from xmrig-proxy.

ZloyZinger avatar ZloyZinger commented on July 24, 2024

I'm surprised myself

from xmrig-proxy.

ZloyZinger avatar ZloyZinger commented on July 24, 2024

Working! Thank you!

from xmrig-proxy.

ZloyZinger avatar ZloyZinger commented on July 24, 2024

you can add the user guide for ubuntu arm on the wiki

sudo apt install git build-essential cmake libuv1-dev uuid-dev libmicrohttpd-dev
git clone https://github.com/xmrig/xmrig-proxy.git
cd xmrig-proxy
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DUV_LIBRARY=/usr/lib/arm-linux-gnueabihf/libuv.a -DWITH_HTTPD=OFF
make

from xmrig-proxy.

PhatWheZ avatar PhatWheZ commented on July 24, 2024

I am unable to get the libuv1 using Raspbian Jessie. I can only get libuv0,10-dev which wont compile when running 'make'

from xmrig-proxy.

StifflersMoM69 avatar StifflersMoM69 commented on July 24, 2024

I am unable to get the libuv1 using Raspbian Jessie.

from xmrig-proxy.

xmrig avatar xmrig commented on July 24, 2024

You can compile recent libuv from source.
Probably you can use jessie-backports or download and install deb file directly, not check it but should work.
Thank you.

from xmrig-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.