Skip to content

Instantly share code, notes, and snippets.

@danielsocials
danielsocials / wallet_dev.md
Created November 5, 2019 07:56
Wallet development

Wallet development

What are a wallet’s functions?

  • Key management
    • Identify owned transactions
    • Generating new addresses
    • Determining how to sign transactions
  • Constructing and sending transactions
  • Parsing addresses and turning them into txOuts

bitcoin的各种编译姿势

bitcoin发展到目前,已经支持很多种操作系统,windows/linux/osx, 还有各种CPU体系结构,X86/ARM/MIPS/PPC,

  • 支持的os

    • windows系列
    • linux系列
    • osx系列
  • 支持的编译器