Learn R Programming

rbtc (version 0.1-7)

createBtcAdr: Create BTC addresses

Description

This function creates an object of S4-class BTCADR.

Usage

createBtcAdr(privkey, mainnet = TRUE)

Value

Object of S4-class BTCADR

Arguments

privkey

character, a private key.

mainnet

logical, for which net the keys should belong to.

Author

Bernhard Pfaff

References

https://en.bitcoin.it/wiki/Address

See Also

Other BtcAdresses: BTCADR-class, PrivKey2PubKey, PrivKey2Wif, PubHash2BtcAdr, PubKey2PubHash, Wif2PrivKey, base58CheckDecode, base58CheckEncode, concatHex, createPrivateKey, decodeHex, hash160, hash256, validBtcAdr