Bitcoin Forum
May 26, 2024, 09:55:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 »
261  Bitcoin / Development & Technical Discussion / Re: Pollard's kangaroo ECDLP solver on: April 04, 2021, 03:18:04 PM
code complex more than I can understand
I run pollard-kangaroo-multi.py with config flag_verbose = 2   

look like start from  random tame wild by random with distance tame wild
and get xpoint (how to calculate)
then compare both
and jump to next tame wild (and jump)
if not yet collision do again new random

I am not programmer not yet clear to read complex code

Can I do easy by using python library bit
https://ofek.dev/bit/guide/keys.html

import bit
pvk = random.randrange(2**119,2**120)
key = Key.from_int(pvk)
X,Y = key.public_point

this is same value or not
262  Bitcoin / Development & Technical Discussion / Re: Pollard's kangaroo ECDLP solver on: April 04, 2021, 12:27:40 PM

Example:
Tame
Code:
D141E70913A6F67CD00DB847B31C28 00CF048E0B6645018CE925D30B01F1
Wild
Code:
D141E70913A6F67CD00DB847B31C28 000F048E0B6645018CE925D30B01F1


Thank you for help answer

kangaroo save file is binary format right
I try to open in text editor it is not work

this one random on range right
00CF048E0B6645018CE925D30B01F1  = 304597017357365078784491997823473

this long how can I calculate
D141E70913A6F67CD00DB847B31C28  = 1086526704572680266696100020277681192

I think kangaroo.exe calculate better

may be difference work with kangaroo.exe and kangaroo python version

example pubkey 03a2efa402fd5268400c77c20e574ba86409ededee7c4020e4b9f0edbee53de0d4

command
Code:
python pollard-kangaroo-multi.py 40 03a2efa402fd5268400c77c20e574ba86409ededee7c4020e4b9f0edbee53de0d4

results.txt
Code:
000000000000000000000000000000000000000000000000000000e9ae4933d6:03a2efa402fd5268400c77c20e574ba86409ededee7c4020e4b9f0edbee53de0d4

tame.txt
Code:
df01ac74ca510e763ab46bce694a8b57886b75a332c5c4723a97295df3cc0000 938995735797
8035da74a13756443b9dae9ed6bea111479f7f6447539e634e1dc7177e2a0000 987988675717
3997d2cad0f2ccea350bd0b0d0d06bfb70186d6daca5c51a6dc6043548a60000 1041424812707
ec9d5049bd4509aa41e1f5c312de1900d3eac4adba0692a41286b2497e520000 1110317004752

wild.txt
Code:
c3f83617c1d27a2883fbb849e6b990809553db20b3b7b7523d8c7a07f5040000 3343924384
566cf41f4de8b1ec5358fedb956d7c8a2540a24c4f336370723273f9a1fc0000 11271810949
fc241f52dbebdb22cb5b7b68fc98599deebfc7749c272ddb104d7c4d1d6e0000 65004674131
ec9d5049bd4509aa41e1f5c312de1900d3eac4adba0692a41286b2497e520000 106665591802
9ced97b0ce81010e66f87d91d2414af23fe456da6ec1d0a6dcf598d0e71a0000 87061666288


match/collision

tame.txt
ec9d5049bd4509aa41e1f5c312de1900d3eac4adba0692a41286b2497e520000 1110317004752
wild.txt
ec9d5049bd4509aa41e1f5c312de1900d3eac4adba0692a41286b2497e520000 106665591802


number = 1110317004752
and
number = 106665591802

it is random from command = random.randint

and this value
ec9d5049bd4509aa41e1f5c312de1900d3eac4adba0692a41286b2497e520000

Are they come from?
How to calculate?


263  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: April 04, 2021, 12:07:12 PM

puzzle #64 rewards = 0.6 bitcoin

RTX 3070 or Tesla V100 is powerful if running 30 days 7x24 hour works

between mining bitcoin and solve puzzle success
how much earning from mining bitcoin compare with puzzle #64 rewards
264  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: April 04, 2021, 07:43:13 AM

  • processing 19495846/214Can't read the file seen you have less items that the amount needed
  • processing 19964144/2147483648 bP points : 0%

