Search content
Sort by

Showing 15 of 15 results by natedawg469
Post
Topic
Board Pools (Altcoins)
Re: Dash Pool ?
by
natedawg469
on 17/04/2019, 21:39:55 UTC
Could someone maybe direct their miner to this pool: http://104.207.141.32:7903/static/

I built the pool but using a pool verificator on nicehash, it says its difficulty is too low and I am not understanding that. Maybe its just because there are no miners on the pool. I dont really know.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 16/11/2018, 23:48:26 UTC
Quote from: maianh09
This is a game for geniuses with great minds.

The most funny thing - the guy who took 3 puzzles in a row just bought 3 gtx1080ti.

The next megagenius is the one, who will step in with 5 1080ti's  Grin


That will not happen. I have (6) super powerful EVGA GTX 1080 FTW 3.0 gpus and using bitcrack, I cannot come anywhere close to solving the higher number keys like 59, 60, etc.

https://www.evga.com/products/specs/gpu.aspx?pn=ced0347b-30fe-45fe-808c-a64df6a5218a
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 09/11/2018, 06:03:18 UTC
this is man 1AqEgLuT4V2XL2yQ3cCzjMtu1mXtJLVvww hacked:

1LzhS3k3e9Ub8i2W1V8xQFdB8n2MYCHPCa 2018-05-29
17aPYR1m6pVAacXg1PTDDU7XafvK1dxvhi  2018-09-08
15c9mPGLku1HuW9LRtBf4jcHVpBUt8txKz 2018-11-08 today

=$ 10,448

what hash 15c9mPGLku1HuW9LRtBf4jcHVpBUt8txKz.........

Code:
Private key : 00000000000000000000000000000000000000000000000001eb25c90795d61c
Public key  : a521a07e98f78b03fc1e039bc3a51408cd73119b5eb116e583fe57dc8db07aea  6fb15c871dd7cf7d287390acd4e09d41f705081a98d5fe3a930ca032525dbcdc
 

PrKey WIF c.: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjqtiAvYTJzYEmqup7b
Address c.  : 328660ef43f66abe2653fa178452a5dfc594c2a1
Address c.  : 15c9mPGLku1HuW9LRtBf4jcHVpBUt8txKz


You are kinda pissing me off man! You keep finding the keys and making it worth no ones time to make use of their GPU miners with the Bitcrack program.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 18/09/2018, 06:54:19 UTC
So pampering in the Python 3 at the primary level.  Smiley On a python, you can use gpu https://developer.nvidia.com/how-to-cuda-python but apparently have to rewrite (or write again) the bitcoin library. the fastest https://github.com/ofek/bit . In other things we have a lot of time to learn programming languages)) It would be interesting to look at the program, searching for a puzzle, move your mouse over the screen and look for the coveted prize)).

Try it if you want such a script for ndv https://bitcointalk.org/index.php?topic=3102823.0 by copying the ndv program files into the c:\folder1 c:\folder2 etc, and create an empty c:\cmd1.cmd c:\cmd2.cmd
For 2 cards.

Quote
import secrets
from bitcoin import *
import subprocess
import time

def fff():
    nnn = str(secrets.choice("0123456789"))
    return nnn
    
while True:
    a = 800
    while a <= 1000:
        bbb = str(a)
        kkk = int(bbb+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff())



        ran = kkk
        myhex = "%064x" % ran
        myhex = myhex[:64]
        priv = myhex
        pub = privtopub(priv)
        pubkey1 = encode_pubkey(privtopub(priv), "bin_compressed")
        addr = pubtoaddr(pubkey1)
        oy = """cd "C:\folder1" """
        ey = "\nstart /min oclvanitygen.exe -D 0:0 -C -f addresses.txt -o found.txt "
        f=open("C:/cmd1.cmd","w")
        f.write (oy)
        f.write (ey)
        f.write (priv)
        f.close()
        subprocess.Popen([r"C:/cmd1.cmd"])
        print(kkk,addr,priv)

        bbb2 = str(a)
        kkk = int(bbb2+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff()+fff())
        ran = kkk
        myhex = "%064x" % ran
        myhex = myhex[:64]
        priv = myhex
        pub = privtopub(priv)
        pubkey1 = encode_pubkey(privtopub(priv), "bin_compressed")
        addr = pubtoaddr(pubkey1)
        oy = """cd "C:\folder2" """
        ey = "\nstart /min oclvanitygen.exe -D 1:0 -C -f addresses.txt -o found.txt "
        f=open("C:/cmd2.cmd","w")
        f.write (oy)
        f.write (ey)
        f.write (priv)
        f.close()
        subprocess.Popen([r"C:/cmd2.cmd"])
        print(kkk,addr,priv)
    
        time.sleep(10.0) #delay between steps
        subprocess.call("taskkill /IM oclvanitygen.exe")
        a = a +1
    pass


