Robin Linus

Results 7 issues of Robin Linus

Estimating `H/s` and `Watt/H` isn't very accurate. [Nic Carter uses miner revenue](https://medium.com/@nic__carter/its-the-settlement-assurances-stupid-5dcd1c3f4e41) to compare settlement velocity.

A Web-based clone of Apple's World Clocks: http://worldclockz.com

Is someone interested to translate the Snapdrop server to Rust?

# Serialize using `write` instead of `read` **Describe the Feature Request** We have to change our architecture before we can efficiently implement Bitcoin Script. There's a problem arising from serialization...

enhancement
no-stale

If a user opens multiple resources at once, how do you use `provider.outcome_service` for a specific `resourceId` then? When I use the standard approach, the provider sets outcomes only for...

question

Any suggestions on how to implement [public key recovery](http://crypto.stackexchange.com/questions/18105/how-does-recovering-the-public-key-from-an-ecdsa-signature-work) with WebCrypto ECDSA? How is (r,s) encoded in the output buffer of `sign`? Is it just `r = [0,32)` and `s...

The website says _"MindWallet comes with a golang implementation largely based on MemWallet so you can double check that the JS version works, it is also much faster to run."_,...