Philippe Lamy

Results 10 comments of Philippe Lamy

![Cyphernode What features do you want to add to your cyphernode](https://user-images.githubusercontent.com/995082/141181633-489cfee8-76ae-48a9-a43e-77d0d9249ab9.jpeg) Added feature toggle in setup for Telegram

Added TG optional feature + TG bot parameters "URL, API Key, conversation ID)in setup.sh. TG testing is done on startup with a noop call to TG via a Mosquitto_rr. In...

We now have 3 parameters for TG during CN setup: "telegram_bot_url": "https://api.telegram.org/bot", "telegram_api_key": "123", "telegram_chat_id": 123 To make things easier, we could use the default value for the telegram_bot_url -...

For new installations, I added a wait loop to avoid errors in psql log saying Table did not exist - Database was being created In notifier, I added a readloop...

If you have time to take a look at this PR , I cleaned up to tg setup output to look more like start.sh

So we process Tx in those three wallets - matching the names : > watching01.dat > xpubwatching01.dat > spending01.dat I remember we need to change the mosquitto_pub call also since...

Added optional callback urls to getnewaddress so CN can add a watch in a single call. The clients won't have to call getnewaddress followed by a watch request of this...

Can't find those changes locally. Maybe changed my mind also : let the caller do the 2 calls and wrap those 2 calls into something called watchNewBitcoinAddress