🀍Runestones on Main-net

Open Bitcoin Core

Go to your Command Prompt. Be sure your command path is pointing to ord.exe.

Type ./ord index update

Now run the ord server. Leave this window open and running (listening):

./ord server

Open a new Developer PowerShell for VS window.

cd to the folder your ord.exe is located in.

Run:

./ord wallet create

Make note of your mnemoic seed phrase. DO NOT SHARE THIS WITH ANYONE.

Now run:

./ord wallet receive

This will create a wallet address. You can send spendable BTC to this wallet.


Etching Rune

Now you will prepare your batch.yaml file. Below is an example of a batch.yaml file you could use to etch your rune:

Here is the command for etching a rune:

./ord wallet batch --batch <path-to-yaml> --fee-rate 1

Leave it open as it matures. Usually 6 blocks will have to be confirmed after submitting for the rune to mature. You can check the tx status here: https://mempool.space/

Once it is done maturing, you will get a confirmation on your command prompt:

Once the reveal transaction confirms, you should be able to find the Rune on: https://ordinals.com/runes

Minting Runes

./ord wallet mint --fee-rate <fee-rate> --rune <RUNENAME>

Sending Minted Runes to a Destination Wallet

If you want to send some of your Runes to another wallet, use the below command:

./ord wallet send --fee-rate <fee-rate> <destination-address> <Qty>:<RUNENAME>

Be sure to update the values with < > with your parameters (see example below)

Example:

Last updated