Author Topic: Test Net for Advanced Users  (Read 263643 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
+5% .. gonna join the network tomorrow .. i am out for today

Offline reyreyrey

  • Full Member
  • ***
  • Posts: 91
    • View Profile
BTS ID:raindrop

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
 +5% lets try ubuntu
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
There needs to be an easier way to import balances.  Perhaps some way to import all private keys held in the wallet.

I manually imported at least a hundred keys and got a total of 6 hits for 3600 CORE.  Unfortunately not even enough to upgrade account.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore

On Ubuntu 14.04 this worked to update the client.  This is assuming that you already have the build directory set up.  checking out bitshares breaks the submodules so you have to pull a couple manually.  Works and exports keys into a nice encrypted json.


Thanks! Trying.. slow network  :(
BitShares committee member: abit
BitShares witness: in.abit

Offline ebit

  • Committee member
  • Hero Member
  • *
  • Posts: 1905
    • View Profile
  • BitShares: ebit
telegram:ebit521
https://weibo.com/ebiter

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
If you have a mac, download the draft version of BitShares 0.9.2 which has a new api call
https://github.com/bitshares/bitshares/releases/tag/untagged-4166986045ff28284dc4

This download is broken.. showing a 404 page.
Is there a way to build from source? Best if for Ubuntu.

Mines still building.  Ill post instructions in a couple minutes if it works.

edit

On Ubuntu 14.04 this worked to update the client.  This is assuming that you already have the build directory set up.  checking out bitshares breaks the submodules so you have to pull a couple manually.  Works and exports keys into a nice encrypted json.
Code: [Select]
git pull
git checkout bitshares
cd libraries
rm -r fc
git clone https://github.com/cryptonomex/fc.git
cd fc/vendor
rm -r secp256k1-zkp
git clone https://github.com/cryptonomex/secp256k1-zkp.git
cd ../../..
git submodule update --init --recursive
cmake .
make bitshares_client
« Last Edit: August 15, 2015, 01:25:18 am by puppies »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
If you have a mac, download the draft version of BitShares 0.9.2 which has a new api call
https://github.com/bitshares/bitshares/releases/tag/untagged-4166986045ff28284dc4

This download is broken.. showing a 404 page.
Is there a way to build from source? Best if for Ubuntu.
BitShares committee member: abit
BitShares witness: in.abit

Offline CLains

  • Hero Member
  • *****
  • Posts: 2606
    • View Profile
  • BitShares: clains

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
awesomesauce

For those of us not running OSX would you suggest we pull and build that version, or is there a reasonable way of pulling those keys manually?

Now that I am looking at it it looks like both import_account_keys and import_accounts require importing from json.  Is that right?  if so building that version of 0.9.2 seems like a good idea.
« Last Edit: August 15, 2015, 12:08:59 am by puppies »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

Download this Aug-14 snapshot of BitShares:

https://drive.google.com/open?id=0B_GVo0GoC_v_S3lPOWlUbFJFWTQ

If you have a mac, download the draft version of BitShares 0.9.2 which has a new api call
https://github.com/bitshares/bitshares/releases/tag/untagged-4166986045ff28284dc4

Console>>  wallet_export_keys /tmp/bitshares.json

That file will contain all of your public/private key pairs sorted by account.   You can use that data to import into graphene.  Note: GUI import is still somewhat broken.

You can connect to the test network as:

Code: [Select]
./witness_node --rpc-endpoint "127.0.0.1:8090"  --genesis-json aug-14-test-genesis.json -d test_net -s 104.200.28.117:61705
./cli_wallet -w wallet_name  --chain-id 081401ede64c8fe30b23c91d7ab8750103acb1a39548a866fb562f2edf4627d6

For some help with the CLI wallet:
https://github.com/cryptonomex/graphene/wiki/CLI-Wallet-Cookbook

How to become an active witness:
https://github.com/cryptonomex/graphene/wiki/Howto-become-an-active-witness-in-BitShares-2.0

Next week we will provide information for GUI users. 




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.