UkoeHB

Results 62 issues of UkoeHB

There are currently several multisig PRs in the air. Ideally all of them would be merged before the upcoming [hard fork](https://github.com/monero-project/meta/issues/680). ### Mandatory PRs | PR | Author | (Review)...

Currently, Monero has two mandatory locktimes for outputs added to the chain. 1. Coinbase outputs cannot be spent until the 60th block after they are created (cryptonote rule, enforced via...

## Eliminating the 10-block-lock This is a proposal for eliminating Monero's 10-block-lock, which prevents users from spending outputs until they are 10 blocks old. The proposal has two significant and...

## Seraphis Address Schemes Seraphis is not compatible with CryptoNote addressing, due to a different key image design compared to CryptoNote. However, it _is_ compatible with a variety of interesting...

UPDATE: See [this comment](https://github.com/monero-project/research-lab/issues/91#issuecomment-1047191259) for most current results. ## Seraphis Performance Results Below I display and discuss performance results from several transaction protocol mock-ups (CLSAG, Triptych, Seraphis-Concise, Seraphis-Merge, Seraphis-Squashed), collected...

It seems important to speed up scan times, especially with Janus (Issue #62) potentially increasing scan times, and as transaction volume has started to rise. I think we can easily...

STATUS: The solution in [this comment](https://github.com/monero-project/research-lab/issues/70#issuecomment-768036260) appears to resolve the concerns raised by this issue. NOTE: Starting at [this comment](https://github.com/monero-project/research-lab/issues/70#issuecomment-1024964432) the discussion shifted from the original topic to questions about...

note: tx chaining was removed after [discussion](https://github.com/monero-project/research-lab/issues/84#issuecomment-877873623) (July 18, 2020) ## Table Of Contents - [Abstract](#Abstract) - [Motivation](#Motivation) - [Algorithm summary](#Algorithm-summary) - [Binning strategy](#Binning-strategy) - [Bin configuration details](#Bin-configuration-details) - [Bins](#Bins)...

(OUTDATED, see [this comment](https://github.com/monero-project/research-lab/issues/58#issuecomment-581090684) down below) Monero addresses are (`K_v`,`K_s`), with private keys (`k_v`,`k_s`) corresponding to 'view' and 'spend'. One time addresses are constructed based on the 'transaction public key'...

Light nodes for wallets *Requirements/objectives* 1. Access blockchain data with reasonable confidence as to its legitimacy. 2. Construct transactions without the aid of another node. 3. Minimize data storage and...