Skip to content
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

master < staging #1220

Merged
merged 23 commits into from
Jan 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3a48607
add utils script
ryanRfox Nov 1, 2023
bc00925
fix typo
0xSooki Oct 30, 2023
6d53d7c
Adding some example code to write smart signatures that check against…
CiottiGiorgio Dec 11, 2023
4ce33ad
add service credits
ryanRfox Nov 2, 2023
a34f3fd
[create-pull-request] automated change
barnjamin Nov 20, 2023
859d1a4
Update install.md
bwmx Nov 26, 2023
6a584f2
[create-pull-request] automated change
barnjamin Dec 4, 2023
7fc14e1
Added guideline to smart signature use.
CiottiGiorgio Dec 5, 2023
8b71933
[create-pull-request] automated change
barnjamin Dec 7, 2023
fb0dd45
updates for latest utils releases
ryanRfox Dec 18, 2023
7bb1683
[create-pull-request] automated change
barnjamin Dec 20, 2023
e2fdc9d
Merge pull request #1210 from ryanRfox/fox/utils
nullun Dec 20, 2023
74c7a52
Merge pull request #1219 from algorand/automatic-pr-go-algorand-v3.21…
nullun Dec 20, 2023
3e1a163
Metrika discontinued
nullun Jan 5, 2024
5341a63
Replace outdated explorer info
nullun Jan 5, 2024
b05c307
Include Pera Explorer testnet links
nullun Jan 5, 2024
795eeb8
[create-pull-request] automated change
barnjamin Jan 9, 2024
f3be1a8
Merge pull request #1224 from algorand/automatic-pr-go-algorand-v3.21…
nullun Jan 9, 2024
77cffe2
Bump gitpython from 3.1.37 to 3.1.41
dependabot[bot] Jan 10, 2024
b53a6db
Merge pull request #1225 from algorand/dependabot/pip/gitpython-3.1.41
nullun Jan 10, 2024
5a43271
Merge pull request #1218 from algorand/parallel-network-lsig-code-sni…
nullun Jan 12, 2024
dded637
Merge pull request #1222 from nullun/remove-metrika
nullun Jan 12, 2024
fed93ae
Merge pull request #1223 from nullun/fix-explorer-links
nullun Jan 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update install.md
Algoscan shutdown August 31st, 2023. (https://algoscan.app/curtain) No longer relevant.
  • Loading branch information
bwmx authored and ryanRfox committed Dec 18, 2023
commit 859d1a4adbdb93301cee7105975551be2e593b46
1 change: 0 additions & 1 deletion docs/run-a-node/setup/install.md
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ Recommended system specification for relay nodes is:

While directly-attached NVMe SSD are recommended, in October 2022, the use of AWS EBS gp3 was able to provide sufficient performance. Users choosing this option should constantly monitor performance of the node, and may need to upgrade to faster storage solutions in the future (e.g., in case of important increase of TPS support).

The third-party website [Algoscan Analytics](https://developer.algoscan.app/) indicates the current size of the data folder for MainNet/TestNet/BetaNet archival nodes.

!!! info
Private networks used for development require much lower specs as they are usually achieving much lower TPS. A Raspberry Pi with 2GB of RAM is sufficient for low-TPS private networks.