apezord / doginals

inscriptions for dogs
MIT License
74 stars 56 forks source link

AxiosError: Request failed with status code 500 { code: -26, message: '66: insufficient priority' } #2

Open 77656233 opened 1 year ago

77656233 commented 1 year ago

What does this mean? And how can I see my already done inscriptions to find and send them later?

apezord commented 1 year ago

insufficient priority means fee was too low

maybe lots of people were trying to mint at the same time and the fee went up?

if you just want to mint, you can bump up the fee rate:

env FEE_PER_KB=200000000 node . mint <addr> <file> (or higher)

default is 100000000

or wait it out

apezord commented 1 year ago

today you can go to

http://doginals.com/tx/http://doginals.com/tx/{txid}

and see an inscription you minted

thats mostly just to see it minted ok

yeah we need a real explorer wallet indexer sorry i'm too slow. time to do that

apezord commented 1 year ago

blockchair recommends 500000000 https://blockchair.com/dogecoin

seems high. but maybe try. i make a better error message for others

77656233 commented 1 year ago

Thanks for bringing the api up for public. I can see my inscriptions already. Still wondering if we are able to send them later in a save way?

apezord commented 1 year ago

yep thats the plan

did you mint them to an address you control the private keys?

be careful sending them to a wallet without doginals support

vnpngyn commented 1 year ago

what wallets have support?

apezord commented 1 year ago

none yet

so if you mint, please mint to a fresh wallet that you don't use for anything else and is non-custodial

dogewallet or dogecoin-qt will work

then when proper wallets come, you'll import your keys. we'll have some tooling soon. stay tuned not much longer.

will add some docs about this

Yaksha0x commented 1 year ago

i try to use 500000000, but still get same error