Quickstart
Setup spaces on mainnet
Install Bitcoin Core
It can be installed from the official download page.
Configure RPC authentication in bitcoin.conf
:
Install Spaces Daemon
spaces
is a tiny layer that connects to Bitcoin Core over RPC and scans transactions relevant to the protocol.
Download the latest binary from releases (must be v0.0.4 or higher for mainnet)
Verify installation
Run Spaces
Ensure Bitcoin Core is fully synced
Start Spaces daemon
Create a wallet
Create the default wallet and get an address to receive coins
Send some BTC to the address you get and check your balance
Auction process
In short, top level spaces are community identifiers limited to ~3600 spaces a year. Every day, the top 10 highest-bid spaces advance from pre-auctions to auctions learn more.
Opening an auction
You can check the explorer for currently open auctions . For example to open an auction for the space @bitcion
You will get a similar output to this
Placing a bid
Find one of the spaces currently in auction and place a bid (amount is in sats)
Check status of a space
You will get something like this
You can use listspaces
command to see all space outputs you own including outputs that are actively in auction.
The bid
covenant indicates spending this output requires either another bid spend or a registration spend if the claim height is reached learn more.
Claiming a space
If you're currently winning and the space entered the claim period, you can register it!
You will get something like this
You may also watch the status of auctions on the explorer
Last updated