Bitcoin Forum
May 05, 2024, 06:32:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / [python] 2 question? please share your answer it important to me on: October 07, 2019, 05:28:34 PM
-what is the fast library and function to generate random bitcoin key WIF format and with less lines of code
-fast way to get random bitcoin key and has160

i will loop with same itr and test every reply and share the time of execution
thank you

2  Bitcoin / Development & Technical Discussion / is there a way to calculate WIF of a P2SH Segwit uncompressed address on: September 27, 2019, 04:38:52 PM
example

WIF compressed:
Code:
KxULHn3XGW9HaGZLGrkgfxDfLGogn7s9iB31pTdXeQmsRQFV6CE1
Segwit P2SH:
Code:
3QHF8WWyXL5u3vDBHrZYrBpW7evS2x6URK
uncompressed Segwit P2SH:
Code:
33JWNnBSJWLLoMZkijQb9XLaALZco5RaZq
How to calculate the WIF that gives you uncompressed Segwit P2SH: ?
Code:
33JWNnBSJWLLoMZkijQb9XLaALZco5RaZq

thank you in advance
3  Bitcoin / Bitcoin Discussion / bitcoin version 1, addresses space 2^160 on: September 23, 2019, 05:58:41 PM
i have this question when exactly the year and month we start using 2^256?
...
all addresses before 2013 use 2^160
all addresses before 2014 use 2^160

2015  addresses use ?
2016  addresses use ?
2017  addresses use ?

2019  addresses use 2^256


4  Bitcoin / Development & Technical Discussion / bot automatic sweep on: September 16, 2019, 12:00:40 AM
not sure if this the wrong section for this question please move it

- i want to know more about this and how it's works

i saw some compromised bitcoin addresses balance got sweeped in few seconds after deposit

- can i set up a similar service?

5  Other / Off-topic / python why it is not loop? on: September 12, 2019, 03:54:52 PM


Code:
import string
import random
import time


def Hex64(size=64, chars=string.ascii_uppercase + string.digits):
return ''.join(random.choice('0123456789abcdef') for _ in range(size))

for i in range (0,10):   
        out = Hex64()

print(out)
6  Bitcoin / Development & Technical Discussion / looking for python script to create bitcoin segwet wallet bulk on: September 10, 2019, 10:38:45 PM
generating in bulk and give you output in file


in this way:

>>segwet3.py
Code:
Private Key: KxAw2eE68DnsQuNJw5r6b64ZjpnakRUo1Jso7X6KhFMfC4Sh0Lde
Public Key:  3LGXpcLw25LFQvHjAaaX3AEhBZv4e6xKoW
Private Key: KwDncb2n2j3bJehHvBcqeM7gWKaCV2a6or1AL7XquXgkgF4sfSxz
Public Key:  3G1TsZ6hQXfDKNcqnMCJq3uywVXS19hL96
.
.
.

>>segwetbch.py
Code:
Private Key: L28gsgm1syUq7wFzse7iRJq1CkrezUPZGBSAQS2YCcFbejmNCtxm
Public Key:  bc1qjv6s3fsumsq2jcmeaxjwuq0scavvmuv0g47z9h
Private Key: L1x8wvHqsahjWonp8Lgy5378Bh4DY4xerdxcMCZbCPxrvHbTKpqN
Public Key:  bc1qxqtdwy64r7vcdwwzrdy3w3mn79ap0a8j9nwgcl
.
.
.


7  Bitcoin / Development & Technical Discussion / python script compare lines in 2 text files and output matches on: September 10, 2019, 12:42:29 PM
compare  every lines in file1 with lines in file2
string comparative not only first number

do this

file1
Code:
1FFYY4EGHTVBWHEQbPcceME9YA6BWnEJxK
1GYeVf48v55hWHwynqgpXSnP84A96K9JxJ
1Ji25E8DaLpsgekWhkQk4UG5L6pz468EKy
1K5MT7BbKvCj4YeALeoEQr5sK2bH2uZdWi
1KRQjx2T31HC5boSoj9h3eMxHPkTFVtcJX

file2
Code:
1C1wxy5pcFj9KBFDFFnVyUYr7puT8abHaW	
1K5MT7BbKvCj4YeALeoEQr5sK2bH2uZdWi
1Ly8X7xSoJdM6nfZSi1HDQuBjMjiuiev1r
12ux1FpMq5iJ14wycDV2DpBcqxHTTGPSjC
16jw8vgKjA8DThTwpBb3pfk6tGbMHWnz6x

output
Code:
1K5MT7BbKvCj4YeALeoEQr5sK2bH2uZdWi
8  Bitcoin / Development & Technical Discussion / the relation with private keys and pubic keys? on: September 09, 2019, 03:53:58 PM
for example

i have this address:

1crof2axcuUxNc6aBkNM9aoawoJxpf8vg

containing charterers : 1crof2axuUN6BkM9wJp8vg [22 charterers ]


is it possible to generate some addresses somehow using only this  [22 charterers ]

base22




 
9  Bitcoin / Development & Technical Discussion / Python script for testing a bunch of bitcoin private keys on: September 09, 2019, 03:07:28 PM
hello,

can anyone help or direct me where i can find it

it will better if the script test files with 100k to 500k bitcoin privates keys
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!