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

Pages: 1 2 [3] 4 5 6 7 8 9 10 ... 12
31
General Discussion / Re: BitShares 2 Release Coordination Thread
« on: October 15, 2015, 08:38:42 pm »
I need all witnesses to update to the latest *bitshares* branch and replay the blockchain.   Post here after you have done so.

building now.

32
I did not contact that particular exchange individually.   

We gave the whole world NOTICE 30 days in advance and made posts on the proper threads where all upgrade announcements are posted.

Delegate  statistics

Total earnings:44,516.90 BTS
Withdrawn earnings:8,114.90 BTS
Total fees paid:531.90 BTS
Balance:36,402.00 BTS

I have import the keys to BTS2,how to withdraw the balance in bts2?Thanks

33
General Discussion / Re: BitShares 2 Release Coordination Thread
« on: October 15, 2015, 12:58:44 am »
All witnesses may need to replay the blockchain to get back in sync.  There seems to be an issue that can cause things to get out of sync.


delegate.taolje is syncing nicely now, need some vote for servicing network
Code: [Select]
get_witness delegate.taolje
{
  "id": "1.6.38",
  "witness_account": "1.2.10091",
  "last_aslot": 0,
  "signing_key": "BTS6oRYTjcbQU8s9TAtEY4qZknY7Xaw3E29ore3L3xX611KxFE5Nr",
  "vote_id": "1:48",
  "total_votes": 0,
  "url": "url-to-proposal",
  "total_missed": 0,
  "last_confirmed_block_num": 0

34
General Discussion / Re: BitShares 2 Release Coordination Thread
« on: October 14, 2015, 05:28:43 am »
Ready to serve the network.

get_witness delegate.taolje
{
  "id": "1.6.38",
  "witness_account": "1.2.10091",
  "last_aslot": 0,
  "signing_key": "BTS6oRYTjcbQU8s9TAtEY4qZknY7Xaw3E29ore3L3xX611KxFE5Nr",
  "vote_id": "1:48",
  "total_votes": 0,
  "url": "url-to-proposal",
  "total_missed": 0,
  "last_confirmed_block_num": 0
}

35
General Discussion / Re: Test Net for Advanced Users
« on: September 04, 2015, 08:07:29 am »
Thanks,I have  launched the witness node.

I think maybe "airdrop"(1.6.234) is  a delegate in  genesis block , can not  upgrade to to a lifetime member and create_witness.

Code: [Select]
get_witness airdrop
{
  "id": "1.6.234",
  "witness_account": "1.2.1854",
  "last_aslot": 0,
  "signing_key": "GPH6XXXXXXXXXXXXXXXXXXXXXXXX",
  "vote_id": "1:233",
  "total_votes": 204540615,
  "url": ""
}

1.6.234 is not producing block and no  "pay_vb"

1.6.234 is active.

Because 1.6.234 was a delegate in  genesis block ?

You have to launch the witness node with the proper commands.  You can either put it all in the command line like,
Code: [Select]
./witness_node --rpc-endpoint "127.0.0.1:8090"  --genesis-json aug-31-testnet-genesis.json -s 104.236.118.105:1776 --witness-id '"1.6.234"' --private-key '["GP...................................oy", "5KW.......................P8a"]'
or you can add these parameters to the config.ini.

I hope thats what you were asking.

36
General Discussion / Re: Test Net for Advanced Users
« on: September 04, 2015, 05:13:03 am »
Code: [Select]
get_witness airdrop
{
  "id": "1.6.234",
  "witness_account": "1.2.1854",
  "last_aslot": 0,
  "signing_key": "GPH6XXXXXXXXXXXXXXXXXXXXXXXX",
  "vote_id": "1:233",
  "total_votes": 204540615,
  "url": ""
}

1.6.234 is not producing block and no  "pay_vb"

1.6.234 is active.

Because 1.6.234 was a delegate in  genesis block ?

37
General Discussion / Re: Test Net for Advanced Users
« on: September 04, 2015, 03:22:48 am »
I am in.
witness id 1.6.234,
accout id airdrop
I need more CORE to test,thanks all.

Sent. Can you join tomorrow's spam party?

Thanks, of course.But how to join?

38
General Discussion / Re: Test Net for Advanced Users
« on: September 04, 2015, 03:10:16 am »
I am in.
witness id 1.6.234,
accout id airdrop
I need more CORE to test,thanks all.

39
General Discussion / Re: Test Net for Advanced Users
« on: September 03, 2015, 04:02:12 pm »
I got the error, what is wrong?
Code: [Select]
3570357ms th_a       application.cpp:228           operator()           ] Initializing database...
11127ms th_a       thread.cpp:95                 thread               ] name:ntp tid:140570790082304
11137ms ntp        ntp.cpp:77                    request_now          ] resolving... ["pool.ntp.org",123]
11145ms th_a       thread.cpp:95                 thread               ] name:p2p tid:140570760709888
11153ms ntp        ntp.cpp:81                    request_now          ] sending request to 97.107.128.58:123
11160ms th_a       application.cpp:117           reset_p2p_node       ] Adding seed node 104.236.118.105:1776
11166ms th_a       application.cpp:129           reset_p2p_node       ] Configured p2p node to listen on 0.0.0.0:34366
11169ms th_a       application.cpp:179           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090
11184ms th_a       thread.cpp:115                ~thread              ] calling quit() on p2p
11184ms th_a       thread.cpp:160                quit                 ] destroying boost thread 140570760709888
11184ms p2p        thread.cpp:246                exec                 ] thread canceled: 9 canceled_exception: Canceled
cancellation reason: [none given]
    {"reason":"[none given]"}
    p2p  thread_d.hpp:463 start_next_fiber
