dostrelith678 / cardano-leader-logs

NodeJS+Python implementation for calculating a pool's block schedule.
MIT License
6 stars 3 forks source link

errors #8

Closed nilaysaha closed 3 years ago

nilaysaha commented 3 years ago

I had to change the following two params:

-const params = JSON.parse(fs.readFileSync(process.argv[2])) -const epochNonce = process.argv[3]

in

cardanoLeaderLogs.js to make it work. (just the params were shifted )

Run env: 1.27.0 and i just cloned the repo today.

dostrelith678 commented 3 years ago

Can you first confirm that you are on cardano-node version 1.27.0, and that you have the latest changes from this repo's main branch?

What command did you use to start the script?

It looks like you didn't specify the epoch nonce.

nilaysaha commented 3 years ago

@DamjanOstrelic : How could i open a Pull request. I am not permitted to open and push a branch. Have to propose some changes to make the tool more consistent and easier to use.

fatal: unable to access 'https://github.com/DamjanOstrelic/cardano-leader-logs.git/': The requested URL returned error: 403

dostrelith678 commented 3 years ago

I think you have to fork the repo, make the branch on your own repo, and then compare across forks.