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

Pages: 1 ... 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 ... 51
496
Stakeholder Proposals / Re: Please elect BTSNow Developer Delegates
« on: January 05, 2015, 10:48:12 pm »
When you post commits under github what name/s should we be looking for?
Most commonly efrias and dnotestein.

497
Stakeholder Proposals / Re: Please elect BTSNow Developer Delegates
« on: January 05, 2015, 10:30:40 pm »
I appreciate all that you guys have done. I would also like to meet you all in a Mumble session - but I can understand if that is not practical.

Will be voting for you.
Thanks, we appreciate it!

I'm sure at least some of us will speak on a mumble session at some time (most probably Eric or I, since we're the only two native English speakers). I do listen in on some of the sessions, but I haven't spoke up yet as we're usually working on low-level concerns that aren't of general interest to bitshares users (unless it's a bug they're experiencing, of course).

498
Stakeholder Proposals / Re: Please elect BTSNow Developer Delegates
« on: January 05, 2015, 10:25:03 pm »
Quote
delegate-dev1.btsnow
delegate-dev2.btsnow
delegate-dev3.btsnow
delegate-dev4.btsnow

i would change the names of the delegates if not created yet.

different names are better and maybe you all hate to write and talk so much here, but everyone should say some words. You could also do a mumble or so, will improve that people knows you.
These delegates are being run by a company, rather than an individual. The names are already chosen and it was a purposeful decision not to tie them to individual programmers, since it wouldn't represent the actual distribution of the funds, because everyone is not compensated at the same level. Also, as a practical matter, we work closely together on projects, and it would be very difficult for an outsider to know who is doing what in our group (often Eric and I work at the same computer, and one of us does the commit, for example).

Please don't put words in my mouth:  we don't hate to write and hate to talk here, I don't mind at all, but I have a finite amount of time. It's been my observation that getting into forum debates is generally counterproductive to programming work (it's happened to me and I've seen it happen to others), so I make a conscious effort to read a lot, but post little, unless it's something I'm particularly passionate on. Most of the time I think a reasonable consensus emerges among the non-developers, and I feel that's an important contribution they make to the project.

499
Stakeholder Proposals / 100% Delegates Proposal: BTSNow Developers
« on: January 05, 2015, 10:04:59 pm »
BTSNow represents four developers from the BitShares team. Our github handles are dnotestein, efrias, gregorsz, and Gandalf-The-Grey. Eric and I (Dan Notestein) are located in Blacksburg, VA, Greg and Gandalf are located in Poland.

We're not the most talkative guys in the forums, so it's probable you will not recognize our names, but we've been with the Invictus/BitShares project since almost the first code was written and I was Dan's first programming hire. ByteMaster and I first met when I was doing consulting work with his previous employer, and after he told me about his early ideas for BitShares, I was excited to join his project. I already had my own company, SynaptiCAD, so we needed to work out details of how this could be achieved, and ultimately that lead me to bring some SynaptiCAD programmers on to the project, and have others take over most of my responsibilities at SynaptiCAD.

During our time in the BitShares ecosystem, we were closely involved in the initial architectural design of the overall bitshares client, and we were entirely responsible for the design and implementation of the peer-to-peer networking code for bitshares, the JSON-RPC API generator that enables developers to rapidly add new API calls, and the test regression system for verifying the functionality of API calls. We've also fixed numerous challenging bugs in the command-line interface and the networking/fiber library "fc" that the entire client depends on heavily, speeded up the processing of transactions during blockchain validation, and most recently rewrote the logic for handling forks in the blockchain. As Bytemaster succinctly put it in today's meeting, we're "the guys that solve hard problems".

We've been operating a private jenkins build server that builds Linux, Mac, and Windows versions of the software, and we've been responsible for creating the windows binary builds that have been published on github for distribution to end users. All recognized BitShares developers will be given accounts on our Jenkins server to aid them in their development work.

We also plan to host the TestNet seed node on an account that will be accessible to all developers, so that they can access the seed node logs for debugging purposes and fire up a new version of the TestNet when they need one.

We're currently concentrating on solidifying the mechanisms needed to support on-ramps/off-ramps for both cryptocurrency and fiat. As part of that work, we also plan to incorporate a new company that will operate an on-ramp/off-ramp for BitShares so that users can easily move money into and out of the BitShares distributed exchange network. Our goal is to have an operational on-ramp/off-ramp within the next 1-2 months, initially supporting only cryptocurrencies, with fiat to follow not too long after. We have two major design goals for our on-ramp/off-ramp: make it as easy to use as possible and even more importantly as secure as possible, since history has clearly established that exchanges are "high-value" targets in the world of cybercrime.

To date, we've been paid by SynaptiCAD, which itself was paid in BTC from AGS funds, then converted the BTC to currencies appropriate to each developer. Like the other developers, we're now switching to a model where we're paid directly by the blockchain instead of via AGS funds. However, we plan to continue using a single company to collect the delegate fees and pay developer salaries, so that the developers are shielded from having to deal with the tax complications individually.

