Author

Topic: Need commandline tool generate bech32 (Read 241 times)

full member
Activity: 203
Merit: 168
HCP
legendary
Activity: 2086
Merit: 4369
April 30, 2019, 06:26:50 PM
#4
I need a tool that generates bech32 from public key. Would be great if it's in c++ or python
Go check out nullius' old "bech32" utility... https://bitcointalksearch.org/topic/bech321-for-encodingdecoding-of-bech32-strings-bravo-charlie-addresses-2664728 written in C

Github repo here: https://github.com/nym-zone/bech32
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
April 30, 2019, 05:35:35 PM
#3
I need a tool that generates bech32 from public key. Would be great if it's in c++ or python
you can use https://coinb.in/#verify to generate 3 different format addresses from a pubkey
it's not commandline and based on javascript, but you can check its source code https://github.com/OutCast3k/coinbin/
that should give you some ideas if you want to write your own code in c++ or python
legendary
Activity: 1624
Merit: 2509
April 29, 2019, 06:20:12 AM
#2
I need a tool that generates bech32 from public key. Would be great if it's in c++ or python

One (among multiple) option would be to use btcpy (https://github.com/chainside/btcpy).

It might be kind of an overkill because it handle much more, but it definitely is able to do what you need.
copper member
Activity: 236
Merit: 17
April 29, 2019, 05:42:32 AM
#1
I need a tool that generates bech32 from public key. Would be great if it's in c++ or python
Jump to: