Bitcoin Forum
April 27, 2024, 06:50:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
301  Bitcoin / Development & Technical Discussion / Re: A WIF generator ... but is it possible to generate faster ?? on: October 17, 2023, 08:48:21 PM
Ps, care to share what you are trying to achieve using WIFs?

If you read all his code he is only scanning for some address, exactly the same thing that we do in puzzles.

OP is using scalar multiplication in each cycle that is slow I already told him that searching for publickeys is up to 32 times faster, but he doesn't care.

OP a very good optimized code in CPU can scan some 20 million keys per second. Try to reduce redundant steps in each cycle you are still some steps behind.
302  Bitcoin / Development & Technical Discussion / Re: A WIF generator ... but is it possible to generate faster ?? on: October 17, 2023, 05:24:23 PM
TBH with you if you want speed, you should start changing of language...

There are a lot of changes and short cuts than can be implemented to generate that amount of keys and even more in less than a second.

- Avoid to conver Integers to WIF that step isn't necessary at all. this mean (avoid bytes_to_wif )
- Avoid to use Integer to address each time (in your case avoid to do key (wif) to address each time)
- As i can see you are calculating Keys in sequential order, this can be faster if do only Point Addition in each step of the cycle (This is at least 32 times faster than your "key.address" )
- Avoid search for addres directly insteat of search by address you need to do search by RMD160 hash, this avoid to conver each of those hash160 to address in each step of the cycle.
- Add endomorphism, this can search keys over all the curve and increment your speed by 2 o 4 times depending of your implementation.

Basicaly you need to stop using those API and slow languages. And starting to do almost all from scrash to avoid repetitive steps in each cycle

Doing this a laptop can search some 20 Million keys per second with only CPU. A high end Computer can seach 100 Million keys/s with only CPU.
303  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: October 17, 2023, 01:40:48 AM
if you have a True randomness in your PC you will have possibility to have consciousness in your computer.

Not just me, every body with a moderm CPU and a good RNG algorithm in its OS (So every linux/windows)

Did you bothered in read what i quote from that page?

From: https://www.intel.com/content/www/us/en/developer/articles/guide/intel-digital-random-number-generator-drng-software-implementation-guide.html
Quote
The ES runs asynchronously on a self-timed circuit and uses thermal noise within the silicon to output a random stream of bits at the rate of 3 GHz

@nomachin WTF? You just ignore what i write and started to talking about something that is not related.

Artificial Intelligence, singularity, simulations? WTF?? What is the relationship between that and this TOPIC?

304  Local / Español (Spanish) / Re: Red de Bitcoin, utilizada para almacenar NFTs ... on: October 17, 2023, 01:32:04 AM
Si que da gusto ver comisiones de 1sat/vB siendo confirmadas. Momento perfecto para consolidad.

El unico detalle que sigo viendo es que segun la pagina de mempool quedan 81 bloques pendientes (Sin contar transacciones entrates). De estos 81 bloques pendientes hay en fila 22 mil transacciones lo que da un promedio de 271 TX por bloque.



Yo de momento ya relize consolidaciones. Tambien estoy aprendiendo a utilizar la red lightning.

A ver como se mueve en la semana, vi las variaciones del precio el dia de hoy y si que dan sorpresas esas noticias.
305  Other / Off-topic / Re: How important is cryptography? on: October 17, 2023, 12:56:51 AM
During the process of undergoing research partaining bitcoin. I came across the word cryptography. Though have checked what the word entails and it talk about public and private key. I am soliciting for the forum members to enlighten me more and broaden my knowledge about cryptography.

If you are still in the research process why you don't continue to search about cryptograpy on internet, directly? Wikipedia, Google, even chatGPT are good starting points.

What stop you to continue by your self?

If i can recomend you some place to start is https://www.oreilly.com/library/view/mastering-bitcoin/9781491902639/ch04.html

also search the full book.
306  Bitcoin / Bitcoin Discussion / What monetary cone do you like? on: October 16, 2023, 04:47:39 PM
I know that this is not a specific of bitcoin topic but let me change the question a little

If you want to organize your UTXOS in some way with some specific denominations/balance, which one do you want to choose?

For example some mixers use utxos of

