Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BTSdac

Pages: 1 ... 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 ... 82
241
General Discussion / I try to run a witness node ,
« on: October 16, 2015, 09:54:33 am »
Chain user are blocked by GFW,  I have a VPS in Hong Kang high speed to mainland,  so I try to run a witness node ,
I run my witness node using command line :/witness_node -s 104.200.28.117:61705 --rpc-endpoint 127.0.0.1:8090
but I can not connect to it using light wallet.
who can help me thanks 

242
难道只能导入一次?覆盖从新导入就丢失了?不会吧,那惨了
bts1.0钱包由于titan的缘故,一个账号的余额分别在不同的私钥中,导入2.0后 需要一次claim操作将所有币转到一个账号.

243
一个就行了,也可以不加

244
Technical Support / Re: account disappear after reopen light wallet
« on: October 16, 2015, 12:37:30 am »
reload many times
yes I had reload many times ,but also have this problem , I try to use newest version

245
Technical Support / account disappear after reopen light wallet
« on: October 16, 2015, 12:20:44 am »
OS: WIN7 X64
litght wallet version :BitShares-light_2.15.286.exe
API : WS:/127.0.0.1:8090
witness_node version :BitShares-2.15.286-win64-cli-tools.exe

I had import my wallet ,but account disappear reopen wallet

246
General Discussion / Re: I cannot import my account "k1"
« on: October 15, 2015, 06:42:29 pm »
It looks like there is yet another bug in the GUI.
The account page fails to display its content when an account name is too short, e.g. k1, k2, a1

When I try this URL
https://bitshares.org/wallet/#/account/k1
or
https://bitshares.org/wallet/#/account/k2
or
https://bitshares.org/wallet/#/account/a1
I get an empty screen.

But when I go
https://bitshares.org/wallet/#/account/k88
or
https://bitshares.org/wallet/#/account/a10
it works fine.

At https://bitshares.openledger.info/#/account/k1 it's displayed ok, this bug was fixed yesterday but maybe wasn't updated at https://bitshares.org/wallet
+5% +5% +5%

247
General Discussion / Re: I cannot import my account "k1"
« on: October 15, 2015, 06:11:23 pm »
It looks like there is yet another bug in the GUI.
The account page fails to display its content when an account name is too short, e.g. k1, k2, a1

When I try this URL
https://bitshares.org/wallet/#/account/k1
or
https://bitshares.org/wallet/#/account/k2
or
https://bitshares.org/wallet/#/account/a1
I get an empty screen.

