It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
Content | Score | Started by | Date posted | ||
Recreated Fault Sig Attack on Bitcoin Wallet Development & Technical Discussion
The ouptut of the first program doesn't contain a private key. How do you know 1…
|
n/a | ymgve2 | January 03, 2023, 10:05:00 PM | ||
Why do you think G/2 is so strange? Development & Technical Discussion
all secp k curves share almost the same value when divided by 2: https://bitcoin…
|
n/a | ymgve2 | January 03, 2023, 09:48:48 PM | ||
the fastest possible way to mass-generate addresses in Python Development & Technical Discussion
I see that you're using gen_private_key. This generates arbitrary secure random…
|
n/a | ymgve2 | December 27, 2022, 10:37:47 PM | ||
What is happening with transactions that is unique but with an existing txid? Development & Technical Discussion
BTW, these kinds of transactions will never hit the mempool, as they can only be…
|
n/a | ymgve2 | December 26, 2022, 12:37:49 AM | ||
What is happening with transactions that is unique but with an existing txid? Development & Technical Discussion
BTW, these kinds of transactions will never hit the mempool, as they can only be…
|
n/a | ymgve2 | December 25, 2022, 10:30:18 PM | ||
Nonce reuse fault attack on secp256k1 Development & Technical Discussion
Do you know what the word "fault" implies?Take a closer look at the code, especi…
|
n/a | ymgve2 | December 09, 2022, 07:56:31 PM | ||
Fault attack on secp256k1 Development & Technical Discussion
You said "crack any wallet" though. Fault attacks can not be used to crack any w…
|
n/a | ymgve2 | December 09, 2022, 03:41:55 PM | ||
Fault attack on secp256k1 Development & Technical Discussion
Fault attacks means you induce hardware faults during the creation of the wallet…
|
n/a | ymgve2 | December 09, 2022, 03:22:59 PM | ||
address 14NWDXkQwcGN1Pd9fboL8npVynD5SfyJAE: not understanding weird transaction Development & Technical Discussion
It seems like some homebrew way of creating a (bad) deterministic nonce. It's to…
|
n/a | ymgve2 | December 09, 2022, 12:30:49 PM | ||
address 14NWDXkQwcGN1Pd9fboL8npVynD5SfyJAE: not understanding weird transaction Development & Technical Discussion
privkey is 23d4a09295be678b21a5f1dceae1f634a69c1b41775f680ebf8165266471401bsecon…
|
n/a | ymgve2 | December 09, 2022, 12:21:13 PM | ||
address 14NWDXkQwcGN1Pd9fboL8npVynD5SfyJAE: not understanding weird transaction Development & Technical Discussion
You didn't understand.Where do you think the last 16 bytes of the nonce comes fr…
|
n/a | ymgve2 | December 09, 2022, 12:04:32 PM | ||
address 14NWDXkQwcGN1Pd9fboL8npVynD5SfyJAE: not understanding weird transaction Development & Technical Discussion
This is someone's broken deterministic nonce generation.Small hint: What's the S…
|
n/a | ymgve2 | December 09, 2022, 11:50:41 AM | ||
How often and when it is verified that blockchain is valid, periodically or not? Development & Technical Discussion
Every time you start Bitcoin Core, it performs a verification check on its own l…
|
n/a | ymgve2 | December 04, 2022, 08:27:08 PM | ||
How to calculate a mod-inverse: Two different ways Development & Technical Discussion
With Fermat's little theorem, you have no guarantees about the immunity to side…
|
n/a | ymgve2 | November 15, 2022, 08:48:10 PM | ||
rechange signatures values - just math questions Development & Technical Discussion
Receive: ecdsa123Are you a crook?Why don't you check the file if you got the mon…
|
n/a | ymgve2 | October 05, 2022, 01:06:47 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
And if we consider secp256k1-pointsgroup Group={ InfinityPoint, G, 2G, 3G, ...,…
|
n/a | ymgve2 | July 13, 2022, 01:17:39 PM | ||
Bitcoin Mining Using SHA 256 Development & Technical Discussion
This is like saying "Bitcoin runs on computers. Do computers have any other purp…
|
n/a | ymgve2 | June 27, 2022, 11:30:56 AM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
Again, your division work is useless. Let's take an example, divide by four:0x1…
|
n/a | ymgve2 | May 30, 2022, 05:29:08 AM | ||
lattice-attack || how to run without error Development & Technical Discussion
@ecdsa, collect some real rsz from blockchain and try your code ?can use 1 trans…
|
n/a | ymgve2 | May 28, 2022, 05:38:58 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
It is really hard to follow your text full of errors/typos.Don't bother understa…
|
n/a | ymgve2 | May 28, 2022, 05:30:12 PM | ||
first bitcoin collision? Development & Technical Discussion
Are you copy pasting correctly? In one of the pastes you write k_key = 85 and ge…
|
n/a | ymgve2 | May 17, 2022, 09:45:29 PM | ||
Checking brainwallet Development & Technical Discussion
I focused on small table, because i wanted to have big empty space for storing t…
|
n/a | ymgve2 | May 05, 2022, 06:03:55 AM | ||
Checking brainwallet Development & Technical Discussion
I focused on small table, because i wanted to have big empty space for storing t…
|
n/a | ymgve2 | May 04, 2022, 06:04:57 AM | ||
Checking brainwallet Development & Technical Discussion
I precompute a table of kG value of 16*65535 values with x and y indexed by 0001…
|
n/a | ymgve2 | May 04, 2022, 03:47:09 AM | ||
Checking brainwallet Development & Technical Discussion
you will need to use a hashing algorithm that can handle a sufficiently large nu…
|
n/a | ymgve2 | May 03, 2022, 08:00:32 AM | ||
Texts/"passwords" as private keys source and transactions Bitcoin Discussion
Could you explain exactly how you convert the passwords into WIF format? Because…
|
n/a | ymgve2 | May 01, 2022, 06:01:21 AM | ||
lattice-attack || how to run without error Development & Technical Discussion
@ymgve2To generate fake r,s,z you can use public point and calculate 2 random an…
|
n/a | ymgve2 | April 25, 2022, 09:49:36 AM | ||
update my code please|| wrong x print? Development & Technical Discussion
The library is bad, when adding two points you first HAVE to check if they are t…
|
n/a | ymgve2 | April 24, 2022, 01:21:21 PM | ||
lattice-attack || how to run without error Development & Technical Discussion
QuoteRealy ? Generate someonevfakecrsz please forvwalid bupkey, and for ex valid…
|
n/a | ymgve2 | April 24, 2022, 01:07:46 PM | ||
how to reverse convert || Public-key example : 0x1234 >> 0x4321 Development & Technical Discussion
so, question is your code working for without private key tell meNo, it is not p…
|
n/a | ymgve2 | April 24, 2022, 12:48:11 PM | ||
Methods of decoding a bitcoin block stored in windows Development & Technical Discussion
One important thing to note is that those .blk files do not necessarily contain…
|
n/a | ymgve2 | March 28, 2022, 09:43:15 PM | ||
Lattice attack example with nonce finder. Development & Technical Discussion
I think this article isn't useful to you, as it describes a situation where some…
|
n/a | ymgve2 | December 27, 2021, 05:49:27 PM | ||
How to get a masterKey faster. Need Java developer advice Development & Technical Discussion
Look, I don't know what are you trying to accomplish, but my suggestion is that…
|
n/a | ymgve2 | November 23, 2021, 10:14:48 AM | ||
Let test my scrypt for find a privkey ? Development & Technical Discussion
So are you all just using lattices to find private keys like in this paper? http…
|
n/a | ymgve2 | October 25, 2021, 07:11:29 PM | ||
Pollard's kangaroo ECDLP solver Development & Technical Discussion
If I need to find just one private key somewhere in 256bit space does it have a…
|
n/a | ymgve2 | October 12, 2021, 07:14:31 AM | ||
PIR / Private Information Retrieval - Privacy for light wallets? Development & Technical Discussion
How does a brand new client with no information about the chain know which "dumm…
|
n/a | ymgve2 | October 11, 2021, 06:06:13 PM | ||
Elliptic Curve Point Addition Question Development & Technical Discussion
As others have explained, if it was possible to see when it went past "0" during…
|
n/a | ymgve2 | October 10, 2021, 06:32:05 PM | ||
Pollard's kangaroo ECDLP solver Development & Technical Discussion
You could give me your 40 bit public key. But cracking it is kind of waste of ti…
|
n/a | ymgve2 | October 07, 2021, 10:47:56 AM | ||
Vanitygen search Development & Technical Discussion
Linear search is MUCH faster than random since with linear search you just do a…
|
n/a | ymgve2 | September 11, 2021, 03:21:42 AM | ||
The blockchain does not know its code but the code knows the blockchain? Development & Technical Discussion
In the white paper is the answer to the question:Who decides which bytecode upda…
|
n/a | ymgve2 | August 21, 2021, 09:08:01 AM | ||
The blockchain does not know its code but the code knows the blockchain? Development & Technical Discussion
Quoteit seems like the idea is to add a virtual machine, and the bytecode that h…
|
n/a | ymgve2 | August 18, 2021, 03:29:34 PM | ||
The blockchain does not know its code but the code knows the blockchain? Development & Technical Discussion
I skimmed the "paper" that describes this and it seems like the idea is to add a…
|
n/a | ymgve2 | August 18, 2021, 01:02:48 PM | ||
Is this reward for SHA-1 preimage correctly constructed? Development & Technical Discussion
You should probably explain what your goal is. It looks like the script is rewar…
|
n/a | ymgve2 | July 31, 2021, 07:19:20 AM | ||
Calculating Satoshi's coins Project Development
Why are you limiting yourself to Satoshi's coins? There's nothing special about…
|
n/a | ymgve2 | July 25, 2021, 05:59:10 AM | ||
cpuBitCrack Project Development
It seems like this script builds other scripts which is then executed. I can ass…
|
n/a | ymgve2 | May 29, 2021, 06:33:32 PM | ||
Is Bitcoin data in this site accurate or fake? Beginners & Help
There is no global Bitcoin Merkle Tree. Merkle trees are just used to organize a…
|
n/a | ymgve2 | May 27, 2021, 11:07:46 AM | ||
GUBH - Github Crack bitcoin 9PH/S with 1 GPU n/a
Got any proof that this actually works? Share one of the private keys of the alr…
|
n/a | ymgve2 | May 21, 2021, 06:27:28 AM | ||
Point addition / Point concatenate Development & Technical Discussion
Multisig does not require all participants to sign, you can generate any N-of-M…
|
n/a | ymgve2 | April 28, 2021, 11:33:30 AM | ||
Point addition / Point concatenate Development & Technical Discussion
0379be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798+0279be667ef9d…
|
n/a | ymgve2 | April 28, 2021, 09:51:50 AM | ||
Point addition / Point concatenate Development & Technical Discussion
0379be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798+0279be667ef9d…
|
n/a | ymgve2 | April 27, 2021, 07:15:33 PM | ||
Point addition / Point concatenate Development & Technical Discussion
None of the combinations of those points are on the secp256k1 curve. Whatever yo…
|
n/a | ymgve2 | April 27, 2021, 07:00:04 PM | ||
Point addition / Point concatenate Development & Technical Discussion
None of the combinations of those points are on the secp256k1 curve. Whatever yo…
|
n/a | ymgve2 | April 27, 2021, 06:48:53 PM | ||
Point addition / Point concatenate Development & Technical Discussion
I got curious and wondered where you got 0x70ac8110203e9f95f8d832964b58ccc2c712b…
|
n/a | ymgve2 | April 27, 2021, 05:05:04 PM | ||
Point addition / Point concatenate Development & Technical Discussion
I don't know where you got 0x70ac8110203e9f95f8d832964b58ccc2c712bb1c6cd58e86113…
|
n/a | ymgve2 | April 27, 2021, 04:09:51 PM | ||
Point addition / Point concatenate Development & Technical Discussion
your formula if write in python, will help me to understand, kindly write python…
|
n/a | ymgve2 | April 27, 2021, 09:27:46 AM | ||
Merkle tree Development & Technical Discussion
Note that if there are segwit transactions in a block, then there is a second Me…
|
n/a | ymgve2 | March 08, 2021, 11:51:44 AM | ||
Recovering 33 character private key from legacy blockchain.info wallet Web Wallets
I made a script that will dump your blockchain.info wallet data:https://gist.git…
|
n/a | ymgve2 | November 21, 2020, 10:51:18 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
why the speed is low, it takes two days for this program to find 8 characters 40…
|
n/a | ymgve2 | October 22, 2020, 08:49:02 AM |