-
Hello, I saw the tweet that we can inscribe 4MB files to block-chain. To do this, do we need to enter a new command when inscribing? Update the Ord wallet. I'm on windows btw. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
raphjaph
Feb 8, 2023
Replies: 1 comment
-
It's on the master branch of this repo so you would need to clone it and then build the binary with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
casey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's on the master branch of this repo so you would need to clone it and then build the binary with
cargo build --release
. The flag is--no-limit
but you need to know that large transactions do not get relayed in the mempool. So you would need to find a miner willing to mine your transaction.