Search content
Sort by

Showing 20 of 48 results by icynote_original
Post
Topic
Board Marketplace
Re: Selling for recovery 1.35 BTC
by
icynote_original
on 06/07/2023, 05:42:18 UTC
Evrica! https://ibb.co/23bqDjc Send me your LTC wallet number and I will send you 5 LTC.
I still have my doubts, but you deserve the benefit of the doubt. I've removed my negative feedback.

Quoting your image:

I'm very suspicious, why the discovery is so fast. is there any cunning in the promotion?  Grin
why in the wordlist there is already a password that is so long.
Post
Topic
Board Digital goods
Re: Anyone have wallet.dat of 1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF (79,957 BTC)?
by
icynote_original
on 06/07/2023, 05:35:39 UTC
I have several wallet.dat whose passwords have been forgotten. Maybe your buyer is interested? I have a recovery method but i don't have adequate device.
I have thoughts of rallying investors to buy the equipment needed to set up this project.
for sure this method has been tested well, but I can't share a way to find lost passwords.
Post
Topic
Board Wallet software
Re: Wallet encryption process
by
icynote_original
on 06/07/2023, 05:29:35 UTC
Wallet encryption uses AES-256-CBC to encrypt only the private keys that are held in a wallet. The keys are encrypted with a master key which is entirely random. This master key is then encrypted with AES-256-CBC with a key derived from the passphrase using SHA-512 and OpenSSL's EVP_BytesToKey and a dynamic number of rounds determined by the speed of the machine which does the initial encryption (and is updated based on the speed of a computer which does a subsequent passphrase change). Although the underlying code supports multiple encrypted copies of the same master key (and thus multiple passphrases) the client does not yet have a method to add additional passphrases.
Post
Topic
Board Wallet software
Re: Old multibit files help
by
icynote_original
on 06/07/2023, 04:51:49 UTC
Multibit Core documentation is spread across three projects: Bitcoin Core, the Bitcoin Wiki, and multibitwallet.io—and is further subdivided into different parts. The sections below briefly describe what documentation is available and how you can contribute.
MULTIBIT CORE DOCS DIRECTORY
The docs directory contains various files describing aspects of Multibit Core. Almost all of the files are meant for developers and testers rather than users, although some (such as the build instructions) may be used by power users.
Post
Topic
Board Wallet software
Re: Trust wallet dust error how to fix?
by
icynote_original
on 06/07/2023, 04:45:41 UTC
This error occurs when a small amount of cryptocurrency (referred to as "dust") is left in a wallet after a transaction, which can cause problems with future transactions. To resolve this issue, the wallet owner will need to use a dust-sweeping tool or manually consolidate the dust into a single transaction.
Post
Topic
Board Wallet software
Re: Jaxx Liberty wallet shut down || Attention, Jaxx users!
by
icynote_original
on 06/07/2023, 04:38:38 UTC
Update on Jaxx Liberty User Support
As a non-custodial wallet, Jaxx Liberty is simply an interface to various blockchains. Users’ funds and transactions are always safely on their respective blockchains (Ethereum, Bitcoin, etc.), and users always have control of their wallet’s backup phrase & private keys. When you migrate your Jaxx Liberty wallet to Edge Wallet or Exodus Wallet (or another company), you will simply be using a different interface to the same wallet information.

Any user that experiences an issue with their wallet from this point on can reach out to their new wallet provider for support. Our friends at Edge Wallet and Exodus Wallet have provided specific instructions to migrate to their platforms and are ready to help address any issues you may have with migration (and any problems you may experience in the future).
Post
Topic
Board Wallet software
Merits 1 from 1 user
Re: Sparrow vs Electrum for desktop
by
icynote_original
on 06/07/2023, 04:32:28 UTC
⭐ Merited by satscraper (1)
However, Sparrow is also unique in that it contains a fully featured transaction editor that also functions as a blockchain explorer. This feature not only allows editing of all of a transaction’s fields, also easy inspection of the transaction bytes before broadcasting. Sparrow contains many more features that are covered in detail on the features page.

