O que é Bitcoin?

Bitcoin é uma moeda digital descentralizada que permite transações peer-to-peer.

Bitcoin é uma criptomoeda descentralizada, o que significa que não é controlada por nenhuma autoridade central como um banco ou governo. Foi criada em 2009 por uma pessoa ou grupo anônimo conhecido como Satoshi Nakamoto. As transações de Bitcoin são registradas em um livro-razão público chamado blockchain, que é distribuído por uma rede de computadores. Isso torna o Bitcoin transparente e seguro. Qualquer pessoa pode enviar ou receber Bitcoin usando uma carteira digital. A oferta de Bitcoin é limitada a 21 milhões de moedas, o que o torna um ativo escasso. O valor do Bitcoin pode ser volátil, mas ganhou popularidade como uma reserva de valor e um meio de troca.

        graph LR
  Center["O que é Bitcoin?"]:::main
  Pre_algorithms["algorithms"]:::pre --> Center
  click Pre_algorithms "/terms/algorithms"
  Center --> Child_neuromorphic_computing["neuromorphic-computing"]:::child
  click Child_neuromorphic_computing "/terms/neuromorphic-computing"
  Rel_synthetic_biology["synthetic-biology"]:::related -.-> Center
  click Rel_synthetic_biology "/terms/synthetic-biology"
  Rel_machine_learning["machine-learning"]:::related -.-> Center
  click Rel_machine_learning "/terms/machine-learning"
  Rel_bio_neural_interfaces["bio-neural-interfaces"]:::related -.-> Center
  click Rel_bio_neural_interfaces "/terms/bio-neural-interfaces"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 Teste de conhecimento

1 / 5

🧒 Explique como se eu tivesse 5 anos

Imagine que o [Bitcoin](/pt/terms/bitcoin) é como um dinheiro digital que você pode enviar para qualquer pessoa no mundo sem precisar de um banco. É como ter um cofrinho online que todos podem ver, mas ninguém pode mexer sozinho. Quando você envia Bitcoin, todos na rede concordam que você enviou, e isso é anotado em um grande livro de registros que todos compartilham. É como um jogo onde as pessoas resolvem quebra-cabeças para adicionar novas páginas a esse livro, e são recompensadas com um pouco de Bitcoin por isso.

🤓 Expert Deep Dive

## Expert Deep Dive: Bio-mimetic Computing

Bio-mimetic computing, also known as biomimetic computing or biologically inspired computing, represents a significant paradigm shift in computational science and engineering. It seeks to emulate the principles, structures, and functions observed in biological systems to create novel computational paradigms, algorithms, and hardware architectures. This approach moves beyond simply using biological data and instead focuses on the underlying mechanisms of life that confer advantageous properties such as emergent behavior, self-organization, fault tolerance, energy efficiency, and adaptability.

Key areas of inspiration include:

Neural Networks and Neuromorphic Computing: Mimicking the structure and function of biological neurons and synapses to create highly parallel, low-power processing units capable of learning and pattern recognition. This includes exploring concepts like spiking neural networks and synaptic plasticity.
Swarm Intelligence: Drawing from collective behaviors of social insects (e.g., ants, bees) or flocks of birds to develop decentralized, robust optimization and search algorithms (e.g., Ant Colony Optimization, Particle Swarm Optimization).
Evolutionary Computation: Adapting principles of natural selection and genetics (e.g., genetic algorithms, genetic programming) to solve complex optimization and search problems through iterative refinement and adaptation.
Cellular Automata and Complex Systems: Modeling systems based on simple local interactions that lead to complex global behavior, mirroring phenomena like morphogenesis or diffusion.
* Molecular and Biological Processes: Investigating computation at the molecular level, inspired by DNA computing or protein folding, offering potential for massive parallelism and novel information storage.

The ultimate goal is to engineer computational systems that can operate with the same level of efficiency, resilience, and intelligence that nature has evolved over millennia, addressing limitations of current silicon-based, von Neumann architectures, especially in areas like real-time adaptation, energy constraints, and handling of uncertainty.

🔗 Termos relacionados

Pré-requisitos:

📚 Fontes