Crowndev / crown-core

Core of Crown blockchain platform. Contribution repository is available by this link: https://gitlab.crownplatform.com/crown/crown-core. Github repository is a mirror.
http://www.crownplatform.com
MIT License
26 stars 18 forks source link

need "systemnode genkey" #89

Closed skironDotNet closed 6 years ago

skironDotNet commented 6 years ago

Please answer the following questions.

Which version of Crown are you using? (QT or Daemon) Please include the version number.

0.12.4.1

Please describe the expected behavior.

I noticed you removed "systemnode genkey" and "mastenode genkey". I'm assuming this because of a new feuture of GUI asking if to create a system node after 500 payment received, but the problme is "pay to many" I pay to 3 addresses in one transaction (used to do that and it works) the GUI asked about systemnode only for 1 node, now I want to fill systemnode.conf manually but there is no way to generate the key anymore

TheExiledMonk commented 6 years ago

hi, you can still generate the keys use node genkey for both types

skironDotNet commented 6 years ago

Thanks! I assumed it got moved but couln't find, awesome!