Author Topic: How to get involved in the Test chain?  (Read 3243 times)

0 Members and 1 Guest are viewing this topic.

Offline NewMine

  • Hero Member
  • *****
  • Posts: 552
    • View Profile
Anyone want to post some screen shots? Is there even an simple GUI for this or is it going to be command line until someone else creates a the GUI?

The WEB GUI is under rapid development.

Nice.

Offline bytemaster

Anyone want to post some screen shots? Is there even an simple GUI for this or is it going to be command line until someone else creates a the GUI?

The WEB GUI is under rapid development. 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
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 NewMine

  • Hero Member
  • *****
  • Posts: 552
    • View Profile
Anyone want to post some screen shots? Is there even an simple GUI for this or is it going to be command line until someone else creates a the GUI?

Offline crazybit

btw, i found that the block keep generated even there is no transaction in the network, is that expected?

Offline crazybit

it will fail because of missing the second argument if only add quotes around the key exactly follow the guide. the guide should be updated.

change

Quote
import_private_key "5b5ca05c294f6778f84f0f5ea01f017a0c7e10fcf7a3cba6e67ae0e6318b389d"

to

Quote
import_private_key "5b5ca05c294f6778f84f0f5ea01f017a0c7e10fcf7a3cba6e67ae0e6318b389d" label




i also import the private key of the pts address in the genesis block,but still can not get the balance.

Make sure you put quotes around the key...

Offline bytemaster

i also import the private key of the pts address in the genesis block,but still can not get the balance.

Make sure you put quotes around the key...

For the latest updates checkout my blog: http://bytemaster.bitshares.org
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 crazybit

i also import the private key of the pts address in the genesis block,but still can not get the balance.

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
i tried to follow the manual testing guide to launch a  test chain, but seems can not get the balance after import the private key
Quote

genesis.json
{
    "balances": [
        [
          "PcBT8L6fyjfNzmnTkp1rwfoQTY4ep7RMQx",
          100000000.
        ]
    ]
}


bts_xt_server.exe --trustee-address Meg1Bg3jCeaimZwwePDSok43VCHze3dwE

bts_xt_client.exe --data-dir C:\TEMP\BitsharesX_1 --trustee-address Meg1Bg3jCeaimZwwePDSok43VCHze3dwE --trustee-private-key 115c2654c13b5dd62ea1142a0b001f76cc429d5542e6fa35f7d85747a39828ca

create the wallet and import the private key
>>> import_private_key 115c2654c13b5dd62ea1142a0b001f76cc429d5542e6fa35f7d85747a39828c
true
>>> rescan
scanning transaction 0.100  of 0.101
done scanning block chain
>>> getbalance
0

Currently, there isn't any public test chain. Maybe you can download it from jekins.bitshares.org and test locally according to this:

http://bitshares.org/documentation/group__manual__testing.html

make sure that the imported private key is related to the adress in genesis address, not the trustee private key.

来自我的 GT-N7100 上的 Tapatalk

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 crazybit

i tried to follow the manual testing guide to launch a  test chain, but seems can not get the balance after import the private key
Quote

genesis.json
{
    "balances": [
        [
          "PcBT8L6fyjfNzmnTkp1rwfoQTY4ep7RMQx",
          100000000.
        ]
    ]
}


bts_xt_server.exe --trustee-address Meg1Bg3jCeaimZwwePDSok43VCHze3dwE

bts_xt_client.exe --data-dir C:\TEMP\BitsharesX_1 --trustee-address Meg1Bg3jCeaimZwwePDSok43VCHze3dwE --trustee-private-key 115c2654c13b5dd62ea1142a0b001f76cc429d5542e6fa35f7d85747a39828ca

create the wallet and import the private key
>>> import_private_key 115c2654c13b5dd62ea1142a0b001f76cc429d5542e6fa35f7d85747a39828c
true
>>> rescan
scanning transaction 0.100  of 0.101
done scanning block chain
>>> getbalance
0

Currently, there isn't any public test chain. Maybe you can download it from jekins.bitshares.org and test locally according to this:

http://bitshares.org/documentation/group__manual__testing.html

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
Currently, there isn't any public test chain. Maybe you can download it from jekins.bitshares.org and test locally according to this:

http://bitshares.org/documentation/group__manual__testing.html
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 Simulacra_and_Simulation

  • Newbie
  • *
  • Posts: 8
    • View Profile
Can anyone detail how to get started? Maybe specifically for Windows? Browsed github, not sure what to download. Any help would be nice. :'(