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

0 Members and 1 Guest are viewing this topic.

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I'm up running and producing blocks on the latest source. 

I was having a hard time getting the cli wallet to run.  Turns out I had an empty wallet.json file that was causing all the ruckus.  I think it was an export from 0.9.2, as I had never saved a wallet on this box.  Probably just an ID 10 T error on my part, but I figured I would mention it in case anyone else is having the same issue. 
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

We just pushed some significant updates / improvements to the P2P code.    Please upgrade if you can and see how they work for you.
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 bytemaster

I've yet to see my witness produce a block. 

Not sure what I'm doing wrong.  The witness is all synced and it shows I've got votes but my ID is never listed under active witnesses and never produces anything.  as far as I can tell.

Code: [Select]
get_witness delegate.xeldal
{
  "id": "1.6.1625",
  "witness_account": "1.2.22412",
  "last_aslot": 61295,
  "signing_key": "G.................5",
  "pay_vb": "1.13.179",
  "vote_id": "1:1624",
  "total_votes": "89849588541",
  "url": ""
}

Code: [Select]
"head_block_num": 156986,
  "head_block_id": "0002653a9daea9b627f0985b5f8f1061f3eb2afe",
  "head_block_age": "7 seconds old",
  "next_maintenance_time": "2 minutes in the future",
  "chain_id": "ecbde738ba0b319cb4d266e613b200d010da8b37313c20aec03f9c8e2d9b35e3",
  "active_witnesses": [

You should be in soon.
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.

Xeldal

  • Guest
I've yet to see my witness produce a block. 

Not sure what I'm doing wrong.  The witness is all synced and it shows I've got votes but my ID is never listed under active witnesses and never produces anything.  as far as I can tell.

Code: [Select]
get_witness delegate.xeldal
{
  "id": "1.6.1625",
  "witness_account": "1.2.22412",
  "last_aslot": 61295,
  "signing_key": "G.................5",
  "pay_vb": "1.13.179",
  "vote_id": "1:1624",
  "total_votes": "89849588541",
  "url": ""
}

Code: [Select]
"head_block_num": 156986,
  "head_block_id": "0002653a9daea9b627f0985b5f8f1061f3eb2afe",
  "head_block_age": "7 seconds old",
  "next_maintenance_time": "2 minutes in the future",
  "chain_id": "ecbde738ba0b319cb4d266e613b200d010da8b37313c20aec03f9c8e2d9b35e3",
  "active_witnesses": [

Offline bytemaster

I just saw some major spam, a block with over 100 transactions :)    Good work.   The Node JS code seemed to handle the spam well! 
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 bytemaster

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.

iHashFury

  • Guest
I have been running the latest master for 2 days - non stop


Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
I fixed some crashes with the RPC code today.   In case anyone has experienced witness node crashes.

Will we need a new test net or should this sync with current network?

I think it is compatible, because I'm running on the latest commit version.
Same here
Same here
BitShares committee member: abit
BitShares witness: in.abit

Offline puppies

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

Is there a way to claim witness pay yet? It would help to fund testing :).