Stepping with a 10 second interval between steps.

80575324376405043
80547044120475565
80650225349114907
80618406564220162
80760456417194235
80798509910061778
80853179598579019
80880643941104019
80932464878676982
80985690149518090
81055712015396080
81096866333042872
81183973601624592
81155404309801184
81260793490764205
81295972493608040
81350689096804698
81318504516644022

***

For a random, another option (for collisions more suited).

Quote
1  10000000 17 10010000 33 10100000 49 10110000 65 11000000 81 11010000 97  11100000 113 11110000   100000000 00000000 00000000 00000000 00000000 00000000 00000000 15-40 57                                              
2  10000001 18 10010001 34 10100001 50 10110001 66 11000001 82 11010001 98  11100001 114 11110001   10011101 00011000 10110110 00111010 11000100 11111111 11011111 22-34 56 44218742292676575 < 1                                              
3  10000010 19 10010010 35 10100010 51 10110010 67 11000010 83 11010010 99  11100010 115 11110010   11010101 01111100 00111111 00110110 11001111 11000010 0010100 24-31                               < 1                                              
4  10000011 20 10010011 36 10100011 52 10110011 68 11000011 84 11010011 100 11100011 116 11110011   10001101 10111110 11011011 01010110 10110100 01111101 000100 23-31                                < 1                                              
5  10000100 21 10010100 37 10100100 53 10110100 69 11000100 85 11010100 101 11100100 117 11110100  11000000 00111100 01000111 00100011 11110001 10010011 01100 29-24                       > 0                                              
6  10000101 22 10010101 38 10100101 54 10110101 70 11000101 86 11010101 102 11100101 118 11110101   11101111 10101110 00010110 01001100 10111001 11100011 1100 22-30                                  < 1                                              
7  10000110 23 10010110 39 10100110 55 10110110 71 11000110 87 11010110 103 11100110 119 11110110  11101010 00001110 00010100 00110100 00000001 00111010 000 33-18                > 0                                              
8  10000111 24 10010111 40 10100111 56 10110111 72 11000111 88 11010111 104 11100111 120 11110111   10001010 11110101 00001111 00001011 10100100 11010101 00 26-24                                    > 0                                              
9  10001000 25 10011000 41 10101000 57 10111000 73 11001000 89 11011000 105 11101000 121 11111000   10111010 00001011 10110101 10000000 10101111 10100110 1 24-25                                     < 1                                              
10 10001001 26 10011001 42 10101001 58 10111001 74 11001001 90 11011001 106 11101001 122 11111001   10101101 11100110 11010111 11001110 00111011 10011011  17-31                                      < 1                                              
11 10001010 27 10011010 43 10101010 59 10111010 75 11001010 91 11011010 107 11101010 123 11111010   11011001 10101100 00100001 01101010 01111001 0111010  23-24                                        < 1                                              
12 10001011 28 10011011 44 10101011 60 10111011 76 11001011 92 11011011 108 11101011 124 11111011   10111011 00000110 00001110 00100011 01010101 000100 2 7-19                                         > 0                                              
13 10001100 29 10011100 45 10101100 61 10111100 77 11001100 93 11011100 109 11101100 125 11111100   10010001 01111110 01010000 10100001 11100000 00101 26 -19                                         > 0                                              
14 10001101 30 10011101 46 10101101 62 10111101 78 11001101 94 11011101 110 11101101 126 11111101   11100000 00101011 00110101 10100011 01011000 1111 22- 22                                 =                                              
15 10001110 31 10011110 47 10101110 63 10111110 79 11001110 95 11011110 111 11101110 127 11111110    11010111  10100111 01100100 11111000 10110010 001 19-2 4                                            < 1                                              
16 10001111 32 10011111 48 10101111 64 10111111 80 11001111 96 11011111112 11101111 128 11111111 10101000 10001000 01110001 01100011 01100011 11 23-19                               > 0                                              
                                                                                                                                                                   10101001 11000011 01001101 01100110 00101101 1 20-21                                  < 1        