0.001BTC
0.01BTC
0.1 BTC
...

And maybe others denominations

I remember to see some time ago the chips from chipmixer in some base of two denominations:

0.001 BTC
0.002 BTC
0.004 BTC
0.008 BTC
….
1.024 BTC
2.048 BTC
4.092 BTC
8.196 BTC

In the Fiat money that we use almost daily there are denominations of 1,2,5 for coins and  banknotes, example for some bank notes:
€5, €10, €20, €50
$1, $2, $5, $10, $20, $50, and $100

Just to mention some of them…

This is only for the first organization for some mixing.. After this it will be as usual some 1 or 2 inputs to 1 to more outputs and the change address with any random amount - fees

So here is the question again.
If you want to organize your UTXOS in some way with some specific denominations/balance, which one do you want to choose and why?

I would like to read your answers.

My favorite option is ther first option: 0.001BTC 0.01BTC and 0.1 BTC

Regards!
307  Bitcoin / Bitcoin Discussion / Re: Bitcoin Vs Gold, land which better? on: October 15, 2023, 12:32:02 AM
My only idea about this is tell them to watch the videos of Andreas Antonopoulos, youtube channel: https://www.youtube.com/@aantonop

if i can recomend some specific material from it is:

Peer-to-Peer Money in a Historical Context - Andreas M. Antonopoulos- Bitcoin Explained
Bitcoin Explained in the Bitcoin Basics Workshop CBP Prep [Free Workshop Extras - See Description]
Cryptocurrency Explained: Money as a System-of-Control

See the material and select one of those that should be more easy to understand for them.

But at the end you need to understand that this kind of decision should be personal and nothing should be forced.
308  Bitcoin / Press / Re: [2023-10-13] DailyMail: Chinese Bitcoin mine in Wyoming sparks security fears... on: October 15, 2023, 12:22:30 AM
"opaque web of ownership"

This said absolute nothing about it.

Any datacenter with a minimal design should have Backup generators for any kind of electrical failure. If the problem is constant they may request help from the electrical provider but that is not the motive to randomly point to an unknown miner.
309  Local / Esquina Libre / Re: ¿Qué tal el Eclipse de ... (clic bait) "no es de precios del bitcoin"? on: October 14, 2023, 05:49:59 PM
Yo lo ví con una careta de soldador. Experiencia gratificante siendo yo un aficionado amateur a la astronomía, le expliqué a mi familia como verlo con la sombra de una hoja de papel o medíante la sombra que se filtra por los árboles. (Una opción más segura).
310  Local / Español (Spanish) / Re: Ferrari acepta bitcoin en EEUU y la aceptará en Europa on: October 14, 2023, 02:16:02 PM
En mi opinion y como mencionas sigue siendo una buena noticia, el punto es que bitcoin se siga promocionando de una u otra forma (Recordar que no hay mala publicidad) pese a que algunas otras shitcoin y tokens esten de colados.

El unico detalle que le veo es que le veo es que estas compañias inermediaras no dejan de ser CEX o similares que aplican siempre KYC y AML


https://bitpay.com/blog/is-it-safe-to-accept-bitcoin/
Quote
What is KYC and why is it important?
The reason we identify and verify businesses before signing them up is because we want to make sure we keep criminals off our platform.

KYC stands for Know Your Customer and it is one of the most important pillars of our Compliance Program. Prior to signing up up a new business to our platform, we want to make sure that we have identified and verified their business. The reason for this is not because the regulators tell us to do so, but because we want to make sure we keep criminals off our platform.

Por lo que si quieres ser totalmente anonimo entonces no sera la mejor opcion.

Saludos!
311  Bitcoin / Bitcoin Discussion / Re: If only property I have is bitcoin on: October 13, 2023, 11:35:21 PM
You shoul read the next topic it is very useful

Using Locktime for inheritance planning, backups or gifts

Basically you need to tech them how to use bitcoin, wallets and other stuff. And keep a signed transaction for them, that is locked by that method. They should be able to broadcast it when the time arrive
312  Bitcoin / Bitcoin Discussion / Re: Bitcoin Gives the poor an Opportunity. on: October 13, 2023, 10:00:44 PM
Hi. I just saw this documental on youtube:

