Author

Topic: [ANN][LSK] Lisk | Blockchain Application Platform for JavaScript Developers - page 1681. (Read 3074324 times)

hero member
Activity: 546
Merit: 509
Decentralized Application Platform
Attention delegates: Make sure your pass is strong. A trusted delegate was hacked last night and lost his testnet lisk(stealing fake coins  yay!) He did not have a secure pass. Seems the coins were transferred to an account named pangu.

This can't happen on the mainnet, because we are enforcing BIP39 passphrases in the UI. Smiley

Quote from: Github Source
Code:

//Lines 260-265
private.openAccount = function (secret, cb) {
var hash = crypto.createHash('sha256').update(secret, 'utf8').digest();
var keypair = ed.MakeKeypair(hash);

self.setAccountAndGet({publicKey: keypair.publicKey.toString('hex')}, cb);
}


//Lines 268-280
Accounts.prototype.generateAddressByPublicKey = function (publicKey) {
var publicKeyHash = crypto.createHash('sha256').update(publicKey, 'hex').digest();
var temp = new Buffer(8);
for (var i = 0; i < 8; i++) {
temp[i] = publicKeyHash[7 - i];
}

var address = bignum.fromBuffer(temp).toString() + 'L';
if (!address) {
throw Error("wrong publicKey " + publicKey);
}
return address;
}

EDIT:

Please let me know if I'm understanding this correctly.  To get a Lisk address, all I do is take the SHA-256 hash of the secret key, derive the Ed25519 pub/priv-key pair and then convert the first 7 bytes of the pub-key to a long?  What is the "cb" parameter?  I see it passed around everywhere and I also see that some method is named that.  I can't readily find it's definition.

Almost! The public key is hashed again using SHA-256 and then the first 8 bytes of the hash are reversed. The account ID is then the decimal representation of those 8 bytes.
hero member
Activity: 555
Merit: 500
How funny LISK don't even have DAPPS javascript is not compatiable and this aint even FUD amazing the only real fud they have against ethereum is that solidity language they're using is not popular

there is a reason why vitalik didnt use JS for the back end because it wont work for their plan lisk can be coded to play games like hangman, free candy crusher or flipper remember FUN APPS not fun dapps

if you ask me they hyped up the coin for something they dont have

$5.9million for 1 year work nice wage maan
legendary
Activity: 854
Merit: 1000
Hey guys let's keep it on topic. We may have a huge amount of posts, but a huge part of that is complete bs Smiley
So yeah, let's just keep this straight discussion about Lisk, and let's try our best to read up before asking again
rlh
hero member
Activity: 804
Merit: 1004
Quote from: Github Source
Code:

//Lines 260-265
private.openAccount = function (secret, cb) {
var hash = crypto.createHash('sha256').update(secret, 'utf8').digest();
var keypair = ed.MakeKeypair(hash);

self.setAccountAndGet({publicKey: keypair.publicKey.toString('hex')}, cb);
}


//Lines 268-280
Accounts.prototype.generateAddressByPublicKey = function (publicKey) {
var publicKeyHash = crypto.createHash('sha256').update(publicKey, 'hex').digest();
var temp = new Buffer(8);
for (var i = 0; i < 8; i++) {
temp[i] = publicKeyHash[7 - i];
}

var address = bignum.fromBuffer(temp).toString() + 'L';
if (!address) {
throw Error("wrong publicKey " + publicKey);
}
return address;
}

EDIT:

Please let me know if I'm understanding this correctly.  To get a Lisk address, all I do is take the SHA-256 hash of the secret key, derive the Ed25519 pub/priv-key pair and then convert the first 7 bytes of the pub-key to a long?  What is the "cb" parameter?  I see it passed around everywhere and I also see that some method is named that.  I can't readily find it's definition.
hero member
Activity: 742
Merit: 500
I...AM...SATOSHI.

*actually, just deleted one of my older posts.


NOW I AM. HAH!

hocus pocus... punk.

I am the 12.000th reply Cheesy

Hey how did you that???  Grin Grin Grin

Hehe  Grin What a troll  Grin
hero member
Activity: 627
Merit: 500
I...AM...SATOSHI.

*actually, just deleted one of my older posts.


NOW I AM. HAH!

hocus pocus... punk.