1  00000000 17 00010000 33 00100000 49 00110000 65 01000000 81 01010000 97  01100000 113 01110000      11101001 10101110 01001001 00110011 11010110  18-22      40 1003651412950                 < 1                        
2  00000001 18 00010001 34 00100001 50 00110001 66 01000001 82 01010001 98  01100001 114 01110001      10010110 10111111 00000110 00000111 1101001  19-20                                                 < 1                        
3  00000010 19 00010010 35 00100010 51 00110010 67 01000010 83 01010010 99  01100010 115 01110010      10001000 11100000 10111110 10110011 010000 2 1-17                                                  > 0                        
4  00000011 20 00010011 36 00100011 52 00110011 68 01000011 84 01010011 100 01100011 116 01110011     10111010 10111011 10101011 01010100 10011 14 -22                                                   < 1                        
5  00000100 21 00010100 37 00100100 53 00110100 69 01000100 85 01010100 101 01100100 117 01110100     10011101 11101000 00100000 10100111 1100 19- 17                                           > 0                        
6  00000101 22 00010101 38 00100101 54 00110101 70 01000101 86 01010101 102 01100101 118 01110101     10010101 11011010 01000010 00101110 000 20-1 5                                                     > 0                        
7  00000110 23 00010110 39 00100110 55 00110110 71 01000110 87 01010110 103 01100110 119 01110110     11010010 10011001 01100100 01000111 01 18-16                                                       > 0                        
8  00000111 24 00010111 40 00100111 56 00110111 72 01000111 88 01010111 104 01100111 120 01110111     11010100 10110110 01010100 01101100 0 17-16                                        > 0                      
9  00001000 25 00011000 41 00101000 57 00111000 73 01001000 89 01011000 105 01101000 121 01111000   10111000 01100010 10100110 00101110  17-15                                                 > 0                        
10 00001001 26 00011001 42 00101001 58 00111001 74 01001001 90 01011001 106 01101001 122 01111001    11111010 10011111 11001110 1000111  10-21                                                          < 1                        
11 00001010 27 00011010 43 00101010 59 00111010 75 01001010 91 01011010 107 01101010 123 01111010  11110110 01010011 00110101 100100 1 4-16                                                     < 1                        
12 00001011 28 00011011 44 00101011 60 00111011 76 01001011 92 01011011 108 01101011 124 01111011    10111111 00010010 10101000 11110 13 -16                                                            < 1                        
13 00001100 29 00011100 45 00101100 61 00111100 77 01001100 93 01011100 109 01101100 125 01111100    11011001 00010110 11001110 1000 14- 14                                                              =                        
14 00001101 30 00011101 46 00101101 62 00111101 78 01001101 94 01011101 110 01101101 126 01111101    11010101 10000111 00001110 101 13-1 4                                                              < 1                        
15 00001110 31 00011110 47 00101110 63 00111110 79 01001110 95 01011110 111 01101110 127 01111110    11010000 00001100 10011011 10 15-11                                                                > 0                        
16 00001111 32 00011111 48 00101111 64 00111111 80 01001111 96 01011111 112 01101111 128 01111111    11111101 00101111 01110010 1 8-17                                                                  < 1          
                                                                                                                                                                  11011100 00101010 00000100  15-9                                                                   > 0
                                                                                                                                                                  10101010 11011100 1010010  11-12                                                                   < 1
                                                                                                                                                                  10110111 10010000 001111 1 0-12                                                                    < 1
                                                                                                                                                                  11011101 00101001 10100 10 -11                                                                     < 1
                                                                                                                                                                  11010010 11000101 0101 10- 10                                                                       =
                                                                                                                                                                  10101110 10010011 111 7-12                                                                         < 1
                                                                                                                                                                  11000010 00000011 01 12-6                                                                          > 0
                                                                                                                                                                  10111011 00100111 1 6-11                                                                           < 1
                                                                                                                                                                  11001001 00110110  8-8                                                                              =
                                                                                                                                                                  11010001 1110011  6-9                                                                              < 1
                                                                                                                                                                  10100100 110000 9 -5                                                                               > 0
                                                                                                                                                                  10100011 00000 9- 4                                                                                > 0
                                                                                                                                                                  10100111 1011 4-8                                                                                  < 1
                                                                                                                                                                  10010000 011 7-4                                                                                   > 0
                                                                                                                                                                  10000000 10 8-2                                                                                    > 0
                                                                                                                                                                  11101001 1 3-6                                                                                     < 1
                                                                                                                                                                  11100000  5-3                                                                                      > 0
                                                                                                                                                                  1001100  4-3                                                                                       > 0
                                                                                                                                                                  110001 3 -3                                                                                         =
                                                                                                                                                                  10101 2- 3                                                                                         < 1
                                                                                                                                                                  1000 3-1                                                                                           > 0
                                                                                                                                                                  111 3                              
                                                                                                                                                                  11 2                                
                                                                                                                                                                  1 1      

