Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.08 KB

instructions.md

File metadata and controls

39 lines (27 loc) · 2.08 KB

The Spaces Shell

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.

Creating a new wallet(for Spaces functions)

  1. At the spaces: prompt, run the 'space-cli createwallet' command. This will create a new Taproot "default" wallet.
  2. Next run the 'space-cli exportwallet -' command.

Funding the wallet

  1. Create a new wallet.
space-cli newaddress
  1. 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.
  2. Once the funds are confirmed with the 'space-cli balance' command you can start opening auctions.

Importing and exisiting Taproot wallet(for Spaces functions)

  1. Create a new wallet so you have a template of what to import. 'space-cli createwallet'
  2. Create a folder for wallet backups. 'mkdir -p /data/mainnet/wallets_backup/default'
  3. 'mv /data/mainnet/wallets/default/wallet.json /data/mainnet/wallets_backup/default'
  4. 'rm -rf /data/mainnet/wallets/default'
  5. 'vi /data/mainnet/wallets_backup/default/wallet.json' Replace the xprv and blockheight with yours. :wq to save
  6. 'space-cli importwallet /data/mainnet/wallets_backup/default/wallet.json'
  7. 'space-cli balance'
  8. 'space-cli listspaces' If you had any active auctions/registered spaces.

Open up an auction for bidding.

Check the Spaces Documentation : Opening an Auction for next steps.

Getting Help

For more information, see the Spaces Protocol Help.

You can also ask for assistance in the Spaces Telegram Channel.