You interact with spaces through a command line tool called space-cli. In the future this project may provide a complete graphical user interface, but for now it's command line only. The Shell is a minimal linux environment with access to your Bitcoin Node already configured. You can test this by running the 'bitcoin-cli -getinfo' command. Any other bitcoin-cli commands will work as well.
A command 'spaces' is an alias of the 'space-cli' command so you can user either.
- At the spaces: prompt, run the 'space-cli createwallet' command. This will create a new Taproot "default" wallet.
- Next run the 'space-cli exportwallet -' command.
- Create a new wallet.
space-cli newaddress
- Send some satoshis to the new address. How many depends on what amount of bidding activity you intend to engage in and how high you're willing to go to secure your desired name.
- Once the funds are confirmed with the 'space-cli balance' command you can start opening auctions.
- Create a new wallet so you have a template of what to import. 'space-cli createwallet'
- Create a folder for wallet backups. 'mkdir -p /data/mainnet/wallets_backup/default'
- 'mv /data/mainnet/wallets/default/wallet.json /data/mainnet/wallets_backup/default'
- 'rm -rf /data/mainnet/wallets/default'
- 'vi /data/mainnet/wallets_backup/default/wallet.json' Replace the xprv and blockheight with yours. :wq to save
- 'space-cli importwallet /data/mainnet/wallets_backup/default/wallet.json'
- 'space-cli balance'
- 'space-cli listspaces' If you had any active auctions/registered spaces.
Check the Spaces Documentation : Opening an Auction for next steps.
For more information, see the Spaces Protocol Help.
You can also ask for assistance in the Spaces Telegram Channel.