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

Pages: 1 [2] 3
16
A reference usage of this data is here: https://github.com/sunchao123456/btsprice .
The idea is , the recharge/withdraw price is compensated to the original BTS price through a user defined factor (0-1). For example, now magicwallet.witness set the factor to 0.4, While you can use 1.1 FaitCNY to get 1 bitCNY, it will compute:

   compensated BTS Price = original BTS Price * (1 + (1.1 - 1)*0.4)

if you can use 0.9 FaitCNY to get 1 bitCNY, it will compute:

   compensated BTS Price = original BTS Price * (1 + (0.9 - 1)*0.4)

The original BTS price is from a fork of alt's btsprice (crazybit's one).

17
Hello,
       MagicWallet team is ready for new api source for price feed. As you know , we have the faitCNY/bitCNY deposit/withdraw gateway (p2p), so can provide some data to witnesses now. But this data is not for public. As a witness, if you are interesting to use this source, please use one of the following methods to apply your api key:

1 . reply this topic, comment your email address and your witness account
2.  send a mail to pluswave@magicwallet.io

the provided data is a array of accumulated deposit/withdraw transactions:


{  depositBitCNY: '0.0000',
    depositFiatCNY: '0.0000',
    depositCount: 0,
    withdrawBitCNY: '0.0000',
    withdrawFiatCNY: '0.0000',
    withdrawCount: 0,
    startdate: '2018-03-15T02:50:00.000Z',
    datelength: 1,
    datatype: '1m'
 },

the data is updated every minutes. you can get most recent data for:

1min
5min
15min
30min
1h
2h
4h
6h
12h
24h


18
Stakeholder Proposals / Re: [Witness Proposal] magicwallet.witness
« on: March 14, 2018, 10:00:51 am »
Can I request, that you also run a witness node on the public testnet, please?

yes,    magicwallet-witness in public testnet is actively producing blocks. currently 1496 blocks miss because of a stupid human mistake at the start of test(two weeks ago ).  see https://bitsharestalk.org/index.php?topic=26006.0


19
Stakeholder Proposals / Re: [Witness Proposal] magicwallet.witness
« on: March 09, 2018, 05:05:15 am »
Would you be interested in publishing price feeds for the Hertz Algorithm Based Asset on the Bitshares DEX? https://bitsharestalk.org/index.php?topic=26013.0
Yes, we are doing research about alt's btsprice script and forks. will add Hertz later.

20
Stakeholder Proposals / [Witness Proposal] magicwallet.witness
« on: March 08, 2018, 11:18:27 am »
BitShares community members,
     MagicWallet is a mobile wallet for BitShares. (https://www.magicwallet.io).  Since August 2017, We had more and more users over time. The icowallet.reg faucet has registered 90,000+ BitShares account already. Now we think we can make more contributes to the BitShares Community, witness is just one step. Please vote for magicwallet.witness .

     There are two VPSes used for witness , one is for active procuding block , another is for backup.
   
     The main Witness Server
     2 Core,
    16 GB Memory,
    60GB SSD Hard Disk

    The backup Witness Server
     2 Core,
     8 GB Memory,
     48GB SSD Hard Disk
   
 In Testnet we have tested the automatic switch process for urgent case, and have enough confidence to make the block production stable. However in the test process for a stupid mistake we stopped two nodes (main and backup) for few hours, which led to large block miss.

 全体比特股社区成员:
      鼓鼓钱包(https://www.magicwallet.io)是一款手机的比特股钱包,自从2017年8月以来,我们的用户数量稳步增长,目前水龙头帐号 icowallet.reg已经注册了9万多比特股帐号。我们觉得现在是时候为社区做出更多贡献了,见证人就是一小步。请投票给 magicwallet.witness

      我们准备了两个见证人服务器,以便一个故障能切换到另一个。
      主见证人服务器
     2 核,
    16 GB 内存,
    60GB SSD 硬盘

    备份见证人服务器
     2 核,
     8 GB 内存,
     48GB SSD 硬盘

  在测试网络中我们已经测试了自动热切换 , 现在有足够的自信能够稳定出块。 尽管测试的时候我们犯了一个愚蠢的错误,把两个程序同时下线了几个小时,导致大量丢块。

21
Stakeholder Proposals / [witness_proposal] magicwallet-witness for testnet
« on: February 26, 2018, 05:26:46 am »
Hi all,
       MagicWallet Team is testing witness. Please vote magicwallet-witness in testnet. Thank you for your support.

22
Technical Support / Re: Missing Active Authority 1.2.96393
« on: December 09, 2017, 01:07:17 pm »
you should trigger some bug like https://github.com/bitshares/bitsharesjs/issues/13 .  to workaroud (if it is the case ), just

1. change your password (if you use cloud wallet /password mode)
2. clear you application cache, re-create wallet (if you use wallet mode )

hope it helps.

23
Technical Support / General questions about multisig
« on: December 05, 2017, 08:59:57 am »
中文版: 关于多签的一些问题

proposed_transaction 手续费应该由多签帐号来出。

1. 只能选BTS ?
2. 如果满足条件,执行时费用不足怎么办?又充值够了怎么办?

proposal_create/propsal_update

1. proposal_create/proposal_update 如果由一个多签的一个公钥来执行,还需要这个公钥完全控制的另一个帐号来出手续费(或者由另一个帐号/密钥签名出手续费),不能用多签帐号自己来出?
1. proposal_create/proposal_update 可以用非BTS资产吧?

-----------------------------------------------------

English Version: Some questions about multisig and fee:

for proposed_transaction,   fee should be payed by multisig account

1. The fee asset can only be BTS ?
2. if it has been approved (up the threshold approval ), but can't be executed because of fee, how about the proposal ? And if the account get more asset after that time ?

proposal_create/proposal_update

1. if proposal_create/proposal_update are executed by one publickey, can the multisig account itself pay for the fee ?

2. proposal_create/proposal_update can be paid by other assets instead of BTS ?


24
Hi,
    Is there any general "URL Schema" defined for BitShares mobile client ? 
    In my opinion, general means "self described", so the mobile client can do 'smart things' by scan a qrcode based on a real "URL".

    for example, the following types are useful:
      1  an account address
      2. a private key
      3. a payment request = an account address + asset + amount

 Any ideas ?



25
中文 (Chinese) / Re: MagicWallet 1.2.1 发布(2017.09.08 更新)
« on: September 17, 2017, 12:14:40 pm »
是否有账户密码泄漏的风险?

除非您的手机中了木马或者病毒。

26
General Discussion / Re: [ANN] MagicWallet 1.2.2 Released
« on: September 15, 2017, 10:57:12 am »
if you like it , from this url https://btsreg.magicw.net/?use=generate you can generate a referrer URL that a new user register bts account within it , you will be the referrer account, get 55% of his network fee.

27
General Discussion / Re: [ANN] MagicWallet 1.2.1 Released
« on: September 09, 2017, 01:47:42 am »
In this stage, we don't want to open source the app. If you consider any security issue, please don't use it. If any developer want to review the code for security issue, please contact me. I will send you the source code , but you can use it only for review.

28
General Discussion / [ANN] MagicWallet 1.2.6 Released [update 2017.09.28]
« on: September 08, 2017, 10:28:17 am »
2017.9.28 1.2.6 released.  you can add your fav assets to three markets: CNY BTS USD.

MagicWallet ( formerly ICOWallet) 1.2.1 released ! MagicWallet is a mobile Bitshares Wallet application.
Android Version download : https://www.magicw.net/releases/magicwallet.apk
iOS app is on the way (in review) , and you can use web version: https://m.magicw.net
Now it is only Chinese , i18n (adding English translation) is on the way , next week you can use English Version.
Welcome to use it, and welcome any feedbacks.

origin post: https://steemit.com/bitshares/@pluswave/magicwallet-1-2-1-released

29
I am the leader developer of ICOWallet team. From my point of view,  the ChainStore part of bitsharesjs is poorly designed so we need to replace with our own. The points are:

1 The return value of APIs of the form getXXXX  is a 'try and guess correct' thing (sync one), which should be replaced with  ( same form of ) promise apis.
2. The tests are incomplete and the code is hard to argue and review.
3. For the cache thing, we need some carefully designed mechanism to reduce the network throughput  . IMHO, if a fully api node can reduce the memory usage, then in theory , a smart phone is capable for a "reduced full api node" which is used only with concerned accounts. That is a big thing. But for now, we plan to do some small improvements: market data / account history with diff data on wire .  BitsharesUI has some code for diff data on wire for market data, it should be  in bitsharesjs. Also, we plan to use HTML5 storage like localstorage / indexedDB to save persistent data from blockchain. (For compatible with Nodejs, that is another story.)

And yes, I think there are two ways to improve the architecture which is more valuable now:

1. use and improve alt's backend, drop many components in bitsharesjs.
2. do something like the discussion in this post above to improve the bitsharejs lib to make it a better one.

with any direction done, we can then do a better UI but I think it will be much easier.

we don't plan to open-source the UI part for ICOWallet in the near future( but maybe 1 or 2 years later), but once we have improved the bitsharesjs lib , we will make it opensource. @bitcrab suggested us to apply a worker for this part, but I don't think we need so much work to apply a worker (I think the community will see a better lib in two months, however as we have some other works, it could be incomplete for a whole UI but it should be a good reference for community to work on). If anyone can do some "block to object generating" like in C++ part in javascript, that is a valuable worker proposal (the big thing mentioned above).

In short, we need a better API lib layer to talk to backend first, then it is valuable to do a better reference UI .

30
网页打不开,看不了详情。
感谢关注,能否再连一次看看?

Pages: 1 [2] 3