11223ms ntp        ntp.cpp:147                   read_loop            ] received ntp reply from 97.107.128.58:123
11223ms ntp        ntp.cpp:161                   read_loop            ] ntp offset: 1475, round_trip_delay 70059
11223ms ntp        ntp.cpp:177                   read_loop            ] ntp_delta_time updated to 1475
13408ms th_a       main.cpp:173                  main                 ] Exiting with error:
13 N11websocketpp9exceptionE: Underlying Transport Error
Underlying Transport Error:
    {"what":"Underlying Transport Error"}
    th_a  application.cpp:182 reset_websocket_server

    {}
    th_a  application.cpp:309 startup

40
General Discussion / Re: advice for expired cover order
« on: April 12, 2015, 05:55:22 am »
 +5% +5%

41
恩 不错 可以的 人民币 美元 港币 兑换商 都给力 这事就成了,
其实吧,我觉得 现在30多个100%受托人,都给我撤了,留2个给开发者。
都把位置让利给兑换商,让兑换商有利可图,他们才是bts系统的出路。
否则 你让兑换商冒这么大的风险,好处都给你们得了,别人谁愿意干啊

我的建议是101个受托人  都担当起来  受托人都必须要做兑换商

42
中文 (Chinese) / Re: 受托人制度改革畅想
« on: March 10, 2015, 09:13:21 am »
我的畅想是,所有的受托人都应该做网关,BTS如果有101个网关,外部资金进出就活了,兑换也就变得可能,可以吸引圈外各类资金涌入。
tradebts 是专业的cny网关吧
metaexchange 是专业的btc网关吧
usd网关可能需要牌照,没人搞。

资金涌入不是说有入金渠道就够的。
问题在于,圈外资金通过网关进来了能干啥呢?还是需要应用来吸引人。

各种资金进入至少可以干黑市兑换,激活内盘交易,发挥去中心化的交易系统的优势,这也是应用。

目前的网关太少,只能用CNY兑换CNY?用BTC兑换BTC?用CNY兑换BTC?用BTC兑换CNY?

正是因为没人做网关,受托人应该要担当起来,做各地的网关,让BTS系统活起来,不是圈内资金割来割去

圈外资金不能通过网关进出,有什么样的杀手级应用能吸引大家必须用BTS呢?




43
中文 (Chinese) / Re: 受托人制度改革畅想
« on: March 10, 2015, 04:36:35 am »
我的畅想是,所有的受托人都应该做网关,BTS如果有101个网关,外部资金进出就活了,兑换也就变得可能,可以吸引圈外各类资金涌入。

44
General Discussion / Re: Light Wallet Beta Release
« on: March 01, 2015, 01:50:24 am »
http://bitsharesblocks.com/blocks/block?id=1903934
I was transferring 1.5 BTS from light wallet (windows beta2) to an TITAN account, the light wallet said the fee is 0.5 BTS, but why the transaction history shows 0.25 BTS of fee instead? The withdrawal of 2 BTS doesn't match total deposit of 1.75 BTS.
0   Withdrawal   BTS   BTSKRrT9jvXAdaebPC32NqAqpMKLMdYDRe9x   2.0000 BTS
1   Deposit   BTS   BTS7v8r44XXpadFq5c1JMhfAFPTf2AvvDPdo   0.2500 BTS
2   Deposit   BTS   BTSL9pFk718xzSHb3YbQx6NZKAXQSH96jvo5   1.5000 BTS

0.25 fee
1.5+0.25+0.25?

45
Sorry for later,20141110,total 1280 BTSX
9 accounts,each account  3 USD.

1.jade 2.mtang 3.bitandrew 4.shentist 5.bocai  6.nyse 7.draven3 8.pmc 9.networker

Done.

Pages: 1 2 [3] 4 5 6 7 8 9 10 ... 12