Documentary: How Bitcoin Enforces Human Rights | Anita Posch

I think that it belong here, it basically talk about the how the "regulated" system discriminate the poor.

It is something long to see but it embrace the use of bitcoin againts dictatorships, over regulated institutions and how bitcoin help to people with some human rights

313  Economy / Exchanges / Re: Binance Freezes 190 Accounts Related to Hamas - What Are Your Thoughts on This? on: October 13, 2023, 03:43:09 PM
decentralized services should also not support any form of terrorism.

I agree with part of your way to think, but what you just write have no sense.

In that case DEX should not accepted any kind money coming or wiht destination to any other criminal activity right? IMO the decentralized  word said anything.
314  Economy / Currency exchange / Re: [H] $100 BTC [W] US PP 1:1 on: October 13, 2023, 03:29:19 PM
I undertand you perfectly, one question how one person can develop trade history if nobody trade with him?

I am about to trade with some other user this next monday and that is weekly trade agreement, check next topic that i create.    
I want to buy bitcoin periodically
.

I am not going to burn my account for 100$ USD, i am actually in a campaign signature and my reputation worth more than 100USD.

But anyway if you desition is final, then there is nothign to do.

Good luck with your trade
315  Other / Archival / Re: My brothers in Satoshi, have you heard the trumpets of the halving? on: October 13, 2023, 02:07:05 PM
1) OP Sucks
2) This is far away of bitcoin discussion, this shoul be moved to offtopic.
3) Who cares about some obscure IA Chat

I think you have a problem and should seek medical help, if you are turned on by this nonsense.

Agree with you, OP forgot to take his pills.

Would it be better to make Bitcoin more religious, or should we kick out anyone trying to spread the word of Satoshi though it?

WTF?? OP you are OK ?
316  Economy / Economics / Re: Not your keys > Evergrande collapse triggers bank run in China on: October 13, 2023, 01:52:08 PM
Yes i also have mixed feelings, I just want to said that china old government have the responsibility of this, I mean those that established the ONE child per family policy back in 80's
https://www.britannica.com/topic/one-child-policy

The consequences of this will slow down its economy

317  Economy / Currency exchange / Re: [H] $100 BTC [W] US PP 1:1 on: October 13, 2023, 01:12:47 PM
Signature verified and quoted:
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Hi. Cxin back on BitcoinTalk. Signed 10/12/23.
-----BEGIN SIGNATURE-----
1BAMEeZJwM4Rnew6GuSLif9vN2FEHQ2RAc
Hxeti8iHhtUSnGi5ljroykWptTTVGaMIQ3cGJLd3aD9uAOMbN7lorGvdcSOP+uYF8VcOCRbR+sa+wffgMtF9wYA=
-----END BITCOIN SIGNED MESSAGE-----


Hi. I am interested in this exchange, let me know if you want to trade with me.

I am going to send back the PP payment after one confirmation

Regards!
318  Other / Meta / Re: Stake your Bitcoin address here on: October 13, 2023, 12:58:42 PM
It's better not to sign a message without a date. The same signed message can be used again in the future, and it will still get verified.

I see, that is a problem, also people is some lazy to search for previous signatures  Embarrassed.

I know that is not common, i just search for his address and it is not indexed on google.

Should we add some rule to not quote signed messges without date?
319  Economy / Service Discussion / Re: YoMix, a fake bitcoin mixer (potential honeypot scam) on: October 13, 2023, 04:25:08 AM
OP explained a little more his problem here: https://bitcointalk.org/index.php?topic=5432724.msg62978113#msg62978113

If OP show its initial TX and its final TX, i can so some analisis over it.

Maybe he need to do some analysis on https://kycp.org/#/ but i can do some script to follow all the TX.
320  Bitcoin / Bitcoin Discussion / Re: Bitcoin Lightning Network Growth 1.212% in the last 2 years on: October 13, 2023, 03:43:28 AM
Readers see 1% and what comes after the decimal place, but the real figure is 1,212% as can be seen on the image you shared.

I am one of those, but when i see the graph i undertand that the OP is using dot for thousand seperator instead of comma. Anyway

Very impresive the growth of the Lightning Network, i would like to participate on it, but in my city there is no bussines that accept bitcoin, even less LN.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!