tokenika / secure-bp-voting

Secure EOS Block Producer Voting
https://tokenika.github.io/secure-bp-voting/
MIT License
18 stars 15 forks source link

Problem of generating Transaction #9

Closed brockz closed 6 years ago

brockz commented 6 years ago

Hello

i started generating my voting transaction without success. When i click Generate Transaction on my air gapped pc ... nothing happens. No Signature is getting generated. I tried IE, Edge and Chrome

Br Stefan

noisy commented 6 years ago

@brockz that means that form was not filled in a proper way.

1) For example you added some whitespace after/before your account name / private key 2) Your private keys is incorrect (tip: private keys starts with 5...., public keys starts with EOS...) 3) One of chainId / _blocknum / _ref_blockprefix is incorrect

brockz commented 6 years ago

hey noisy

i tried serveral times without success. i used my account name (cross checked via eosauthority) I used my private key starting with 5 i used these values:

image

i tried as blockproducer: tokenika4eos

no whitespaces

Br

brockz commented 6 years ago

I got your Problem.

In the 2_generate_transaction.html File you reference to:

This is not available on an airgapped pc !!!

I downloaded eos.js locally, verified the sha256 sum an changed your code to:

on the airgapped pc. Working!

Br

noisy commented 6 years ago

This is not available on an airgapped pc !!!

Of course, that's why we provided an instruction:

selection_592

Then, browser will download html file with eos.js file downloaded from linked location, as it is shown here at 6:06:

https://youtu.be/_sJYuXOUHCc?t=6m6s


I guess, your case is different, and you wanted to clone a repository and then use it, am I correct?

We decided to focus on instruction describing process which would not require to install/use git... or to download a whole repository in a zip file.. because that would require extra steps of downloading and unpacking.

But of course, your way of using it is still correct.

brockz commented 6 years ago

Great!

It was my fault! I saved the Webpage wrong (without eos.js) Now it was working. Can be closed

You Guys got an big bp vote !

Br