Bitcoin Forum
April 30, 2024, 08:55:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / ECDSA public key on: September 10, 2019, 03:37:02 PM
Hello, bitcointalkers! I have a problem with signing transaction in my wallet implementation.  I can not understand how I can generate public key that based on my private key. I have private key that I generated randomly with 256 bits. I read in A.Antonopulos book that we can receive point on elliptic curve from private key. I received X and Y coordinates, What I need to do with it for transforming in single string row (traditional public key)?
2  Bitcoin / Development & Technical Discussion / UTXO storing on: June 24, 2019, 02:50:58 PM
I started my impementation of blockchain and I have question about UTXO storing. Do I need to store outputs after it was used? Or maybe I need to change them status on "used", or transfer into another collection (NoSQL )or table (relation)  of database?
3  Bitcoin / Development & Technical Discussion / Where does blockchain store adresses of wallets? on: June 19, 2019, 11:12:11 AM
Hello! I am new person in blockchain technology and I want to fasten my knowledges by writing own primitive version of blockchain. I can not understand where will be my blockchain store wallets public addresses for transactions between users. Should I use helpful database like a MongoDB or MySQL for these purposes? 
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!