Closed Jac0xb closed 2 years ago
That is likely from reward not high enough. Try --reward-multiplier 2
. I can send the sol back for the not found ones. Do you want to to post the full list here or is it just the tx above?
That is likely from reward not high enough. Try
--reward-multiplier 2
. I can send the sol back for the not found ones. Do you want to to post the full list here or is it just the tx above?
Its fine, it was only a few dollars as a test. It seems odd that you have to use a multiplier.
The arweave api returns the minimum price. The actual price required for miners to accept a transaction is variable, hence the multiplier concept. You can run a test like you did to see whether miners will accept the minimum at the time you are uploading and if not increase from there. It is also possible to have tx rejected for too high of a reward. It seems like a multiplier of 2 or 3 is usually sufficient.
I have the same issue for a single 6MB file. Tried all multipliers from 2 to 10, always getting NotFound
https://explorer.solana.com/address/9Em18kRiGNBA1Rrx8oNBnftKj8dcFXFYyDchXQcKSV5r
arloader upload \*.mp4 --with-sol --sol-keypair-path ~/.config/solana/devnet.json --ar-default-keypair --bundle-size 50
arloader upload *.webp --with-sol --sol-keypair-path ~/.config/solana/devnet.json --ar-default-keypair --bundle-size 50
Am I able to get my SOL back if a transaction is never taken by a miner?