But when I go
https://bitshares.org/wallet/#/account/k88
or
https://bitshares.org/wallet/#/account/a10
it works fine.
yes I don`t know if the min length of account in BTS2.0 is  there characters, but K1 any two , but unfortunately I claimed my some bts to k1

248
General Discussion / I cannot import my account "k1"
« on: October 15, 2015, 05:37:13 pm »
I have an account named k1 in my bts1.0 wallet ,also there are other account
I import this wallet in bts2.0 , expect k1 other account are showed in wallet -gui
it seems that the account K1 is not imported in bts2.0 ?
but I claim all some of my bts and all asset to K1,

249
连接顺利!

witness_node -s 104.200.28.117:61705

-s 参数是什么意思?104.200.28.117是什么地址? 为保险多问一下。
-s 是seed node IP ,种子节点IP, 也可以不加这个命令

250
BTS2.0 首先放出来的轻钱包,网络被墙严重,导致很多打开钱包变白板。现在完整一体化的重钱包并没有放出来。 但其实已经可以使用重钱包了。
1.下载windows命令行钱包 BitShares-2.15.286-win64-cli-tools.exe https://github.com/bitshares/bitshares-2/releases/download/v2.15.286/BitShares-2.15.286-win64-cli-tools.exe
    下载 windows 轻钱包 https://github.com/bitshares/bitshares-2/releases/download/v2.15.286/BitShares-light_2.15.287.exe
2.分别安装 命令行钱包 BitShares-2.15.286-win64-cli-tools.exe  和轻钱包BitShares-light_2.15.287.exe
3.找到命令行钱包目录(安装时候选择的) 默认目录为
Code: [Select]
C:\Program Files\BitShares 2\bin新建个一个批处理文件 start.bat  内容为
Code: [Select]
cd "%~dp0
witness_node -s 104.200.28.117:61705 --rpc-endpoint 127.0.0.1:8090
保存后以管理员方式运行这个批处理文件.
4.打开轻钱包,将API服务器设置为
Code: [Select]
ws:/127.0.0.1:8090
国内高速服务器(极乐净土提供):ws://139.196.37.179:8090
欢迎大家加入探讨QQ :424152256  http://shang.qq.com/wpa/qunwpa?idkey=c04deb9f30071097d5f5d138e97e5b53827cbf4c4238abc7b522fb820f4d9258

251
how to become a committee ?

252
General Discussion / Re: Secure Payments to Users by Name
« on: October 15, 2015, 07:45:57 am »
While laying in bed this morning I had a flash of insight on how to significantly reduce the size of the signatures that prove who a payment is from.

Given Public Information (in blockchain):
Quote
dan => DANS_EXT_PUBLIC_KEY
scott => SCOTTS_EXT_PUBLIC_KEY

Assuming scott wants to send dan a payment anonymously, yet wants dan to know it is from him.

Quote
scott:  Generate OneTimePrivateKey  & OneTimePublicKey Pair
scott:  OneTimePrivateKey * DANS_EXT_PUBLIC_KEY => SECRET
                                        DANS_EXT_PUBLIC_KEY.child( SECRET ) => RECEIVE_PUBLIC_KEY => RECEIVE_ADDRESS
scott:  RECEIVE_PUBLIC_KEY * SCOTTS_EXT_PRIVATE_KEY => CHECK_SECRET
                                                                                    => SHORT_HASH(CHECK_SECRET) == SHORT_SIGNATURE

scott-broadcast:   OneTimePublicKey + RECEIVE_ADDRESS + ENCRYPT( from scott + SHORT_SIGNATURE, SECRET )

Quote
dan:   OneTimePublicKey * DANS_EXT_PRIVATE_KEY => SECRET
                                      DANS_EXT_PRIVATE_KEY.child( SECRET ) =>
                                                                RECEIVE_PRIVATE_KEY =>
                                                                  RECEIVE_PUBLIC_KEY => RECEIVE_ADDRESS

dan:   DECRYPT( data, SECRET ) => "from scott" + SHORT_SIGNATURE )
dan:   SCOTT_EXT_PUBLIC_KEY * RECEIVE_PRIVATE_KEY => CHECK_SECRET => SHORT_HASH(CHECK_SECRET)
HI  BM , I know you are busy recently , if you have spare , can you explain why use EXT_PRIVATE_KEY.child( SECRET ) rather than  EXT_PRIVATE_KEY(SECRET)  , 
generate many child key is the reason of  low inefficiency?

253
General Discussion / Re: Withdraw All of Your BTS from Poloniex
« on: October 15, 2015, 03:04:39 am »
clayop, support you.
wish poloniex open it's cold wallet.

thank you for your notice.

but I  think it is not easy to prove anything. so I think I would keep some bts on poloniex

Poloniex has the ball. If it opens its cold wallet account name, all problem will be solved easily. If not, only bankrun can reveal the truth.

周公恐惧流言日,王莽谦恭未篡时。 向使当初身便死,一生真伪复谁知?

254
Technical Support / Re: Bitshares OS X Wallet not able to connect
« on: October 15, 2015, 02:57:30 am »
it is seems that you try to connect to local serve,  had you run full witness node on you computer?

255
I wait a full node GUI wallet,

Pages: 1 ... 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 ... 82