-
I am looking for the possibility to get updates from a specific AS not a collector. Is it possible?
thanks!
-
#### Version information:
> ipfs version --all
go-ipfs version: 0.4.18-
Repo version: 7
System version: amd64/linux
Golang version: go1.11.1
#### Type:
bug
#### Description:
…
-
Understand [Volttron's Message Bus](https://volttron.readthedocs.io/en/develop/platform-features/message-bus/index.html)
-
-
Xelis-daemon's peerlist is only saved on graceful shutdown.
This can cause loss of peers data, if the daemon is shut down abruptly, and significant load to seed nodes.
Consider saving the peerli…
-
I'm sure I'm missing something extremely trivial here, but am stuck. I'd like to implement a server on one computer that has a registered service, call it "Ping", that can be called from a client on …
-
Hi,
I ran staticcheck on weave at commit bec2470d, filtered out benign issues and false positives and assembled the following report, grouped by category and sorted by severity in descending order.…
-
Hi ,
Ive been sending transactions of heavy amounts like 10 million for a while. Its been almost 10-15 days since i started my currency and for the past 2 days i can not do transactions of 10 million…
-
My apologies to @moneromooo-monero for previously pushing back against TLS of p2p links. As outlined below, encryption of p2p connections is funky ...
I've got a massive writeup on thoughts about …
-
The problem is the MainActivity methods SayAck / sayHi / sayItWithBigBuffer all call the BTConnectedThread method write. You can't simply call a method within a thread class (from a second thread) - …