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 | ||
What is exactly Randstorm vulnerability? Development & Technical Discussion
Let me get this straight. In rng.js , our pool rng_pool is seeded first with the…
|
n/a | SamYezi | July 23, 2024, 02:35:56 PM | ||
What is exactly Randstorm vulnerability? Development & Technical Discussion
I've read the article from Unciphered about it, multiple times, and still fail t…
|
n/a | SamYezi | July 21, 2024, 08:06:50 AM | ||
How to add multihreading to a continuous SECP256K1 Python function? Development & Technical Discussion
best approach to python multithreading is to use c++ instead. that's from my sec…
|
n/a | SamYezi | November 12, 2022, 01:49:16 PM | ||
How to add multihreading to a continuous SECP256K1 Python function? Development & Technical Discussion
I have an infinite loop Python function for measuring how fast are SECP256K1 pub…
|
n/a | SamYezi | November 06, 2022, 03:57:29 AM | ||
Is there a way to use Python GPU for ECC speed up? Development & Technical Discussion
I don't know any ready-to-use 256bit number numpy libraries, but it is possible…
|
n/a | SamYezi | October 17, 2022, 01:50:47 PM | ||
Is there a way to use Python GPU for ECC speed up? Development & Technical Discussion
Hello. Got interested recently in Cuda technology for existing Python SECP256K1…
|
n/a | SamYezi | October 16, 2022, 10:55:00 AM | ||
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 | SamYezi | October 02, 2022, 12:21:19 PM | ||
Pubkeys with even y coordinate correspond to privKeys that are less than n/2? Development & Technical Discussion
The question is, if the ycoordinate of a public key is even, does it mean that t…
|
n/a | SamYezi | September 18, 2022, 01:29:25 PM | ||
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 | SamYezi | September 18, 2022, 07:20:12 AM | ||
How to convert a compressed public key into uncompressed one in Python? Development & Technical Discussion
The Python script you've already discovered, over here works correctly as far as…
|
n/a | SamYezi | August 30, 2022, 01:51:39 PM | ||
How to convert a compressed public key into uncompressed one in Python? Development & Technical Discussion
The Python script you've already discovered, over here works correctly as far as…
|
n/a | SamYezi | August 30, 2022, 01:20:46 PM | ||
How to convert a compressed public key into uncompressed one in Python? Development & Technical Discussion
I've searched really hard for a Python script that coverts a compressed public k…
|
n/a | SamYezi | August 30, 2022, 05:05:16 AM | ||
[Solved] Fail at coding my own Secp256k1 function (Pyhon) Development & Technical Discussion
Fail at coding my private to public key converter script for Bitcoin (Secp256k1)…
|
n/a | SamYezi | August 09, 2022, 02:36:06 AM | ||
Fail at coding my own Secp256k1 function (Pyhon) Development & Technical Discussion
...I got it, and your suggestions are useful. I changed the code here and on Gi…
|
n/a | SamYezi | August 12, 2022, 07:42:37 AM | ||
Fail at coding my own Secp256k1 function (Pyhon) Development & Technical Discussion
You're almost there, change this (in secp256k1BinaryExpansion):Code:if coef & 1:…
|
n/a | SamYezi | August 11, 2022, 07:25:17 AM | ||
Fail at coding my own Secp256k1 function (Pyhon) Development & Technical Discussion
Code: while coef: if coef & 1: resultX, resultY = addition(…
|
n/a | SamYezi | August 11, 2022, 07:09:21 AM | ||
[Solved] Programming Bitcoin , Jimmy Song. ecc.py functions aren't working Development & Technical Discussion
I see you solved your issue, however there was one thing I want to point out.The…
|
n/a | SamYezi | January 21, 2022, 01:00:37 PM | ||
[Solved] Programming Bitcoin , Jimmy Song. ecc.py functions aren't working Development & Technical Discussion
Programming Bitcoin book, Jimmy Song. Chapter 1 ecc.py functions aren't recogniz…
|
n/a | SamYezi | January 13, 2022, 02:35:45 PM | ||
Programming Bitcoin , Jimmy Song. ecc.py functions aren't working Development & Technical Discussion
--snip--I can confirm copying the answer to ecc.py (rather than trying add funct…
|
n/a | SamYezi | January 17, 2022, 12:43:28 PM | ||
Programming Bitcoin , Jimmy Song. ecc.py functions aren't working Development & Technical Discussion
Your installation is fine; it all looks like it's running fine.The errors appear…
|
n/a | SamYezi | January 15, 2022, 12:33:29 PM | ||
Programming Bitcoin , Jimmy Song. ecc.py functions aren't working Development & Technical Discussion
In the second picture, it says that test_add() is not defined. You should make s…
|
n/a | SamYezi | January 15, 2022, 12:12:45 PM | ||
Programming Bitcoin , Jimmy Song. ecc.py functions aren't working Development & Technical Discussion
Picture 1: https://i.stack.imgur.com/njYMU.jpgThe errors appear because it's you…
|
n/a | SamYezi | January 15, 2022, 11:58:19 AM | ||
[Solved] ECDS file from Mastering bitcoin p. 69 (addr.cpp) doesn't compile C++ Development & Technical Discussion
Hello. I am a CS student and I want to see Elliptic Curve cryptography in practi…
|
n/a | SamYezi | January 03, 2022, 07:25:21 AM | ||
ECDS code file from Mastering bitcoin page 69 (addr.cpp) does not compile (C++) Development & Technical Discussion
Well in this case you have to upgrade to a newer Boost version because the first…
|
n/a | SamYezi | January 08, 2022, 08:19:08 AM | ||
ECDS code file from Mastering bitcoin page 69 (addr.cpp) does not compile (C++) Development & Technical Discussion
Yeah, I got that you've compiled the library in step 5. But, How exactly did you…
|
n/a | SamYezi | January 07, 2022, 05:34:18 AM | ||
ECDS code file from Mastering bitcoin page 69 (addr.cpp) does not compile (C++) Development & Technical Discussion
How did you compile the library? I haven't found (libbitcoin-system.lib) file. I…
|
n/a | SamYezi | January 05, 2022, 01:13:31 PM | ||
ECDS code file from Mastering bitcoin page 69 (addr.cpp) does not compile (C++) Development & Technical Discussion
I've spent some time to check this out and I've made it work. I'm a bit rusty wi…
|
n/a | SamYezi | January 04, 2022, 10:58:23 AM |