What recommend when I run on Linux Subsystem on Windows 10?
and limited with low memory
265  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: April 04, 2021, 07:24:00 AM

How can I create bPfile.bin?

Can't open file
Can't open file

I try make bPfile.bin

+] Reading 4294967296 bP points from file bPfile.bin
Can't read the file seen you have less items that the amount needed
Can't read the file seen you have less items that the amount needed

Ok. I got infomation from post on first page

./bPfile 20000000 bPfile.bin

How much number create recommend?
266  Bitcoin / Project Development / Re: Keyhunt - development requests - bug reports on: April 04, 2021, 06:44:46 AM

How can I create bPfile.bin?

Can't open file
Can't open file

I try make bPfile.bin

+] Reading 4294967296 bP points from file bPfile.bin
Can't read the file seen you have less items that the amount needed
Can't read the file seen you have less items that the amount needed
267  Bitcoin / Development & Technical Discussion / Re: Pollard's kangaroo ECDLP solver on: April 04, 2021, 06:09:41 AM

Kangaroo calculate  Tame,Wild

Can anybody tell me what number Tame,Wild calculate and How I calculate with what formula?

two number one is hash on hex format and two is random value in range
What is first number on hex

I would like to testing some experiment by  random Tame,Wild (in range) and see can possible to collision or not
268  Bitcoin / Project Development / Re: VanBitCracken - a program to use for 32 BTC challenge (supports RTX 30xx cards) on: April 03, 2021, 02:03:26 PM

Reference with post on thread bitcoin puzzle 100 update

it is good idea for mod output to csv format and have other data information


https://bitcointalk.org/index.php?topic=5218972.msg56696467#msg56696467

Quote
my output ...

PADDXR,
Privkey_HEX,
BTC_ADDRESS,
Base58_Decode(BTC_ADDRESS),
PublicKeyHEX,
Priv (WIF),
0xPrivkey_HEX_64byte
269  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 03, 2021, 01:40:18 PM

Hello Friend! What software was used for all this?

I do all by manual

if you can coding program you can create python script for work it better

I use VanitySearch-1.15.4_bitcrack and save output to file and use excel collect date

VanitySearch-1.15.4_bitcrack give only privatekey in hex

use other simple python script to convert from hex private key to other format
using library bit (pip install bit)
270  Bitcoin / Project Development / Re: VanBitCracken - a program to use for 32 BTC challenge (supports RTX 30xx cards) on: April 03, 2021, 09:20:11 AM

I released version 1.1; will print keys found to "KeysFound.txt" if user forgets to add -o option or pause at end of batch file. Try with no -o

https://github.com/WanderingPhilosopher/VanBitCrakcenS/releases/tag/1.1

Actually it will print KeysFound.txt whether -o was used or not, but a fail safe for now.

Now I roll back to using version 1.0
I use -o output  for save  result that save difference key

version 1.1 not save from command -o output
but every thing move to save on KeysFound.txt
271  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: April 03, 2021, 08:44:11 AM

How to save in a text file all the pubkey passed until reaching the pubkey of origin?

Start: 8000000000000000
End:   ffffffffffffffff

Pubkey: 0330de2c8bc2010aaebbb647c5bac00eb8028f78d795f2cd4532bc6c504c0e01e7

how to save all MK / s FOUND to a txt file?

check out the image:



Pubkey: 0330de2c8bc2010aaebbb647c5bac00eb8028f78d795f2cd4532bc6c504c0e01e7

This is testing right

-o fileName: output result to fileName

use option -o output.txt    or  -o results.txt   (any name) to save key when found the key

272  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: April 03, 2021, 06:30:17 AM
yes, for 15ANY address, you have the correct 96 bit range. All addresses were funded by the creator of the challenge.

and how can i set the range right? what means the 295?? must i write --keyspace 800000000000000000000000:ffffffffffffffffffffffff ? start with ..0000001 ?

