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

Pages: 1 ... 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 ... 33
181
voted for you and added you to my slate. The amount of energy you are bringing in is very refreshing, keep it up!  +5%

Hey wackou I'm trying to use my slate for the first time but it doesn't seem to be showing up on bitsharesblocks. Here's the syntax i am using from bts.wiki:
 
wallet_publish_slate btstools.digitalgaia delegate.kencode
 
..but it doesn't seem to be sticking to my slate:
http://bitsharesblocks.com/delegate/slate?name=delegate.kencode
 
Has the syntax changed or anything? Thanx in advance :)
  -ken
That's not how it's working ...

you simply upvote all delegates you want to have in your slate from within your wallet .. then you execute:
Code: [Select]
wallet_publish_slate delegate.kencode
If you like you can take a look at this script which does basically this
https://github.com/xeroc/bitshares-pytools/blob/master/delegate-slate/main.py

edit: reminds me I might need to update the script to run with 0.9.*

this, what Xeroc said.

Alternatively, if you have the bts-tools package installed (https://github.com/wackou/bts_tools, http://bts-tools.readthedocs.org/), you can also use them to publish a slate like this: http://bts-tools.readthedocs.org/en/latest/cmdline.html#publishing-a-slate

182
Released 0.2.2, which fixes slate publishing for bts >= 0.9.0

183
Stakeholder Proposals / Re: Slate for btstools.digitalgaia
« on: May 04, 2015, 01:55:43 pm »
Updates:
    - added: sollywood.sollars-com: https://bitsharestalk.org/index.php?topic=13900
    - added: delegate.dposhub-org: https://bitsharestalk.org/index.php?topic=15832
    - added: delegate.kencode: https://bitsharestalk.org/index.php?topic=16072
    - added: del.fav: https://bitsharestalk.org/index.php?topic=15094

184
voted for you and added you to my slate. The amount of energy you are bringing in is very refreshing, keep it up!  +5%

185
voted and added you to my slate :)

186
 +5% voted and added you to my slate

187
voted and added you to my slate

188
Do you have a demo side etc. where some interested voters or delegates can have a look, without the need to install all the stuff?

I was thinking of making the install of my seed nodes + bts_tools public, so people can have a look at it, but haven't gotten around to do it yet. It would indeed be a good showcase of what the tools can do.
In the meantime, there are some screenshots here (not as interactive, but hey :) ) : http://bts-tools.readthedocs.org/en/latest/monitor.html#screenshots

189
Released 0.2.1, which fixes the feeds publishing and display for bts >= 0.9.0 (works on RC1 too)

190
Released 0.2, which includes the following changes:

Quote
* now requires python3.4
* API CHANGE: format of the config.yaml file has changed, and you will need to update it.
  Run "bts list" and it should tell you what to fix in your config file. For more details,
  see: http://bts-tools.readthedocs.org/en/latest/config_format.html#nodes-list
* added support for building DVS and BTS client >= 0.9.0
* added support for building PLAY client (pls)
* internal refactoring and modularization of the monitoring plugins

The important thing here is that you need to update your config.yaml file. The tools should tell you what to update, but if you're not too sure, just delete your config.yaml file and restart the tools so that they generate a new, valid one for you.

In particular, make sure that you specify the "missed" and "network_connections" plugins in your monitoring list, as they were done automatically before, but you now have to specify them explicitly. See http://bts-tools.readthedocs.org/en/latest/config_format.html#nodes-list for more info.

191
Stakeholder Proposals / Re: Running a Delegate on a 2GB vps
« on: March 30, 2015, 12:24:34 pm »
The tools report the memory usage as returned by the psutil python package: https://pythonhosted.org/psutil/

Memory usage on linux is a very complex thing:
- what you see from free does not mean anything, really, as if your kernel caches a lot of things, free will show them as used memory, even though it is in effect not used, as linux will reclaim it and evict its caches as soon as you need it
- top is not 100% reliable either, but gives a little bit more information. The important value, and the one I believe psutil reports, is the resident ram amount, ie: the amount of ram used exclusively by your process, that is, excluding shared libraries and things that are swapped out.

to sum up: it's really hard to know exactly how much memory your program is using. You can monitor an increase in ram usage, and detect something is happening, but getting an exact value requires a lot of work and is usually not that helpful either. See for instance:

- http://www.darkcoding.net/software/resident-and-virtual-memory-on-linux-a-short-example/
- http://unix.stackexchange.com/questions/35129/need-explanation-on-resident-set-size-virtual-size
- etc...

192
The coders here are absolute genius.
The professionalism in the community, the mumbles, bitshares tv, just the language used here in the forum is so refreshing.
I'm luvin it. ™

 +5% well said. These are also the reasons that, regardless of the price or the market cap, keep me excited to no end about this project and why I'm here for the long haul, too

And your claims are backed by... "wishful thinking"? I would have to disagree on the quality of development. Toast is the only one on the Dev team I have really high respect for. Dan comes a close second, but I think his stubbornness has actually impacted the growth of this ecosystem negatively.

When the price is down, there are no interesting forum posts, or things seem a bit on the quiet side, I usually go to the github page and look at the source code and the discussion threads on the github issues, and I immediately regain all confidence in the project. As a c++ coder myself, I regard the BitShares source code as one of the highest quality I have seen in a c++ project. People shouldn't forget that it's been less than a year since BitShares was officially released, and even though some bugs still need to be ironed out, and some optimizations performed in order to provide a stunning user experience, the basic design is really strong and the one that makes most sense to me as of right now in the crypto scene.

Dude, I wish you good luck, but I've seen people with your level of enthusiasm when the price was almost 5 times the current level, and they are not happy campers now.

Just word of advice - don't go crazy all in, you may regret it more, than regretting not going all in.

As said, I'm more excited by the technology that I see being built under my eyes than the immediate profit I could have made by investing in a promising project. So even if the price goes down now, I still believe that if I am right about the project, it will eventually go up again because of its vastly superior technology (maybe a naive point of view, but I want to believe it). In any case, thanks for the advice, but as I should, I only invested as much as what I could afford to lose, so no worries there :)

193
The coders here are absolute genius.
The professionalism in the community, the mumbles, bitshares tv, just the language used here in the forum is so refreshing.
I'm luvin it. ™

 +5% well said. These are also the reasons that, regardless of the price or the market cap, keep me excited to no end about this project and why I'm here for the long haul, too

194
General Discussion / Re: [Wiki] Chainservers
« on: March 28, 2015, 12:07:33 pm »
Using wackou's bts_tools (run command) I don't think you don't see the actual stdout of the client.

You should definitely see stdout using "bts run" (as well as stdin, you wouldn't be able to open and unlock the wallet otherwise). I think that for the chain sync to kick in, you need to resync the whole blockchain. Try the following:

Code: [Select]
bts run -- --resync-blockchain

If your config.json contains a chain server correctly configured, then it should use it.

195
General Discussion / Re: [Wiki] Chainservers
« on: March 27, 2015, 07:30:26 pm »
We'll see how long it takes to get back in sync. I added nathan hourt's chainserver node, removed the logs,exceptions & peerLevelDb folders & restarted. This is on a 2GB vps with 6GB of swap. Not quite half way there at 28 weeks old so far out of 46 or so. Swap is being consumed quite quickly now, up to 900MB so far.

that's strange, I did sync from liondani's chain server yesterday, and ram usage never went above 500M... After that, it connected to the p2p network and then ram jumped to 1G (it's my seed node with ~100 connections). Are you sure it is actually syncing from the chain server? You can make sure it does by looking at your network connections, if it is 0 then you're good.

Pages: 1 ... 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 ... 33