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は安定していないため、LinuxOSのように推奨されます.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ストアのWindows10でUbuntu20.04を使用しています:
ここで説明されているようにWindowsでUbunutを有効にする
注:WSLは、 Windows10バージョン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システムで完全なノードをビルドする方法はありますか(Dockerビルドではありません)?
そうでない場合、プラットフォームがサポートされていない 特別な理由はありますか?