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 | ||
elliptic curve division Development & Technical Discussion
just this0200000000000000000000003b78ce563f89a0ed9414f5aa28ad0d96d6795f9c6303000…
|
n/a | COBRAS | February 09, 2023, 12:33:58 PM | ||
elliptic curve division Development & Technical Discussion
02 03 is Y odd even, not X etc etc bull shitsibstract is same as divide, and wit…
|
n/a | COBRAS | February 08, 2023, 07:13:36 PM | ||
Create 100 R,s,z signatures from public key Development & Technical Discussion
resource with low level EC and ECDSA formulas add,mul,curve,sign etchttps://onyb…
|
n/a | COBRAS | February 08, 2023, 12:09:13 AM | ||
Create 100 R,s,z signatures from public key Development & Technical Discussion
Twist attack formula. I understood now. Let me code it but cannot be done on Pyt…
|
n/a | COBRAS | February 07, 2023, 06:30:46 PM | ||
Create 100 R,s,z signatures from public key Development & Technical Discussion
enother formulahttps://learn.saylor.org/mod/book/view.php?id=36341&chapterid=189…
|
n/a | COBRAS | February 07, 2023, 05:55:29 PM | ||
Create 100 R,s,z signatures from public key Development & Technical Discussion
Python code for those of you who are looking to create 100 or more R,s,z signat…
|
n/a | COBRAS | February 07, 2023, 04:09:47 PM | ||
Create 100 R,s,z signatures from public key Development & Technical Discussion
Python code for those of you who are looking to create 100 or more R,s,z signat…
|
n/a | COBRAS | February 07, 2023, 12:30:37 PM | ||
Recreated Fault Sig Attack on Bitcoin Wallet Development & Technical Discussion
This is in python code.Code:#This example twist attack on secp256k1 uses the Pyt…
|
n/a | COBRAS | February 04, 2023, 12:09:11 AM | ||
Recreated Fault Sig Attack on Bitcoin Wallet Development & Technical Discussion
Cobra.. that one is a paid version. I don't have money.So I code it myself. Just…
|
n/a | COBRAS | February 03, 2023, 11:32:59 PM | ||
Recreated Fault Sig Attack on Bitcoin Wallet Development & Technical Discussion
what you think about this attack ? How to make pubkeys from another curve for r…
|
n/a | COBRAS | January 30, 2023, 08:01:06 PM | ||
Recreated Fault Sig Attack on Bitcoin Wallet Development & Technical Discussion
This is without russian, English only https://github.com/demining/Twist-AttackIn…
|
n/a | COBRAS | January 31, 2023, 03:22:39 PM | ||
Recreated Fault Sig Attack on Bitcoin Wallet Development & Technical Discussion
This is without russian, English only https://github.com/demining/Twist-AttackIn…
|
n/a | COBRAS | January 31, 2023, 07:12:32 AM | ||
Recreated Fault Sig Attack on Bitcoin Wallet Development & Technical Discussion
This is without russian, English only https://github.com/demining/Twist-AttackIn…
|
n/a | COBRAS | January 30, 2023, 08:15:35 PM | ||
Recreated Fault Sig Attack on Bitcoin Wallet
n/a
Recreated Fault Sig Attack on Bitcoin Wallet by n/a
|
n/a | n/a | |||
Reuse Nonce Faulty Sig Attack Development & Technical Discussion
R or Sci not remember exact is like public key. So ..
|
n/a | COBRAS | January 18, 2023, 07:18:30 PM | ||
iceland secp256k1 import in python Development & Technical Discussion
RTFM and see what functions are available and how they are used?https://github.c…
|
n/a | COBRAS | January 06, 2023, 12:41:26 PM | ||
iceland secp256k1 import in python Development & Technical Discussion
:-XHow to use this lib for scalar to scalar/number's multiplication , addition,…
|
n/a | COBRAS | January 06, 2023, 12:25:13 PM | ||
challenge or task Development & Technical Discussion
can you share code?dont forget pay to member 1200sure, when it will be work, may…
|
n/a | COBRAS | December 22, 2022, 12:50:35 PM | ||
challenge or task Development & Technical Discussion
can you share code?dont forget pay to member 1200
|
n/a | COBRAS | December 14, 2022, 11:43:42 AM | ||
Finder of part of privkey Development & Technical Discussion
1. privkeys=pubkeys.All math operation is equal.Code:from random import randintN…
|
n/a | COBRAS | December 13, 2022, 12:37:49 PM | ||
bad randomness when generating keys within a specified range Development & Technical Discussion
Thanks for your reply, however I didn't understand (yet). Can you be more specif…
|
n/a | COBRAS | November 19, 2022, 03:47:57 PM | ||
propably it is security problem of transaction - why it works Development & Technical Discussion
a = Mod inv 2 * 1 = 1/2pub * a = 1/2 pub = bew G2 * new G = PUB.priv * G = PUB T…
|
n/a | COBRAS | November 19, 2022, 02:51:20 PM | ||
How to calculate a mod-inverse: Two different ways Development & Technical Discussion
So pick your poison. Writing a wallet? Use exponentiation. EGCD is much faster,…
|
n/a | COBRAS | November 17, 2022, 02:03:27 AM | ||
How to calculate a mod-inverse: Two different ways Development & Technical Discussion
then divideCode:./md 11 / 4Result: 3fffffffffffffffffffffffffffffffaeabb739abd22…
|
n/a | COBRAS | November 16, 2022, 10:52:06 AM | ||
How to calculate a mod-inverse: Two different ways Development & Technical Discussion
I found myself having to write cryptography code on C++ and I needed to invert a…
|
n/a | COBRAS | November 16, 2022, 02:34:04 AM | ||
How to split hex ranges in smaller parts Development & Technical Discussion
sliser https://github.com/albertobsd/sscodes/issues/1
|
n/a | COBRAS | November 16, 2022, 02:55:22 AM | ||
lattice attack 2 Development & Technical Discussion
Try thisrsz gen. nonce not more then 190 bit, fake sighnatures, not work on real…
|
n/a | COBRAS | November 11, 2022, 02:00:14 AM | ||
Point dividing examples Development & Technical Discussion
If someone know how to minimise numbers of pubkeys - lets talk about this.
|
n/a | COBRAS | November 03, 2022, 02:31:51 PM | ||
Point dividing examples Development & Technical Discussion
Use ecctools for this. in this ex dividing 2^60 pubkey:Code:priv 0x953f49ae70ed6…
|
n/a | COBRAS | November 03, 2022, 02:25:22 PM | ||
Lattice used for finding range of nonce in transactions - academic question Development & Technical Discussion
Lattice is a shit dont waste your time !
|
n/a | COBRAS | November 01, 2022, 07:26:36 PM | ||
Is there a way to use Python GPU for ECC speed up? Development & Technical Discussion
if you wanna play with numbers in the ring modulo N :N = 11579208923731619542357…
|
n/a | COBRAS | October 28, 2022, 02:01:29 AM | ||
Is there a way to use Python GPU for ECC speed up? Development & Technical Discussion
in the settings file first line max range value then goes min range value after…
|
n/a | COBRAS | October 28, 2022, 01:34:34 AM | ||
looking for a scrypt of GPU EC math operation Development & Technical Discussion
Any solutions ?Thx
|
n/a | COBRAS | October 18, 2022, 09:18:30 AM | ||
Help Get RZS value error ....OFFER BOUNTY IF RECOVER BTC Development & Technical Discussion
this is txhttps://www.blockchain.com/btc/tx/74816056467f652d2fb4e21c00abce572e24…
|
n/a | COBRAS | October 11, 2022, 10:56:10 AM | ||
rechange signatures values - just math questions Development & Technical Discussion
@bjpark check your e-mail.sorry for delay.to rest and to NOTaTether: yes he buy…
|
n/a | COBRAS | October 07, 2022, 02:34:28 PM | ||
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$ Project Development
!!!ПPИXOДИTE БPУTИTЬ WALLET.DAT ФAЙЛЫ !!!! ПPИБЫЛИ XBATИT HA BCEX !!!!SUPERB INC…
|
n/a | COBRAS | September 24, 2022, 11:49:12 AM | ||
Don't buy "wallet.dat" files with lost passwords. EXCHANGE THEM! Marketplace
Good day !!WE ORGANISE P2P NETWORK FOR BTC WALLET.DAT BRUTEFORCE .JOIN NOW=GET…
|
n/a | COBRAS | September 27, 2022, 03:57:03 PM | ||
Don't buy "wallet.dat" files with lost passwords. EXCHANGE THEM! Marketplace
Good day !!WE ORGANISE P2P NETWORK FOR BTC WALLET.DAT BRUTEFORCE .JOIN NOW=GET…
|
n/a | COBRAS | September 27, 2022, 11:13:40 AM | ||
BitCrack - A tool for brute-forcing private keys Development & Technical Discussion
Hi to everyone,i have done several tests with puzzle 64 to find the private key…
|
n/a | COBRAS | September 26, 2022, 09:34:30 AM | ||
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$
n/a
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$ by n/a
@COBRASI requested to join the telegram group.Congradulation Bro !!! Let find a…
|
n/a | n/a | |||
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$ Project Development
You also do not know that your hash is not being proxied to another pool. Cobras…
|
n/a | COBRAS | September 25, 2022, 07:38:48 AM | ||
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$ Project Development
Everyone in this thread of the forum understands perfectly well that the project…
|
n/a | COBRAS | September 25, 2022, 08:24:20 AM | ||
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$
n/a
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$ by n/a
Just because there is a file of hashes published with password hints, one cannot…
|
n/a | n/a | |||
Pubkeys with even y coordinate correspond to privKeys that are less than n/2? Development & Technical Discussion
The question is somewhat complex and directed to clearing thing out.Suppose that…
|
n/a | COBRAS | September 25, 2022, 02:00:09 PM | ||
Collection of 18.509 found and used Brainwallets Development & Technical Discussion
Interesting update...Address 1HZwkjkeaoZfTSaJxDw6aKkxp45agDiEzN is derived from…
|
n/a | COBRAS | September 25, 2022, 01:27:55 PM | ||
$$$ СОВМЕСТНЫЙ ПОДБОР ПАРОЛЕЙ К WALLET.DAT $$$ Бизнес
СЕРВИС ПО СОВМЕСТНОМУ ПОДБОРУ ПАРОЛЕЙ К БИТКОИН КОШЕЛЬКАМ. ПРИСОЕДИНЯЙТЕСЬ И ПОЛ…
|
n/a | COBRAS | September 25, 2022, 10:02:05 AM | ||
Майнинг здох? Майнеры
Приходите к нам в проект по совместному бруту паролей к wallet.dat файлам.253 ко…
|
n/a | COBRAS | September 25, 2022, 08:01:37 AM | ||
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$ Project Development
You also do not know that your hash is not being proxied to another pool. Cobras…
|
n/a | COBRAS | September 25, 2022, 06:36:28 AM | ||
$$$ JOIN TO OUR TEAM AND GET PART OF 1 000 000 000USD $$$ Project Development
Cobras, since when did you know Russian? Join to our team, Bro.Many wallets rea…
|
n/a | COBRAS | September 24, 2022, 12:42:45 PM | ||
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$
n/a
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$ by n/a
If you have no graphick card with CUDA you can reant cheep compute instace with…
|
n/a | n/a | |||
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$
n/a
P2P NETWORK FOR WALLET.DAT PASSWORD RECOVERY $GET PART OF 1 000 000 000USD $$$ by n/a
Only 59 days left to brute all 7 chars passwords for all 253 wallets !!! Join no…
|
n/a | n/a | |||
Cuda scripts for point addition , multiplication etc Development & Technical Discussion
yeah it's C lib. c++ one is just a port (badly made)any one have script for c++…
|
n/a | COBRAS | September 22, 2022, 09:09:46 PM | ||
Pubkeys with even y coordinate correspond to privKeys that are less than n/2? Development & Technical Discussion
I use ecctools for this shit../md 8 / 3Result: 55555555555555555555555555555554e…
|
n/a | COBRAS | September 18, 2022, 06:41:43 PM | ||
Pubkeys with even y coordinate correspond to privKeys that are less than n/2? Development & Technical Discussion
this is less:const char *EC_constant_N = "b0d0ee25d5359133" ;const char *EC_cons…
|
n/a | COBRAS | September 18, 2022, 12:03:55 PM | ||
rechange signatures values - just math questions Development & Technical Discussion
COBRAS , in mathematcial way :we have : R: 3d9bc5aec4e53f59b03bc4866453a94b673e…
|
n/a | COBRAS | September 17, 2022, 03:48:02 PM | ||
rechange signatures values - just math questions Development & Technical Discussion
we have: R: 3d9bc5aec4e53f59b03bc4866453a94b673e99f67bd69d2915a39964d4918a98…
|
n/a | COBRAS | September 17, 2022, 02:36:24 PM | ||
Lattice Attack Public Key Conversion Development & Technical Discussion
Can anyone explain in a more simple way how to run this lattice attack? ThanksYe…
|
n/a | COBRAS | September 17, 2022, 12:27:58 PM | ||
Lattice Attack Public Key Conversion Development & Technical Discussion
--snip--But take note this script doesn't support Witness data, so you can't use…
|
n/a | COBRAS | September 17, 2022, 12:14:31 PM | ||
lattice-attack || how to run without error Development & Technical Discussion
I can rewrite those code , for easy and understanding -> python with sage versio…
|
n/a | COBRAS | September 15, 2022, 02:52:55 PM | ||
lattice-attack || how to run without error Development & Technical Discussion
Bro, can try talk with Antoine Ferron - BitLogiK at his github ? I think he can…
|
n/a | COBRAS | September 15, 2022, 02:50:56 PM | ||
lattice-attack || how to run without error Development & Technical Discussion |
n/a | COBRAS | September 14, 2022, 02:17:20 PM | ||
[Guide] Easy to build bitcoin ATM - Includes Bill Collector
n/a
[Guide] Easy to build bitcoin ATM - Includes Bill Collector by n/a
It's missing some kind of securing structure. This ATM would be gone the first h…
|
n/a | n/a | |||
why it works? it should'nt Development & Technical Discussion
Quotewhy it works?Because you don't touch any public keys at all. If your G is "…
|
n/a | COBRAS | September 06, 2022, 05:02:04 PM | ||
Why this happend ? order of result point smaler then nultiplyes point and b ? Development & Technical Discussion
Hey COBRAS, I'll look at your code later, but in general, I notice that you're r…
|
n/a | COBRAS | September 06, 2022, 05:10:43 PM | ||
Why this happend ? order of result point smaler then nultiplyes point and b ? Development & Technical Discussion
You thant say ehat print('order of P = {0}'.format(P.order())) is not order of…
|
n/a | COBRAS | September 06, 2022, 12:28:23 AM | ||
Why this happend ? order of result point smaler then nultiplyes point and b ? Development & Technical Discussion
How it posible downgrade orders of point and privkeys so mach ?The point and pri…
|
n/a | COBRAS | September 05, 2022, 10:41:54 PM | ||
Why this happend ? order of result point smaler then nultiplyes point and b ? Development & Technical Discussion
Hello, in code Quote# Note that these encrypt and decrypt functions are# dummy s…
|
n/a | COBRAS | September 05, 2022, 10:12:10 PM | ||
Difference between Public key P and target R in Jimmy Song book Development & Technical Discussion
Brute of R is like brute of P. And yes, this is work.https://github.com/demining…
|
n/a | COBRAS | September 03, 2022, 12:34:22 PM | ||
Difference between Public key P and target R in Jimmy Song book Development & Technical Discussion
Hi there, I'm going through the book of Jimmy Song: Programming Bitcoin: Learn H…
|
n/a | COBRAS | September 03, 2022, 07:40:43 AM | ||
lattice-attack || how to run without error Development & Technical Discussion
Firstly if you are talking about lattice attack please be very carefully with de…
|
n/a | COBRAS | September 03, 2022, 07:13:48 AM | ||
lattice-attack || how to run without error Development & Technical Discussion
this is real work ? i was try but unsoccesful.Can you show real example ?it not…
|
n/a | COBRAS | August 31, 2022, 07:19:36 PM | ||
lattice-attack || how to run without error Development & Technical Discussion
gen_data.py - as I understand it generates not real data. I want to insert my r…
|
n/a | COBRAS | August 30, 2022, 07:12:59 PM | ||
ecctools qeschion. asap. help wanted Development & Technical Discussion
Its an error in the code he hasn't changed yet. I already told him about it and…
|
n/a | COBRAS | August 18, 2022, 05:37:10 AM | ||
ecctools qeschion. asap. help wanted Development & Technical Discussion
why modulus ? i need change order, not midulus ?Thank'sBecause you cannot change…
|
n/a | COBRAS | August 17, 2022, 03:59:49 PM | ||
ecctools qeschion. asap. help wanted Development & Technical Discussion
I divide 0xf56926f9ca9abc1065153d25383e80 / -1Result: 20212ef8c52b3a842d0bcbut t…
|
n/a | COBRAS | August 17, 2022, 01:48:49 PM | ||
ecctools qeschion. asap. help wanted Development & Technical Discussion
Hi bro.How to calculate this for publick key Doesn't ecctools have a "mod" comm…
|
n/a | COBRAS | August 17, 2022, 12:14:19 PM | ||
ecctools qeschion. asap. help wanted Development & Technical Discussion
Its an error in the code he hasn't changed yet. I already told him about it and…
|
n/a | COBRAS | August 17, 2022, 12:03:48 PM | ||
ecctools qeschion. asap. help wanted Development & Technical Discussion
I divide 0xf56926f9ca9abc1065153d25383e80 / -1Result: 20212ef8c52b3a842d0bcbut t…
|
n/a | COBRAS | August 17, 2022, 01:22:13 AM | ||
ecctools qeschion. asap. help wanted Development & Technical Discussion
03193f6e2afc8e2a243239a25ec7c92807c07833bb66bcc63586ad1e1eadb79406 not = 029304a…
|
n/a | COBRAS | August 16, 2022, 05:38:27 PM | ||
ecctools qeschion. asap. help wanted Development & Technical Discussion
I was change a N from order.SetBase16("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6A…
|
n/a | COBRAS | August 16, 2022, 05:30:56 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
If reducing by 2^10 bits results in 1024 public keys, how many keys will there b…
|
n/a | COBRAS | August 15, 2022, 01:31:50 PM | ||
Юридические основания СВО на Украине Политика
Во первых воюют там не русня а Бурятистан который очень ууж хочет переехать из…
|
n/a | COBRAS | July 13, 2022, 11:11:48 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
And if we consider secp256k1-pointsgroup Group={ InfinityPoint, G, 2G, 3G, ...,…
|
n/a | COBRAS | July 09, 2022, 12:36:15 PM | ||
lattice-attack || how to run without error Development & Technical Discussion
you try on real rsz from bitcoin blockchain ?Maybe, Are you have any script for…
|
n/a | COBRAS | June 05, 2022, 08:46:26 PM | ||
lattice-attack || how to run without error Development & Technical Discussion
What is this BKZ reduction : block size = 15I test with 4-bit leak nonce and sig…
|
n/a | COBRAS | June 05, 2022, 10:14:03 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 | COBRAS | May 30, 2022, 09:45:40 AM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
I do not yet understand your method, maybe you are the next who can find a way t…
|
n/a | COBRAS | June 02, 2022, 09:51:12 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
Quotethis is pubkey divided to 1024, show ranges pkease ?029f29301b11ba20f351982…
|
n/a | COBRAS | June 03, 2022, 07:09:21 AM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
@iceland, this is easy:this your ex;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa9d1c9e899ca30…
|
n/a | COBRAS | May 29, 2022, 01:30:20 AM | ||
25BTC damaged paper wallet - Fake? Development & Technical Discussion
Maybe he did find out the private key, but decided to not send the coins to anot…
|
n/a | COBRAS | June 02, 2022, 09:14:34 AM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
some exampls:./md 1 / 3Result: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa9d1c9e899ca306ad27…
|
n/a | COBRAS | May 28, 2022, 09:07:52 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 | COBRAS | May 27, 2022, 11:16:34 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
What are you trying to do?You can divide a publickey by 2 but you don't know if…
|
n/a | COBRAS | May 27, 2022, 10:08:35 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
It is really hard to follow your text full of errors/typos.Sure you can divide t…
|
n/a | COBRAS | May 27, 2022, 10:52:35 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
It is really hard to follow your text full of errors/typos.Sure you can divide t…
|
n/a | COBRAS | May 27, 2022, 10:42:50 PM | ||
lattice-attack || how to run without error Development & Technical Discussion
. Cobras be sure better mathematician than me checked that, and they know that i…
|
n/a | COBRAS | May 26, 2022, 05:01:24 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
Good job.Now try making a GUI around that modmath program that'll make it easier…
|
n/a | COBRAS | May 26, 2022, 12:22:24 PM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
Good job.Now try making a GUI around that modmath program that'll make it easier…
|
n/a | COBRAS | May 27, 2022, 06:57:44 AM | ||
dividing pubkey for attack. manual from me Development & Technical Discussion
Yes, Bro, and implement please decimal keys not only hex, order curve editor(for…
|
n/a | COBRAS | May 27, 2022, 12:01:51 AM | ||
lattice-attack || how to run without error Development & Technical Discussion
show priv of 120, 125 or 130 bit ouzzle ?pls
|
n/a | COBRAS | May 26, 2022, 04:16:02 PM |