Search Criteria
Package Details: bee-git 0.2.1.r0.g1fbe96ab-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bee-git.git (read-only, click to copy) |
|---|---|
| Package Base: | bee-git |
| Description: | A framework for IOTA nodes, clients and applications in Rust |
| Upstream URL: | https://github.com/iotaledger/bee |
| Keywords: | DLT IOTA |
| Licenses: | Apache |
| Submitter: | xyzabc123 |
| Maintainer: | None |
| Last Packager: | xyzabc123 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-04-02 15:57 (UTC) |
| Last Updated: | 2021-09-14 15:46 (UTC) |
Dependencies (7)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- rustup (rustup-gitAUR) (make)
Latest Comments
1 2 Next › Last »
tsangares commented on 2023-05-08 01:44 (UTC) (edited on 2023-05-08 01:45 (UTC) by tsangares)
Bee is going to if not already depricated: https://discord.com/channels/397872799483428865/630794683920154676/1101618666325414010
Dr. Electron from Discord — 04/28/2023 2:19 PM:
tsangares commented on 2023-03-04 23:22 (UTC)
I keep getting this error:
xyzabc123 commented on 2021-05-03 21:27 (UTC)
Mostly on Discord. The public key and peer id are derived from the private key so giving the node only the private key is enough, thats's also the reason I restrict all access to these files to the
beeuser with600.tsangares commented on 2021-05-03 21:16 (UTC)
Why is the private key my identity and what do I do with the public key and peer id? Also where did you learn these steps?
xyzabc123 commented on 2021-05-03 20:50 (UTC) (edited on 2021-05-03 20:58 (UTC) by xyzabc123)
My package runs the id generation at first installation and puts it in
/etc/bee/idthere you will findYour p2p private key: XXXXXXXand this is theidentityyou put inconfig.toml. There should also be an info message about this when installing this package for the first time.Edit: Yeah I think this justifies a PR, at least for https://github.com/iotaledger/bee/blob/chrysalis-pt-2/bee-node/README.md as the step regarding
bee p2p-identityand how to use it isn't mentioned anywhere. And just to be clear I have no affiliation with the IOTA Foundation whatsoever.tsangares commented on 2021-05-03 20:08 (UTC) (edited on 2021-05-03 20:16 (UTC) by tsangares)
I don't have an identity yet. I can generate one from
bee p2p-identitybut I don't see what to do with that data. The config file does not have a section for private keys and when I put thep2p PeerIDin theidentityfield ofconfig.tomlrunning bee then spits out,invalid identity string length.EDIT So I read the code in
/home/myname/.cache/yay/bee-git/src/bee/bee-node/src/config.rsand saw that the identity required a 128 character hex string. I generated a random hex string and put it in as my identity and it seems to work now. Although, that wasn't really well documented. Should I make a PR on this documentation or just wait for them to further develop things?xyzabc123 commented on 2021-05-03 19:49 (UTC)
Did you copy over your
identityto the new config file. And please clear the content of/var/lib/beebut not the directory itself.tsangares commented on 2021-05-03 19:28 (UTC)
Hey setBoolean, I am still getting the same issue. I just ran
yay -S bee-gitand waited for the rust to compile. Then I didsudo cp /etc/bee/config.toml.pacnew /etc/bee/config.tomland it still gives me the same errorFailed to build node builder. Do I need to edit the config file?xyzabc123 commented on 2021-05-01 10:51 (UTC) (edited on 2021-05-01 12:16 (UTC) by xyzabc123)
Issues should be fixed now and the config files provided by upstream should now be correctly integrated. There is now also an info message after upgrading to diff ones config files to check for changes made upstream as the package doesn't touch your original configs. Be careful to copy your existing identity to the new config files or it will be gone. You may have to delete the contents of your
/var/lib/beedirectory, when deleting the whole directory don't forget to change ownership back tobee:beexyzabc123 commented on 2021-05-01 08:19 (UTC)
This is NOT an upstream issue. A fix will be deployed in the next few hours.
1 2 Next › Last »