gen these numbers

Quote
import random
from bit import *
from PyRandLib import *
rand = FastRand63()
random.seed(rand())

c1 = str (random.choice("1"))
b28 = "00000000000000000000000000000001111111111111111111111111"
b29 = "00000000000000000000000000000000111111111111111111111111"
b30 = "00000000000000000000000000000000011111111111111111111111"
b31 = "00000000000000000000000000000000001111111111111111111111"
b32 = "00000000000000000000000000000000000111111111111111111111"
b33 = "00000000000000000000000000000000000011111111111111111111"
b34 = "00000000000000000000000000000000000001111111111111111111"
b35 = "00000000000000000000000000000000000000111111111111111111"
b36 = "00000000000000000000000000000000000000011111111111111111"
b37 = "00000000000000000000000000000000000000001111111111111111"
b38 = "00000000000000000000000000000000000000000111111111111111"
b39 = "00000000000000000000000000000000000000000011111111111111"
b40 = "00000000000000000000000000000000000000000001111111111111"
b41 = "00000000000000000000000000000000000000000000111111111111"
b42 = "00000000000000000000000000000000000000000000011111111111"
#c2 = "00000000000000000000000000000000000000000000000000000001"
spisok =[b30]

while True:
    aa = 1
    while aa <= 1:
        for element in (spisok):
            s = element
            d = ''.join(random.sample(s,len(s)))
            bina = (c1+d)
            b = int(c1+d,2)
            key = Key.from_int(b)
            addr = key.address
            if addr == "15c9mPGLku1HuW9LRtBf4jcHVpBUt8txKz":
                print ("found!!!",b,addr)
                s1 = str(b)
                s2 = addr
                f=open(u"C:/a.txt","a")
                f.write(s1)
                f.write(s2)      
                f.close()
                pass
            else:
                print (s,bina,b,addr)
        aa = aa +1                    
    pass


PyRandLib https://github.com/schmouk/CRandLib  
without it del
from PyRandLib import *
rand = FastRand63()
random.seed(rand())
or
#from PyRandLib import *
#rand = FastRand63()
#random.seed(rand())

***

angle "rate".
Quote
00000000000000000000001111111111111111111111111111111111
0000000000000000000000001111111111111111111111111111111
000000000000000000000001111111111111111111111111111111
00000000000000000000000000000111111111111111111111111
0000000000000000000000111111111111111111111111111111
000000000000000000000000000000000111111111111111111
00000000000000000000000000111111111111111111111111
0000000000000000000000001111111111111111111111111
000000000000000001111111111111111111111111111111
00000000000000000000000111111111111111111111111
0000000000000000000000000001111111111111111111
000000000000000000000000001111111111111111111
00000000000000000000001111111111111111111111
0000000000000000000111111111111111111111111
000000000000000000000001111111111111111111
00000000000000000000111111111111111111111
0000000000000000001111111111111111111111
000000000000000000011111111111111111111
00000000000000000000011111111111111111
0000000000000011111111111111111111111
000000000000000000011111111111111111
00000000000000000000111111111111111
0000000000000000001111111111111111
000000000000000001111111111111111
00000000000000000111111111111111
0000000000111111111111111111111
000000000000001111111111111111
00000000000001111111111111111
0000000000000011111111111111
000000000000011111111111111
00000000000000011111111111
0000000011111111111111111
000000000000000111111111
00000000000111111111111
0000000000111111111111
000000000011111111111
00000000001111111111
0000000111111111111
000000000000111111
00000011111111111
0000000011111111
000000111111111
00000000011111
0000000001111
000011111111
00000001111
0000000011
000111111
00000111
0000111
000111
00111
0001
111
11
1




OK I have done the installation steps, how I actually run your program/code in Anaconda with numba?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 14/09/2018, 18:02:20 UTC
Need gpu with a random, step by step is good but long.

