greatwolf
greatwolf
I did run into a somewhat similar issue #578 of getting Dash specific info. The solution I'm using at the moment is to make two api calls, one to endpoint...
I might be misunderstanding the problem but when you make the request you provide the xpub as a parameter that forms the url. So that means all the transaction outputs...
Are you sure you're not confusing `/api/v2/xpub` endpoint with `/api/v2/utxo`? It looks utxo endpoint doesn't have a token parameter, https://github.com/trezor/blockbook/blob/master/docs/api.md#get-utxo. The response from your screenshot looks like it's from the...
Forgot to note, there is a subtle detail. Make sure you use `/api/v2/utxo` and not `/api/utxo` because that will default to version 1 of the api response. version 1 won't...
As far as summing the balances, you might not need to do it yourself. The `/api/v2/xpub` endpoint does have a `balance` and `unconfirmedBalance` field in satoshi's/duffs.
I'm getting a similar issue when running this on kaggle using this notebook https://www.kaggle.com/code/qq2575044704/stable-diffusion-webui ``` Loading mesh .. *** Error completing request *** Arguments: ('/kaggle/working/stable-diffusion-webui/outputs/extras-images/depthmap-0002.obj', '300', '30', 2, '-0.015, 0.0,...
I wouldn't depreciate this until luaossl can actually build out-of-the-box on windows. It's not a suitable replacement otherwise.
@mkottman thanks for getting back. If there are no other volunteers I wouldn't mind taking up the mantle. I have a lua project that does crypto trading/lending on various exchanges...
@mkottman I just tested a dummy project out to see how ownership transfer works. It looks like I need to delete the fork under my account first before github will...
Yes, I don't mind putting some time into maintaining this. I get wanting to migrate over to luaossl but it just feels like it's making too many *six assumptions in...