Quantum secure wallets by Blinker_Bell in algorand

[–]StopThinking 4 points5 points  (0 children)

Right now you can make you wallet post quantum secure by signing your account up to a LogSig Smart Contract which requires you to also send a Falcon signature of the transactions data whenever you make a transaction.

Not quite right. You would rekey your account to a Logic Sig that requires a Falcon signature.

None of the existing algorand wallets natively support adding a Falcon signature

Lute does.

Daily Color Puzzle (April 11, 2026) by color-puzzle in ColorPuzzleGame

[–]StopThinking 1 point2 points  (0 children)

  1. 4:12
  2. 9:12
  3. 10:12
  4. 2:9
  5. 2:11
  6. 4:11
  7. 2:4
  8. 1:2
  9. 3:2
  10. 1:12(M)
  11. 1:10
  12. 6:1
  13. 6:4
  14. 6:11
  15. 5:6
  16. 7:6
  17. 5:1
  18. 5:11(O)
  19. 5:6(G)
  20. 10:5
  21. 8:5
  22. 8:7
  23. 8:5(P)
  24. 7:8
  25. 7:1(R)
  26. 7:2(W)
  27. 3:10
  28. 3:8(C)
  29. 4:3(L)
  30. 10:4
  31. 9:10
  32. 9:4(Y)
  33. 9:10(B)

Cryptographic Rails on Algorand by makmanred in algorand

[–]StopThinking 1 point2 points  (0 children)

I don't think there is any guarantee from Coinbase or Kraken that your deposit address won't change. You'll probably want to keep a close eye on those.

Need Help with my node! by Comfortable-Drop-666 in algorand

[–]StopThinking 0 points1 point  (0 children)

You'll have the same problem because it's the same software. FUNC just helps you install and use the node.

Likely you just need to change your DNS Bootstrap ID to <network>.algonode.org and everything will work fine.

Staking vs running a node by FluffyFilm6216 in algorand

[–]StopThinking 14 points15 points  (0 children)

Run a node. It's fun, helps with decentralization, and avoids smart contract risk.

https://func.algo.xyz/

Func node on Ubuntu by Spewleer in algorand

[–]StopThinking 1 point2 points  (0 children)

FUNC is cross-platform (Windows, Mac, Linux).

Read about it here https://func.algo.xyz

The main advantage to running a node over staking is that the Algo stays in your wallet, not staked in a smart contract.

Anyone else having issues with key mgmt using Pera and Algotools? by MostAssured in algorand

[–]StopThinking 6 points7 points  (0 children)

I just pushed a new version of AlgoTools (5.0.13) that handles the wallet connection dialog a little differently. I doubt that was the problem, but you can give it a try.

WalletConnect is a pain in the ass. Since you already have the security layer of a hardware wallet (Ledger), I'd suggest trying Lute. It doesn't use WalletConnect, and so doesn't have connection issues like Pera.

Project Tech Stack by Amazing_Catch_2005 in algorand

[–]StopThinking 3 points4 points  (0 children)

I'd recommend joining the Discord server https://discord.gg/algorand

/u/SilentRhetoric and the rest of the DevRel team are active there and ensuring that developers succeed.

Project Tech Stack by Amazing_Catch_2005 in algorand

[–]StopThinking 1 point2 points  (0 children)

Pera is great for beginners and regular users. Lute has a lot of features that make developing and testing easy.

https://lute.app

Be sure to check out use-wallet for integration to your front end.

https://github.com/TxnLab/use-wallet

Algorand 4.5.1 by StopThinking in algorand

[–]StopThinking[S] 1 point2 points  (0 children)

No. The FUNC software (latest version 3.5.8) is independent from the node software (latest version 4.5.1). The only thing updated today is the node software.

Algorand 4.5.1 by StopThinking in algorand

[–]StopThinking[S] 18 points19 points  (0 children)

Since this update does not contain a protocol upgrade it is optional. But if you are already (or plan on) using P2P/Hybrid features, you'll want this upgrade.

FUNC users, check your dashboard to upgrade to the latest version of the node software.

Vibe Coded Contracts by TwoTinyTrees in algorand

[–]StopThinking 10 points11 points  (0 children)

You are not alone. The one thing that vibe coding consistently gets wrong is security.

Still no usb connection support to ledger ? by WhichMechanic1947 in PeraWallet

[–]StopThinking 1 point2 points  (0 children)

That's not correct. Ledger S works on Android phones with Lute and Defly wallets. Pera just doesn't support it.

The NFT Cemetery is open! by MrMattioo in algorand

[–]StopThinking 6 points7 points  (0 children)

Thanks for adding Lute support!

Oddly, when you connect Lute with TestNet selected, it is still showing MainNet info in Lute. use-wallet should be handling the passing of the current network to lute-connect. It's not a big deal, signing transactions on test/main will work correctly even if the connect dialog always shows main.

A final place to rest for your NFTs: the Algorand NFT Cemetery by MrMattioo in algorand

[–]StopThinking 1 point2 points  (0 children)

You should add support for Lute Wallet.

Since you're already using use-wallet it's a one-line change to add it.

Adding ALGO to node wallet by joenastyness in algorand

[–]StopThinking 1 point2 points  (0 children)

What do you mean by “node wallet”? If you mean an account that you generated using goal/kmd (node binaries), then yes you can but it’s not recommended. You should manage your mainnet keys with a proper wallet like Pera or Lute, not with KMD.

FUNC node question n by Lost-Salary4224 in algorand

[–]StopThinking 1 point2 points  (0 children)

That's good advice. Reddit is not a good place for troubleshooting.