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 - crazybit

Pages: 1 ... 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29
331
General Discussion / Re: Testing BitShares XT Launch...
« on: May 03, 2014, 05:02:05 pm »
EWJBpZvLQiGWmUqnVFKuTfhc4fQ7adfaH


could anyone pls sent me some test btsx ? thanks

You should have some funds.

got it ,thanks

332
General Discussion / Re: Testing BitShares XT Launch...
« on: May 03, 2014, 06:27:38 am »
Quote

>>> getnewaddress CrazyBit
spending passphrase:
EWJBpZvLQiGWmUqnVFKuTfhc4fQ7adfaH
>>> list_receive_addresses
address                           : account
--------------------------------------------------------------------------------
EWJBpZvLQiGWmUqnVFKuTfhc4fQ7adfaH : CrazyBit
>>> ^C
bts_xt_client.exe --trustee-address 9gWvCSLaAA67Rwg9AEvPAttUrdr9pXXKk --connect-to 107.170.30.
182:8765 --data-dir D:\bitshares\VS2013_update\programs\bts_xt\Debug\Client
================================================================
=                                                              =
=             Welcome to BitShares XT                          =
=                                                              =
=  This software is in alpha testing and is not suitable for   =
=  real monetary transactions or trading.  Use at your own     =
=  risk.                                                       =
=                                                              =
=  Type 'help' for usage information.                          =

>>> list_receive_addresses
address                           : account
--------------------------------------------------------------------------------
>>> getnewaddress CrazyBit
spending passphrase:
EWJBpZvLQiGWmUqnVFKuTfhc4fQ7adfaH
>>> list_receive_addresses
address                           : account
--------------------------------------------------------------------------------
EWJBpZvLQiGWmUqnVFKuTfhc4fQ7adfaH : CrazyBit
>>> quit

unbelievable, the private key come back again,is it possible to generate the same key in different time? as the operation history enclosed above, i terminate the client without saving the key to the wallet, and i can get the same key "EWJBpZvLQiGWmUqnVFKuTfhc4fQ7adfaH" after i re-launch the client.

333
General Discussion / Re: Testing BitShares XT Launch...
« on: May 03, 2014, 05:40:30 am »
EWJBpZvLQiGWmUqnVFKuTfhc4fQ7adfaH


could anyone pls sent me some test btsx ? thanks

pls ignore it, as i have missed the private key of above address, seems there is a bug,  the generated address was not saved to the wallet when i use CTRL+C to terminate the client but not use the command "quit" to exit

334
General Discussion / Re: Testing BitShares XT Launch...
« on: May 03, 2014, 02:34:29 am »
EWJBpZvLQiGWmUqnVFKuTfhc4fQ7adfaH


could anyone pls sent me some test btsx ? thanks

335
Technical Support / Re: merkle tree algorithm in toolkit
« on: May 01, 2014, 05:48:46 am »
Are you referring to this?
https://github.com/BitShares/bitshares_toolkit/blob/ab177ba65f4355af9805b4e7451ed9f7dba8a0b7/libraries/blockchain/block.cpp#L49

I think that's just a clever way of doing the standard merkle tree. Notice "2*sizeof(uint160)". Your interpreted simplification effectively doesn't include t1 or t3.

Quote
2*sizeof(uint160)
oh, i overlooked the highlighted code segment,agree that it is a clever way to implement the standard merkle tree. it makes the code elegant and easier to understand. +5% +5% +5%

336
中文 (Chinese) / Re: 论坛新版面设计的不错
« on: May 01, 2014, 03:48:57 am »
虚拟币的世界已经把国家这个概念淡化了。扯这些有的没的,没啥意思。

337
Technical Support / merkle tree algorithm in toolkit
« on: May 01, 2014, 03:29:32 am »
     root
      / \
   A      B
  / \    / \
 t1 t2 t3 t4


A=hash(t1,t2)
B=hash(t3,t4)
Root=hash(A,B)

presented above is the typical merkle tree algorithm, but seems the merkle  tree algorithm in bitshares toolkit is simplified as below(if i my understanding is not wrong),what is the purpose?is it still work properly after simplified ?and any benefit from the simplification?

A=hash(t2)
B=hash(t4)
Root=hash(B)


338
云服务器可以吗?我付租金
你放心将你的钱包放在云服务器上吗?


339
General Discussion / Re: How to get involved in the Test chain?
« on: April 29, 2014, 11:11:35 am »
btw, i found that the block keep generated even there is no transaction in the network, is that expected?

340
General Discussion / Re: How to get involved in the Test chain?
« on: April 29, 2014, 05:46:16 am »
it will fail because of missing the second argument if only add quotes around the key exactly follow the guide. the guide should be updated.

change

Quote
import_private_key "5b5ca05c294f6778f84f0f5ea01f017a0c7e10fcf7a3cba6e67ae0e6318b389d"

to

Quote
import_private_key "5b5ca05c294f6778f84f0f5ea01f017a0c7e10fcf7a3cba6e67ae0e6318b389d" label




i also import the private key of the pts address in the genesis block,but still can not get the balance.

Make sure you put quotes around the key...

341
实力更强的你指得是哪些?
让dac钱包尽快把我的硬盘撑爆吧

从目前测试的情况看,这一天快了。BM建议硬盘容量要在200GB左右。一旦DPOS测试完成,me就会出来,然后应该music也马上会出来。
今年的初夏bitshares将很火爆。前期投资者可以选择退场或继续跟着玩,不过如果有赚还是退场好。因为bitshares前面的道路还很难说。有可能全军覆没。因为目前已经有很多实力更强的竞争者正在等候时机

Sent from my MB525 using Tapatalk 2


342
General Discussion / Re: BitShares GFX playground - Wallpapers
« on: April 28, 2014, 04:40:21 pm »
i like the third one personally,it is pretty cool.


343
General Discussion / Re: BitShares GFX playground - Wallpapers
« on: April 28, 2014, 02:53:18 pm »
wow, very cool.

344
General Discussion / Re: How to get involved in the Test chain?
« on: April 28, 2014, 02:30:50 pm »
i also import the private key of the pts address in the genesis block,but still can not get the balance.

345
General Discussion / Re: How to get involved in the Test chain?
« on: April 28, 2014, 12:56:13 pm »
i tried to follow the manual testing guide to launch a  test chain, but seems can not get the balance after import the private key
Quote

genesis.json
{
    "balances": [
        [
          "PcBT8L6fyjfNzmnTkp1rwfoQTY4ep7RMQx",
          100000000.
        ]
    ]
}


bts_xt_server.exe --trustee-address Meg1Bg3jCeaimZwwePDSok43VCHze3dwE

bts_xt_client.exe --data-dir C:\TEMP\BitsharesX_1 --trustee-address Meg1Bg3jCeaimZwwePDSok43VCHze3dwE --trustee-private-key 115c2654c13b5dd62ea1142a0b001f76cc429d5542e6fa35f7d85747a39828ca

create the wallet and import the private key
>>> import_private_key 115c2654c13b5dd62ea1142a0b001f76cc429d5542e6fa35f7d85747a39828c
true
>>> rescan
scanning transaction 0.100  of 0.101
done scanning block chain
>>> getbalance
0

Currently, there isn't any public test chain. Maybe you can download it from jekins.bitshares.org and test locally according to this:

http://bitshares.org/documentation/group__manual__testing.html

Pages: 1 ... 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29