Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - abit

Pages: 1 ... 265 266 267 268 269 270 271 [272] 273 274 275 276 277 278 279 ... 309
4066
General Discussion / Re: Test Net for Advanced Users
« on: August 16, 2015, 04:00:40 pm »
My current node is 114.92.254.159:62015, but it may change since it's dynamic IP address. Still not in sync though.

4067
General Discussion / Re: Test Net for Advanced Users
« on: August 16, 2015, 03:22:06 pm »
I am currently on #105026, so you should be on the same.
Can you post your node's IP/port so that others can add it to peers list?
45.55.6.216:42317 is one of my nodes.
Thanks. It seems my node connected to 45.55.6.216:59189.

4068
General Discussion / Re: Test Net for Advanced Users
« on: August 16, 2015, 08:24:41 am »
I am currently on #105026, so you should be on the same.
Can you post your node's IP/port so that others can add it to peers list?

4069
General Discussion / Re: Test Net for Advanced Users
« on: August 16, 2015, 07:55:39 am »
I'm still not in sync   :(
Every time ctrl+c kill witness and restart, it wipes everything, then resync slowly, then stuck somewhere.
Code: [Select]
2088883ms th_a       application.cpp:264           startup              ] Detected unclean shutdown. Replaying blockchain...
2088883ms th_a       application.cpp:227           operator()           ] Initializing database...
2099945ms th_a       db_management.cpp:67          wipe                 ] Wiping database
2099968ms th_a       object_database.cpp:82        wipe                 ] Wiping object_database.

100% CPU while wiping. Is it quicker to just remove the object_database directory and the witness_data directory before restart?

4070
General Discussion / Re: Test Net for Advanced Users
« on: August 15, 2015, 11:35:52 pm »
Strange error with witness:
Code: [Select]
1748966ms th_a       application.cpp:342           handle_block         ] Got block #104467 from network
1749534ms th_a       application.cpp:342           handle_block         ] Got block #104468 from network
1757502ms th_a       application.cpp:342           handle_block         ] Got block #104469 from network
1759976ms th_a       application.cpp:342           handle_block         ] Got block #104475 from network
1759977ms th_a       application.cpp:364           handle_block         ] Error when pushing block:
10 assert_exception: Assert Exception
itr != _index.get<block_id>().end():
    {}
    th_a  fork_database.cpp:51 push_block

    {"new_block":{"previous":"0001981a644a3dddd4e2c7db84bb49f6fec77355","timestamp":"2015-08-15T23:29:16","witness":"1.6.5","next_secr
et_hash":"b3a177eb67d1e7b782e54e1ad216b87b79dc440d","previous_secret":"933e421c25e571c2fc9bf5fab56f5140cfb5f753","transaction_merkle_r
oot":"0000000000000000000000000000000000000000","extensions":[],"witness_signature":"1f3e0a2d9b6d6ee76e3d90c77eb1680380c4cf3fe87646089
e83bd7f8446a8c79878c2a81e98329ceb3c753b958bdde66ef4f147c8f7d254bc8774825810dedda5","transactions":[]}}
    th_a  db_block.cpp:173 _push_block
Why 104470~104474 missed?
It stopped syncing after this error, unable to push block again and again.

4071
General Discussion / Re: Test Net for Advanced Users
« on: August 15, 2015, 10:47:59 pm »
It might be a recent transaction that wasn't on the snapshot.

Edit: Just noticed you said all the 5Js so it is a pattern... Ill check when my witness finish synching loading, and see if I have a 5j to test.
solved. stupid me..  :-[

4072
General Discussion / Re: Test Net for Advanced Users
« on: August 15, 2015, 10:16:41 pm »
//EDIT: got it, it's due to wrong starting parameters.

Another "5J" problem.. Can't start my witness even though it's voted in :(
Code: [Select]
726136ms th_a       witness.cpp:88                plugin_initialize    ] 10 assert_exception: Assert Exception
base58str.substr( 0, prefix_len ) == prefix:
    {"base58str":"5J9YY***********************************wVCN"}
    th_a  types.cpp:54 public_key_type
726144ms th_a       main.cpp:173                  main                 ] Exiting with error:
10 assert_exception: Assert Exception
base58str.substr( 0, prefix_len ) == prefix:
    {"base58str":"5J9YY***********************************wVCN"}
    th_a  types.cpp:54 public_key_type
rethrow
    {}
    th_a  witness.cpp:88 plugin_initialize

Before restart:
Code: [Select]
unlocked >>> get_witness in.abit
{
  "id": "1.6.5156",
  "witness_account": "1.2.38793",
  "signing_key": "GPH65XNUxWdYGqGyW9NtXdRpNntumLYT1cJ7CNE7F78Pwxrnx6cbV",
  "next_secret_hash": "d210b0644edfcee411f00058dd862279402c61b4",
  "previous_secret": "0000000000000000000000000000000000000000",
  "vote_id": "1:5284",
  "total_votes": 2389598829,
  "url": "url-to-proposal"
}

4073
General Discussion / Re: Test Net for Advanced Users
« on: August 15, 2015, 09:19:37 pm »
//EDIT: solved. my fault again. copy & paste but lost one character..

I met a problem while importing balance (the real keys replaced by *** ):

Code: [Select]
import_balance in.abit [5K58****dGSz,5KSE****EHJd,5HuJ****uzj7,5KPR****zmq8,5KUn****kzno,5Jtc****D4R4,5Jus****EpCH,5JNv****KfWz] true
10 assert_exception: Assert Exception
priv_key: Invalid Private Key
    {"key":"5Jtc****D4R4"}
    th_a  wallet.cpp:2710 import_balance

    {"name_or_id":"in.abit"}
    th_a  wallet.cpp:2757 import_balance
It works if I remove that key from the array. It also work if I import that key alone.
Any thoughts?

4074
General Discussion / Re: Test Net for Advanced Users
« on: August 15, 2015, 01:27:45 am »

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  :(

4075
General Discussion / Re: Test Net for Advanced Users
« on: August 15, 2015, 12:27:01 am »
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.

4076
No expectations, no disappointments.

4077
See https://github.com/cryptonomex/graphene/issues/138

Looks like vikram knows it.

Run this command before cmake:
Code: [Select]
sudo apt-get install autoconf libtool

4078
General Discussion / Re: Announcing Brownie Points (BROWNIE.PTS)
« on: July 04, 2015, 08:04:17 am »
I'd like to get some BP if it's possible.

* submit issues/comments and fixes in Github (id: abitmore)
* help identify problems / answer questions in forum
* attend some mumble sessions earlier this year

My BTS ID is abit.

Thanks.

4079
 +5%
Why no SHANGHAI?

4080
顶一下

Pages: 1 ... 265 266 267 268 269 270 271 [272] 273 274 275 276 277 278 279 ... 309