Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ~~NOTOC~~====== Summary ====== ===== Wallet daemon ===== ==== command line ==== <WRAP group> <WRAP half column> [[iridium_walletd#Generate a new Iridium wallet|Generate a new wallet and exit]] <code bash> $ ./iridium_walletd -w mywallet -p password -g </code> </WRAP> <WRAP half column> [[iridium_walletd#Show an Iridium wallet address|Show wallet address and exit]] <code bash> $ ./iridium_walletd -w mywallet -p password --address </code> </WRAP> </WRAP> <WRAP group> <WRAP half column> [[iridium_walletd#Remote connection|Starting with a remote connection]] to a [[iridiumd|daemon]] (remote mode) <code bash> $ ./iridium_walletd -w mywallet -p password --daemon-address=remote_ip --daemon-port=13007 </code> </WRAP> <WRAP half column> [[iridium_walletd#Standalone mode|Starting in standalone mode]] <code bash> $ ./iridium_walletd -w mywallet -p password --local </code> </WRAP> </WRAP> \\ ===== Core daemon ===== ==== command line ==== \\ ==== RPC/JSON api ==== Refer to [[iridium_walletd_rpc_call|The Iridum Wallet Daemon RPC calls]]