Skip to content

Live release v1.4

Compare
Choose a tag to compare
@BitHaru BitHaru released this 23 Nov 12:16
· 191 commits to master since this release
c1a78d1

New features:

  1. 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
  1. 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
  1. 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