BTS: 如何查看三对公私钥

依然是看图说话…


纸钱包快速获得三对公私钥的方法:

大佬你好,我最近在研究用程序交易bts,但写程序的时候 from bitshares.market import Market market = Market(“USD:BTS”) print(market.ticker()) market.bitshares.wallet.unlock(“wallet-passphrase”) print(market.sell(300, 100))

这个wallet-passphrase 我试了各种密码 都显示graphenestorage.exceptions.WrongMasterPasswordException

大佬你好,我最近在研究用程序交易bts,但写程序的时候 from bitshares.market import Market market = Market(“USD:BTS”) print(market.ticker()) market.bitshares.wallet.unlock(“wallet-passphrase”) print(market.sell(300, 100))

这个wallet-passphrase 我试了各种密码 都显示graphenestorage.exceptions.WrongMasterPasswordException

这三个私钥我都用了 还是不行,不知道 应该填什么了

我估计你问他没卵用 你可以去国外论坛问问abit

佩佩说对了,问我没啥卵用啊 :sweat_smile:

那个论坛点注册 就显示错误 :mask:

注册需要审批的 :sweat_smile:

注册找大山 :kissing:

大山是谁啊,,怎么找他,,

 from bitshares import BitShares
 bitshares = BitShares("wss://api.bts.ai")
 bitshares.wallet.create("123")  #钱包加密密码
 bitshares.wallet.unlock("123")  #钱包加密密码
 bitshares.wallet.addPrivateKey("5J**********")  #账户的私钥
 bitshares.wallet.addPrivateKey("5K*********")  #账户的私钥
2赞

钱包加密密码是指登录账号的密码么, 账户的私钥 是那个资金权限里的私钥?

大佬方便加一下 qq或者微信么 :heart_eyes:

不是,这个加密密码可以自己设置,比如123就行 create(“123”) 就是设置密码,create操作会创建一个本地文件,addPrivateKey都是对这个文件的操作。

WechatIMG10 来,交流一下

加你了大佬~通过一下