bitcoin - NBitcoin ExtPubKey -
which part/format of exppubkey created nbitcoin should give transaction payments key generator or set on website default generate transaction payment addresses. in advance help.
i find question little vague, first give general answer:
have written class handles correctly key generation , storage you: here article it.
if not misunderstand you, want to generate keys javascript in browser, can give string it.
thing not give extpubkey
, give wallet import format.
extkey seedprivatekey = new extkey(); extpubkey seedpublickey = seedprivatekey.neuter(); bitcoinextpubkey seedmainnetpublickkey = seedpublickey.getwif(network.main);
you can string calling seedmainnetpublickkey.tostring()
Comments
Post a Comment