Jolly-Pirate
Jolly-Pirate
With MIRA all plugins will already use RocksDB
During a reindex+replay, the autoscaling didn't trigger and didn't give any `check_free_memory` warnings as described by @Gandalf-the-Grey in https://github.com/steemit/steem/issues/2902 config.ini: ``` shared-file-size = 5G shared-file-dir = /shm/ # mapped in...
Using this config on Ubuntu 18.04, compiled the latest master with `-DLOW_MEMORY_NODE=OFF -DCLEAR_VOTES=OFF -DSKIP_BY_TX_ID=OFF -DENABLE_MIRA=ON` : ``` plugin = webserver p2p json_rpc witness account_by_key tags follow market_history plugin = database_api...
Here's an interesting behavior (or bug?). Say I'm starting a search for `1Trum` with seed 0. It finds it very quickly, since it's a short string. ``` $ VanitySearch -gpu...
I'm searching for full addresses and often I get this error, then the program crashes. ``` $ VanitySearch -t 0 -o ~/vanitysearch-found.txt -gpu -i addr.txt VanitySearch v1.19 Search: 5 addresses...
btcposbal2csv.py doesn't extract segwit addresses, for example: Public Address bc1 P2WPKH: bc1qetrqrygl7t0fn6hrdmuug3rrp8vjmum8fd8rsk Public Address bc1 P2WSH: bc1q26swzzjmqgwvcjxplktpyj9xpkzpv8kgs7t545ku6s7v6fl0xt3slnx8k9
Changing one of the last 4 characters in a private key may result in a validation by the wifIsValid() function. This happens in steem-js but not in steem-python (can't import...
Usually `git restore-mtime` works on folder too, but in some cases it doesn't work on some folders in some repos. For example, here https://github.com/CodeBull/HiveAccountRecovery, the `css` and `js` folders.
Remove the comma separation for video bitrates in the report. This formatting was added in v7.6.1, reverting it back to what it was in v7.6.0.
This GUI is absolutely terrible, it takes half of my screen, it's ugly, it's dark themed, not an efficient layout. And it takes 10-15 seconds to start! Not sure if...