puzzle bin                                                 ratio of zeros and ones    0-1
100000000000000000000000000000000000000000000000000000000 (~29-40zeros)-         57
10011101000110001011011000111010110001001111111111011111 22-34     56 44218742292676575      < 1
1101010101111100001111110011011011001111110000100010100 24-31                                            < 1
100011011011111011011011010101101011010001111101000100 23-31                                              < 1
11000000001111000100011100100011111100011001001101100 29-24                                                > 0
1110111110101110000101100100110010111001111000111100 22-30                                                 < 1
111010100000111000010100001101000000000100111010000 33-18                                                   > 0
10001010111101010000111100001011101001001101010100 26-24                                                     > 0
1011101000001011101101011000000010101111101001101 24-25                                                      < 1
101011011110011011010111110011100011101110011011 17-31                                                        < 1
11011001101011000010000101101010011110010111010 23-24                                                         < 1
1011101100000110000011100010001101010101000100 27-19                                                           > 0
100100010111111001010000101000011110000000101 26-19                                                             > 0
11100000001010110011010110100011010110001111 22-22                                                               =
1101011110100111011001001111100010110010001 19-24                                                                < 1
101010001000100001110001011000110110001111 23-19                                                                  > 0
10101001110000110100110101100110001011011 20-21                                                                   < 1
1110100110101110010010010011001111010110 18-22     40 1003651412950                                       < 1
100101101011111100000110000001111101001 19-20                                                                      < 1
10001000111000001011111010110011010000 21-17                                                                        > 0
1011101010111011101010110101010010011 14-22                                                                         < 1
100111011110100000100000101001111100 19-17                                                                           > 0
10010101110110100100001000101110000 20-15                                                                            > 0
1101001010011001011001000100011101 18-16                                                                              > 0
110101001011011001010100011011000 17-16                                                                               > 0
10111000011000101010011000101110 17-15                                                                                 > 0
1111101010011111110011101000111 10-21                                                                                  < 1
111101100101001100110101100100 14-16                                                                                    < 1
10111111000100101010100011110 13-16                                                                                     < 1
1101100100010110110011101000 14-14                                                                                        =
110101011000011100001110101 13-14                                                                                        < 1
11010000000011001001101110 15-11                                                                                          > 0
1111110100101111011100101 8-17                                                                                             < 1
110111000010101000000100 15-9                                                                                               > 0
10101010110111001010010 11-12                                                                                               < 1
1011011110010000001111 10-12                                                                                                < 1
110111010010100110100 10-11                                                                                                  < 1
11010010110001010101 10-10                                                                                                     =
1010111010010011111 7-12                                                                                                       < 1
110000100000001101 12-6                                                                                                        > 0
10111011001001111 6-11                                                                                                          < 1
1100100100110110 8-8                                                                                                              =
110100011110011 6-9                                                                                                              < 1
10100100110000 9-5                                                                                                                > 0
1010001100000 9-4                                                                                                                  > 0
101001111011 4-8                                                                                                                   < 1
10010000011 7-4                                                                                                                     > 0
1000000010 8-2                                                                                                                      > 0
111010011 3-6                                                                                                                        < 1
11100000 5-3                                                                                                                          > 0
1001100 4-3                                                                                                                           > 0
110001 3-3                                                                                                                             =
10101 2-3                                                                                                                              < 1
1000 3-1                                                                                                                                > 0
111 3
11 2
1 1

(somewhere I have already seen this corner of the felts in this either in a similar topic))

take the list

