l0k1
l0k1
I have forked it to git.parallelcoin.io/dev/cryptonight though I am not sure if that works with modules turned on. Modules are still damned unstable, and a broken redirector is a big...
I am using this library in my application at https://github.com/parallelcointeam/pod - because it seems to be the most friendly and accessible CLI flags library that exists for Go. However, my...
## Change Description https://github.com/lightningnetwork/lnd/issues/5402 Basically split the files between generated and implementation related with the generated staying in the same path and the implementations going to a separate path inside...
https://github.com/ipsn/go-ipfs according to the top of its' readme says it is now deprecated and https://github.com/ipfs/go-ipfs is now said to be the correct package to use Actually, it's worse than this,...
I have forked this repository, as I can see the original author has not made any commits for a year to here: https://git.parallelcoin.io/dev/rudp - just want to remark firstly that...
I personally find all this SSL/TLS stuff a bit bamboozling, and I know in theory it's just elliptic curve/diffie hellman key exchange and AES encryption of some kind, but the...
I think GOGC can be set via environment variable, the runtime checks for it, maybe, but for certain it is better done directly in the app. Increasing GOMAXPROCS above the...
https://github.com/btcsuite/btcd/blob/150379531efe0c331bf8dc7b62a4c2e79185a88b/btcd.go#L31 This little monster is ultra bad bad bad, especially because in the main package, several functions ho further to compound the mischief by having `cfg` as parameter names, as...
I have two btcd instances running on separate machines in a LAN. I point them at each other using addpeer, and in one of them the following logs appear: ```...
This is a solution that beats the speed target and is very short as well, only one below the size target.