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

Pages: [1] 2
1
Openledger / openledger open.btc withdraw issue
« on: December 20, 2017, 08:28:22 am »
Hi, all,
yesterday, I withdraw 0.7687 open.btc to my own btc wallet address 185aFBnFsPfbReaofLB176zYdgrdXVTnHF  via the openledger gateway,
today, I still not receive my btc,  what's wrong with openledger?  my bitshares account is bts308831759   the txid is: 68444f5079c3342440f35e4db407fef963f54444 ,   bitshares explorer link is: http://cryptofresh.com/tx/68444f5079c3342440f35e4db407fef963f54444
can anyone help me? thank you!!!

2
Openledger / openledger open.btc withdraw issue
« on: December 20, 2017, 08:18:58 am »
Hi, all,
yesterday, I withdraw 0.7687 open.btc to my own btc wallet address 185aFBnFsPfbReaofLB176zYdgrdXVTnHF  via the openledger gateway,
today, I still not receive my btc,  what's wrong with openledger?  my bitshares account is bts308831759   the txid is: 68444f5079c3342440f35e4db407fef963f54444 ,   bitshares explorer link is: http://cryptofresh.com/tx/68444f5079c3342440f35e4db407fef963f54444
can anyone help me? thank you!!!

3
Technical Support / openledger open.btc withdraw issue
« on: December 20, 2017, 08:14:06 am »
Hi, all,
yesterday, I withdraw 0.7687 open.btc to my own btc wallet address 185aFBnFsPfbReaofLB176zYdgrdXVTnHF  via the openledger gateway,
today, I still not receive my btc,  what's wrong with openledger?  my bitshares account is bts308831759   the txid is: 68444f5079c3342440f35e4db407fef963f54444 ,   bitshares explorer link is: http://cryptofresh.com/tx/68444f5079c3342440f35e4db407fef963f54444
can anyone help me? thank you!!!

4
With the rapid development of the times of Internet information, the ways people get knowledge and information are increasingly diversified and convenient; in real life, when we have doubts and hence need help from other people, you’ll find, in most of the time, that people around you actually cannot timely answer your confusions/doubts, hence we’ll divert our attention to the Internet - the biggest open information platform - to seek help. Blogs, microblogs and all sorts of online forums are all good places where perception, knowledge and emotion can be exchanged among people; also, various group chat software/apps that exist can bring us experience of nearly real-time communication. In using the above various communication tools, however, we’ve also detected some problems:

       1. Such ways of communication as blog, microblog and forum are not completely real-time because the posters have to wait for quite a long time before they get replies from other people.

       2. Group chat tools can bring us experience of nearly real-time communication, but group chat is after all not a separate discussion tailored to a question raised by someone but filled with miscellaneous chats that can easily drown the messages of those who need help and answers to their doubts.

       3. People lack motivation and enthusiasm to participate in and reply the questions and doubts of other people.

The emergence of the blockchain technology brings us new ways of thinking, new economic models and brand-new definitions of “value”. In response to the foregoing phenomena and in combination with the advantages of the blockchain technology, the AskCoin Project comes into being. The distributional consensus algorithm DPOS, which is the fastest in the cryptocurrency industry, is adopted for AskCoin. The DPOS algorithm, having been sufficiently verified in such projects as BitShares, Steemit, Lisk and etc., can realize second(s)-level block confirmation and thereby ensure the real-time nature of the Q&A platform. Moreover, AskCoin itself is a kind of cryptocurrency embedded in the system that drives the whole Q&A platform, and it stands for value too. As long as you are willing to help others answer their doubts, the askers’ll reward you; also, you may only reward certain replies that satisfy you separately, this is an innovation of AskCoin.

Hi, everybody,
  I’m a cryptocurrency fan as well as a software/app engineer from China. In our daily life, we have many questions/doubts, when we expect help from others, we’ll find that people around us cannot timely give us answers. Emergence of the blockchain technology has, however, significantly changed our recognition to the society and the economy, which enables the shared economic model. We are now developing, based on the blockchain technology, a cryptocurrency used for real-time Q&A (question and answer) — AskCoin. It can get people’s questions answered timely while giving some rewards. ICO crowd-funding for AskCoin is currently in process. For this time, 1.0 billion askcoins will be offered at a subscription price of CNY0.01 per coin during the ICO. You can go into the exchange inside the BitShares Wallet, select the trading pair of AskCoin : bitCNY and trade by pending orders. Welcome all friends believing the AskCoin project is promising to go for the DEX (Decentralized Exchanges) of BitShares to subscribe askcoins. Thanks!

Official website: http://www.askcoin.me
Whitepaper: http://www.askcoin.me/whitepaper_en.pdf
Steemit: https://steemit.com/@askcoin

5
Technical Support / Re: witness_node doesn't work well
« on: August 11, 2017, 02:19:28 am »
We are still quite ways away from the server limitations. But you are right, most desktops will not be able to run a full node.

if a full node process can run on different server machine,  one as a master process,  the others as slave processes, each sub process could communication with each other,  so the total RAM is equal to sum of these all different server which run a sub process. Is this a solution to resolve the single server's RAM limitations? could dev team implement this solution on bitshares?

6
Technical Support / Re: witness_node doesn't work well
« on: August 10, 2017, 05:02:27 pm »
Full node runs now around 32GB RAM. A node with disabled history plugins should run around 2-3GB.

yesterday,  I download bitshares source from github, and build it, run full node with command:
./programs/witness/witness_node --data-dir=full_node --rpc-endpoint="0.0.0.0:11011"
and wait many hours, my 32g ram 4 core cpu machine stuck, and crash,  why bitshares's blockchain data so huge?  if I want to disable history plugin, what should I do? thanks
Comment out:
/programs/witness_node/main.cpp#L75-L76
75       auto history_plug = node->register_plugin<account_history::account_history_plugin>();
76       auto market_history_plug = node->register_plugin<market_history::market_history_plugin>();

@sahkan,
thank you very much. by the way, if history plugin enabled,  should bts community be worried about the huge RAM requirement?  the capacity of RAM a computer machine can provide is limited, at this rate, everyone could not run bitshares full node  one day, Am I right?
@sahkan , @xeroc
by the way, if history plugin enabled,  should bts community be worried about the huge RAM requirement?  the capacity of RAM a computer machine can provide is limited, at this rate, everyone could not run bitshares full node  one day, Am I right?

7
Technical Support / Re: witness_node doesn't work well
« on: August 09, 2017, 10:27:43 am »
Full node runs now around 32GB RAM. A node with disabled history plugins should run around 2-3GB.

yesterday,  I download bitshares source from github, and build it, run full node with command:
./programs/witness/witness_node --data-dir=full_node --rpc-endpoint="0.0.0.0:11011"
and wait many hours, my 32g ram 4 core cpu machine stuck, and crash,  why bitshares's blockchain data so huge?  if I want to disable history plugin, what should I do? thanks
Comment out:
/programs/witness_node/main.cpp#L75-L76
75       auto history_plug = node->register_plugin<account_history::account_history_plugin>();
76       auto market_history_plug = node->register_plugin<market_history::market_history_plugin>();

@sahkan,
thank you very much. by the way, if history plugin enabled,  should bts community be worried about the huge RAM requirement?  the capacity of RAM a computer machine can provide is limited, at this rate, everyone could not run bitshares full node  one day, Am I right?

8
Technical Support / Re: witness_node doesn't work well
« on: August 09, 2017, 03:44:51 am »
Full node runs now around 32GB RAM. A node with disabled history plugins should run around 2-3GB.

yesterday,  I download bitshares source from github, and build it, run full node with command:
./programs/witness/witness_node --data-dir=full_node --rpc-endpoint="0.0.0.0:11011"
and wait many hours, my 32g ram 4 core cpu machine stuck, and crash,  why bitshares's blockchain data so huge?  if I want to disable history plugin, what should I do? thanks

9
General Discussion / Re: bitshares asset KAPITAL can't sell???
« on: March 15, 2017, 04:51:44 am »
There was a short period of time where we accidentally turned off the whitelist/blacklist feature. It was basically because we wanted to update something with the asset, and did it through the light client. The light client doesn't have the feature of defining whitelist authorities added, and whenever you update an asset detail through the light client, it automatically empties the asset's whitelist authority list. Luckily we realized the situation shortly, and updated the whitelist authority list once more to fix it. Apparently, you acquired the assets during that short interval.

thanks, JianJolly, for your reply......

10
General Discussion / Re: bitshares asset KAPITAL can't sell???
« on: March 14, 2017, 01:39:44 am »
The question of how he was able to buy it in the first place remains..

is this a bug?  anyone know answer of this question?

11
General Discussion / Re: bitshares asset KAPITAL can't sell???
« on: February 22, 2017, 01:49:09 pm »
hi, all, I have known that white/blacklist is a feature, but my account was not in the whitelist or blacklist,   so I want to know why my account can buy the KAPITAL asset ????   my account name is oo-oo,    this  is a bots account via bitshares api,  I don't know when my bots account buy KAPITAL asset, but the oo-oo account have some KAPITAL  finally, so I'm sure this is a big bug!!!!!,
I will wait someone could tell the real reason to me.

Best Regards!

12
General Discussion / Re: bitshares asset KAPITAL can't sell???
« on: February 18, 2017, 10:58:18 am »
thank you for your reply, do you mean this is a bitshares bug ?  asset issue bug ?.......

13
General Discussion / bitshares asset KAPITAL can't sell???
« on: February 18, 2017, 07:09:06 am »
hi, everyone, I bought some KAPITAL asset before, today, I want to sell it , but the bitshares wallet happen error tips:

Failed to broadcast the transaction:
is_authorized_asset( d, *fee_paying_account, *fee_asset ): Account 1.2.* attempted to pay fee by using asset 1.3.1181 'KAPITAL', which is unauthorized due to whitelist / blacklist

I want to know why this happend?   is caused by "whitelis/baklist" ?,  but,  why allowed to buy,   not allow to sell ??????????

14
中文 (Chinese) / Re: 【机器人套利1号】白皮书!谢谢支持
« on: August 28, 2016, 01:49:51 am »
多几个楼主这样做事的就好了

我也相信通过机器人套利是能产生利润的,另外对bts的生态也有好处的,

可以促进个人资产的发展,丰富bts的延伸领域。

15
中文 (Chinese) / Re: 【机器人套利1号】白皮书!谢谢支持
« on: August 23, 2016, 08:00:47 am »
+5%


谢谢哈,有兴趣也可以加下白皮书里的官方群,分享未来。

Pages: [1] 2