Author Topic: Dry Run 8: Need for Speed  (Read 92337 times)

0 Members and 1 Guest are viewing this topic.

Offline Fox

This code base seems much more stable than that of 12+ hours ago:
Code: [Select]
about
{
  "bitshares_toolkit_revision": "2c46468de8e587229d54efe47d55fdf599c1da6f",
  "bitshares_toolkit_revision_age": "6 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "25 hours ago",
  "compile_date": "compiled on Jul 10 2014 at 13:18:03"
}

I currently have 15 connections:
Code: [Select]
network_add_node "114.215.104.153:47692" add
network_add_node "69.90.132.209:8801" add
network_add_node "23.99.109.40:8801" add
network_add_node "106.187.91.24:48254" add
network_add_node "188.138.107.159:8801" add
network_add_node "107.170.30.182:8801" add
network_add_node "92.243.18.20:8801" add
network_add_node "162.243.160.72:8801" add
network_add_node "207.12.89.119:39073" add
network_add_node "106.185.24.234:8801" add
network_add_node "128.199.180.112:8801" add
network_add_node "95.85.33.16:8764" add
network_add_node "107.170.170.214:8801" add
network_add_node "107.170.90.142:59285" add
network_add_node "106.187.91.24:8801" add

Functioning delegate:
Code: [Select]
wallet_approve_delegate fox
Witness: fox

Offline useless

  • Newbie
  • *
  • Posts: 3
    • View Profile
Would someone be willing to send a few shares so I can play around with the Windows wallet? 

XTS7zP7gmRceR4zY9wHZE397Xkv7RBAXKgUYgGesTjCqXUM7iGH2Z

thanks in advance.

Sent you some :)

Thank you!

sumantso

  • Guest
Would someone be willing to send a few shares so I can play around with the Windows wallet? 

XTS7zP7gmRceR4zY9wHZE397Xkv7RBAXKgUYgGesTjCqXUM7iGH2Z

thanks in advance.

Sent you some :)

Offline suwoder

  • Sr. Member
  • ****
  • Posts: 206
    • View Profile
what 'a wrong with my BitShares XTS client,  ::)




Offline useless

  • Newbie
  • *
  • Posts: 3
    • View Profile
Would someone be willing to send a few shares so I can play around with the Windows wallet? 

XTS7zP7gmRceR4zY9wHZE397Xkv7RBAXKgUYgGesTjCqXUM7iGH2Z

thanks in advance.

Offline svk

windows client finally syncing....

typo: scanning transaltions

Where is this typo?
In the popup loading message you get when you log in using the Windows client.
Worker: dev.bitsharesblocks

Offline bytemaster

windows client finally syncing....

typo: scanning transaltions

Where is this typo? 
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 metalallen

  • Sr. Member
  • ****
  • Posts: 262
    • View Profile
finally got the windoes client working  :D
can someone send me some shares ? XTS7DZTXvZ7dUh1CyG7QK5ocvQSjW1fWD3ADpKqGMjMwT8XAfQgW6

300 XTS sent, have fun.  ;)
浮壹白的微博:http://weibo.com/u/2279693077
BTSX Account:metalallen

Offline CalabiYau

windows client finally syncing....

typo: scanning transaltions

Offline JA

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
finally got the windoes client working  :D
can someone send me some shares ? XTS7DZTXvZ7dUh1CyG7QK5ocvQSjW1fWD3ADpKqGMjMwT8XAfQgW6
« Last Edit: July 10, 2014, 03:52:57 pm by jabbajabba »

Offline bytemaster

Eric has put in a temporary hack that solves the connection issues by immediately closing the socket.  We are tracking down a much deeper bug that is causing the slow memory leak / destructor not to be called. 



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 jbutta2k13

  • Full Member
  • ***
  • Posts: 51
    • View Profile
Win7: I was 18 hours out of sync with blockchain..I was unable to connect. once I added the nodes above, it immediately connected with 8 nodes.

I thought I would report in case this is an unkown issue.

Offline Fox

I'm only seeing two nodes >:(:
Code: [Select]
network_add_node "176.9.234.167:8801" add
network_add_node "92.243.18.20:8801" add

What are you seeing?
Witness: fox

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
some nodes ips please?

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
Here and there my delegates dies with segfault:
Code: [Select]
[162914.466986] bitshares_clien[9718]: segfault at ffffffffffffffff ip 00007f242cba84d4 sp 00007f23d53c23f8 error 6 in libc-2.18.so[7f242cb23000+1a0000]
[169508.694339] bitshares_clien[9749]: segfault at ffffffffffffffff ip 00007fa2db2124d4 sp 00007fa2843f73f8 error 6 in libc-2.18.so[7fa2db18d000+1a0000]

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "8c230c7becbc0fec7dd5377110a87ab9491fdc2f",
  "bitshares_toolkit_revision_age": "11 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "16 hours ago",
  "compile_date": "compiled on Jul 10 2014 at 09:55:34"
}
Maybe that's the reason why BM ask us to run it from gdb
Or do you get the core dump file?