KJ
KJ
Hi I just created a tornado(python) based scaffold https://github.com/kernel1983/tornado-scaffold
build passed with recent nightly and several lines deleted ~/bulletproofs$ git diff diff --git a/rust-toolchain b/rust-toolchain index ed6f0c1..eb726a2 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2019-07-31 +nightly-2021-11-03 diff...
在写NoMagic的时候, 最小库依赖是一个原则. NoMagic本身也降低了Mongodb的依赖:) 1. uuid 似乎应该用 int 来存到表中,而且看起来应该使用 uuid 的变种,比如 COMB。优点可以看 http://www.famkruithof.net/guid-uuid-timebased.html 这个建议很好, 在uuid的选择方面, 应该可以做一定优化 2. 标准库 json 的话,效率其实比较慢,可以考虑用 ujson, 其实放弃部分可读性的话,可以考虑用 ubjson http://ubjson.org/ 很对, 在生产环境下应该替换 3. tornando 的 database 实用性不高,可以考虑用...
I can borrow an account with NFT and publish a signature. However, I dont own that private key. > NACK - Adding various crypto support on a protocol level is...
> > Waiting for nostr fixing this. > > Not a pro on the cryptography behind it, but I think you are confusing ECDSA and Schnorr... Schnorr public keys are...
Wait, it is not over. This NIP aims to display the user's eth address of the current 32bytes private key. The problem is that we cannot directly derive the address...
> If you publish the address inside an event, you sign it with your private key. Why would you need additional verification? Why does the address need to be derived...
> a) have a seperate NIP per shitcoin It depends on their key curve and others. I dont care. > b) derive shitcoin keys from nostr keys Since the relay...
@barkyq Thanks for mention. The goal of this proposal is not to derive new private key from existing key. We want to make an address with existing nostr private key...
> Reusing same keys for multiple chain/purposes isn't good for privacy and security... I get your point, but the eth address is only used for receiving NFTs. It only transfers...