diamond_2021
If you prefer Debian-based distributions, then you should definitely try LMDE 6 that came out recently: https://linuxmint.com/download_lmde.php It is said to have better performance and responsiveness when compared to…
Did they do bitcoin mining or GPU mining? If Bitcoin had been mining, there would have been a lot of sound pollution from such a large firm, nowhere is it mentioned whether they used soundproof rooms. So, how did they…
I just implemented the generation of Taproot addresses from public keys: https://github.com/shadowy-pycoder/go-bitcoin-message-tool/tree/development For reference, I used this guide which describes all necessary steps…
What is the Segwit v1 and Taproot in your example? How do they generated exactly? I put one of the WIF private keys here https://gugger.guru/cryptography-toolkit/#!/ecc and it shows that not all addresses match your…
- Looking for tips on my thesisApr 10, 2025
nice idea
- Looking for tips on my thesisApr 9, 2025
thanks everyone i will comeback with more information after discuss with my teacher
- Looking for tips on my thesisApr 5, 2025
I'm planning to focus my final thesis on blockchain tech. If anyone has suggestions or insights, I'd love to hear them.
There is arguably only one possible countermeasure that can be undertaken by true bitcoiners: stop using centralized exchanges for buying/selling bitcoin and start engaging in the bitcoin circular economy. The former…
- How to find the public key of a Bitcoin addressAug 30, 2021
In essence, bitcoin address is a hash of public key. Given that hash function is a one-way function, there are no methods or tools exist to calculate it "back". When you send your bitcoins, you are signing a message…
- Stealth PaymentsApr 19, 2021
The bitcoin community has never lived in harmony: there have always been disagreements regarding different aspects of bitcoin, namely how bitcoin should work: block size war, what bitcoin should be: a store of value or…
- Stealth PaymentsApr 17, 2021
Exactly. Consider the following possible use case where silent payments may be very helpful. Say, you're applying for a signature campaign or for some other paid activity where many participants are involved whom you…
- Stealth PaymentsApr 16, 2021
Once you get yourself familiar with how Elliptic-curve DiffieHellman key exchange scheme works, it becomes much easier to understand the idea of silent payments and other similar cryptographic privacy-enhancing methods…
- Stealth PaymentsApr 13, 2021
Hey everyone, I want to chat about this cool idea from Ruben Somsen called "Silent payments." It’s all about enhancing privacy when making payments on the blockchain, aiming to make things less visible to prying eyes.…
so, I'm looking into testdisk photorec.sig and I think wallet.dat is included. Here are some hex values I found: dat 0 \x61\x15\x06\x00 dat 0 \x00\x06\x15\x61 dat 0 \x62\x31\x05\x00 dat 0 \x00\x05\x31\x62 dat 12…
- Understanding AML and KYCNov 27, 2018
if possible, can you please post sites that help with verification process? Would a website like: http://authenticid.co/pro-valid.html will help?
- How to Create Your Own BTC and ETH WalletSep 7, 2018
Unfortunately, there are many scam Bitcoin wallets that will not allow you to withdraw your coins once you made a deposit. It has nothing to do with generating of keys though because you will never know which private…
Thank you, GazetaBitcoin! Added translation to the OP.
Thank you, guys, added all translation to the OP.
Why not? The only thing that I need to mention is that the master branch won't compile for Windows systems (unfortunately). I think I fixed it in development one but havent tested it yet.
Hello, sorry for the late reply and thank you for kind words and valuable feedback! I have good news for you because i managed to reimplement my CLI application in Golang, here is the link to GitHub page:…