I'm up and running on Ubuntu
Can anyone send me some bts pls?
XTS2bcpFdgfoVYm6L9yh6vKdukyGUXFcm5kEeMYeLcWTto3ZdfDZCPrfPuEMJc91k4D5tEhQJsPfn1zf8mFH1RzqVqXMt1Z3R
Got quickly caught up on blocks I think, without any freezes, currently at 10335.
I tried to register a delegate but I see there's a minimum fee. What's the second, <data> parameter of the command though?
wallet_register_delegate <name> <data>
Registers a delegate to be voted upon by shareholders
PS. A line break would be nice in the command explanations, at the moment the formatting is strange in the terminal. Someone just needs to modify the make_short_description method in rpc_server.cpp:
sstream << help_string << " " << method_data.description << "\n";
to:
sstream << help_string << "\n : " << method_data.description << "\n";