Telegram 无法使用Fift为吨创建钱包?

Telegram 无法使用Fift为吨创建钱包?,telegram,Telegram,现在,我正试图创建一个钱包吨 我下载并构建了一个试图创建新钱包的Fift解释器:./crypto/Fift new-walelt.fif [ 1][t 0][1559491459.312618017][fift-main.cpp:147] Error interpreting standard preamble file `Fift.fif`: cannot locate file `Fift.fif` Check that correct include path is set by -I

现在,我正试图创建一个钱包吨

我下载并构建了一个试图创建新钱包的Fift解释器:./crypto/Fift new-walelt.fif

 [ 1][t 0][1559491459.312618017][fift-main.cpp:147] Error interpreting standard preamble file `Fift.fif`: cannot locate file `Fift.fif`
 Check that correct include path is set by -I or by FIFTPATH environment variable, or disable standard preamble by -n.

尽管设置了路径变量。有人能帮我吗?

您是否尝试过
/crypto/fift-I/crypto/fift new wallet.fif
而不是设置环境变量?Fift.fif和Asm.fif库文件是否在FIFTPATH中

确保您已遵守此处所写的所有说明:

如果您正确地执行上述所有说明,它应该可以工作。如果不是,它可能是一个bug。请记住,TON处于非常早期的测试阶段。您可以在此处提交问题:

首先,找到{{lite client source direcotry}}/crypto/fift

这是而不是构建目录,这是源文件(下载的lite客户端)所在的目录。因此,请验证它是否包含Fift.fif文件

如果将其安装在用户工作目录中,则应为:

~/lite-client/crypto/fift/
现在,您应该将FIFTPATH变量设置为指向此目录,或者使用-I选项运行fift:

export FIFTPATH=~/lite-client/crypto/fift/
./crypto/fift new-walelt.fif

您还可以使用以下选项:

cd ~/liteclient-build
crypto/fift -I/root/lite-client/crypto/fift/lib -s /root/lite-client/crypto/smartcont/new-wallet.fif -1 wallet_name
试试这个(对我有用)

cd ~/liteclient-build
crypto/fift -I/root/lite-client/crypto/fift/lib -s /root/lite-client/crypto/smartcont/new-wallet.fif -1 wallet_name
export FIFTPATH=~/lite-client/crypto/fift/lib

./crypto/fift new-wallet.fif