Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

litecore-lib generating bitcoin address #18

Open
sukeerthimogallapalli opened this issue Jan 24, 2019 · 0 comments
Open

litecore-lib generating bitcoin address #18

sukeerthimogallapalli opened this issue Jan 24, 2019 · 0 comments

Comments

@sukeerthimogallapalli
Copy link

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..

@sukeerthimogallapalli sukeerthimogallapalli changed the title trying to create litecoin address but litecore-lib is generating bitcoin address litecore-lib generating bitcoin address Jan 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant