Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebEverett committed Nov 18, 2021
1 parent 0a2d33d commit c5d62e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Command line application and library for uploading files to [Arweave](https://ww
Now includes bundles, reward multiplier and pending count. You can upload files matching a glob in a bundle and pay in SOL. You still need to connect an Arweave wallet,
but you can just download a new one and connect your Solana keypair to pay for transactions without having to purchase AR.

Keep in mind that the Arweave network has a limit of 1,000 transactions per block every two minutes, so if you are going to upload thousands of files,
check the network for pending transactions and upload in batches of less than 1,000.
With bundles, you can upload large numbers of files in a single transaction and know the ids of your files before the bundle transaction is confirmed. You also avoid network
congestion by uploading in a single transaction and with a single, large transaction, you get the benefit of offering a single large reward, instead of multiple small ones,
which is more attractive to miners, increasing the likelihood that your transaction will get written quickly.

## Usage with SOL

Expand Down

0 comments on commit c5d62e0

Please sign in to comment.