b1  = "01111111111111111111111111111111111111111111111111111111"
b2  = "00111111111111111111111111111111111111111111111111111111"
b3  = "00011111111111111111111111111111111111111111111111111111"
b4  = "00001111111111111111111111111111111111111111111111111111"
b5  = "00000111111111111111111111111111111111111111111111111111"
b6  = "00000011111111111111111111111111111111111111111111111111"
b7  = "00000001111111111111111111111111111111111111111111111111"
b8  = "00000000111111111111111111111111111111111111111111111111"
b9  = "00000000011111111111111111111111111111111111111111111111"
b10 = "00000000001111111111111111111111111111111111111111111111"
b11 = "00000000000011111111111111111111111111111111111111111111"
b12 = "00000000000001111111111111111111111111111111111111111111"
b13 = "00000000000000111111111111111111111111111111111111111111"
b14 = "00000000000000011111111111111111111111111111111111111111"
b15 = "00000000000000001111111111111111111111111111111111111111"
b16 = "00000000000000000011111111111111111111111111111111111111"
b17 = "00000000000000000001111111111111111111111111111111111111"
b18 = "00000000000000000000111111111111111111111111111111111111"
b19 = "00000000000000000000011111111111111111111111111111111111"
b20 = "00000000000000000000001111111111111111111111111111111111"
b21 = "00000000000000000000000011111111111111111111111111111111"
b22 = "00000000000000000000000001111111111111111111111111111111"
b23 = "00000000000000000000000000111111111111111111111111111111"
b24 = "00000000000000000000000000011111111111111111111111111111"
b25 = "00000000000000000000000000001111111111111111111111111111"
b26 = "00000000000000000000000000000111111111111111111111111111"
b27 = "00000000000000000000000000000011111111111111111111111111"
b28 = "00000000000000000000000000000001111111111111111111111111"
b29 = "00000000000000000000000000000000111111111111111111111111"
b30 = "00000000000000000000000000000000011111111111111111111111"
b31 = "00000000000000000000000000000000001111111111111111111111"
b32 = "00000000000000000000000000000000000111111111111111111111"
b33 = "00000000000000000000000000000000000011111111111111111111"
b34 = "00000000000000000000000000000000000001111111111111111111"
b35 = "00000000000000000000000000000000000000111111111111111111"
b36 = "00000000000000000000000000000000000000011111111111111111"
b37 = "00000000000000000000000000000000000000001111111111111111"
b38 = "00000000000000000000000000000000000000000111111111111111"
b39 = "00000000000000000000000000000000000000000011111111111111"
b40 = "00000000000000000000000000000000000000000001111111111111"
b41 = "00000000000000000000000000000000000000000000111111111111"
b42 = "00000000000000000000000000000000000000000000011111111111"
b43 = "00000000000000000000000000000000000000000000001111111111"
b44 = "00000000000000000000000000000000000000000000000111111111"
b45 = "00000000000000000000000000000000000000000000000011111111"
b46 = "00000000000000000000000000000000000000000000000001111111"
b47 = "00000000000000000000000000000000000000000000000000111111"
b48 = "00000000000000000000000000000000000000000000000000011111"
b49 = "00000000000000000000000000000000000000000000000000001111"
b50 = "00000000000000000000000000000000000000000000000000000111"
b51 = "00000000000000000000000000000000000000000000000000000011"
b52 = "00000000000000000000000000000000000000000000000000000001"

Somewhere from 15 to 40 random sausages, ie, take the string and mix its contents. although if there are more zeros (to the right of the angle, from above more, less is shown and like after three ones zero goes.), then need to start with 29 zeros.(57/2=28,5 ~29) 29-35 zeros, 28-22 ones.

something like this
1 00000000000000000000000000000011111111111111111111111111 111011000011011011100100001000011011010010111100010000110 132976895899302022 1M2b4CMPqxDnT3BqWxiiYcfPFEzNebbrte
1 00000000000000000000000000000011111111111111111111111111 100101010001100001010100110010111111100010011000011111000 83933048016548088 18JK929fWV7umc77HmBtBEbfA3DHZuoJ3R
1 00000000000000000000000000000011111111111111111111111111 110001100011111100001010100101001000101001110101110010100 111602720126069652 13qLtdQmwLvg6aBZWbxytDPApeBfTj2EZt
1 00000000000000000000000000000011111111111111111111111111 101011101011110000100111100000011100000100111101010000101 98367047628651141 1Et8w47ZwgrbJjhFTS3U1Y7okpUBfmKqzS
1 00000000000000000000000000000011111111111111111111111111 101100110011011101100010001001000110101100000111110001001 100889830977048457 1CghVoRsChhF4dWJjmkoRMdTgvsca3EonZ
1 00000000000000000000000000000011111111111111111111111111 100011011100010110011111000001000100110001111001001110100 79810516957590132 1PciYSwK7bKpNkgpjibJHCrRqwHsTU3YyT
1 00000000000000000000000000000011111111111111111111111111 101110001100001100100001011010111001010110101001010000111 104011888042136199 12CQLCwPTWAiPcA4YGUzXofi5eg4Dy3Epw
1 00000000000000000000000000000011111111111111111111111111 101000100001001000111111011100000000000110011011110111110 91238019797039038 14XAcHWeuzaysAJuih6sTsRmThLYjGETef
1 00000000000000000000000000000011111111111111111111111111 100111010010000111001001001000110100011101100101001110011 88457438215195251 1HjGDWTwKdCoV8nzkWFV61GgMBQAYyzeSH
1 00000000000000000000000000000011111111111111111111111111 101011011000110111010010001011011001000110100110000110001 97702209636224049 1KBRhvsCNq5A9FYo7vRh2VBuLVtCEm21ag

