We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resyncwallet
importprivkey
importpubkey
importkey
importtemplate
synctype
sync
importwallet
The text was updated successfully, but these errors were encountered:
0 - 5k
Sorry, something went wrong.
No branches or pull requests
当前的实现
优点
resyncwallet
时,如果wallet中地址较多、关联的交易较多,效率高缺点
改进方案
查询某个地址的所有交易
优点
缺点
两种方案同时存在
importprivkey
,importpubkey
,importkey
,importtemplate
中增加参数synctype
,在参数sync
开启时,默认使用新方式,也可以设置为旧方式(交易量大的地址)importwallet
,在地址全部导入后调用resyncwallet(旧方式)resyncwallet
中增加参数synctype
,默认使用旧方式,也可以设置为新方式The text was updated successfully, but these errors were encountered: