Alphanetの蛇口ウォレットが認識されないのはなぜですか?
-
-
あなたが何をしたか、何が起こると期待していたか、そして代わりに何が起こったかをより詳細に説明してください.Please explain in more detail what you did, what you expected to happen, and what happened instead.
- 2
- 2019-02-26
- Tom
-
親愛なるトム、これは入力と出力です.easy @easy-VPCEJ2M1E:〜$./alphanet.sh再起動 alphanet_endorser-003-PsddFKi3_1を停止しています...完了 ... スクリプトは最新です. ... alphanet_endorser-003-PsddFKi3_1の作成...完了 easy @easy-VPCEJ2M1E:〜$ ./alphanet.shクライアントは、「container: '/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json'」でアカウントアリスをアクティブ化します alphanet:tezos/tezosからプル ダイジェスト:sha256:9e0530c93507c6d59422278facfa138ef5e282813db5ee045413e9e9026696e9 ステータス:tezos/tezos:alphanetの画像は最新です lstat/home/easy/':そのようなファイルやディレクトリはありませんDear Tom, this is the input and output. easy@easy-VPCEJ2M1E:~$ ./alphanet.sh restart Stopping alphanet_endorser-003-PsddFKi3_1 ... done ... The script is up to date. ... Creating alphanet_endorser-003-PsddFKi3_1 ... done easy@easy-VPCEJ2M1E:~$ ./alphanet.sh client activate account alice with "container:'/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json'" alphanet: Pulling from tezos/tezos Digest: sha256:9e0530c93507c6d59422278facfa138ef5e282813db5ee045413e9e9026696e9 Status: Image is up to date for tezos/tezos:alphanet lstat /home/easy/': no such file or directory
- 1
- 2019-02-26
- Easy Aloha
-
あなたがこれを理解することを望みます.Hope you understand this.
- 1
- 2019-02-26
- Easy Aloha
-
VIAZデモをテストしたいだけの場合は、TezBoxのようなライトウォレットで蛇口アカウントを使用する方が簡単な場合があります.ガイドは次のとおりです:https://github.com/viazofficial/web-app/blob/master/ALPHA_DEMO.md(viazデモを使用するために完全なノードを実行する必要はありません)If you are just wanting to test the VIAZ demo, it may be easier to use the faucet account with light wallet like TezBox - here's a guide: https://github.com/viazofficial/web-app/blob/master/ALPHA_DEMO.md (you don't need to run a full node to use the viaz demo)
- 0
- 2019-02-27
- Stephen Andrews
-
私も同様の問題を抱えていました-alphanetのノードは機能していましたが、蛇口で操作を行うことができませんでした.実行中のノードでは不十分でした.私の場合、ノードはまだ完全にブートストラップされていません.これが理由です.ノードが完全にブートストラップされたかどうかを確認することから始めることができます-これを実行します:./tezos-clientbootstrappedI had a similar problem - node on alphanet was working, but could not make any operations with faucet. Running node was not enough. In my case the node wasn't completely bootstrapped yet, this is why. You can start by checking if your node was bootstrapped completely - run this: ./tezos-client bootstrapped
- 1
- 2019-02-27
- indigo
-
2 回答
- 投票
-
- 2019-03-02
その
container:
パラメーターから一重引用符を省略してみます.余分な引用レベルが問題を引き起こしているのではないかと思います.つまり、次のことを試してください../alphanet.sh client activate account alice with "container:/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json"
I would try leaving out the single quotes from that
container:
parameter. I suspect that the extra level of quoting is causing problems. That is, try:./alphanet.sh client activate account alice with "container:/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json"
-
Corei5内にIntelを搭載したマシンでUbuntu18.03 LTSを実行しており、DockerとDockerComposeを使用してAlphanetで実行中のノードを正常にセットアップしました.蛇口ウォレットをダウンロードしましたが、認識されません.私は何が間違っているのですか?私は経験豊富なプログラマーではないので、それは非常に単純なことかもしれません.このウォレットで、VIAZの機能をテストしたいと思います.手伝ってくれてありがとう.
私が試した手順は次のとおりです.