1 00000000000000000000000000000000000000000111111111111111 100000000100000001010001100110001000000101010010001001100 72199032428209228 1Nvcgh1T5o4L3zywWohDyuhiJeKp3JppU3
1 00000000000000000000000000000000000000000111111111111111 100100000001100001001000011000000000101010110000001010010 81118191548719186 1JhxahpQa6TvwzTcHbdbwpicmqMe9AuBDM
1 00000000000000000000000000000000000000000111111111111111 100001000000010100000010000010001101000100111010000100001 74320406443619361 162MkPgCsbwN4cx2WZZUfpkNRFTrCSQncJ
1 00000000000000000000000000000000000000000111111111111111 110100001011011110000100000000000000000000101000001110000 117497145438785648 13iRHtC5szvJDZ3r2ah85SrHJ1QyDuMA8b
1 00000000000000000000000000000000000000000111111111111111 100000011000011000101001000000100000101110010010000001000 72915565363536904 1FKCuhF1FZDPXX4mG3dzW2PH11pwpi4YiC
1 00000000000000000000000000000000000000000111111111111111 101001001000000100001100001000000011011000000100011010000 92607570521098448 1EkjFYVoMds4uFNUXzxwaXQCw3aozH3GZx
1 00000000000000000000000000000000000000000111111111111111 100010000010010000000000001001000011000101011100101000010 76640359716927810 121WP9mEt3aQtdZq7KF2KTiUkrjnFMHXts
1 00000000000000000000000000000000000000000111111111111111 100000101001000000111010000010001000000101010001000001001 73500651795161609 1KSmCaWBTvnRbAw3F1X3dFZ9cLWcDAR1kh
1 00000000000000000000000000000000000000000111111111111111 100000000010001001100000110011010101000000011000000100001 72133192351494177 1Ni3kDa6zSEynstuPXFaWB1rghQKrHKDrW
1 00000000000000000000000000000000000000000111111111111111 100000100000011010000000010101000001000000000010110110110 73197790416602550 19UcpqPBvvbeZ69TZgB7UBmUxQFZ81YtTL

1 00011111111111111111111111111111111111111111111111111111 111111110111111111011111111111111111111111111111011111111 143833438221238015 1DqvPdbn4EY4SDeyHeMDSYRCSTs7jNPBfn
1 00011111111111111111111111111111111111111111111111111111 111111111101101111111111111111111111111111111111111101111 144036023238655983 1FS2e2GrB9YmJLNG95wwHdbQpFQr5L7vRy
1 00011111111111111111111111111111111111111111111111111111 111111110111111111111101101111111111111111111111111111111 143833693771792383 1BogLy6pvLwNi2sAX5UnfoZau7X2sMzzty
1 00011111111111111111111111111111111111111111111111111111 111111111111110110111111111111111111011111111111111111111 144110240272482303 1CstbZ9yySa6FMRcGPNBVEWG5rEqTSFuch
1 00011111111111111111111111111111111111111111111111111111 111111111111110111111111111111110111111110111111111111111 144110790012534783 1Q9PNm8rFHHseVFZVg9mH1RauMgNQpx7h9
1 00011111111111111111111111111111111111111111111111111111 111111111101111101111111111111111111111111011111111111111 144043719820034047 1KStqf7iQcDB6uVcFHrCW9wqEsJkadGQVL
1 00011111111111111111111111111111111111111111111111111111 111110111111111111111011111111111111111111111111111101111 141863353902432239 1HrEEtyMWvMQx4YfdrJtq9jiwZiQBMuseB
1 00011111111111111111111111111111111111111111111111111111 111111111011111111111101111111111111111111111110111111111 143974433407630847 1H6jqW813SQS9eh5CFwpy8eLv7EtyNgkXG
1 00011111111111111111111111111111111111111111111111111111 111111110111111111111111011111111101111111111111111111111 143833708799983615 1FUEM5HiYZRhSaAnSj7znpxnMnreK8efGD
1 00011111111111111111111111111111111111111111111111111111 111111111111111111111111111111111111011111111101111110111 144115188074806263 1JyyCe8rWtb7r3NdgdegjmheDHA3Sscwfr

How are you generating these numbers? What is the program you are using? Private message me please. I have a gpu rig with a lot of computing power.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 14/09/2018, 17:43:00 UTC
Hey, can anyone confirm this thingie working?

https://github.com/brichard19/BitCrack
or
https://bitcointalk.org/index.php?topic=4453897.0

They claim it is about 10 times faster then vanitygen from NDV. Smiley

I have been using this program and you cant find the key unless you know exactly where it lies in the hexadecimal range. What i mean by that is if you start at 2^57, and I am generating 277 million keys/s it will still take months to even get to 1 quadrillion keys searched. Essentially program renders useless.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 10/09/2018, 22:41:17 UTC
hi, could you post the private key to the emptied address
https://www.blockchain.com/btc/address/17aPYR1m6pVAacXg1PTDDU7XafvK1dxvhi
Please

