arloader
arloader copied to clipboard
Rust command line application and client for uploading files to Arweave.
StatusNotOK
Hi. i need to upload an json file to arweave with rust(im using arloader = "0.1.63"). but i got a StatusCodeNotOk error. it makes empty folder (ex: SZ2g5l-q7M4) and after...
StatusNotOK
When uploading with sol, I am continuously having an issue of StatusNotOK. I looked back through all the issues where some say its an Arweave network issue, some say its...
* Installed through cargo on macOS. * Attempting to get status of a tx with JSON output panics * This tx is pending at the time ``` arloader get-status Y-sqEXggvUCoGaeYJfpGKg7LLNCORBiAGBKyG5aYIhM...
``` freshskates@not-localhost:/mnt/c/Users/freshskates/Desktop/Languages/Blockchain/test/exclusives$ arloader upload-nfts ./*.gif --with-sol --sol-keypair-path ~/.config/solana/test.json --ar-default-keypair Uploading assets... Uploading 1 files with 263 KB of data in 1 bundle transactions... StatusCodeNotOk Uploaded 0 KB in 0 files...
Current work around is to limit the size of the bundle in terms of memory to have less than approx. 500 items (ok to pass a float to --bundle-size if...
This PR allows for the customization of the reqwest client that the arweave struct uses. This way I can pass custom headers to all the requests in an easy manner...
I'm trying to create an data-empty transaction with target and quantity other than 0, a wallet 2 wallet transaction. Is this even supported? Is there a way of doing this?...
Hardcode `arweave.net` is not a good idea. We are using self hosted Arweave gateway `localhost:1984` for testing and experiemental purposes. How to change default Arweave gateway `arweave.net` to something else?
I lost 1 SOL, my solscan account showed regular sol transfers of money out, no uploading happened at all. Just transferring money out. I used this software a year or...