BitShares Forum

Main => General Discussion => Topic started by: 8bit on November 27, 2013, 10:05:58 am

Title: BitShares source code?
Post by: 8bit on November 27, 2013, 10:05:58 am
Is the source code available anywhere? I found a github page, but it doesn't look like there's been a commit in over a month.

EDIT: Nevermind, I found the new one: https://github.com/InvictusInnovations/BitShares
Title: Re: BitShares source code?
Post by: xeroc on November 27, 2013, 12:08:37 pm
last commit was a couple hours ago ..
https://github.com/InvictusInnovations/BitShares/commits/master
Title: Re: BitShares source code?
Post by: Pocket Sand on November 29, 2013, 01:09:05 am
last commit was a couple hours ago ..
https://github.com/InvictusInnovations/BitShares/commits/master
Thank you! I couldn't find this anywhere
Title: Re: BitShares source code?
Post by: devilfish on November 29, 2013, 04:21:47 am
Had a flick through it last night to see anything to credit pts wallet.dat but not there yet unless it's on someone's PC yet to be committed. I'm hoping to solve this problem before the launch of keyhotee
Title: Re: BitShares source code?
Post by: bytemaster on November 29, 2013, 05:00:52 am
Had a flick through it last night to see anything to credit pts wallet.dat but not there yet unless it's on someone's PC yet to be committed. I'm hoping to solve this problem before the launch of keyhotee

We had someone put together a script that would pull the balances from the PTS block chain, but have not implemented that part of the code yet.   
Title: Re: BitShares source code?
Post by: devilfish on November 29, 2013, 05:53:34 am
Will it just credit straight up what is in the users wallet at the time of syncing with BitShares or does it perform the snapshot feature (i.e. gives only the number of pts held at a given time)?
Title: Re: BitShares source code?
Post by: bytemaster on November 29, 2013, 05:55:40 am
Will it just credit straight up what is in the users wallet at the time of syncing with BitShares or does it perform the snapshot feature (i.e. gives only the number of pts held at a given time)?

We will announce in advance the block of PTS at which point a snapshot will occur.   You will then import your private keys from ProtoShares into your BitShares wallet (Keyhotee) and be able to spend the balance made available to you in the genesis block.
Title: Re: BitShares source code?
Post by: devilfish on November 29, 2013, 06:23:23 am
I guess my question was more on the lines of, is that functionality implemented or still being worked on?
Title: Re: BitShares source code?
Post by: bytemaster on November 29, 2013, 03:19:42 pm
I guess my question was more on the lines of, is that functionality implemented or still being worked on?

Development Schedule:
1) broadcast / peer discovery (tested via Keyhotee messaging)
2) wallet / identity  (tested via Keyhotee ID)
3) BitShares Test Network
4) wallet import from ProtoShares
5) BitShares Proper
Title: Re: BitShares source code?
Post by: devilfish on November 29, 2013, 11:45:47 pm
cheers
Title: Re: BitShares source code?
Post by: apple on December 06, 2013, 04:02:01 pm
cheers.cheers
Title: Re: BitShares source code?
Post by: hasher on December 07, 2013, 03:44:56 pm
I guess my question was more on the lines of, is that functionality implemented or still being worked on?

Development Schedule:
1) broadcast / peer discovery (tested via Keyhotee messaging)
2) wallet / identity  (tested via Keyhotee ID)
3) BitShares Test Network
4) wallet import from ProtoShares
5) BitShares Proper

Bytemaster, im curious, you mentioned in white paper that Ripple system is not trustless and not opensource, so it not competitor to Bitshares, but now ripple is open, so bitshares have only one competitive advantage - its anonimity for users?
And seems like Bitshares source code is open during development, dont you afraidthat it can be copied by newly comers like NXT?
Title: Re: BitShares source code?
Post by: BTSInvestor on December 11, 2013, 06:32:03 am
Just download the Bitshares source code from Github, would like to take a look, any one can tell how can i import the source code to the VS2010, any guide for reference? thanks in advance.