get_object "1.13.178"
[{
    "id": "1.13.178",
    "owner": "1.2.67159",
    "balance": {
      "amount": 437000000,
      "asset_id": "1.3.0"

Yes, commands here:
Code: [Select]
get_vesting_balances in.abit
withdraw_vesting in.abit 100 CORE true

I think you're allowed to withdraw 4370 CORE.
Nice catch abit.

You can also withdraw your fee refunds by calling the vesting balance object like this
Code: [Select]
unlocked >>> withdraw_vesting 1.13.173 23957 CORE true
withdraw_vesting 1.13.173 23957 CORE true
{
  "ref_block_num": 46692,
  "ref_block_prefix": 3121941031,
  "expiration": "2015-09-08T09:14:30",
  "operations": [[
      33,{
        "fee": {
          "amount": 100000,
          "asset_id": "1.3.0"
        },
        "vesting_balance": "1.13.173",
        "owner": "1.2.63354",
        "amount": {
          "amount": 2395700000,
          "asset_id": "1.3.0"
        }
      }
    ]
  ],
  "extensions": [],
  "signatures": [
    "1f51a42c36cb50c3085808e14303d6e2edc407ef6d83f4d2524d438d10e4e5598818baccacf785f48f82ea8a8074975182eea23dd885ce7ac6088c2d219a19980a"
  ]
}

This will make having enough core to test much much easier.

If anyone needs CORE let me know.
« Last Edit: September 08, 2015, 09:24:25 am by puppies »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline CalabiYau

bitshares-argentina node is back with last commit version.

nathan seems to have only ~1900 CORE, not enough to vote me in.

Also getting this error when trying to import_balance from a pre snapshot balance key:

Code: [Select]
2838767ms th_a       wallet.cpp:2805               import_balance       ] balances: []
10 assert_exception: Assert Exception
operations.size() > 0: A transaction must have at least one operation
    {"trx":{"ref_block_num":0,"ref_block_prefix":0,"expiration":"1970-01-01T00:00:00","operations":[],"extensions":[]}}
    th_a  transaction.cpp:51 validate

    {"name_or_id":"bitshares-argentina"}
    th_a  wallet.cpp:2846 import_balance

Voted you in:
Code: [Select]
get_witness bitshares-argentina
{
  "id": "1.6.708",
  "witness_account": "1.2.8573",
  "last_aslot": 0,
  "signing_key": "GPH7B4bszRYW5SKGFUKuM6ta95MUR81ZsjUTyxLAn4Pezu5Ck9xsw",
  "vote_id": "1:707",
  "total_votes": 978271461,
  "url": ""
}
]

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
bitshares-argentina node is back with last commit version.

nathan seems to have only ~1900 CORE, not enough to vote me in.

Also getting this error when trying to import_balance from a pre snapshot balance key:

Code: [Select]
2838767ms th_a       wallet.cpp:2805               import_balance       ] balances: []
10 assert_exception: Assert Exception
operations.size() > 0: A transaction must have at least one operation
    {"trx":{"ref_block_num":0,"ref_block_prefix":0,"expiration":"1970-01-01T00:00:00","operations":[],"extensions":[]}}
    th_a  transaction.cpp:51 validate

    {"name_or_id":"bitshares-argentina"}
    th_a  wallet.cpp:2846 import_balance
I have seen that error when attempting to claim a key that doesn't have any balance.  It is not going to be your signing key or active key that has a balance associated with it.

If you can get the gui up and running it is far easier to import your balance from a json.  You can automatically claim all balances. 

I just upgrade the node with my balances on it.  After it is done syncing I will vote your witness in.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline rnglab

  • Full Member
  • ***
  • Posts: 171
    • View Profile
  • BitShares: rnglab
bitshares-argentina node is back with last commit version.

nathan seems to have only ~1900 CORE, not enough to vote me in.

Also getting this error when trying to import_balance from a pre snapshot balance key:

Code: [Select]
2838767ms th_a       wallet.cpp:2805               import_balance       ] balances: []
10 assert_exception: Assert Exception
operations.size() > 0: A transaction must have at least one operation
    {"trx":{"ref_block_num":0,"ref_block_prefix":0,"expiration":"1970-01-01T00:00:00","operations":[],"extensions":[]}}
    th_a  transaction.cpp:51 validate

    {"name_or_id":"bitshares-argentina"}
    th_a  wallet.cpp:2846 import_balance

« Last Edit: September 08, 2015, 07:21:16 am by rnglab »

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I fixed some crashes with the RPC code today.   In case anyone has experienced witness node crashes.

Will we need a new test net or should this sync with current network?

I think it is compatible, because I'm running on the latest commit version.
Same here

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I fixed some crashes with the RPC code today.   In case anyone has experienced witness node crashes.

Will we need a new test net or should this sync with current network?

I think it is compatible, because I'm running on the latest commit version.

Thanks clay.  I'll build it now, and update all my nodes.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
I fixed some crashes with the RPC code today.   In case anyone has experienced witness node crashes.

Will we need a new test net or should this sync with current network?

I think it is compatible, because I'm running on the latest commit version.
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop