Bitcoin Forum
May 14, 2024, 04:42:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Computer hardware / New Fan simulator for Antminers and other miners and servers on: September 07, 2018, 04:22:41 PM
Fan simulator for Antminers
Fan simulator for Bitmain
Fan simulator for server

and other miners using 4-pin connector (Pulse Width Modulated [PWM] fans) either immersed in a dielectric or externally cooled such that the fans are no longer needed.
Fan easy plug-and-play and allows the miner to run without error by sending a fan sense (tachometer) signal to the miner's controller, thus making the miner "think"
that it has fans attached and that the fans are operating within parameters.

Default max RPM is approximately 6000-8000 RPM.

If you are having problems with Fan simulator, please contact us through ebay messaging and we will try to help you through the issue.

The Fan simulator contains a printed circuit board (PCB) with fan connector and all component for ready to work.

A hand-welded printed circuit board undergoes a transport stability test and a final 1 hour performance test.

For more information please https://www.ebay.com/itm/263944708992

2  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 19, 2018, 11:49:00 AM
Yes, I need 50 number of characters
You're missing my point: what you want, is not possible.
If it would be possible to brute-force private keys, Bitcoin wouldn't exist. You can try this for the rest of your life, but you'll never find what you're looking for. So safe yourself the trouble and don't bother.

I'm not trying to say what's possible or not. Will you be able to compile these programs for me with the changes I need?
I do not want to plant a flame here.
If you can help, you will be plus a hundred in karma.

The problem is solved. De-seeded the binaries, found the place of the number, replaced it with 50 by binaries.
3  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 18, 2018, 12:23:58 PM
Yes, I need 50 number of characters
You're missing my point: what you want, is not possible.
If it would be possible to brute-force private keys, Bitcoin wouldn't exist. You can try this for the rest of your life, but you'll never find what you're looking for. So safe yourself the trouble and don't bother.

I'm not trying to say what's possible or not. Will you be able to compile these programs for me with the changes I need?
I do not want to plant a flame here.
If you can help, you will be plus a hundred in karma.
4  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 18, 2018, 11:35:19 AM
I'm a beginner
~
Put the number 50 instead of 19.
if (zero_prefix> 50)
If I understand correctly, this increases the maximum number of characters to search for from 19 to 50, correct?
If so, you can just safe yourself the trouble: it's never going to happen!
But if you still want to try, you can just as well search for "only" the first 19 characters. If there is a hit, which takes somewhere around a quintillion years, you can manually verify the remaining characters to see if they are correct too.

Yes, I need 50 number of characters
I know that the generation itself is 2 ^ 256

I need a program with this change.
Can you help?
5  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 18, 2018, 10:40:33 AM
Hello!

I'm a beginner and I will not be able to compile program oclvanitygen.exe and vanitygen64.exe

I want to ask you to compile your program with one change

in pattern.c
=======================
      if (i == zero_prefix) {
         if (c == 0) {
            /* Add another zero prefix */
            zero_prefix++;
            if (zero_prefix > 50) {
               fprintf(stderr,
                  "Prefix '%s' is too long\n",
                  pfx);
               goto out;
            }
            continue;
         }
========================
Put the number 50 instead of 19.
if (zero_prefix> 50)

Thanks in advance.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!