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 | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Many thanks for the tips I will try this.You don't want to try binary ? The libc…
|
n/a | arulbero | March 20, 2019, 06:57:57 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Another sub function, if you want to test it:Code:__device__ void ModSub256(uint…
|
n/a | arulbero | March 20, 2019, 06:47:42 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
New version is slower on my pc (132 MKeys/s against 162 MKeys/s).On my Windows,…
|
n/a | arulbero | March 20, 2019, 06:36:29 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
A new release of VanitySearch (1.9) is out:Code:Added -b option (Search compress…
|
n/a | arulbero | March 20, 2019, 04:40:53 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Ok Thanks, could you try to run cuda-memcheck on the release version.Code:~/Vani…
|
n/a | arulbero | March 17, 2019, 12:32:56 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
I committed a new Makefile with debug option.Code:make cleanmake gpu=1 debug=1 a…
|
n/a | arulbero | March 17, 2019, 11:09:58 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Just to try.Try to reduce the number of thread per block from 128 to 64.And if…
|
n/a | arulbero | March 17, 2019, 09:10:02 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
I would try: __noinline__ _ModMult, __noinline__ ModNeg256Problem solved!!!Code…
|
n/a | arulbero | March 17, 2019, 05:52:37 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
The result are constant ?I mean, for instance, GPU: point correct [252/252] i…
|
n/a | arulbero | March 17, 2019, 02:57:56 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Code:GetBase10() Results OKAdd() Results OK : 333.333 MegaAdd/secMult() Results…
|
n/a | arulbero | March 17, 2019, 02:40:38 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
What you can try is to remove the endomorphism for checking.Comment the followin…
|
n/a | arulbero | March 16, 2019, 02:33:12 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
At the end of the list you have the number of items found by the CPU if this num…
|
n/a | arulbero | March 16, 2019, 02:17:04 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Output of current version (vanitygensearch -check):Code:ComputeKeys() found 1563…
|
n/a | arulbero | March 16, 2019, 01:16:11 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
The check works flawlessly on my configs, both linux and windows. It should work…
|
n/a | arulbero | March 16, 2019, 12:55:00 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
I found out an illegal memory access.I committed a fix on git source.Thanks to t…
|
n/a | arulbero | March 16, 2019, 12:18:44 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
I confirm that there is a problem with difficulty calculation when searching pre…
|
n/a | arulbero | March 16, 2019, 09:42:51 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
I confirm that there is a problem with difficulty calculation when searching pre…
|
n/a | arulbero | March 16, 2019, 09:52:55 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
OkCould you try to noiline to 2 ModMult, also in GPU/GPUEngine.cu:Code:Line 510:…
|
n/a | arulbero | March 16, 2019, 09:24:18 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
OkCould you try to edit GPUEngine.cu and to change the stackSize to 49152 line (…
|
n/a | arulbero | March 16, 2019, 08:57:24 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Your git clone is up do date ?git pullDid you clean before making ?make cleanand…
|
n/a | arulbero | March 16, 2019, 08:10:45 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Definitely there is something wrong.Code:~/VanitySearch$ ./VanitySearch -stop -…
|
n/a | arulbero | March 16, 2019, 06:59:14 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
From 132 MKey/s to 162 MKeys/s (+22/%) EDIT:ButCode:./VanitySearch -checkGetBas…
|
n/a | arulbero | March 16, 2019, 06:41:56 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
I ended the implementation of endomorphisms and their symmetrics (CPU only).The…
|
n/a | arulbero | March 15, 2019, 12:47:29 PM | ||
BITCOIN PUMP! Italiano (Italian)
Dico una cosa che probabilmente attirerà pochi consensi.Leggo spesso ragionament…
|
n/a | arulbero | March 14, 2019, 02:32:22 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Yes and there is also a CUDA intrinsic that search for the number of starting ze…
|
n/a | arulbero | March 13, 2019, 04:23:46 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
With some mod of your code, I could try another project, a vanity pubkey instead…
|
n/a | arulbero | March 13, 2019, 07:47:17 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
to 2160/m, the probabilty -> probabilitythe probabilty of finding -> probabil…
|
n/a | arulbero | March 13, 2019, 05:13:47 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
I wrote this: https://github.com/JeanLucPons/VanitySearch#trying-to-attack-a-lis…
|
n/a | arulbero | March 13, 2019, 04:25:33 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Attacking 1 billion of addresses (I know there is much less with funds) is like…
|
n/a | arulbero | March 12, 2019, 12:59:08 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
About difficulty, your program shows slightly (negligible) different results res…
|
n/a | arulbero | March 12, 2019, 12:36:54 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Hello, I added a note in the readme about attacking full address. It may be not…
|
n/a | arulbero | March 12, 2019, 12:19:20 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Next Step:- Optimize CPU/GPU exchange- Add missing ECC optimizations (some symme…
|
n/a | arulbero | March 12, 2019, 08:29:48 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
@arulbero:I see that you make a test with a Quadro M2200, it was on Linux ? If y…
|
n/a | arulbero | March 11, 2019, 01:40:40 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
I published a new release (1.6).No new feature, just performance increase (16% G…
|
n/a | arulbero | March 06, 2019, 11:43:26 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
CompressedCode:G:\bit\cuBitCrack.exe -c -d 0 1CF1o6DRBpyGXqQXVJHTGiHNVVu54npgHo[…
|
n/a | arulbero | March 04, 2019, 10:23:34 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
To do a comparison with another software, bitcrack (that has a different goal, i…
|
n/a | arulbero | March 04, 2019, 08:07:55 AM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Hello,I would like to thanks arulbero who gave me by MP a great tip to improve s…
|
n/a | arulbero | March 01, 2019, 12:06:37 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Linux or windows ?Is it open source ? Can i try it ?Linux. You have a PM
|
n/a | arulbero | February 28, 2019, 02:56:24 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
A group size of 512 does not bring significant improvement (less than 1%). The D…
|
n/a | arulbero | February 28, 2019, 02:40:49 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Hello,Affine coordinates for search (faster):Each group perform p = startP + i*G…
|
n/a | arulbero | February 28, 2019, 01:27:37 PM | ||
VanitySearch (Yet another address prefix finder) Development & Technical Discussion
Hello,I would like to present a new bitcoin prefix address finder called VanityS…
|
n/a | arulbero | February 27, 2019, 02:25:46 PM | ||
Bitcoin puzzle transaction ~32 BTC prize to who solves it Bitcoin Discussion
arulbero, online ? Yes. What's the problem?
|
n/a | arulbero | February 22, 2019, 07:20:52 AM | ||
BitCrack - A tool for brute-forcing private keys Development & Technical Discussion
I have read thru a lot of the pages and I have said it before and will say it ag…
|
n/a | arulbero | February 21, 2019, 11:07:27 AM | ||
Bitcoin puzzle transaction ~32 BTC prize to who solves it Bitcoin Discussion
https://gist.github.com/jhoenicke/2e39b3c6c49b1d7b216b8626197e4b89In practice, y…
|
n/a | arulbero | February 20, 2019, 01:06:39 AM | ||
Bitcoin puzzle transaction ~32 BTC prize to who solves it Bitcoin Discussion
@zielar: it is possible, I used the baby step giant step algorithm to retrieve t…
|
n/a | arulbero | February 19, 2019, 11:43:34 AM | ||
Bitcoin puzzle transaction ~32 BTC prize to who solves it Bitcoin Discussion
and address 60 has been solved today ! who can give the private key ?Code:Privat…
|
n/a | arulbero | February 17, 2019, 09:58:44 AM | ||
Fastest way of generating addresses for millions of private keys Bitcoin Technical Support
I have now generated every possible combinations from all 14 words. It took lots…
|
n/a | arulbero | February 12, 2019, 11:53:06 AM | ||
BitCrack - A tool for brute-forcing private keys Development & Technical Discussion
Is BitCrack have the option to recover address from a given 64 characters hex pr…
|
n/a | arulbero | February 12, 2019, 12:03:17 PM | ||
Fastest way of generating addresses for millions of private keys Bitcoin Technical Support
Damn I wish I was more fluent in programming. Right now I am using the blockchai…
|
n/a | arulbero | February 03, 2019, 01:59:42 AM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Si potrebbe chiedere agli admin del forum se possono abilitare qualcosa per scri…
|
n/a | arulbero | February 02, 2019, 06:46:40 AM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Parliamo un po' più a fondo di endomorfismi, vediamo da dove nascono i valori be…
|
n/a | arulbero | January 31, 2019, 01:35:16 PM | ||
Fastest way of generating addresses for millions of private keys Bitcoin Technical Support
I have accepted that this might take for ever, but I would love to get some poin…
|
n/a | arulbero | February 02, 2019, 07:52:33 AM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Se ti interessa e hai voglia, potresti usare questi tool che creano direttamente…
|
n/a | arulbero | February 01, 2019, 12:27:11 PM | ||
about Brute-force missing private key in the end ! Altcoin Discussion
@arulbero thanks for the explanation but it seems like you made a small mistake…
|
n/a | arulbero | February 01, 2019, 10:42:40 AM | ||
about Brute-force missing private key in the end ! Altcoin Discussion
1) Only if you know the public key too (not the address).2) baby-step-giant-step…
|
n/a | arulbero | February 01, 2019, 08:45:56 AM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Ho un'altra domanda... Immagino non sia un caso che il rislutato di "x^3+7 mod 1…
|
n/a | arulbero | January 17, 2019, 03:04:47 PM | ||
about Brute-force missing private key in the end ! Altcoin Discussion
You have all of the private key except 20 characters (80 bits)? Then it is possi…
|
n/a | arulbero | January 31, 2019, 12:18:11 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Teoremi sulle curve ellittichePer le curve ellittiche in generale, valgono i seg…
|
n/a | arulbero | January 24, 2016, 02:18:34 AM | ||
BitCrack - A tool for brute-forcing private keys Development & Technical Discussion
1.) Is it possible to recover part of private key, when I have valid address?For…
|
n/a | arulbero | January 25, 2019, 03:02:22 PM | ||
[INFO] TRUST. Come funziona il sistema di feedback Italiano (Italian)
@fillippone : grazie per l'aiuto.Adesso il discorso fila.Ho provato a togliere t…
|
n/a | arulbero | January 22, 2019, 06:36:57 PM | ||
[INFO] TRUST. Come funziona il sistema di feedback Italiano (Italian)
Io vedo:Dpth0: arulbero(1) fillippone(0)depth1: arulbero(6) fillippone(3)dep…
|
n/a | arulbero | January 22, 2019, 05:53:34 PM | ||
[INFO] TRUST. Come funziona il sistema di feedback Italiano (Italian)
Io vedo:Dpth0: arulbero(1) fillippone(0)depth1: arulbero(6) fillippone(3)dep…
|
n/a | arulbero | January 22, 2019, 05:27:58 PM | ||
[INFO] TRUST. Come funziona il sistema di feedback Italiano (Italian)
Cosa sono i numeri tra parentesi?Ho riletto i post su questo punto ma non mi è c…
|
n/a | arulbero | January 22, 2019, 04:43:25 PM | ||
[INFO] TRUST. Come funziona il sistema di feedback Italiano (Italian)
Cosa sono i numeri tra parentesi?Ho riletto i post su questo punto ma non mi è c…
|
n/a | arulbero | January 22, 2019, 04:30:30 PM | ||
BITCOIN PUMP! Italiano (Italian)
Linko un articolo un po' off topic: https://www.linkiesta.it/it/article/2019/01/…
|
n/a | arulbero | January 22, 2019, 03:51:44 PM | ||
[INFO] TRUST. Come funziona il sistema di feedback Italiano (Italian)
Cosa sono i numeri tra parentesi?Ho riletto i post su questo punto ma non mi è c…
|
n/a | arulbero | January 22, 2019, 08:53:45 AM | ||
[INFO] +MERIT. Come funziona il sistema di premio Italiano (Italian)
Non per fare il pignolo, ma dove vedi tu la spiegazione in dettaglio?Io leggo: è…
|
n/a | arulbero | January 21, 2019, 11:09:04 AM | ||
[INFO] +MERIT. Come funziona il sistema di premio Italiano (Italian)
Mi manca ancora di capire come si ottiene il primo numero che si visualizza, il…
|
n/a | arulbero | January 21, 2019, 08:39:59 AM | ||
[INFO] +MERIT. Come funziona il sistema di premio Italiano (Italian)
Mi permetto un'aggiunta anche al punto b): non è che conferiscono "il potere di…
|
n/a | arulbero | January 20, 2019, 04:36:52 PM | ||
[INFO] +MERIT. Come funziona il sistema di premio Italiano (Italian)
Mi permetto un'aggiunta anche al punto b): non è che conferiscono "il potere di…
|
n/a | arulbero | January 20, 2019, 04:09:57 PM | ||
[INFO] +MERIT. Come funziona il sistema di premio Italiano (Italian)
Sicuramente sarà scritto da diverse parti, ma penso che potrebbe essere comunque…
|
n/a | arulbero | January 20, 2019, 02:33:53 PM | ||
BITCOIN PUMP! Italiano (Italian)
- sul 4) la noto solo io la diminuzione degli interventi qui nel forum? pensate…
|
n/a | arulbero | January 20, 2019, 01:39:28 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Preferisco inserire in questo post dedicato tutte le seguenti considerazioni, ch…
|
n/a | arulbero | January 20, 2019, 03:53:10 AM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Definizioni di algebraUn campo è un insieme di elementi (numeri) per i quali son…
|
n/a | arulbero | January 24, 2016, 02:18:24 AM | ||
ECDSA parte 2: firma di un messaggio e di una transazione bitcoin Discussioni avanzate e sviluppo
Continuo il thread iniziato qui:https://bitcointalk.org/index.php?topic=1339031.…
|
n/a | arulbero | December 31, 2018, 06:32:47 AM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Avevo letto da qualche parte che la stessa cosa vale per altri tipi di anelli ch…
|
n/a | arulbero | January 18, 2019, 12:26:04 PM | ||
Bitcoin puzzle transaction ~32 BTC prize to who solves it Bitcoin Discussion
Less than a week now.Is there a link to these statistics in real time?
|
n/a | arulbero | January 18, 2019, 09:03:56 AM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
...Altra domanda...Qualcuno è così gentile da scrivere i vari passaggi da privke…
|
n/a | arulbero | January 16, 2019, 04:27:58 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Addizione tra 2 punti in E(F_11): esempioVediamo di costruire come esempio il gr…
|
n/a | arulbero | January 16, 2019, 04:48:58 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
ok ma qui è invertito l'ordine: è appunto la parte in grassetto che non capisco…
|
n/a | arulbero | January 01, 2019, 03:08:55 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Sono un po OT, ma volevo sapere: partendo da un indirizzo, posso sapere se è sta…
|
n/a | arulbero | January 11, 2019, 01:39:50 PM | ||
ECDSA parte 2: firma di un messaggio e di una transazione bitcoin Discussioni avanzate e sviluppo
Lavoro interessante e preciso come al solito, grazie Appena ho un po di tempo lo…
|
n/a | arulbero | January 04, 2019, 05:26:14 AM | ||
[GUIDA] Nodo Bitcoin + Lightning Network su Raspberry PI Guide (Italiano)
Traduzione in Italiano, con qualche adattamento che ho ritenuto opportuno, dell’…
|
n/a | arulbero | January 04, 2019, 04:26:35 AM | ||
TRB (The real bitcoin) - Client bitcoin alternativo Italiano (Italian)
http://thebitcoin.foundation/Sostanzialmente è bitcoin alla versione 0.5.4 + pat…
|
n/a | arulbero | October 14, 2018, 06:02:14 AM | ||
Visioni di bitcoin Discussioni avanzate e sviluppo
Bitcoin si trova agli albori di un lungo processo di adozione di massa che potrà…
|
n/a | arulbero | January 03, 2019, 03:01:12 AM | ||
ECDSA parte 2: firma di un messaggio e di una transazione bitcoin Discussioni avanzate e sviluppo
Si trovano tante librerie che fanno tutto, ma si fa sempre fatica a trovare una…
|
n/a | arulbero | January 02, 2019, 12:25:56 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Crittografia e algoritmo ECDSAGenerazione di una chiave pubblica da una chiave p…
|
n/a | arulbero | January 24, 2016, 02:19:10 AM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
mi sono ricordato che ai miei tempi c'era un corso di Algebra tra quelli opziona…
|
n/a | arulbero | January 01, 2019, 05:26:56 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
ok ti ringrazio, mi mancava quel tassello dell'identità di Bezout!Z'p non so nea…
|
n/a | arulbero | January 01, 2019, 05:04:51 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Una cosa però avevo provato a studiarla ma non l'ho mai capita: come fai a dimos…
|
n/a | arulbero | January 01, 2019, 01:18:44 PM | ||
curve ellittiche e algoritmo ECDSA Discussioni avanzate e sviluppo
Dopo quasi 3 anni mi sono deciso a continuare questo thread, aggiungendo le part…
|
n/a | arulbero | December 31, 2018, 10:06:33 AM | ||
ECDSA parte 2: firma di un messaggio e di una transazione bitcoin Discussioni avanzate e sviluppo
C'e' un motivo per il quale hai moderato il 3d?Dopo il thread nel quale avevo av…
|
n/a | arulbero | December 31, 2018, 07:07:59 AM | ||
ECDSA parte 2: firma di un messaggio e di una transazione bitcoin Discussioni avanzate e sviluppo |
n/a | arulbero | December 31, 2018, 06:33:15 AM | ||
Notizie spazzatura su bitcoin/blockchain Italiano (Italian)
Accanto alle notizie spazzatura ci sono anche degli articoli come questo del TIM…
|
n/a | arulbero | December 30, 2018, 08:24:36 AM | ||
ECDSA math questions Development & Technical Discussion
Let (r,s) be the signature, m the message, e = H(m) the message digest, G the cu…
|
n/a | arulbero | December 27, 2018, 11:26:31 AM | ||
Visioni di bitcoin Discussioni avanzate e sviluppo
In un'analisi costi-benefici più un miner è potente, e quindi più sarebbe potenz…
|
n/a | arulbero | December 21, 2018, 12:51:30 PM | ||
Decentralizzazione mining funzionamento economico sistema bitcoin Discussioni avanzate e sviluppo
Apro questo thread perchè si sta sviluppando una discussione interessante ma off…
|
n/a | arulbero | December 20, 2018, 04:55:44 PM | ||
Stima consumo energetico rete bitcoin. Discussioni avanzate e sviluppo
L'esempio del medico/ingegnere secondo me non è adattissimo..... loro sono per d…
|
n/a | arulbero | December 19, 2018, 04:32:23 PM | ||
Visioni di bitcoin Discussioni avanzate e sviluppo
Questo accade quando c'è inflazione, un sistema economico con un PIL basso non p…
|
n/a | arulbero | December 18, 2018, 05:30:08 PM | ||
Stima consumo energetico rete bitcoin. Discussioni avanzate e sviluppo
quindi, centralizzato o no, bisognerebbe cercare di tirare fuori il buono, che e…
|
n/a | arulbero | December 19, 2018, 02:53:43 AM |