Code:
Private key : 000000000000000000000000000000000000000000000000009d18b63ac4ffdf
Public key  : 3f2db2074e3217b3e5ee305301eeebb1160c4fa1e993ee280112f6348637999a e00baccca7595a1af869923463f7f5928452d888fbeb495f827bc28f829ab38f
 
PrKey WIF c.: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjjb65nDHeqyjiBaJXv
Address c.  : 48214c5969ae9f43f75070cea1e2cb41d5bdcccd
Address c.  : 17aPYR1m6pVAacXg1PTDDU7XafvK1dxvhi


Why the fuck did you take bitcoin and send back to 17aPYR1m6pVAacXg1PTDDU7XafvK1dxvhi for key 56? You did some wack shit with those other addresses at like 5 cents worth of bitcoin.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 10/09/2018, 21:38:43 UTC
The fastest tool now is not vanitygen from NDV, but profanity from NDV  Grin

Someone ELSE ordered him another version and this time he took ethereum vanity generator profanity and modified it for BTC.
Says now it does 170megakeys on single amd 580 card Smiley
This software is NOT for cracking 32btc puzzle, but the speed is relevant, so the guy who took p55 and p56 probably invested not much money to become fastest and collect all loot Grin
I guess he already returned investments in hardware.

Or maybe he is using vanitygen with around 10 1080ti cards. But that's not funds efficient as 3-4 cards + better software.


yeah I have no clue what you are talking about in relation to profanity from NDV. I put that into a google search and only bullshit pop ups
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 10/09/2018, 01:18:53 UTC
Dude what the fuck. Someone found 56, fuck I'm just trying to use my gpu rig to find these keys so I can get some fucking cash to buy a cheap pickup truck.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 08/09/2018, 05:02:47 UTC
I do not know how, but based on specific mathematical calculations, I'm likely to have a golden Decimal for the address 56 between the 55484347409204500 , 53322619588066700 numbers.

http://s9.picofile.com/file/8335334000/007.JPG


your chart does not show it being in 554 ,533 range

I do not understand.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 20/08/2018, 21:19:50 UTC
Yeah well my point is Andzhig is that the key/clue/pattern may lie within the private keys and we need to look at past addresses, follow that pattern, and narrow down the search.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 16/08/2018, 20:21:08 UTC
Found something interesting in the private keys between addresses 53,54 and 55
Address 53 15K1YKJMiJ4fpesTVUcByoz334rHmknxmT   Private key: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjh  5SmqrUoK2mhwSYFV
Address 54 1KYUv7nSvXx4642TKeuC2SNdTk326uUpFy Private key: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjh  HvuTMSDchRp5hktc
Address 55 1LzhS3k3e9Ub8i2W1V8xQFdB8n2MYCHPCa Private key: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYji  dyYKE5NcJQZYvknA

Look at where I split it and you will see the private keys are completely the same until it changes from jh to ji

just kind of interesting to me
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 14/06/2018, 07:41:20 UTC
Nobody admitted the find, so private key is unknown.

The private key is 0x6abe1f9b67e114

Code:
Private key : 000000000000000000000000000000000000000000000000006abe1f9b67e114
Public key  : 85a30d8413af4f8f9e6312400f2d194fe14f02e719b24c3f83bf1fd233a8f963 eb400323654cec63999b56f4ba44e8b21ab92d9d697fabe4666df3678585669
 
PrKey WIF c.: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjidyYKE5NcJQZYvknA
Address c.  : db53d9bbd1f3a83b094eeca7dd970bd85b492fa2
Address c.  : 1LzhS3k3e9Ub8i2W1V8xQFdB8n2MYCHPCa


I am assuming that you found out the private key yourself? I mean how did you get this info?
Post
Topic
Board Games and rounds
Re: BookiePro.Fun | Decentralized Sports Betting Exchange | 5 BTC WC Prize Pool ⚽⚽
by
natedawg469
on 08/06/2018, 18:28:44 UTC
(a) natedawg46

(b) 3CEZh1Xx27EsiKfu5BshGsrW2denQPJcpu

(c)

(d) VALIDATE
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
natedawg469
on 30/05/2018, 21:45:53 UTC
Somebody just drained address #55 1LzhS3k3e9Ub8i2W1V8xQFdB8n2MYCHPCa

https://blockchain.info/address/1LzhS3k3e9Ub8i2W1V8xQFdB8n2MYCHPCa