nakamoto icon indicating copy to clipboard operation
nakamoto copied to clipboard

Cannot start wallet

Open mastercyb opened this issue 2 years ago • 4 comments

in terminal

./nakamoto-wallet --addresses bc1q0qjylfgu4t8yky6fxr599yw23ruqun0030t9af --genesis 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f

gives this

Error parsing option '--genesis' with value '000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f': invalid digit found in string

What could I do wrong?

mastercyb avatar Jun 05 '22 04:06 mastercyb

genesis is the blockchain “height” you want to start scanning from

metaclips avatar Jun 05 '22 09:06 metaclips

Yes, probably can be renamed to something like --birth-height

cloudhead avatar Jun 08 '22 15:06 cloudhead

or maybe --start-from-height or only --start-height?

vincenzopalazzo avatar Jun 08 '22 18:06 vincenzopalazzo

--birth-height seems really cool and understandable

mastercyb avatar Jun 08 '22 18:06 mastercyb

Closed in 5862aab

cloudhead avatar Oct 21 '22 06:10 cloudhead