Bitcoin Forum
May 21, 2024, 12:53:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for python scrypt. ASAP  (Read 102 times)
COBRAS (OP)
Member
**
Offline Offline

Activity: 861
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
March 12, 2023, 10:33:04 AM
 #1

Provide someone, please, a python v 3.7 ,scrypt for multiply Pubkey Bitcoin to scalar,  subtract one pubkey from another pubkey, substract scalar from pubkey ?



Huh

thanks

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
litecoin_messiah
Sr. Member
****
Offline Offline

Activity: 355
Merit: 268



View Profile WWW
March 12, 2023, 11:35:11 PM
 #2

https://github.com/mvrc42/bitp0wn?

PowerGlove
Hero Member
*****
hacker
Offline Offline

Activity: 513
Merit: 4088



View Profile
March 13, 2023, 01:13:37 AM
 #3

Provide someone, please, a python v 3.7 ,scrypt for multiply Pubkey Bitcoin to scalar,  subtract one pubkey from another pubkey, substract scalar from pubkey ?
Here's a Python script that you might find useful: [Code] Generating addresses from scratch (Python 3.6+).

There's a function in there (named scale) for multiplying a point by a scalar. There's also a function in there (named add) for adding two points together; for point subtraction, you can "flip" one of the arguments (i.e. change the y coordinate to: -y % secp256k1_field_order) before doing the addition (see: How to subtract two points on an elliptic curve?). For adding/subtracting a scalar to/from a point, I can't help you (I don't believe that operation has a useful definition unless you first convert the scalar into a point).
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!