Live release v1.4
New features:
- Start node by secret key of vanity address
./rai_node --daemon --raw_key
#then paste the secret key in the next line and input Enter
- Delegator list
(1) In node's config file, set 'enable_delegator_list' to 'true'
(2) Get delegator list by RPC api
curl -d '{"action":"delegator_list", "representative":"rai_xxxxxx", "count":1000}' http://127.0.0.1:7176
- Richlist
(1) In node's config file, set 'enable_rich_list' to 'true'
(2) Get rich list by RPC api
curl -d '{"action":"richlist", "count": 100}' http://127.0.0.1:7176