Author Topic: BitShares Play CLI Testnet #1, Buy & Sell Chips  (Read 4583 times)

0 Members and 1 Guest are viewing this topic.

Offline HackFisher

  • Moderator
  • Hero Member
  • *****
  • Posts: 883
    • View Profile
This testnet will be closed soon, we will have next testnet for play.
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 HackFisher

  • Moderator
  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Has the snapshot date for Play been announced?

Not yet, according the roadmap, we are going announce the snapshot after several testnet rounds, at the best time.

https://bitsharestalk.org/index.php?topic=9267.0

But the roadmap could be changes, since we already have snapshot draft candidates on hand.
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 bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
Has the snapshot date for Play been announced?

Offline HackFisher

  • Moderator
  • Hero Member
  • *****
  • Posts: 883
    • View Profile
People can play with the dice game after they buy dice chips:

Quote
2014-09-27T09:34:01 28        test123             test123             0.00000 PLS             register test123                            327,722.81984 PLS       0.50000 PLS         a7c5bfb7
 2014-09-27T09:34:34 31        test123             ORDER-KVg82c2c      1.00000 PLS             buy 10 DICE @ 100 PLS                       327,721.31984 PLS       0.50000 PLS         29a13a19
 2014-09-27T15:18:42 2096      test123             test123             0.00000 PLS             play dice                                   327,720.81984 PLS       0.50000 PLS         658843e7
 2014-09-27T15:20:30 2106      MARKET              test123             19.80 DICE              winjackpot with lucky number: 43741228      19.80 DICE              0.00000 PLS         [2c3868]
 2014-09-27T15:22:47 2120      test123             test123             0.00000 PLS             play dice                                   327,720.31984 PLS       0.50000 PLS         645a3c62
 2014-09-27T15:24:30 2130      MARKET              test123             0.99 DICE               winjackpot with lucky number: 72176448      20.79 DICE              0.00000 PLS         [e100bf]

Using commands, the result will draw after 10 blocks (which will be improved later according to https://bitsharestalk.org/index.php?topic=6764.0), this is only as a game sample:

Quote
wallet_play_dice test123 10 2

The last parameter is the odds.
« Last Edit: September 27, 2014, 03:37:17 pm by HackFisher »
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 HackFisher

  • Moderator
  • Hero Member
  • *****
  • Posts: 883
    • View Profile

Also .. the seed nodes seem(s) to be down .. cannot connect to the network

Looks fine on my nodes, could you try again?
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 xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
XTS8a6ADiZz1YhocDiCDMF1K4vi1qZynDXXG2wkhxWsGNFm1oqYtT

sorry missed that.

Also .. the seed nodes seem(s) to be down .. cannot connect to the network

Offline HackFisher

  • Moderator
  • Hero Member
  • *****
  • Posts: 883
    • View Profile
you guys are killing me ..

many DAC ... much compile ... so burning CPU


edit: for security reasons ... could you also offer a private key with funds so that we do not need to use our own keys ..
not that I wouldn't trust you .. but exposing AGS keys to a testnet is ugly

Yes, please take a look at my previous post, post your testing address, it will be added to the genesis addresses with funds.
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 xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
you guys are killing me ..

many DAC ... much compile ... so burning CPU


edit: for security reasons ... could you also offer a private key with funds so that we do not need to use our own keys ..
not that I wouldn't trust you .. but exposing AGS keys to a testnet is ugly
« Last Edit: September 27, 2014, 10:03:51 am by xeroc »

Offline HackFisher

  • Moderator
  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Besides, post your testing address (PTS or BTC) using tool bts_create_key from toolkit, if you want to join BitShares Play testnet:

https://github.com/bitsuperlab/bitshares_play/blob/master/programs/utils/bts_create_key.cpp

We will add them to the testing genesis in later testnet rounds.
« Last Edit: September 27, 2014, 09:51:07 am by HackFisher »
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 HackFisher

  • Moderator
  • Hero Member
  • *****
  • Posts: 883
    • View Profile
This is a testnet only for advanced users, who need to build the binary themselves, tester can follow this guide:
after run the bitshares_client, it should connect to testnet automatically.

You can use and import your PTS or AGS wallet dat for testing.

https://github.com/bitsuperlab/bitshares_play/wiki/Guide-of-internal-testnet-for-CLI-users

https://github.com/bitsuperlab/bitshares_play/tree/play

This is the whiter paper.
http://www.bitsuperlab.com/pdf/BitSharesPlayWhitePaper.pdf


Buy&sell dice chips using (Note now it requires the account to be registered to but chips, will remove that requirement later):

Code: [Select]
wallet_market_buy_chips
wallet_market_sell_chips

File issues you found to:
https://github.com/bitsuperlab/bitshares_play/issues

« Last Edit: September 27, 2014, 09:38:13 am by HackFisher »
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.