Giter Club home page Giter Club logo

Comments (9)

albertobsd avatar albertobsd commented on August 28, 2024 2

I wil add that line but over the seccion windows just to do make windows instead of just make. I will notify you guys when the change will be done

regards!

from keyhunt.

Noname400 avatar Noname400 commented on August 28, 2024

1.in the first case, I used the assembly win-builds-1.5.0.exe (compiles only with -std = c99. But works partially. Description above)
ran tests with standard build mingw-w64 (compiled as is in Makefile) but doesn't work at all. screen below.
image

from keyhunt.

chawyehsu avatar chawyehsu commented on August 28, 2024

I guess win-builds is too old to work properly, it stays at GCC 4.x which released 7 years ago. Can you install MSYS2 and try to build with the newer version of GCC and its libs?

from keyhunt.

Noname400 avatar Noname400 commented on August 28, 2024

of course. I'll do it now.

from keyhunt.

Noname400 avatar Noname400 commented on August 28, 2024

Yes. it really works. the speed is higher.
I continue to test.
instruction:
1.install MSYS2
2.install additional packages (pacman -S --needed base-devel mingw-w64-x86_64-toolchain)
3.Go to the program directory
4. ./Make
5. copy the libraries to the directory with the program (libgmp-10.dll, libwinpthread-1.dll)

from keyhunt.

chawyehsu avatar chawyehsu commented on August 28, 2024

to avoid step 5, you can make static link binaries, don't forget to install gmp package

from keyhunt.

Noname400 avatar Noname400 commented on August 28, 2024

Replase string Makefile
gcc -Wl,-Bstatic -o keyhunt keyhunt.o base58.o rmd160.o sha256.o custombloom.o bloom.o xxhash.o -lgmp -lm -lpthread
to
gcc -o keyhunt keyhunt.o base58.o rmd160.o sha256.o custombloom.o bloom.o xxhash.o -lgmp -lm -lpthread

to avoid step 5, you can make static link binaries, don't forget to install gmp package

thanks.

from keyhunt.

studyroom1 avatar studyroom1 commented on August 28, 2024

cut this **** please be kind and post exe file , i am trying from 10 days

from keyhunt.

studyroom1 avatar studyroom1 commented on August 28, 2024

@albertobsd when you will do this

from keyhunt.

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.