pull down to refresh
300 sats \ 0 replies \ @BallLightning 7h \ parent \ on: Scaling DEBUNKED: No More Than 5-10 Million Can Use Bitcoin, EVER! bitcoin
Just a note for everybody here who just finished their CS education and is afraid of floating point numbers. If you want to implement floating point transaction values as in 2., you need to make custom implementations that handle it appropriately by using integers. You shouldn't use the inbuilt float or double types.