Summary
Wallet daemon
command line
Generate a new wallet and exit
$ ./iridium_walletd -w mywallet -p password -g
$ ./iridium_walletd -w mywallet -p password --address
Starting with a remote connection to a daemon (remote mode)
$ ./iridium_walletd -w mywallet -p password --daemon-address=remote_ip --daemon-port=13007
$ ./iridium_walletd -w mywallet -p password --local
RPC/JSON api
Refer to The Iridum Wallet Daemon RPC calls