coderofstuff

Results 15 comments of coderofstuff

The idea I had for the possible starvation issue: - assuming you're at max peer connections, evict/disconnect any of the ones you're connected to - stop yourself from connecting to...

This looks to be getting implemented by @D-Stacks in https://github.com/D-Stacks/rusty-kaspa/blob/8397edb4ae138d34c70876382d12c761cc10e1ef/components/consensusmanager/src/session.rs#L253 which is in PR #401

Check my response at https://github.com/svarogg/kaspaper/issues/3#issuecomment-1889980706 If after trying to input the seed phrase that way you still get mnemonic invalid, let us know the specific steps you are taking.

As discussed with @aspect this needs to return only a single return address - the first one in the inputs. So response can just be `Option`

For `rpclisten-borsh` the input is parsed into a `WrpcNetAddress` which can be any of `default`, `public` or an `:`. The goal here is to also support just ``. The string...

Is there a "hide" functionality too or is this related to it? The use case I'm thinking of is: As a user that already used an address, I don't want...

I just tested this and it works fine Make sure you type in all the words separated by a space and hit `Enter` only after you've typed all 24 words.

@fiumef I just cloned this repo, and ran: ``` go build ./kaspaper test1.html ./kaspaper test2.html ./kaspaper test3.html ``` I also tried: ``` go run ./ test4.html go run ./ test5.html...

Can you add some rough numbers on how much bandwidth is saved here in the context of 10bps? This would require changes in: - p2p - body processor