Re: Failing to build GNUnet 0.22.0 on Arch Linux with incorrect detection of libgcrypt version

2024-09-02 Thread marty1885
at has key diagnostics for us. Thanks! -Christian > > On 9/2/24 4:31 PM, marty1885 wrote: > > > Hi, > > > > Congrats for releasing 0.22.0. I tried to build the code on my Arch Linux > > server and ran into the following error during configuration. GNUnet is >

Failing to build GNUnet 0.22.0 on Arch Linux with incorrect detection of libgcrypt version

2024-09-02 Thread marty1885
Hi, Congrats for releasing 0.22.0. I tried to build the code on my Arch Linux server and ran into the following error during configuration. GNUnet is unhappy that my libgcrypt is too old and wants at least version 1.6.0. checking for struct tm.tm_gmtoff... yes checking for getaddrinfo_a in -lan

Re: Cannot bootstrap GNUnet 0.21.0

2024-03-13 Thread marty1885
We are currently observing better connectivity after fixing a > configuration mistake on the bootstrap peer. > > Best > Martin > > On 10.03.24 15:41, marty1885 wrote: > > > I deleted the databases for namestore and peerstore to get all processes > > runn

Re: Cannot bootstrap GNUnet 0.21.0

2024-03-10 Thread marty1885
y, March 10th, 2024 at 3:00 PM, Schanzenbach, Martin wrote: > Hi, > > what does gnunet-arm -I output? Are all of the services running? > For example, the peerstore database layout changed, so you probably have > to delete your old database ($HOME/.local/share/gnunet/peerstore/sql

Re: Cannot bootstrap GNUnet 0.21.0

2024-03-09 Thread marty1885
with a freshly started peer, "gnunet-core -i" should give you your > peer id, "gnunet-core -s" the connections (you can also combine the > switches). > The command should probably output the help when called without arguments. > > BR > Martin > > On

Cannot bootstrap GNUnet 0.21.0

2024-03-09 Thread marty1885
Hi all, I've just built and installed the new GNUnet 0.21. But my node isn't connected to any peer after hours of waiting. Running gnunet-core shows no node is connected to me. ``` ❯ gnunet-core (no output) ``` I have also checked `iotop` and can confirm gnunet-service-transport isn't doing m

Re: Failing to resolve gnunet.org via GNS

2024-01-14 Thread marty1885
ring your own zone and try it. > You can also try resolving names of other user's zones (if you know any). > > We currently do not publish the gnunet.org IP addresses in GNS I think. > The unit tests locally configures gnunet.org. > > I hope that helps. > > BR >

Failing to resolve gnunet.org via GNS

2024-01-13 Thread marty1885
Hi, I found that I can't resolve gnunet.org via GNS.The following command simply do not finish. I'm resolving gnunet.org in my unit test to make sure my GNS resolving works. Is the node hosting that domain down? Or something happened? Or it got upgraded to an incomparable version with the offic

Re: Any peers running 0.20?

2023-12-17 Thread marty1885
Hi Kevin, I am not sure about the NAT part. But I am running 0.20 on a public IP address. My node ID is CCXHBE49GRQVFAVFQ3BXVXPHHD63NG6ZNY31R0F59KVDZQA42PTG Can you try adding `http://clehaxze.tw:9876/` to your hostlist provider? I've opened mine for others to use too. Martin > gnunet-core Mo

New node won't connect to existing nodes without manually providing HELLO message

2023-07-23 Thread marty1885
Hi, Sorry it's me again. Today I was setting up 2 new nodes at a new location for my experiments. However, I fail over and over to connect them to the GNUnet network. I've tried adding my existing nodes via hello using the peerinfo tool. But the node 1. takes about 30min to establish a connect

Re: Unexpectly short DHT entry lifetime

2023-05-14 Thread marty1885
> I just tested this and I don't get results at all. Not even when I am > not connected to the network. > This may be related to some recent changes to the DHT. > > BR > > Am 09.05.23 um 08:02 schrieb marty1885: > > > Hi all, > > > > I've b

Unexpectly short DHT entry lifetime

2023-05-08 Thread marty1885
Hi all, I've been messing around with GNUnet and building fun applications with it. One thing I noticed recently. Looking at the source code of gnunet-dht-put. The default lifetime of a DHT entry should be an hour[1]. But when I run the following command. The key `hello` is not found via the ge

Building applications without AGPL restriction

2022-10-20 Thread marty1885
Hi, I've been interested in GNUnet for quite a while now. Recently I got time to learn the API and be able to build a C++ wrapper for some of the subsystems. It's fun! Now I want to build applications using GNUnet. As I understand, GNUnet is licensed under AGPL thus my application also has to be