GithubHelp home page GithubHelp logo

optinsoft / gen_eth Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 5.0 72 KB

Generate ethereum address with GPU (cuda)

License: MIT License

C 89.56% Python 8.29% C++ 2.15%
address cuda ethereum generate gpu keccak256 secp256k1

gen_eth's People

Contributors

optinsoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gen_eth's Issues

Hello, low speed quastion

I contacted author by email but no reply, writing here, maybe somebody will reply.

I get speed only about 8000 addresses per second, when as I read it should be millions per second with gpu. I have gtx 1650 ti

I have script with cpu and I get about 2000 addresses per core, 12000 per 6 cores per second. I don’t understand why is so small with your cuda implementation.

Please advice.

Ubuntu support?

Was trying to run this on Ubuntu. I think I have CUDA all set, path to g++ compiler is /usr/bin so I set the CL_PATH = '/usr/bin' manually. I know this is beyond your purview probably, but any idea why compilation would be failing? Getting these errors. I also added the path to nvcc to my PATH.

pycuda.driver.CompileError: nvcc compilation of /tmp/tmp3pt26bw2/kernel.cu failed

[stderr:
kernel.cu(252): error: identifier "uint8_t" is undefined
  typedef uint8_t u8;
          ^

kernel.cu(253): error: identifier "uint16_t" is undefined
  typedef uint16_t u16;
          ^

kernel.cu(254): error: identifier "uint32_t" is undefined
  typedef uint32_t u32;
          ^

kernel.cu(255): error: identifier "uint64_t" is undefined
  typedef uint64_t u64;
          ^

kernel.cu(3828): error: identifier "UINT64_C" is undefined
          state[xi + yi + (yi << 2)] ^= UINT64_C(0x01) << ((blockOff & 7) << 3);
                                        ^

5 errors detected in the compilation of "kernel.cu".
]

unavailable

Can I have your Telegram? I have a question to consult with you

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.