Initially we plan to run 4 delegates to collect fees that will go towards paying the salaries of our developers. This doesn't fully cover our salaries by any means, but SynaptiCAD received a 3 million BTS bonus that will the cover the shortfall for a while. Beyond that point, we hope to begin deriving supplementary income through the operation of the exchange. It's also entirely possible we will need to run more delegates at some point, but only time will tell. Personally, I'm hoping that we'll see a nice rise in the value of BTS as we continue to improve our development and marketing processes and demonstrate the value of the BitShares network to the rest of the world.

Please support us by voting in our delegates:

delegate-dev1.btsnow
delegate-dev2.btsnow
delegate-dev3.btsnow
delegate-dev4.btsnow

Finally, on behalf of our entire team, I want to wish everyone a happy and productive new year in 2015!

500
@gamey, I'm not sure which files the GUI is detecting that's making it think another instance is running, but there is a decent chance it can be fixed with the command-line client as below:

From a command prompt, run:
 c:\Bitsharesx\bin\bitshares\bitshares_client.exe --rebuild-index

After that finishes, type "quit", then relaunch the GUI version after the cmdline client quits.

501
As David Brown speculates, the problem is the Qt GUI client is detecting the existence of that lock file, which makes it think there is another copy of the program running. This lock file should be deleted when the program exits normally, but it can stay around if the client terminates improperly. The best way to eliminate this error is to delete the lock file, then launch the client again.

502
it's not just 0.4.26, we also need 0.4.27 to upgrade to 0.4.27.1

503
General Discussion / Re: BitShares Upgrade Announcements
« on: December 20, 2014, 09:16:23 am »
Hotfix release v0.4.27.1 for users that are currently having trouble switching to the correct blockchain fork:
https://github.com/BitShares/bitshares/releases/tag/v0.4.27.1

I strongly recommend that all delegates switch to 4.27.1 ASAP as 4.27 has a known bug that can potentially prevent it from switching back to the proper fork.

504
FYI, for anyone running a windows delegate (yes, there are some out there), I've added a Windows installer for 0.4.27.1 here:
https://github.com/BitShares/bitshares/releases/tag/v0.4.27.1

506
If as delegate you has a problems to sync to right chain, you should move to 0.4.27 and add following lines to checkpoints.json at data directory:
Quote
  ],[
    1279500,
    "488313d2c1c85bdec117bac0379f7b17f7cfbed3"
  ],[
    1283300,
    "cef871ef96c687b4841b02a7643c2a90d6c46bd1"
  ],[
    1283590,
    "d5265058f7be7d5cf1b496bbaa9b9deaf8cfbe00"
  ]

I mark as bold the lines which present in original file.
After this you should re-index the database.
good idea, testz, that will make sure the client moves to the proper fork.

507
Update, use client below for best results:
https://github.com/BitShares/bitshares/releases/tag/v0.4.27.1

Some  (but not all) 4.26 delegates appear to be going off on a minority fork, so please upgrade to 0.4.27 as soon as you're able (especially if you're not on the majority fork).

Also, if you're on the wrong fork, you will probably need to delete your local copy of blockchain and resync.
Also, as per msgs further down in this thread, if you fail to get on correct fork, you can force it using this method from testz:

If as delegate you have a problem to sync to right chain, you should move to 0.4.27.1 and add following lines to checkpoints.json at data directory:
Quote

      ],[
        1279500,
        "488313d2c1c85bdec117bac0379f7b17f7cfbed3"
      ],[
        1283300,
        "cef871ef96c687b4841b02a7643c2a90d6c46bd1"
      ],[
        1283590,
        "d5265058f7be7d5cf1b496bbaa9b9deaf8cfbe00"
      ]


I mark as bold the lines which present in original file.
After this you should re-index the database.

508
Stakeholder Proposals / Re: Careful when upgrading delegate to 0.4.25
« on: December 12, 2014, 04:15:01 am »
yep, I think 3 to 4GB is a good minimum requirement for now for delegates, until we can isolate the cause of the heavier memory requirements.

509
Stakeholder Proposals / Re: Careful when upgrading delegate to 0.4.25
« on: December 12, 2014, 04:08:35 am »
Our delegate is running fine, but it is consuming a lot of virtual memory (2.3GB, but doesn't seem to be increasing) during initial sync. My best guess is that the people with problems are swapping due to insufficient memory. We already suspected a leak in the previous client during syncing (last client required 1.6GB on windows for initial sync).

510
General Discussion / New fork resolution algorithm in bitshares_toolkit
« on: December 10, 2014, 08:35:08 pm »
Hi sparkles,

I've pushed a rewritten fork resolution algorithm to bitshares_toolkit repo (https://github.com/BitShares/bitshares/commit/96e00d39e8e41163a93310db369cd8c490e74589).

Originally I planned to make patches to the old algorithm, but I found it had serious flaws both in resolving to the longest fork in all cases and in terms of performance, so I went for a clean rewrite. I have performed various manual tests on the new algorithm which all passed fine. Unfortunately, a DPOS chain doesn't present a lot of easy tests for fork resolution code (not many forks get generated), but I still strongly recommend you try the new algorithm on the sparkles blockchain now. Please let me know if you find any problems with the new algorithm and I can assist in resolving them.

Pages: 1 ... 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 ... 51