I am the 12.000th reply Cheesy

Hey how did you that???  Grin Grin Grin
hero member
Activity: 742
Merit: 500
legendary
Activity: 1386
Merit: 1001
Attention delegates: Make sure your pass is strong. A trusted delegate was hacked last night and lost his testnet lisk(stealing fake coins  yay!) He did not have a secure pass. Seems the coins were transferred to an account named pangu.
hero member
Activity: 627
Merit: 500
hero member
Activity: 742
Merit: 500
full member
Activity: 150
Merit: 100
If anyone is interested in a list of delegates that will share forging rewards with voters then I have compiled one on the Lisk blog site: https://forum.lisk.io/viewtopic.php?f=6&t=340

Updated today - added metal494
legendary
Activity: 1498
Merit: 1117
Whoa, easy there. Just asking a legitimate question. So are you saying nobodys Lisk is currently showing in thier wallets and that as soon as the work is complete the balances will show?

Can somebody else please verify this?

Thanks in Advance.

Hey,

As soon as we launch the LISK will be visible in your account. Right now, nobody has access to his LISK. Smiley

sorry for writing an other answer.


but i can see how many lisk i will get when i log in.

@Deanero: if you have an ICO account you can see the amount of coins you will get. just login @https://ico.lisk.io
hero member
Activity: 952
Merit: 1000
www.pumpmycoin.com
I watch that ICO ended with almost 15000 bitcoins!, when you consider 80 mil crypti and 300 bitcoin with ShapeShift, great liking of the users and the hope that "fight" c Eth at his level, of course
Foto


sr. member
Activity: 324
Merit: 250
But after checking aback at the ICO page login, I can actually see my estimated balance.

Man, I really do hope we will see $1 when LISK hits exchanges. I can See LISK doing exceptionally well over the next year with all of the funding raised.

A very solid project.
sr. member
Activity: 324
Merit: 250
Quote from: Deanero on Today at 01:07:32 PM
Just checking here, I still have zero balance showing in my LISK Account/Dashboard.

Do we know when our balances will be visible?
Be patient!
Active Devs are hard working now!

Whoa, easy there. Just asking a legitimate question. So are you saying nobodys Lisk is currently showing in thier wallets and that as soon as the work is complete the balances will show?

Can somebody else please verify this?

Thanks in Advance.

Not entirely sure what you're talking about.  When I go to https://ico.lisk.io/ and sign into my account, it shows how many Lisk I received when I bought them in the ICO with my BTC.  Are you talking about a different page?


I'm talking about this page; https://login.lisk.io/dashboard

full member
Activity: 123
Merit: 100
legendary
Activity: 1092
Merit: 1000
Hyperspace snail
legendary
Activity: 1540
Merit: 1002
Quote from: Deanero on Today at 01:07:32 PM
Just checking here, I still have zero balance showing in my LISK Account/Dashboard.

Do we know when our balances will be visible?
Be patient!
Active Devs are hard working now!

Whoa, easy there. Just asking a legitimate question. So are you saying nobodys Lisk is currently showing in thier wallets and that as soon as the work is complete the balances will show?

Can somebody else please verify this?

Thanks in Advance.

Not entirely sure what you're talking about.  When I go to https://ico.lisk.io/ and sign into my account, it shows how many Lisk I received when I bought them in the ICO with my BTC.  Are you talking about a different page?
hero member
Activity: 560
Merit: 500
600 pages!

More information on the Bitseed unit with technical information and the delegate candidacy to fund open source Lisk specific development for it is on the Lisk Forum at https://forum.lisk.io/viewtopic.php?f=6&t=404.

I will vote back for delegates which vote for the bitseed delegate, currently at rank 127 on test net. I am very diligent about returning votes. Also, I will only vote with real Lisk for actual launch delegates which are currently running on the testnet if they vote for bitseed on the testnet for the remainder of the test run.


hero member
Activity: 742
Merit: 500
Whoa, easy there. Just asking a legitimate question. So are you saying nobodys Lisk is currently showing in thier wallets and that as soon as the work is complete the balances will show?

Can somebody else please verify this?

Thanks in Advance.

Hey,

As soon as we launch the LISK will be visible in your account. Right now, nobody has access to his LISK. Smiley

Dear Max!

Any info about launch date?

Please...
Jump to: