Menurut dokumen ini, Fedcoin menggunakan private blockchain, bukan public blockchain.
" Fedcoin: A Blockchain-Backed Central Bank Cryptocurrency"
"This report presents a proof-of-concept central bank cryptocurrency, and the accompanying codebase simulates users making transactions on an active blockchain. Fedcoin improves on Danezis and Meiklejohn’s RSCoin – a cryptocurrency framework – with a Node.js implementation, a permissioned public blockchain, a system to maintain KYC rules, and a plan to provide anonymity with zero-knowledge proofs. Consensus does not come from proof-of-work mining, but from a Two-Phase Commit where the central bank relies on a decentralized set of authorized nodes to verify transactions and prevent double spending"
https://law.yale.edu/sites/default/files/area/center/global/document/411_final_paper_-_fedcoin.pdf
https://sysprogs.com/w/how-we-turned-8-popular-stm32-boards-into-powerful-logic-analyzers/ How We Turned 8 Popular STM32 Boards into Powerful Logic Analyzers March 23, 2017 Ivan Shcherbakov The idea of making a “soft logic analyzer” that will run on top of popular prototyping boards has been crossing my mind since we first got acquainted with the STM32 Discovery and Nucleo boards. The STM32 GPIO is blazingly fast and the built-in DMA controller looks powerful enough to handle high bandwidths. So having that in mind, we spent several months perfecting both software and firmware side and here is what we got in the end. Capturing the signals The main challenge when using a microcontroller like STM32 as a core of a logic analyzer is dealing with sampling irregularities. Unlike FPGA-based analyzers, the microcontroller has to share the same resources to load instructions from memory, read/write th...
Comments
Post a Comment