Post
Topic
Board Mining
Merits 2 from 1 user
Re: Mining "without internet"
by
NotATether
on 14/06/2022, 06:04:21 UTC
⭐ Merited by vapourminer (2)
It's an interesting problem, let me throw my two sats here for some practical addressing to these problems (that means no IPoAC or Skylink, sorry guys Tongue)

In the case of radio, you could just convert the transaction bytes to morse and broadcast an (english or other languge) START TRANSACTION and END TRANSACTION codes, but its possible for some of the waves to get lost or distorted - it is basically an old-fasioned form of UDP.

So there would have to be checksums around the morse code to prevvent any of the bytes from being lost or corrupted. Not like a few bytes at the end, but redundant data carried around other packets, probably XOR'd together. Or like how QR codes do it.

SMS doesn't have this problem obviously, but it would have to be sent from a specific sender for it to be trusted.

Otherwise, any random bloke can submit a garbled or fake transaction.

Being a structure of bytes also, blocks can be transmitted in much the same way as transactions, only much larger.