Author Topic: 【Announcement】DAC PLAY  (Read 10914 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 »

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
Nope wallet is on base of google material design .. :)
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline kuwaitee

  • Jr. Member
  • **
  • Posts: 41
    • View Profile
When we can trade the PLAY ???
Any plan for exchange ???

Offline Troglodactyl

  • Hero Member
  • *****
  • Posts: 960
    • View Profile
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.

jaran

  • Guest
Where do you buy some PLAY?

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

Offline onceuponatime

Where do you buy some PLAY?

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Downloaded windows wallet, registered account. The account name should be at least 7 characters. (So I cannot register "clayop").
The wallet is smooth and looks nice.
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline joele

  • Sr. Member
  • ****
  • Posts: 467
    • View Profile
I hope the wallet is not the same like bitshares that only the name is changed.

Offline logxing

DAC Sun Never Set.

Introducing the opensource decentralized game platform PLAY.
http://www.dacsunlimited.com

The latest official release can always be found at this URL:
https://github.com/dacsunlimited/dac_play/releases/latest

Upon unleashing, decentralized technology runs on its own, just like the Internet. The power of decentralization crashes any bureaucracy or censorship that tries to stop it.

WELCOME TO THE DACPLAY WORLD!
-DACSunlimited

There's a lot of spelling mistakes and poor english all over dacplay.org.  I suggest running a spell check and getting a native english speaker to help.

ie: LEARN ABOUT DETAIL  (English people don't talk like that, they would instead say "VIEW DETAILS")

It says this:

"which can be consider as the door opened to the crypto world and than the entire world."

which means this:

"which can be considered as a new door opened to both the crypto world, as well as, the entire world".

It says:

"Provable fair game and truly random number generation is always be a problem for games, the algorithm from BitShares DPOS, we first can use this service based on blockchain in games."

Instead it should say:

"Provable fair game and truly random number generation has always been a problem for games. Now we can use the algorithms from BitShares DPOS, and use these blockchain features in games today."

There's more.   Anyone else want to take a crack at this?

When launching any site you want to have your best foot forward. There will be no second chances to make a first impression.

 +5%
BTS Account:logxing

Offline joele

  • Sr. Member
  • ****
  • Posts: 467
    • View Profile
DAC Sun Never Set.

Introducing the opensource decentralized game platform PLAY.
http://www.dacsunlimited.com

The latest official release can always be found at this URL:
https://github.com/dacsunlimited/dac_play/releases/latest

Upon unleashing, decentralized technology runs on its own, just like the Internet. The power of decentralization crashes any bureaucracy or censorship that tries to stop it.

WELCOME TO THE DACPLAY WORLD!
-DACSunlimited

There's a lot of spelling mistakes and poor english all over dacplay.org.  I suggest running a spell check and getting a native english speaker to help.

ie: LEARN ABOUT DETAIL  (English people don't talk like that, they would instead say "VIEW DETAILS")

It says this:

"which can be consider as the door opened to the crypto world and than the entire world."

which means this:

"which can be considered as a new door opened to both the crypto world, as well as, the entire world".

It says:

"Provable fair game and truly random number generation is always be a problem for games, the algorithm from BitShares DPOS, we first can use this service based on blockchain in games."

Instead it should say:

"Provable fair game and truly random number generation has always been a problem for games. Now we can use the algorithms from BitShares DPOS, and use these blockchain features in games today."

There's more.   Anyone else want to take a crack at this?

When launching any site you want to have your best foot forward. There will be no second chances to make a first impression.
+5%

Offline crypto4ever

  • Full Member
  • ***
  • Posts: 103
    • View Profile
DAC Sun Never Set.

Introducing the opensource decentralized game platform PLAY.
http://www.dacsunlimited.com

The latest official release can always be found at this URL:
https://github.com/dacsunlimited/dac_play/releases/latest

Upon unleashing, decentralized technology runs on its own, just like the Internet. The power of decentralization crashes any bureaucracy or censorship that tries to stop it.

WELCOME TO THE DACPLAY WORLD!
-DACSunlimited

There's a lot of spelling mistakes and poor english all over dacplay.org.  I suggest running a spell check and getting a native english speaker to help.

ie: LEARN ABOUT DETAIL  (English people don't talk like that, they would instead say "VIEW DETAILS")

It says this:

"which can be consider as the door opened to the crypto world and than the entire world."

which means this:

"which can be considered as a new door opened to both the crypto world, as well as, the entire world".

It says:

"Provable fair game and truly random number generation is always be a problem for games, the algorithm from BitShares DPOS, we first can use this service based on blockchain in games."

Instead it should say:

"Provable fair game and truly random number generation has always been a problem for games. Now we can use the algorithms from BitShares DPOS, and use these blockchain features in games today."

There's more.   Anyone else want to take a crack at this?

When launching any site you want to have your best foot forward. There will be no second chances to make a first impression.



Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
Any screenshots available?

Offline Gentso1

  • Hero Member
  • *****
  • Posts: 931
    • View Profile
  • BitShares: gentso
Windows version we are waiting for  ::)

 +5% Any time table for a windows 64bit ?

Offline Riverhead


Nice! I have been looking forward to this :D

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
http://www.dacsunlimited.com/binaries/pls/

:( sry false alarm .. so guess you have to wait a bit longer
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
mh sry . was thinking there  is a file behind - just copied link!
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Windows version we are waiting for  ::)
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline DACSunlimited

  • Full Member
  • ***
  • Posts: 136
    • View Profile
DAC Sun Never Set.

Introducing the opensource decentralized game platform PLAY.
http://www.dacsunlimited.com

The latest official release can always be found at this URL:
https://github.com/dacsunlimited/dac_play/releases/latest

Upon unleashing, decentralized technology runs on its own, just like the Internet. The power of decentralization crashes any bureaucracy or censorship that tries to stop it.

WELCOME TO THE DACPLAY WORLD!
-DACSunlimited