Tommy van der Vorst

Results 89 issues of Tommy van der Vorst

Instead of PoW, allow a select set of keys to sign blocks. The genesis block decides on the mechanism used for signing blocks. The list of keys that are allowed...

Some ideas: have a $miner variable that contains the public address of a miner, then use that to send extra quota (through grants) using a query stored in 'flags' executed...

https://github.com/sipa/bech32/tree/master/ref See https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki

Allow other web apps to generate transactions and submit them to your (preferred) Catena instance for submission. Register: ```` catena:propose/XXXX (where XXXX is an unsigned transaction as JSON as Base64)...

web client

Make seed.catena.pixelspark.nl an A record that points to (non-replaying) catena nodes. Do not advertise peers discovered through DNS seeds to other peers.

Detect when behind a NAT. Bitcoin uses several services (e.g. ipinfo.io) to discover the external IP address.

* Show own Node UUID and possibly external URL to use in order to connect to this node * Show a list of peers and allow modifications (add/remove).

web client

`DISOWN DATABASE` removes the owner for a database, so that the only modifications that can be made to the database's contents are those allowed by the grants table. After being...

As there may be a bit more in the future... Perhaps also requires `WHERE` syntax to be made available on `SHOW DATABASES`?

web client