Windows의 노드?
-
-
아마도 OCaml (Tezos 코드의 언어)이 Windows에서 잘 지원되지 않기 때문일 것입니다 : 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 OS가 안정적이지 않습니다. Linux OS와 같이 권장됩니다.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
-
비트 코인은 테조만큼의 보안이 필요하지만 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 예,현재 도커를 사용하여 원격 서명자를 굽고 사용하고 있습니다.그러나 올바르게 기억한다면 문제는 udev 규칙이 아니라 일부 권한 문제였습니다. 서명자 컨테이너를 권한있는 권한으로 실행해야하고 컨테이너 내부의 루트 사용자 또는 이와 비슷한 권한으로 실행해야합니다. 설정 한 지 오래되었습니다.@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에서 Ubunut 활성화
참고 : WSL은 Windows 10 버전 2004
이미 opam을 초기화하려고 시도한 경우 여기로 이동하여 문제 해결을 확인하세요.
새 설치에서 사용하고 있습니다.
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을 통한 Tezos 바이너리 설치는 훌륭하게 작동했습니다.
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/en-us/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 시스템 (도커 빌드 아님)에서 전체 노드를 빌드하는 방법이 있습니까?
그렇지 않다면 플랫폼이 지원되지 않는 특별한 이유가 있습니까?