You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
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..
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Not able to receive litecoins with this address..
The text was updated successfully, but these errors were encountered: