La cuestión de cuestionar la autoridad:

Qué sucede si no hay autoridad que cuestionar?

Una de las problemáticas a la que nos enfrentamos cuando abordamos la descentralización, es que si no hay autoridad central, como podemos ponerla en entredicho, estamos tan acostumbrados a la centralización y su autoridad, que cuando esto desaparece nos quedamos como perdidos.

En ese momento es cuando el individuo se da cuenta de su rol principal, de su responsabilidad y que Él es quien tiene que tomar las riendas de su destino.

Por eso es tan importante la asociación con otros individuos que hayan llegado por sí mismos y con madurez a la misma conclusión.
Forwarded from Bitcoin.com News
 HTC to Launch Its Own Cryptocurrency-Focused Smartphone, Exodus
With HTC entering the race, a second cryptocurrency supporting smartphone created by a major electronics manufacturer is now on its way to the market. Could this be the start of…
Read More
Forwarded from CCN
Electronics Giant Foxconn Leads $7 Million Series A in Blockchain Identity Startup
https://www.ccn.com/electronics-giant-foxconn-leads-7-million-series-a-in-blockchain-identity-startup/
Forwarded from CCN
I Hope Bitcoin Will Be Internet's 'Native Currency': Twitter CEO Jack Dorsey
https://www.ccn.com/i-hope-bitcoin-will-be-internets-native-currency-twitter-ceo-jack-dorsey/
Forwarded from Altcoins Channel
NYC- One of the biggest Crypto events with 8500 attendees and around $17 million revenue just from tickets, come to an end yesterday. Here is the summary of the highlights discussions that take place

https://www.reddit.com/r/CryptoCurrency/comments/8k2605/nyc_one_of_the_biggest_crypto_events_with_8500/
"... Con esa decisión convertirían al regulador de la política monetaria suiza en el único organismo con capacidad para crear dinero físico y electrónico y la decisión de cómo y cuándo se introduce dinero nuevo en la economía quedaría en manos del Gobierno suizo. En caso de que la propuesta salga adelante, el país helvético pondría fin a lo que se conoce como banca fraccionaria."

http://www.lavanguardia.com/economia/20180517/443628679877/referendum-suiza-sistema-financiero-criptomonedas.html
What is a Finney attack? Extra points for explaining its purpose, the prerequisites for it to be possible, how the attack can be performed and the origin of the name "Finney attack".

asked Oct 3 '12 at 9:03

The Finney attack is named after Hal Finney, who suggested it in this comment. (Hal happens to be the first recipient of a Bitcoin transaction, and the first person to comment on the release of the Bitcoin source code.)

It is a double spending attack with the following features:

It only works if the merchant accepts unconfirmed transactions.

It still works, however, if the merchant waits a few seconds to verify that everyone in the network agrees he was paid.

It requires the attacker to be mining and controlling the content of his blocks; however, he can in theory do this with any hashrate, in particular significantly less than 50% of the network hashrate.

It proceeds as follows:

The attacker mines blocks normally; in the block he is trying to find, he includes a transaction which sends some of his coins back to himself, without broadcasting this transaction.

When he finds a block, he does not broadcast it; instead, he sends the same coins to a merchant for some goods or service.

After the merchants accepts the payment and irreversibly provides the service, the attacker broadcasts his block; the transaction that sends the coins to himself, included in this block, will override the unconfirmed payment to the merchant.

If the time from finding the block until the attacker sends payment and the merchant accepts it is t, and the average time to find a block is T, there is a probability of t/T that another block will be found on the network in this time; in this case the attack will fail, and the attacker will lose the block reward of B.

This means that the average cost of attempting the attack is about (t/T) * B; as a rule of thumb the merchant should wait at least t=V*T/B (V is the value of the transaction), to make sure that trying to carry out this attack against him isn't profitable; this may not be sufficient though, as a nimble attacker can use the same block for multiple attacks, potentially gaining the total of their value.

Clearly, the lower the attacker's hashrate, the less opportunities he has to carry out the attack. If the attack is for obtaining some illiquid good, it is difficult to make the need for this good coincide with finding a block. If the attack is for obtaining something liquid (e.g. exchanging bitcoins for other money), an opportunity is ever-present but the merchant is likely to require a few confirmations. This makes the attack difficult to use in practice.

https://bitcoin.stackexchange.com/questions/4942/what-is-a-finney-attack