litecore-archive / litecore-lib

A pure and powerful JavaScript Litecoin library
https://litecore.io/
Other
72 stars 83 forks source link

litecore-lib generating bitcoin address #18

Open sukeerthimogallapalli opened 5 years ago

sukeerthimogallapalli commented 5 years ago

here is my code

var litecore = require('litecore-lib'); var explorers = require('litecore-explorers'); var insight = new explorers.Insight('testnet'); var SenderPrivateKey = new litecore.PrivateKey('testnet');//"f5f6285f379080249da16eacf8dac4dd432f5c367bbe9476ccbb8526380ad1e5" var SenderAddress = privateKey.toAddress();//mr1QRgBAshnYqLj1kk9TcnFumNo1ceApy6

"mr1QRgBAshnYqLj1kk9TcnFumNo1ceApy6"

Not able to receive litecoins with this address..