元帳(リモート署名者)を使用してパン屋を運営する方法
2 回答
- 投票
-
- 2019-02-21
ここのtezosドキュメントで概説されています: https://tezos.gitlab.io/mainnet/Introduction/Various.html#signer
考慮する必要があることの1つは、VPNまたはsshトンネル、または署名者(元帳が接続されたローカルマシンで実行されている)とクラウド内のノードの間に安全な接続を設定することです.
Zerotierをご覧になることをお勧めします-
https://www.zerotier.com/-シンプルで強力なアプローチのために It's outlined in the tezos docs here: https://tezos.gitlab.io/mainnet/introduction/various.html#signer
One thing you need to think about is setting up a VPN or ssh tunnel or some secure connection between the signer (running on a local machine with the ledger connected) and the node in the cloud.
I can recommend taking a look at Zerotier - https://www.zerotier.com/ - for a simple and powerful approach
-
- 2019-02-21
私は同じ状況にあり、Dockerイメージの便利なパッケージ化が好きです.
この男は、公式のTezos Dockerイメージを介してtezos-signerを実行する方法について説明しました: https://github.com/habanoz/tezos-signer-on-docker
現在、ステップ4で立ち往生しています.起動して実行している、tezos-mainnet-signerコンテナーを使用するようにベイカーと非難のDockerコンテナーを構成する方法がわかりません.
I'm in the same situation and like the convenient packaging of the Docker images.
This guy provided instructions on how to run the tezos-signer via the official Tezos Docker image: https://github.com/habanoz/tezos-signer-on-docker
I'm currently stuck at step 4, not sure how to configure my baker and accuser Docker containers to use the tezos-mainnet-signer container I got up and running.
ハードウェアウォレットを使用してVPSでノードを実行する方法を知りたいです.誰もが私に「リモート署名者」を掘り下げることを勧めていますが、私はそれについて多くの情報を見つけることができません.VPSにリモート署名者を使用することについての詳細な説明はありますか?