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 - svk

Pages: 1 ... 122 123 124 125 126 127 128 [129] 130 131 132 133
1921
Follow My Vote / Re: Hello [BitShares] World!
« on: July 08, 2014, 08:23:24 am »
Welcome, looking forward to more info on this! :)

1922
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 06, 2014, 09:15:13 pm »
Code: [Select]

"blockchain_average_delegate_participation": 69.178082191780817,

and even my best delegates are out of the top 101... :'(



wallet_approve_delegate liondani true 
wallet_approve_delegate liondani-linux true 

thanks guys   ;)

Done!

I'm just outside as well, 110 or so, pls vote for me!

1923
Lion, are those pictures all from Greece? Looks amazing :)

I might choose Australia, I was in Brisbane for Christmas and it was a really beautiful place.

My home country Norway and adopted country France are good choices as well. Norway has some of the most beautiful scenery in the world, and a high standard of living combined with a focus on family life.

As for China, I went there last year and actually really liked it. The south of China, while poor, has a really laid back atmosphere that really appealed to me.

1924
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 03, 2014, 08:33:20 pm »
Anyone able to send me some XTS please?

XTS5UMgDNLkJKpevFxFpK74L72ZrDA1p4HFY444jVt8ok85wKnznz

sent you some play money.

Cheers, well received, approved you as delegate.

I've set up a delegate too: please approve svk-delegate!

1925
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 03, 2014, 07:47:26 pm »
Anyone able to send me some XTS please?

XTS5UMgDNLkJKpevFxFpK74L72ZrDA1p4HFY444jVt8ok85wKnznz

1926
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 07:27:24 pm »
Like I said earlier the web wallet is looking good, and Hackfisher immediately corrected a spelling error I pointed out on github :)

There's one function currently throwing errors, it's the delegate list. It's simply because in the blockchain service list_delegates is called with "count" parameter set to -1. This throws an error. Setting it to a positive number fixes it, it's on line 133 of "blockchain.coffee", I've set it to 200 here:

Code: [Select]
@q.all({dels: @blockchain_api.list_delegates(0,200), config: @get_config()}).then (results) =>
To Zeus: Those numbers you're seeing are currently hardcoded simply as numbers, they're not actually being updated. Will get updated soon I'm sure.

1927
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 06:03:25 pm »
I'm trying to use only the web wallet this time around, it's looking very nice!

It might need a bit more info on the account key; something like "give this to anyone who wants to send you XTS".

I'm assuming the "account key" is the one I need for someone to send me some XTS? If so, can someone please send me some so I can register a delegate?

Code: [Select]
XTS57p8jJKZJ5xDGs4T7AdxNR1mjtPbkKEmHmkfM519Lxn6nSxv7w
Thanks

1928
General Discussion / Re: Behind the Scenes with BitShares Video
« on: July 02, 2014, 01:18:40 pm »
Are we supposed to hear when people are talking? Cause all I hear is the music, and a faint inaudible whisper of people talking.

you should hear them usually talking

Thanks, you made me double-check the headphone cable and I realized a colleague had borrowed it during my vacation and plugged it back in incompletely. I was only getting one channel as a result, and it happened to be the one with the music and not the voices :)

1929
General Discussion / Re: Behind the Scenes with BitShares Video
« on: July 02, 2014, 09:40:19 am »
Are we supposed to hear when people are talking? Cause all I hear is the music, and a faint inaudible whisper of people talking.

1930
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 28, 2014, 07:43:05 am »
Just a heads-up for anyone running the client on an ubuntu VPS: Ubuntu by default uses ntpdate to correct its time, but it only runs once at boot, meaning it can drift a fair bit until your next reboot. I saw my "ntp_error_seconds"  go from 0.1 to 0.6 seconds in just one day. Considering that we wan't to keep the delegate running without reboots, that's not great! To fix it, simply install the ntp daemon:

Code: [Select]
sudo apt-get install ntp
This will run in the background and continuously update the time. For increased accuracy you can add some servers to /etc/npd.conf like this:

Code: [Select]
server ntp.ubuntu.com
server pool.ntp.org

I'm now seeing very low errors:

Code: [Select]
"ntp_error_seconds": 0.00058500000000000002,

1931
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 27, 2014, 03:34:22 pm »
XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL

Code: [Select]
XTS6vDU9M8ooPkzLdwpxekBCrDW3hGdqkcge2JLvoFXXScSK1fsyB

XTS4xCWe3KTzsw3dDWuuM5yhxBGzqsrZ8btWsZXJ7Yj4JuTtGVMzm

sent.

Received, thank you! And to the other anonymous donor..

I've got a delegate registered as svk-delegate, please vote for me so we can see if a micro server is enough to handle being a delegate!

1932
General Discussion / Re: Dry Run 6: Great Scott!
« on: June 27, 2014, 11:44:36 am »
I've got the latest code up and running on my amazon micro free tier server! It currently fails to compile the tests part at 98%; but seems to run fine even so. I encountered some heavy cpu use and slow downloads when syncing up to around block 285 I think; then all of a sudden I got another network connection or two and it immediately synced the rest.

Can anyone send me some XTS please so I can register a delegate?

Code: [Select]
XTS6vDU9M8ooPkzLdwpxekBCrDW3hGdqkcge2JLvoFXXScSK1fsyB

1933
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 18, 2014, 12:31:11 pm »
I missed the  entire dry run 2, because it became impossible to install on a server with only 1GB RAM.

2GB seems enough. It's more expensive though.

I've got it up and running on a 512mb Amazon free tier micro server so that's not quite true. First compile failed, then I setup a 1gb swap and it worked.

It takes forever to compile though so by the time it's done, lots of new changes have alreade been pushed, lol.

1934
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 01:33:46 pm »
Anyone able to send me some test XTS pls?

XTS53h8pTjQGW2QMUvNvZyWF5oU3hvNtpMFaPWCPEMvEjKeeSzCY1

Code: [Select]
3314.0    2014-06-14T10:15:30 spartako            svk                 some xts                                  10.000000 XTS        0.010000 XTS        5d6e1484

Thanks but didn't receive anything yet, maybe you're on a different fork than me? Will leave it running but I guess we'll have to wait for the network code to be fixed.

Luckily it's the weekend and the world cup is on, so grab a beer and chill out :)

1935
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 08:15:23 am »
I've managed to compile and run the toolkit on an Amazon free tier micro vps, it's slooooow but it works :)

I like the new syncing messages, nice to have some running updates on the network status:

Code: [Select]
...
Listening for P2P connections on port 48362
Attempting to connect to peer 107.170.30.182:8764
Attempting to connect to peer 114.215.104.153:8764
Attempting to connect to peer 84.238.140.192:8764
--- there are now 1 active connections to the p2p network                                                                                   
--- syncing with p2p network, 361 blocks left to fetch 
--- syncing with p2p network, our last block was created 2 hours ago
--- syncing with p2p network, our last block was created 37 minutes ago

Close and then reopen:

Code: [Select]
...
Attempting to connect to peer 84.238.140.192:8764
--- there are now 1 active connections to the p2p network                                                                                   
--- in sync with p2p network

Anyone able to send me some test XTS pls?

XTS53h8pTjQGW2QMUvNvZyWF5oU3hvNtpMFaPWCPEMvEjKeeSzCY1

Pages: 1 ... 122 123 124 125 126 127 128 [129] 130 131 132 133