0.30.19.10 - MANDATORY UPDATE !!!!* Fix "basenode start-many" !
Linux users: compile from git:
https://github.com/bitcreditscc/bitcredit.gitWindows 64bit Users:
http://www.bitcredit.work/downloads/win64-0.30.19.10.7zThose who want to maintain from a single wallet all hosted BN's could do now using basenode.conf, who must be created in the same folder as bitcredit.conf
The basenode.conf file structure is:
BN01 11.22.33.44:5555 5HqVL3Eez2T1SaWRNEa27fP9szp9okbfWZThjTmLRFxZHmraHCD 385bdd6134862ca04382f2f72093f7e8433497050e6e781dc554090df0bec3ba 0
BN02 11.22.33.44:6666 5Kf41p6JUMy3U8BpNEzeGic6N2PAczqz4EhFDjEsa3Mhc6k5nZN 3db50ed17601733994baaf20c817f92005ff1b959eef44cad75e0c828cc69324 1
The is generated by command "basenode genkey".
The and are found using "basenode outputs" command, that gives you the following example output:
{
"385bdd6134862ca04382f2f72093f7e8433497050e6e781dc554090df0bec3ba" : "0",
"3db50ed17601733994baaf20c817f92005ff1b959eef44cad75e0c828cc69324" : "1",
}
After you create this file, you can start all basenodes, issuing "basenode start-many".