Bitcoin Forum
June 22, 2024, 07:22:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 22, 2020, 01:59:17 PM
How to add write to txt resoult option tihs code?

from bitcoin import *

with open("pubkey.txt") as f:
   for line in f:
      print(pubtoaddr(line.strip()))
2  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 22, 2020, 01:20:07 PM
Maybe tool convert pubkey txt to address?
3  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 22, 2020, 09:58:05 AM
today jeanluc post Kangaroo for cpu
its much fast and better then alek76 gpu version check his link and results
BSGS (baby step)
https://github.com/JeanLucPons/BSGS/issues
Kangaroo
https://github.com/JeanLucPons/Kangaroo

test 65 bit at i3-6100 2 core 4thread processor


:~/jean/Kangaroo$ ./kangaroo in.txt
Kangaroo v1.0
Start:10000000000000001
Stop :1FFFFFFFFFFFFFFFF
Keys :1
Number of CPU thread: 4
Range width: 2^64
Number of random walk: 2^12.00 (Max DP=18)
DP size: 18 [0xffffc00000000000]
Solvekey Thread 0: 1024 TAME kangaroos
Solvekey Thread 1: 1024 TAME kangaroos
Solvekey Thread 2: 1024 WILD kangaroos
Solvekey Thread 3: 1024 WILD kangaroos
[11.56 MKey/s][Count 2^33.15][14:29][Dead 1][6.9MB]
Key# 0 Pub:  0x023115A92D2D604381E154EDAC700D4D99AC44F8E2B1274E16524583D1D52DDDC0
       Priv: 0x150E316D058E7AFF8

Done: Total time 14:30

what is dead1 word?
4  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 22, 2020, 07:49:33 AM
Possible download balanced list public key?
5  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 21, 2020, 08:03:21 AM
I'm not at all sure if it will work with a wider range (say for instance 000000000000000000000000000000000000000000000001A838B13505B26867:0000000000000000000000000000000000000000000000349B84B6431A6C4EF1 which is 65 and 70). Might be able to test this using some of the already solved values (like plug in L of 48 and U of 53 and look for 51's key). If I'm wrong and this is silly, please let me know, sir Alek. I'm by no means a math or programming guy, just a tinkerer.
-bits 1A838B13505B26867:349B84B6431A6C4EF1
Will work, a wider range will require more time.
Hi. Maybe share compiled cpu version? Or how to make program on windows?
6  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 20, 2020, 06:17:33 AM
Hi! How to check how much bit long keyspace?

It's all on the main post my friend! Double check it if you have any doubts!!!
Sorry i can't find any information on how to calculate the private key bit range space from any bitcoin address.
7  Bitcoin / Bitcoin Discussion / Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED== on: April 19, 2020, 09:59:38 AM
Hi! How to check how much bit long keyspace?
8  Bitcoin / Bitcoin Technical Support / Re: Old wallet.dat problem! on: February 08, 2018, 12:25:25 AM
Seems to work "OK".... I just tried it using an old Dogecoin wallet.dat using the "bash" shell in Windows 10 Dev mode...

Code:
strings wallet.dat | grep purpose
and
Code:
strings wallet.dat | grep name

Both returned a list of addresses contained in the wallet.dat ("name" seemed to list more results)... All the addresses were shown in the "correct" format for the wallet type... ie. they all start with a "D"... so I can tell they are "Dogecoin".

Give it a try and see what addresses you can see listed and see what the first letter of the address is... that should help identify which altcoin the wallet belongs to.
I get these addresses
name"E3QbrBywbvWuq6BbrY1xoCToqPZnFrzukh
name"DtqN21K2QdLoTu91oxf2i5GueMfGeW3ah3
name"EEdQuB9foaQ53r7UGFBrt6dt7nuUyfTGJfs
name"E2tfCHV4CQiXsVCLuGKxnJmkNmRceAszQ8
name"E7546iTPpfwLgrzBsmCzGPKKh8ohtxLi8c
name"E6QUbLk9YdCWvZ4KUshVYrbKCDuUFu9KW4
name"E2CCdrwZGcdav2paJ2DwvoEPg96zY71epr
name"E1A6WogjpqU3KjjoRUD63f7kofrFozmyfg[
name"DxoRbTR8HyopHfwLM8d5xV27qEWdCJz2Lc!C

i just run bitcoin2john.py and i get it then i still bitcoin? this is not the complete hash
python2 bitcoin2john.py wallet.dat
$bitcoin$96$ca929af9a552b9f26bc7dcf5fd0d96fa62ebe9426305de8496767c197da10586435063b635f7367667488ecdf35d6b08$16$f3701f86a38b2731$113636$96$e42f0ea1323571f16ce8a88e43fe8f96d09b719c4bdf50d83f26817a008f570e347ab1d934b2fc836d6c66b4e3e78a85$66$03fe

ok im found goldcoin thx help.
9  Bitcoin / Bitcoin Technical Support / Re: Old wallet.dat problem! on: February 07, 2018, 08:24:01 PM
Don't search by "Address"... That is Bitcoin Core interpreting the hex value stored in the wallet as a Bitcoin address which will be different to the address shown on another network. Instead, search by TransactionID as that doesn't change across the networks.

In Bitcoin Core, goto the "Transactions" tab, right click one of the transactions and select "Copy Transaction ID". Then copy/paste that into block explorers for the most common altcoins (ie. Litecoin, Dogecoin etc)

https://live.blockcypher.com/ltc/
https://live.blockcypher.com/doge/

Ok. Thx.
Possible can it work?
https://bitcoin.stackexchange.com/questions/57122/have-a-bunch-of-wallet-dat-files-what-alt-coins-do-they-have-and-may-be-how-mu
10  Bitcoin / Bitcoin Technical Support / Re: Old wallet.dat problem! on: February 07, 2018, 02:49:09 PM
do you say this is not a bitcoin wallet? I can not remember my brother sent him from the old computer.how do I know what coin?
11  Bitcoin / Bitcoin Technical Support / Old wallet.dat problem! on: February 07, 2018, 11:50:01 AM
Hi. Im found my old pc wallet.dat file but no show balance (test full syncronized pc but show 2013 no newest)  Huh
Picture.

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!