-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regtest wallet will brick after 1000 inscriptions #3364
Comments
This is probably because the wallet makes a request to the server for each output in the wallet, to see which inscriptions it contains. We can make these a single request, which should make it much faster. |
I'm hitting this error too on mainnet 0.17.1. Wallet has 1775 inscriptions and I get the connection reset error when doing any wallet command. Also on 0.16.0 and later, the error originally manifested as "too many open files":
I'm on a mac (monterey). A stackoverflow post suggested increasing the open file limit with For now I'm creating a new wallet to do new stuff, and to access my 1775 inscriptions it seems like downgrading to 0.15.0 is the only thing that works (annoying bc there are no runes in <0.17.0!) |
Yeah, it's definitely the wallet. We'll have to add an RPC endpoint that takes a list of utxos and return information about them in one request. Instead of doing a request for every UTXO. |
That makes sense, thanks for the reply. Obviously this is really bad for power ord client users (on macs?), as their wallets are basically bricked in 0.16.0+ :( :( :( As a temporary workaround I created a new wallet for new things, but would be great to be able to manage my existing assets from 0.16.0+ |
Agree this should be high priority as you cannot run any wallet commands. I cannot transfer my inscribed collection after going over ~200 inscriptions on mainnet. Even wonder if executing default max number of open files for me was:
|
ok this worked for me Before starting the ord server and before running the ord wallet commands, I ran:
recommend including the |
I am getting this same error trying to inscribe on mainnet. It started after i did a batch inscribe of 1000... Which worked. Now I am unable to inscribe or do anything with that wallet. ulimit -Sn doesnt fix it. |
any update on this...? workaround? |
I have found that doing ulimit -n 4096 before running ord server + before running ord commands does help. Any higher doesn't seem to make a difference.. Also make sure u type it in every terminal window before running ord. But this only works up to a certain amount - seems to be when ord hits around 500+ Disk Threads in Activity Monitor. Only seems to effect apple silicon devices.. |
0.18.3 brings some improvements to this. Also this pending PR #3655 |
As Raph mentioned on twitter, PR #3621 should have also helped to alleviate these issues. @elocremarc @dozer-eth @bg-bm @10xdegen @freaktree - could you please test with 0.18.5 and see if this issue still exists? and if so, is it less severe? |
Hm now I'm getting these errors:
when running This is concerning bc my previous workaround of downgrading to 0.15.0 will no longer work as I've been airdropped runes on that wallet, so risk accidentally spending those runes if using a runes-unaware version of ord. Is anyone else also getting the error above with 0.18.5 or just me? @elocremarc @bg-bm @10xdegen @freaktree |
I added
Let me know if there's any other output I can provide. This is quite urgent as I need to access some assets in here soonish, but don't have a safe way to via ord client atm (I could prob use sparrow but I'm not sure what precautions I need to take with runes?) |
Is there any way to find out the best way to get started with wallets and stacking sats I have a project that is all ready for deployment I'm just inexperienced so I am not sure how to push it out there |
Thanks to the patience and diligence of Greg from the Ordicord, we were able to figure out that upgrading bitcoin core from 24.0.1 to 27.0.0 fixed it!
Also prior to that, Greg helped manually craft txns with bitcoin-cli to move the inscriptions I needed to move (many thanks!!!). |
I have been running into an unusable regtest after a few batch inscriptions totaling in thousands of inscriptions. This might be related to 3130
Running on V 0.16 after 1000 inscriptions on the default ord wallet
ord -r wallet --server-url http://localhost:8080 outputs
I can see the output url on the regtest server. Each time I run the command its a new output its erroring on.
I get
1672
outputs on the ord wallet using:bitcoin-cli -regtest -rpcwallet=ord listunspent | jq length
The text was updated successfully, but these errors were encountered: