Author Topic: 【Announcement】DAC PLAY  (Read 10805 times)

0 Members and 1 Guest are viewing this topic.

Offline vikram


I have the same error as EBIT:




-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a (found version "1.0.1f")
** for a debug build: cmake -DCMAKE_BUILD_TYPE=Debug ..
-- Finished fc module configuration...
-- Using  as BerkeleyDB root
-- Looking for: db_cxx-6.0
-- debug/usr/lib/x86_64-linux-gnu/libdb_cxx.sooptimized/usr/lib/x86_64-linux-gnu/libdb_cxx.so
-- Found BerkeleyDB: /usr/include
-- Enabling Bitcoin Core Wallet Imports
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)
-- Found Readline: /usr/include
-- Configuring done
CMake Error at CMakeLists.txt:206 (add_library):
  Cannot find source file:

    /root/dac_play/libraries/leveldb/port/port_posix.cc

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


-- Build files have been written to: /root/dac_play/build
root@li9:~/dac_play/build# export LC_ALL="en_US.UTF-8"
root@li9:~/dac_play/build# make


make: *** No targets specified and no makefile found.  Stop.

DSL please see:
https://bitsharestalk.org/index.php?topic=15451.msg199121#msg199121
https://github.com/BitShares/bitshares/issues/1489

Offline pgbit

  • Sr. Member
  • ****
  • Posts: 241
    • View Profile
Link for a working faucet? Current one may be down.

Offline ripplexiaoshan

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 2300
    • View Profile
  • BitShares: jademont

I have the same error as EBIT:




-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a (found version "1.0.1f")
** for a debug build: cmake -DCMAKE_BUILD_TYPE=Debug ..
-- Finished fc module configuration...
-- Using  as BerkeleyDB root
-- Looking for: db_cxx-6.0
-- debug/usr/lib/x86_64-linux-gnu/libdb_cxx.sooptimized/usr/lib/x86_64-linux-gnu/libdb_cxx.so
-- Found BerkeleyDB: /usr/include
-- Enabling Bitcoin Core Wallet Imports
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)
-- Found Readline: /usr/include
-- Configuring done
CMake Error at CMakeLists.txt:206 (add_library):
  Cannot find source file:

    /root/dac_play/libraries/leveldb/port/port_posix.cc

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


-- Build files have been written to: /root/dac_play/build
root@li9:~/dac_play/build# export LC_ALL="en_US.UTF-8"
root@li9:~/dac_play/build# make


make: *** No targets specified and no makefile found.  Stop.
BTS committee member:jademont

Offline bitdraw

  • Jr. Member
  • **
  • Posts: 31
    • View Profile
how can i claim my play from bts, pts ?

Offline yellowecho

How do I redeem the tokens from sharedrop?
696c6f766562726f776e696573

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
可以了,改成字符串类型就好了。
还有几个问题:
1. info 获取的字段怎么没有 "blockchain_confirmation_requirement" 了啊?
2. 调用客户端转账的 URL 应该是怎样的啊?是 pls:acount/transfer/amount/100/asset/PLS/memo/aaa 吗?
« Last Edit: April 02, 2015, 01:31:06 pm by alt »

Offline HackFisher

  • Moderator
  • Hero Member
  • *****
  • Posts: 883
    • View Profile
无法使用API转账呢?
Code: [Select]
[3.1, 'PLS', 'pls.btsbots', 'btsbots', 'b20d7fee done']
2015-04-02 07:39:32,457[INFO]: transfer 3.1 PLS to btsbots with memo "b20d7fee done"
{'error': {'code': 35005,
           'detail': '35005 invalid_asset_amount: invalid asset amount\n'
                     '\n'
                     '    '
                     '{"share_string":"3.100000000000","max_rhs_size":5}\n'
                     '    th_a  asset_record.cpp:75 '
                     'share_string_to_satoshi\n'
                     '\n'
                     '    '
                     '{"share_string":"3.100000000000","precision":100000}\n'
                     '    th_a  asset_record.cpp:91 '
                     'share_string_to_satoshi\n'
                     '\n'
                     '    {"amount":"3.100000000000"}\n'
                     '    th_a  asset_record.cpp:96 asset_from_string\n'
                     '\n'
                     '    {"amount":"3.100000000000","symbol":"PLS"}\n'
                     '    th_a  chain_interface.cpp:286 to_ugly_asset\n'
                     '\n'
                     '    '
                     '{"amount_to_transfer":"3.100000000000","asset_symbol":"PLS","from_account_name":"pls.btsbots","recipient":"btsbots","memo_message":"b20d7fee '
                     'done","strategy":"vote_recommended"}\n'
                     '    th_a  wallet_api.cpp:322 wallet_transfer\n'
                     '\n'
                     '    {}\n'
                     '    th_a  common_api_client.cpp:3693 wallet_transfer',
           'message': 'invalid asset amount (35005)\n\n\n\n\n\n\n'},
 'id': 0}

For the reason, please refer this issue:
https://github.com/BitShares/bitshares/issues/1453
and commits
https://github.com/BitShares/bitshares/commit/7f90c30e27ed1daf06055acb39d6fe5cd3f41d14
https://github.com/BitShares/bitshares/commit/f895b8d44a786e45f6070ac2af6cf4a9ec862485

Besides, refer the api types as following:
https://github.com/bitsuperlab/bitshares_play/blob/develop/libraries/api/wallet_api.json#L657
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline logxing

是的,控制台可以转,PYTHON调用API就不行

问题是这样的
transfer "3.100000000000" PLS logxing521 xboxone mess vote_none
会出现你看到的错误提示

transfer "3.10000" PLS logxing521 xboxone mess vote_none
这样是OK的。

PLS最小单位是小数点后五位,不知和这个是不是有关。

我验证了下
transfer "3.100000" PLS logxing521 xboxone mess vote_none
也是同样的错误。
« Last Edit: April 02, 2015, 08:24:54 am by logxing »
BTS Account:logxing

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
是的,控制台可以转,PYTHON调用API就不行

Offline logxing

控制台里运行是OK的。
transfer 3.1 PLS logxing521 xboxone mess vote_none

TIMESTAMP           BLOCK     FROM                TO                  AMOUNT                  MEMO                                        FEE                 ID     
======================================================================================================================================================================
2015-04-02T07:53:01 PENDING   logxing521          xboxone             3.10000 PLS             mess                                        0.10000 PLS         b5032f65


无法使用API转账呢?
Code: [Select]
[3.1, 'PLS', 'pls.btsbots', 'btsbots', 'b20d7fee done']
2015-04-02 07:39:32,457[INFO]: transfer 3.1 PLS to btsbots with memo "b20d7fee done"
{'error': {'code': 35005,
           'detail': '35005 invalid_asset_amount: invalid asset amount\n'
                     '\n'
                     '    '
                     '{"share_string":"3.100000000000","max_rhs_size":5}\n'
                     '    th_a  asset_record.cpp:75 '
                     'share_string_to_satoshi\n'
                     '\n'
                     '    '
                     '{"share_string":"3.100000000000","precision":100000}\n'
                     '    th_a  asset_record.cpp:91 '
                     'share_string_to_satoshi\n'
                     '\n'
                     '    {"amount":"3.100000000000"}\n'
                     '    th_a  asset_record.cpp:96 asset_from_string\n'
                     '\n'
                     '    {"amount":"3.100000000000","symbol":"PLS"}\n'
                     '    th_a  chain_interface.cpp:286 to_ugly_asset\n'
                     '\n'
                     '    '
                     '{"amount_to_transfer":"3.100000000000","asset_symbol":"PLS","from_account_name":"pls.btsbots","recipient":"btsbots","memo_message":"b20d7fee '
                     'done","strategy":"vote_recommended"}\n'
                     '    th_a  wallet_api.cpp:322 wallet_transfer\n'
                     '\n'
                     '    {}\n'
                     '    th_a  common_api_client.cpp:3693 wallet_transfer',
           'message': 'invalid asset amount (35005)\n\n\n\n\n\n\n'},
 'id': 0}
BTS Account:logxing

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
无法使用API转账呢?
Code: [Select]
[3.1, 'PLS', 'pls.btsbots', 'btsbots', 'b20d7fee done']
2015-04-02 07:39:32,457[INFO]: transfer 3.1 PLS to btsbots with memo "b20d7fee done"
{'error': {'code': 35005,
           'detail': '35005 invalid_asset_amount: invalid asset amount\n'
                     '\n'
                     '    '
                     '{"share_string":"3.100000000000","max_rhs_size":5}\n'
                     '    th_a  asset_record.cpp:75 '
                     'share_string_to_satoshi\n'
                     '\n'
                     '    '
                     '{"share_string":"3.100000000000","precision":100000}\n'
                     '    th_a  asset_record.cpp:91 '
                     'share_string_to_satoshi\n'
                     '\n'
                     '    {"amount":"3.100000000000"}\n'
                     '    th_a  asset_record.cpp:96 asset_from_string\n'
                     '\n'
                     '    {"amount":"3.100000000000","symbol":"PLS"}\n'
                     '    th_a  chain_interface.cpp:286 to_ugly_asset\n'
                     '\n'
                     '    '
                     '{"amount_to_transfer":"3.100000000000","asset_symbol":"PLS","from_account_name":"pls.btsbots","recipient":"btsbots","memo_message":"b20d7fee '
                     'done","strategy":"vote_recommended"}\n'
                     '    th_a  wallet_api.cpp:322 wallet_transfer\n'
                     '\n'
                     '    {}\n'
                     '    th_a  common_api_client.cpp:3693 wallet_transfer',
           'message': 'invalid asset amount (35005)\n\n\n\n\n\n\n'},
 'id': 0}

Offline Akado

  • Hero Member
  • *****
  • Posts: 2752
    • View Profile
  • BitShares: akado
maybe they will do the same as NOTES and snapshot it to bitshares
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline Shentist

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 1601
    • View Profile
    • metaexchange
  • BitShares: shentist
faucet is not working

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
Where do you buy some PLAY?

Great question....they need to get a market going somewhere lol

Indeed.  I'm excited about PLAY launching, but it's a shame they aren't trading on BitShares.

 +5%


Offline joele

  • Sr. Member
  • ****
  • Posts: 467
    • View Profile
Waiting for the Win32-bit

Please someone post some wallet screenshots, just curious and excited. :D
« Last Edit: March 31, 2015, 10:33:25 am by joele »