Re: network from scratch

2022-11-01 Thread accounts-gnunet
On Tue, Nov 01, 2022 at 12:18:21PM +, t3sserakt wrote: > > On 01.11.22 12:35, accounts-gnu...@holbrook.no wrote: > > On Tue, Nov 01, 2022 at 09:19:38AM +, t3sserakt wrote: > > > > -- > > > > > > > > Message: 2 > > > > Date: Mon, 31 Oct 2022 15:45:15 + > > >

Re: network from scratch

2022-11-01 Thread accounts-gnunet
On Tue, Nov 01, 2022 at 09:19:38AM +, t3sserakt wrote: > > > -- > > > > Message: 2 > > Date: Mon, 31 Oct 2022 15:45:15 + > > From:accounts-gnu...@holbrook.no > > To: Martin Schanzenbach > > Cc:accounts-gnu...@holbrook.no,help-gnunet@gnu.org > > Subject: Re: net

Re: network from scratch

2022-10-31 Thread accounts-gnunet
Aha so adding -f to the gnunet-peer -s -g makes it output the hello. And that URI is accepted by gnunet-peer -p Now the peer is listed with gnunet-peer (-f) Now peer A and B has both peer A and B in their peerinfo lists. However, the peer A is still not being sent by the hostlist (after retsta

Re: network from scratch

2022-10-31 Thread accounts-gnunet
Unfortunately, gnunet-peerinfo -s -g does not output the URI here, just the same output as without -g. I can get a gnunet:// scheme url using gnunet-dht-hello. However, if I use that with gnunet-peerinfo -p I get: Invalid URI `gnunet://hello/ZV54JXNCQV9H7GJV603SQZJET1PPX3JKE94NCHNQZN81V1DQ5WJ0/R

network from scratch

2022-10-30 Thread accounts-gnunet
Following doc/handbook/html/users/configuration.html#configuring-the-friend-to-friend-f2f-mode, here's what I am trying to do: 1. Start peer A 2. Start peer B. 3. B connects to HTTP hostlist service, gets info for peer A. 4. B makes p2p connection to A. What happens instead: A only gives B a si

Re: reclaim not storing value

2022-10-22 Thread accounts-gnunet
I can confirm that setting and getting claims now works when Im using git commit 1436e4266673df53f1a692e4c9c9a74d621b0a8e I had been using the v0.17.6 tag before. Presume a bug report is not needed, then. I'll speak up if the hang / crash happens again with the current version. Thanks. On Sat

Re: reclaim not storing value

2022-10-22 Thread accounts-gnunet
Sorry, my mistake. I DID use -A / --credentials. Still nothing. I tried again now from fresh namestore, and also from wiped ~/.local/share/gnunet I can post logs, but would be good to know which ones I should grab. Thanks. On Sat, Oct 22, 2022 at 12:31:13AM +, Martin Schanzenbach wrote: >

reclaim not storing value

2022-10-21 Thread accounts-gnunet
Reclaim credentials aren't returned after adding. Example: (the secret is bogus) [lash@alto ~]$ jwt encode -a "anyone" -i "metoo" -n 0 -P "foo=bar" --secret b64:MmMyNmI0NmI2OGZmYzY4ZmY5OWI0NTNjMWQzMDQxMzQxMzQyMmQ3MDY0ODNiZmEwZjk4YTVlODg2MjY2ZTdhZSAgLQo= eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.ey