Sparrow is also strongly supportive of privacy, and aims to be a wallet that takes users on a privacy journey from using public servers to using cold storage techniques on private servers. For more details, read the Best Practices guide.
Post
Topic
Board Wallet software
Re: Sparrow wallet update 1.7.3
by
icynote_original
on 06/07/2023, 04:26:21 UTC
Sparrow is a Bitcoin wallet for those who value financial self sovereignty.
Sparrow’s emphasis is on security, privacy and usability.
Sparrow does not hide information from you - on the contrary it attempts to provide as much detail as possible about your transactions and UTXOs, but in a way that is manageable and usable.
Post
Topic
Board Development & Technical Discussion
Re: Mempool.Space Production Server
by
icynote_original
on 06/07/2023, 04:20:17 UTC
Mempool can be self-hosted on a wide variety of your own hardware, ranging from a simple one-click installation on a Raspberry Pi full-node distro all the way to a robust production instance on a powerful FreeBSD server.
Most people should use a one-click install method. Other install methods are meant for developers and others with experience managing servers.
Post
Topic
Board Development & Technical Discussion
Re: Calculating the weight units of a transaction
by
icynote_original
on 06/07/2023, 04:14:04 UTC
Transactions that don't use segregated witness (segwit) are currently called legacy transactions. For these transactions, calculating the number of weight units in a transaction is as easy as putting the transaction into the format used in a P2P protocol block message, counting the number of bytes, and multiplying by four.
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin profitable projects
by
icynote_original
on 06/07/2023, 04:03:28 UTC
Referring to real services that serve bitcoin and earns bitcoin like Mixers for example

many bitcoin service, are you will become investor or how?
real project is how you take the project.
Post
Topic
Board Development & Technical Discussion
Re: reused or (similar) r values from completely different private keys
by
icynote_original
on 06/07/2023, 03:50:42 UTC
What if the same private key shares two r values that are (almost) identical to each other? Does this help calculating the private key in any possible way?

Suppose r1 = cabc3692f1f7ba75a8572dc5d270b35bcc00650534f6e5ecd6338e55355454d5
             r2 = cabc3692f1f7ba75a8572dc5d270b35ba54694a2d2302093d8b0a93ed5d83f2c

Here r1 + r2 from the same private key shares only their first 128 bits.



if you mean this, then you are wrong. R value must be the same in 1 wallet address with 2 different transactions. and if you have a script to auto calculate, maybe i can send you the script.  Grin
A few hours ago you were wondering how to use brute force applications, now you are a cryptography expert?

please revise, I ask the use of btcrecover and the correct way of installation.
but the R value script I made myself, even just an R variable is easy. so the R value is not the way to bruteforce.  Roll Eyes
Post
Topic
Board Project Development
Re: VanBitCracken - a program to use for 32 BTC challenge (supports RTX 30xx cards)
by
icynote_original
on 05/07/2023, 19:51:09 UTC
does this software work with gpu? because yesterday someone wanted to stay overnight, but all could not.
Post
Topic
Board Bahasa Indonesia (Indonesian)
Re: rejeki yang tidak terduga
by
icynote_original
on 05/07/2023, 19:45:09 UTC
Mohon informasi bounty saat ini apa saja, agar yg lain juga merasakan legitnya dunia crypto ini.
semoga bisa membantu banyak orang.  Kiss
Post
Topic
Board Bitcoin Discussion
Re: Why are you not hodling
by
icynote_original
on 05/07/2023, 19:38:51 UTC
to hold bitcoin at its current price is ridiculous. because bitcoin price has been trying to go up.
right now the best chance is to wait and see. because it can come back down.  Grin
Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
icynote_original
on 05/07/2023, 19:32:46 UTC
is it possible if using a pywallet can open a wallet without a passphrase?
there are several wallet.dat without password, but I open them with pywallet and they can't. Please give me all your experiences.  Wink
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
icynote_original
on 05/07/2023, 19:26:42 UTC
anybody here know, how way to using this tool for brute-forcing private keys?
I want try but not yet know  Huh
Post
Topic
Board Development & Technical Discussion
Re: Vanity Pool - vanity address generator pool
by
icynote_original
on 05/07/2023, 19:20:20 UTC
This Vanity Pool, can vanity use GPU for hashing? is it possible that the same address appears when using this vanity pool?  Huh
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin profitable projects
by
icynote_original
on 05/07/2023, 19:14:11 UTC
maybe you mean Bitcoin profitable projects to create a new coin/token?
or you are looking for and want to invest in opening a bitcoin wallet with a forgotten password?
recover private key that has been forgotten, or partially lost.
Post
Topic
Board Development & Technical Discussion
Re: reused or (similar) r values from completely different private keys
by
icynote_original
on 05/07/2023, 19:07:59 UTC
What if the same private key shares two r values that are (almost) identical to each other? Does this help calculating the private key in any possible way?

Suppose r1 = cabc3692f1f7ba75a8572dc5d270b35bcc00650534f6e5ecd6338e55355454d5
             r2 = cabc3692f1f7ba75a8572dc5d270b35ba54694a2d2302093d8b0a93ed5d83f2c

Here r1 + r2 from the same private key shares only their first 128 bits.



if you mean this, then you are wrong. R value must be the same in 1 wallet address with 2 different transactions. and if you have a script to auto calculate, maybe i can send you the script.  Grin