John Cantrell
John Cantrell
Yeah, it's definitely confusing and we should probably figure out a way to unite the two auth mechanisms. Though I should clarify that token authentication is _only_ for the sensei...
It's a cli/env var you can pass that just gives the sensei instance a name. Since there's no longer any default/root node there needs to be some kind of "node_id"...
Hey there, thank you. I was actually following your thread about GPU acceleration in btcrecover while I was building this. It is you who pointed me to opencl_brute which is...
yes it shouldn't be a problem. Like I mentioned in my article the biggest consumers of space are the secp256k1 multiplication lookup table and the bip39 wordlist itself. The length...
if you know the position of the words (e.g. words 1, 7, and 15 are missing) then it's only 2^33 (~8.5 billion) possibilities and can be cracked in a couple...
i don't think it makes any difference if you try one word in each of the 24 positions or just iterate through all of them in order. You still need...
I'm also seeing this, any luck improving it?
Do you think we should handle this by exposing and explaining the commitment tx fees to the user? Should we update the total capacity number we show to reflect the...
Are you getting this when trying to access the array `ndefMessage` on the returned tag? I have found that even though the `TagEvent` interface says it will always return an...
I believe it's due to an error reading the tag in native code that doesn't bubble up to the javascript.