First steps add in content - RenegadeMinds/testbed GitHub Wiki

Get a CHI Address

CHI addresses are used to send and receive coins. Let's get you a CHI address. Issue the following command. You can change the label for the address, "This is my new address!", to anything you like.

xaya-cli -rpcuser=user -rpcpassword=password getnewaddress "This is my new address!"

The daemon will return a single CHI address. It will look similar to the following.

CSdTuozaJbMsEjha54AbN6AFHSn4uT9nMX

Copy and save the address that the daemon returned. You can use it to receive CHI now. (Do not use the example address above.)

⚠️ **GitHub.com Fallback** ⚠️