DanielHook15

Results 17 comments of DanielHook15

Thank you very much for the help! I downloaded Bitcoin Core from https://bitcoincore.org/en/download/ and clicked on "ARM Linux". Since "32bit 64bit" is written under "ARM Linux", I assumed that I...

Do I need to generate a new address for each transaction (by repeatedly using `ord wallet receive`) or can I send all 5 transactions to the same address?

I made the same strange observation. Looking into the block explorer I saw that the transaction fee for an inscription was quite small as expected. But there was also a...

Thank you for the fast help! This means in total to run the following lines? git pull https://github.com/casey/ord.git cd ord cargo build --release

That works, thanks!

Thanks a lot for this important correction!

cd ord git fetch git checkout 0.5.1 cargo build --release