example you want to solve puzzle #96 addresss 15ANYzzCp5BFHcCnVFzXqyibpzgPLWaD8b 

puzzle #96 is high 2**96   (2 Exponent  96)  2^96 = 79228162514264337593543950336
this rank is number between  2^95 - 2^96 =  39614081257132168796771975168 - 79228162514264337593543950336

that mean key is 1 of  39614081257132168796771975168  number between  39614081257132168796771975168 to 79228162514264337593543950336

bitcrack using number in HEX
when you config use number in hex format not number decimal

convert number decimal to hex
https://www.rapidtables.com/convert/number/decimal-to-hex.html
39614081257132168796771975168 = 800000000000000000000000
79228162514264337593543950336-1 = FFFFFFFFFFFFFFFFFFFFFFFF

you need to start from 39614081257132168796771975168 = 800000000000000000000000
don't start from 000001
273  Bitcoin / Project Development / Re: VanBitCracken - a program to use for 32 BTC challenge (supports RTX 30xx cards) on: April 03, 2021, 04:11:51 AM

I released version 1.1; will print keys found to "KeysFound.txt" if user forgets to add -o option or pause at end of batch file. Try with no -o

https://github.com/WanderingPhilosopher/VanBitCrakcenS/releases/tag/1.1

Actually it will print KeysFound.txt whether -o was used or not, but a fail safe for now.

Thank you very much for fast update
274  Bitcoin / Project Development / Re: VanBitCracken - a program to use for 32 BTC challenge (supports RTX 30xx cards) on: April 03, 2021, 03:35:38 AM

I'll look into it fxsniper...I do understand the concern.
Also, since you are using a 1050, you should be able to use full address and gain speed.

I try again program work fine result

output.txt
1Be2UF9NLfyLFbtm3TCbmuocc9N1Kduci1  9DE820A7C


actually this is user error, user forget use output option to save result

