Windows上的节点?
-
-
可能是因为Windows无法很好地支持OCaml(Tezos代码的语言):http://www.ocaml.org/docs/install.html#WindowsProbably because OCaml (the language of Tezos code) is not supported well on Windows: http://www.ocaml.org/docs/install.html#Windows
- 1
- 2019-02-25
- utdrmac
-
@utdrmac谢谢!会看看.我很好奇是否有人尝试过.@utdrmac thanks! Will give a look. I am curious if someone ever have it a try.
- 1
- 2019-02-25
- Ezy
-
Windows操作系统不稳定,建议像Linux操作系统一样.Windows OS is not stable, recommended like-Linux OS.
- 0
- 2020-08-27
- Tomasz Waszczyk
-
3 个回答
- 投票数
-
- 2019-02-27
Linux是比Windows更安全的平台.您可以使用它来构建节点,但是我建议在Linux上构建节点
Linux is a much more secure platform than Windows. You can use it to build a node, but I recommend building a node on Linux
-
比特币需要与tezos一样高的安全性,但是有一个Windows节点.我不认为缺少Windows节点是团队拒绝Windows为"不安全"的结果.Bitcoin needs as much security as tezos well but there is a windows node. I don’t believe absence of the windows node is a consequence of the team rejecting windows as « unsafe ».
- 3
- 2019-02-27
- Ezy
-
-
我相信不是为了烘烤吗?Not for baking i believe ?
- 1
- 2019-02-25
- Ezy
-
@Ezy为什么不烘烤呢?我用它烘烤,效果很好!@Ezy why not for baking? I use it for baking, works fine!
- 0
- 2019-02-27
- asbjornenge
-
@asbjornenge您是否设法应用分类帐udev规则并将其连接?@asbjornenge did you manage to apply the ledger udev rules and connect it?
- 0
- 2020-08-27
- jdsika
-
@jdsika好吧,是的,我目前正在烘焙和使用docker使用远程签名者.但是,如果我没记错的话,问题不是udev规则,而是一些权限问题-需要以特权用户身份和容器中的root用户身份运行签名者容器,或者类似的事情.@jdsika well yes, I'm currently baking & using remote signer using docker. But if I remember correctly the issue wasn't the udev rules but some permissions issue - need to run the signer container as privileged and as the root user inside the container or something like that It's been a while since I set it up
- 0
- 2020-08-31
- asbjornenge
-
如果您在此处编辑我的答案并使用分类账说明进行扩展,将为我带来极大的帮助!You would do me a tremendous favor if you would edit my answer here and extend it with the ledger instructions!
- 0
- 2020-08-31
- jdsika
-
-
- 2020-08-27
我正在使用Windows子系统,我想写一个答案,但显然有人确实写了我的想法:) 我正在Windows Store的Windows 10上使用Ubuntu 20.04:
注意:自 Windows 10版本2004
我正在全新安装上使用它:
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh) opam init --disable-sandboxing opam switch create for_tezos 4.09.1
opam install depext opam depext tezos opam install tezos
并对其进行更新:
opam update opam depext opam upgrade
I am using the Windows subsystem and I wanted to write an answer but apparently someone wrote exactly what I had in mind :) I am using Ubuntu 20.04 on Windows 10 from the Windows Store:
Enable Ubunut on Windows as described here
Note: WSL is available since Windows 10 version 2004
Go and see here for troubleshooting if you already tried to init opam
I am using this on a fresh installation:
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh) opam init --disable-sandboxing opam switch create for_tezos 4.09.1
The installation of the Tezos binaries through opam worked great:
opam install depext opam depext tezos opam install tezos
And update it:
opam update opam depext opam upgrade
-
谢谢,这是非常有帮助的! 只是想补充一下,您需要Windows 10版本2004(https://docs.microsoft.com/zh-cn/windows/whats-new/whats-new-windows-10-version-2004#windows-subsystem-for-linux-wsl)Thank you, this is very helpful! Just wanted to add that you need Windows 10 version 2004 (https://docs.microsoft.com/en-us/windows/whats-new/whats-new-windows-10-version-2004#windows-subsystem-for-linux-wsl)
- 0
- 2020-09-02
- Babell
是否可以在Windows系统上构建完整节点(不是docker构建)?
如果没有,是否有不支持该平台的特定原因?