Bitcoin Forum
April 30, 2024, 07:56:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: ECDSA public key on: September 15, 2019, 07:07:20 AM
Thank you for your answer! It helped me to solve my problem. Grin
Its great to see that your problem has been solved. I will suggest you to use our forum search option before opening a new thread. In most of the cases you will be able to get your query related topics by using bitcointalks search button. Its true that our forum users are enough interested to give necessary replies to anyone's thread but you should try to get proper solution by searching here first.

To know details about forum search system you can read this topic; A Complete Guideline to use forum search button properly

Of course! Sorry, I will search similar topics before publication.
2  Bitcoin / Development & Technical Discussion / Re: ECDSA public key on: September 12, 2019, 04:57:30 PM
Exactly same question has been asked two years back. Here a answer from a moderator.

The public key is calculated by taking the generator point G and performing elliptic curve point multiplication on it with the private key. Given private key d and generator G, you do d * G. The process for elliptic curve point multiplication is detailed on wikipedia. The curve parameters are the ones for the secp256k1 curve which are defined here (section 2.4.1): http://www.secg.org/sec2-v2.pdf

Also below article could help you understand the process,

https://en.bitcoin.it/wiki/Private_key  

Hope you will get solution from above.

Thank you for your answer! It helped me to solve my problem. Grin
3  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)?
4  Bitcoin / Development & Technical Discussion / Re: UTXO storing on: June 25, 2019, 06:59:44 AM
Thank you. I will use your advices in my implementation!
5  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?
6  Other / Beginners & Help / Re: Linux OS for a new user on: June 22, 2019, 08:26:25 AM
I have Linux Ubuntu OS on my computer. It has many advantages. It is hard to catch virus on Ubuntu, Linux is open source project. It mean that developers believe in security of their OS ,because they show to people source code of  Linux.
Linux is more fast . First of them, I  install it on my computer. because it had a low speed of work on Windows 7. Ubuntu solved this problem.
Linux has a small size of programs relative to Windows. It is free, you can change all in this OS. It is full controlled by user.
Also Linux has built-in free tools  (for example archiver, ssh for connection with server from terminal, USB flash drive launch utility, etc,
It have not  unnecessary files and programs like Windows. Also it has a small size.  
It is post on my site, where I describe my first impression about Linux after launching.
https://bondcoder.com/2018/11/03/ubuntu-18-first-experience/
7  Bitcoin / Development & Technical Discussion / Re: Where does blockchain store adresses of wallets? on: June 21, 2019, 05:41:39 PM
Yes, you are right, thank you!
8  Bitcoin / Development & Technical Discussion / Re: Where does blockchain store adresses of wallets? on: June 20, 2019, 08:05:48 AM
Wow, it is really mean that all parameters like adresses, balances, tokens I can calculate from this distributed ledger. Thank you. I started to deep learn creating of keys and it fallen in my mind that address exist only when it appeared in the transaction list (block of blockchain). I read in previous answers about storing transaction in special database LevelDB. Can I change it on MongoDB in my implementation? MongoDB use key-value structure too.
9  Bitcoin / Development & Technical Discussion / Re: Where does blockchain store adresses of wallets? on: June 19, 2019, 02:41:59 PM
Thank you for the reference. I understand from this article that it doesn't matter how transaction info stored in the node. The main idea in distributed storage system on different nodes. Type of database on one node touch internal realization and can be various from project to project.
Because it question create a big problem in storing process blockchain data like adresses, transaction lists. Thanks evebody for answer. You  helped me in my problem Smiley
10  Bitcoin / Development & Technical Discussion / Re: Where does blockchain store adresses of wallets? on: June 19, 2019, 11:55:50 AM
Thank you for your answer!)
11  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!