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.


Topics - amencon

Pages: [1]
1
Technical Support / Lookup balance for account from 0.9.3c wallet
« on: June 09, 2017, 02:33:33 am »
Hey guys,

Have a wallet backup that I think has some coins but forgot the passphrase.  I want to see if there is a way to check he balance on an account associated with the wallet.

Thanks.

2
General Discussion / BitShares ASP.NET Web API
« on: November 07, 2014, 05:10:21 am »
So I had some extra time last weekend and decided I'd finally get around to building the .NET API for a bitshares client.  This killed 2 birds with 1 stone for me since I've been wanting to build something with the .NET Web API framework as well as figuring out how to communicate with the BitShares client.

You can find the info page at: bitsharesapi.info
API URL structure is **http://bitsharesapi.info/api/commands/<command>?paramString=<parameterString?>** (or you can go to the info page and fill in the text boxes to see an example in a pop up window).

So what is this good for?  Probably nothing, I suppose a quick way you can get info from a bitshares client remotely if you trust me.  Mostly a side project for my own edification and I might use it to build sites in the future hosted on machines without a local client running, though if someone is using .NET and they think the code might help them with their own project I've thrown up the project files on GitHub here: https://github.com/amenconi/BitSharesDotNetAPI

Thanks.

testz: Edit post, fix github link.

3
Stakeholder Proposals / Delegate Introduction: alecmenconi
« on: September 01, 2014, 11:06:16 pm »
Hello, my name is Alec Menconi.

I've been following Bitcoin for 2-3 years now and found out about Bitshares sometime around March.  I'm very excited about the possibilities Bitshares offers and that of DACs in general.  My other interests currently are following Storj and attempting to develop games for VR (I own both development kits for the Oculus Rift).  I live in the US in Arizona and have been there for 5+ years so far.

My day job consists mostly of ASP.NET C# MVC development and I've been working in the computer industry for close to a decade now.
Stack Overflow profile (not terribly active there unfortunately): http://stackoverflow.com/users/1763996/alec-menconi
LinkedIn profile: http://www.linkedin.com/pub/alec-menconi/47/685/a42

I wanted to thank everyone that voted for my delegate yesterday putting it in the top 101.  Unfortunately I was not expecting to get voted in so fast and I was experimenting with things with my client up and down so I missed a chunk of initial blocks, however after realizing I could produce blocks I've made sure the client stays online and active.

My delegate is up to date and is auto posting price feeds.  I currently have the pay rate set to 20%.  My philosophy here is that for now it is best to return the majority of fees back to the stake holders until the community matures and some consensuses emerge about how users would like their fees to be utilized.  If in the future it looks like a high burn rate is not desirable for whatever reason in relation to other options, I will create a new delegate to match the will of the stakeholders and ask that all votes be transferred to the new delegate.  I do not ever plan to have more than 1 active delegate at a time.

I'd like to help grow this community however I can so please reach out to me if you have a project in the works and are looking for some volunteers.  Also while I appreciate the importance of privacy I am willing to provide proof of who I am if anyone cares to ask for it.  Thank you for the support so far and I hope to continue producing blocks and staying involved with the community long into the future.

4
Stakeholder Proposals / Possible uses for delegate earnings
« on: August 31, 2014, 05:56:49 am »
Hey everyone,

Now that the system is working and we have some delegates earning income I thought it might be a good idea to brainstorm on the different ways delegates could use their earnings to help grow the community.

Off the top of my head here is what I can come up with:
 - Keep the funds as payment
 - Burn the funds by lowering payout %
 - Donate funds to various charities
 - Use funds to create bounties for development
 - Pay developers directly (not a good system for this worked out yet)

If you have some time and ideas please help me add to this list.

If I get some feedback I will build a site and link it here.  It will poll people about where they would like to see the fees go to and in what amounts. 

Link to the original idea thread is here: https://bitsharestalk.org/index.php?topic=5306.0

Initially the site will not verify input based on any blockchain user data, as such the data collection may be gamed a bit, but hopefully will still give me (and any other delegates interested) one of hopefully many different sources of information to assist in deciding where delegate funds should go.  If people actually go and submit their preferences and there seems to be a desire by delegates for that information then I will look into tying the voting to proof of stake or something similar to increase the value of submitted data.

Also if there are any other initiatives elsewhere to collect this data, please let me know about it, thanks!

5
General Discussion / Secure to hold a balance of BTSX on VPS wallet?
« on: July 21, 2014, 09:07:18 pm »
Hey guys, just wanted opinions on how secure it is to keep BTSX coins on a VPS like digital ocean.  I have bitsharesx software installed in a few different places and on a couple different OSes, the VPS is standard Ubuntu and not used for anything else so I assume it's relatively safe from being hacked, however how likely is it that the hosting service wipes it on accident?  Should the private key be saved offline as well in case of such an event?

Thanks.

6
In another thread I proposed to build a site that would take votes from shareholders.  Toast mentioned that the collection of votes would really only be meaningful if they were weighted by verified proof of stake.

I have virtually zero experience in crypto coding, but my assumption is that most web sites with blockchain services are built on top of a running client so the web app can interact with the client to create addresses or transactions or poll for information or whatever.  This seems a bit out of my reach until I can learn better how I would piece that together.

In lieu of that, it would be great if someone had a site that ran on top of a client and had some API hooks that other web sites could communicate with, so for instance from my site I'd be able to send a JSON request in a certain format requesting the balance of some address or some other similar function and I'd get the result back for parsing on the server without having to learn how to build a site the directly integrates with the BitShares client.

Does this request make sense?  If so does this exist somewhere or is it planned to be built by someone?

In the meantime I'll keep trying to learn however my experience is with javascript and C# and not C++ or Qt so it might take awhile to make real progress.

Thanks.

7
As someone who would like to contribute as a delegate for the upcoming Bitshares XT DAC and will be campaigning on spending funds in a manner that is mostly desired by the shareholders, I've thought about the best way to poll shareholders and collect data on their sentiments about dissemination of earned funds by delegates.

One way I can see doing this is by creating a site where shareholders can go to submit their desired delegate spending "profile".  There would be a number of way to spend funds with a slider indicating what % of earnings should be allocated to each.

Here is a quick and simple proof of concept for what the UI might look like:
http://jsfiddle.net/Ygh5w/2/
Then of course after some data is collected there would be another page or section of that page that would contain reports on the data collected for delegate use.

First, I'd like any feedback from shareholders and potential future delegates about this idea.

Second, if it sounds like something that would be valuable to some, I'd like to brainstorm all the main ways to utilize earned delegate income (invest in development, keep as profit for delegate, marketing, "proof of burn" destruction of funds etc).

Thanks for any comments or criticisms.  If it's something that it seems would be used, I'll try to put up a rough draft of the site over the next week or so.

Pages: [1]