so, make it both print out to default is better  (and make option for don't print out)
make program to feel better use
if user error still work fine

1. default ==> printout output when found key

2. no use any option = default => printout

3. use option -o output.txt  ==> do both
save result to output.txt
and print output

4. if use option -noprint will no print on screen

5. or warning no output setting

because if missing it is found key but make it Waste of time a lot
user error, but don't blame user

thank for update
275  Bitcoin / Project Development / Re: VanBitCracken - a program to use for 32 BTC challenge (supports RTX 30xx cards) on: April 03, 2021, 03:06:25 AM


Code:
VanBitCrackenS1 -t 0 -gpu -gpuId 0 -r 150000 --keyspace 800000000:FFFFFFFFF 1Be2UF9NLfyLFbtm3TCbmuocc9
VanBitCrackenS v1.0
Keyspace start=800000000
Keyspace   end=FFFFFFFFF
Difficulty: 49015701099621550400511978774011251513098240
Search: 1Be2UF9NLfyLFbtm3TCbmuocc9 [Compressed]
Started at Sat Apr  3 08:45:35 2021
CPU threads used: 0
GPU: GPU #0 GeForce GTX 1050 (5x128 cores) Grid(40x512)
67.027 MK/s (GPU 67.027 MK/s) (2^31.85) [00:00:56 Elapsed Time][0]
65.763 MK/s (GPU 65.763 MK/s) (2^37.13) [00:37:06 Elapsed Time][1]
[EXIT] Reached end of keyspace.

Finish at Sat Apr  3 09:22:44 2021


compare
GeForce RTX 3060 Ti use time 1 second

my GTX 1050 use time near 1 hour for scan all key space

Can possible to print out key if not use options output
or print both may be safety

Scan found key but not use -o out.txt for save it make mission key

276  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: April 03, 2021, 02:21:02 AM
can anyone explain what the difference is between the various tools? please give me a few explanatory sentences so that you can understand it even if you are not so deep in it?

- BitCrack
- VanitySearch
- vanitygen
- vanitygen-plus


And what are these exact puzzle numbers?
what is it about puzzle?
https://privatekeys.pw/puzzles/bitcoin-puzzle-tx


puzzle is bitcoin address you need to crack bitcoin address by fine private key
if you got private key you can access to bitcoin and transfer bitcoin to you own as rewards

hint for puzzle is key range of bitcoin tell you know that bitcoin have private key on what range you can find it on range

puzzle 1 to 63 is solve already next will be puzzle 64 or any puzzle not yet solve

choose puzzle you want to solve and try to finish as you want
most select puzzle 64 for now because puzzle 64 is 64 bit is low range it is low bits to easy for crack if high range is very hard to crack it

this puzzle same in this forum
https://privatekeys.pw/puzzles/bitcoin-puzzle-tx
https://bitcointalk.org/index.php?topic=5218972.0
https://bitcointalk.org/index.php?topic=1306983.0



277  Bitcoin / Project Development / Re: VanBitCracken on: April 03, 2021, 01:17:21 AM


Thank you WanderingPhilospher for VanBitCracken

my test for small GPU

Code:
VanBitCrackenS1 -t 0 -gpu -gpuId 0 -r 150000 --keyspace d555555555555400:ffffffffffffffff -o output.txt -i input.txt 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
VanBitCrackenS v1.0
Keyspace start=D555555555555400
Keyspace   end=FFFFFFFFFFFFFFFF
Search: 11 prefixes (Lookup size 1) [Compressed]
Started at Sat Apr  3 08:11:22 2021
CPU threads used: 0
GPU: GPU #0 GeForce GTX 1050 (5x128 cores) Grid(40x512)
68.915 MK/s (GPU 68.915 MK/s) (2^29.64) [00:00:12 Elapsed Time][194]

I scan by strategy search (random keyspace) not scan by power of GPU my GPU is very very small
278  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: April 02, 2021, 03:35:40 PM

Did you compile it for release? Or debug?

@Zahid888, you need to install cuda 10.2. Doesnt matter if you have higher version, you need that exact version in order to compile. I can share my build but i'm against precompilled sources (you never know)

obvious i click on release not debug let me roll back my driver and try again.. if i can't please share your compiled cubitcrack with me i am very exited to know this will work in 30 series or not..

download in progress...
 

Try that one

if not work try again with  click cuda_10.1.105_418.96_win10.exe  or cuda_10.1.243_win10_network.exe

I don't know my laptop not work with cuda 10.2
279  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: April 02, 2021, 02:26:05 PM
old one BitCrack-master compile error

G:\BitCrack-master\BitCrack-master\CudaKeySearchDevice\CudaKeySearchDevice.vcxproj(59,5): error MSB4019: The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.1.props" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\\BuildCustomizations\CUDA 10.1.props" is correct, and that the file exists on disk.

new one BitCrack-3000-master compile error

G:\BitCrack-3000-master\BitCrack-3000-master\CudaKeySearchDevice\CudaKeySearchDevice.vcxproj(59,5): error MSB4019: The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.2.props" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\\BuildCustomizations\CUDA 10.2.props" is correct, and that the file exists on disk.

what can i do  Cry Cry

Try install  CUDA 10.1
install CUDA 10.1 only don't use CUDA 10.2

I have problem before I install CUDA 11.2
then I install CUDA 10.2 I thin newest may be better
after that I install CUDA 10.1 again
I install drive 3 time each time download 2Gb large file

that source code need only CUDA 10.1
280  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 01, 2021, 01:24:51 PM

Correct, there is no pattern, I wasn't/am not looking for a pattern, I am looking for the actual address. I only use string because I have to versus the full address and the program searching for RIPEMD160 (much faster).  Add 2 more characters to your string like mine and see what you come up with. (16jY7qLJn)

I not looking for pattern of address but I try looking to group pattern of hash160
I try to looking for position of key where is it example like if on near  17625864068125699820   I will be using bitcrack scan that zone 2**64 all key

but problem it can be every where on range

no pattern both prefix suffix address

may be really crack it possible do at level bit, who can read and calculate buy bit may be can solve
because both hex and any human read characters just for human read but may be about bits for all
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!