dan-da
dan-da
hi @melaxon . Thx for the report. > The first one is meaningless for those who wish to generate the same addresses in Electrum because Electrum will never generate 3bitcoinaddres......
ok, so what are the "correct" and "incorrect" pubkeyhash values you are seeing for index 0? (assuming that your fn_get_hash160() is producing correct results).
hmm, I took a brief look at this. I was trying to compare with output from other tools, but I couldn't seem to find one supports ypub and also outputs...
fwiw, I updated composer require to latest bitwasp release (1.0.4), found [one issue](https://github.com/Bit-Wasp/bitcoin-php/issues/850), and determined that hd-wallet-derive still generates the "incorrect" pubkeyhash. ``` $ ./hd-wallet-derive.php -g --key="ypub6Z5GQFUWdyxxA6cKP8ZKacJTvtpk6ao3P54tvvzPSPevYH752rYWW6REEd5u5R77VdmkcrzWJmDHGKwx3qRmA9m39T26FJg5LngyQKSnokw" --addr-type=p2sh-segwit --path='0/x' --numderive=1...
or perhaps just rename `Orswot::add` to `Orswot::mk_add_op()` or something like that.
can anyone describe/list what is blocking stable rust support?
Would you consider accepting the patch if I make it a non-default flag/option? For me the text mode history report was pretty much unreadable before the patch with column data...
@raedah For me the tabular data line wrapping occurs with the 'history' command (which has many columns), not the other commands. I have a wide screen (for a laptop) and...
@chris-belcher It's on a server, hence text mode. copying csv output to local machine each time would be a huge hassle compared to eg passing --texttable flag to wallet-tool.py. There's...
hadn't heard of sc. interesting idea. still the csv is intermixed with non csv output. I'm not sure how that would format inside sc or if it would even read...