bstin

Results 8 issues of bstin

Not sure if this is because of a change to github requiring TLS1.2 now? Regardless, you need to specify: `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12` As first line in the script in order...

Installing via `curl -s https://install.zerotier.com | bash` results in the /etc/yum.repos.d/zerotier.repo to defaulting to: `baseurl=http://download.zerotier.com/redhat/el/7` This then leads to the following errors on install attempt: ``` - nothing provides libcrypto.so.10()(64bit)...

The elementsd node daemon works in a very similar manner to bitcoind, so shouldn't be too much work?

enhancement

This may be possible via the API, but I'm not sure how to do. Anyway, a popular feature of many "signage solutions" is to be able to break into the...

enhancement

This is a simple change to rpcauth.py utility in order to output as json instead raw text. This is beneficial because integrating json output is simpler with multiple different forms...

Scripts and tools
CI failed

# 🐞 bug report ### Affected Version(s) Version 4.7.2 ### To Reproduce Steps to reproduce the behavior: 1. Install 4.7.2 on Alma Linux / Centos / RHEL 9 2. Open...

Creating a hsm_file with `hsmtool` is currently an interactive process in terminal where user is expected to make choices for language, typing in seed phrase, etc. This works well, but...

The print function will now recognize newline and center chars and modify string accordingly. The newline and center chars are configurable but set as "\n" and "\c" by default. For...