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

Pages: 1 ... 5 6 7 8 9 10 11 [12] 13 14 15
166
General Discussion / Bter: bitUSD/USD price
« on: October 07, 2014, 04:40:01 pm »
What's the reason I can buy 1k bitUSD for less than 1k USD over at bter?
some are well below 5% below the peg?!

168
nT = no text
see subject

169
General Discussion / GSS - Genesis Stake Statistics
« on: September 24, 2014, 07:00:05 pm »
Just wrote a quick and dirty python script to take a look at the genesis stakes
python script from here: https://github.com/xeroc/pytshares/blob/master/genesisStats.py

Code: [Select]
--------------------------------------------------------------------------------
top 10 addresses collective percentage
--------------------------------------------------------------------------------
top    1 addresses collectively own      58,783,757 BTSX (  2.94%)
top    2 addresses collectively own     116,215,883 BTSX (  5.81%)
top    3 addresses collectively own     157,771,275 BTSX (  7.89%)
top    4 addresses collectively own     190,946,909 BTSX (  9.55%)
top    5 addresses collectively own     223,154,898 BTSX ( 11.16%)
top    6 addresses collectively own     255,362,887 BTSX ( 12.77%)
top    7 addresses collectively own     282,127,577 BTSX ( 14.11%)
top    8 addresses collectively own     307,893,968 BTSX ( 15.39%)
top    9 addresses collectively own     324,971,245 BTSX ( 16.25%)
--------------------------------------------------------------------------------
top 10 addresses individual percentage
--------------------------------------------------------------------------------
top    1 addresse individually owns      58,783,757 BTSX (  2.94%)
top    2 addresse individually owns      57,432,127 BTSX (  2.87%)
top    3 addresse individually owns      41,555,392 BTSX (  2.08%)
top    4 addresse individually owns      33,175,634 BTSX (  1.66%)
top    5 addresse individually owns      32,207,989 BTSX (  1.61%)
top    6 addresse individually owns      32,207,989 BTSX (  1.61%)
top    7 addresse individually owns      26,764,689 BTSX (  1.34%)
top    8 addresse individually owns      25,766,391 BTSX (  1.29%)
top    9 addresse individually owns      17,077,277 BTSX (  0.85%)
--------------------------------------------------------------------------------
address/amount distribution
--------------------------------------------------------------------------------
address with >             10 BTSX :   40,977
address with >             30 BTSX :   36,574
address with >             50 BTSX :   34,449
address with >             70 BTSX :   31,760
address with >             90 BTSX :   30,756
address with >            100 BTSX :   30,422
address with >            300 BTSX :   26,520
address with >            500 BTSX :   24,880
address with >            700 BTSX :   21,150
address with >            900 BTSX :   20,060
address with >          1,000 BTSX :   19,694
address with >          3,000 BTSX :   14,756
address with >          5,000 BTSX :   12,634
address with >          7,000 BTSX :   11,052
address with >          9,000 BTSX :   10,091
address with >         10,000 BTSX :    9,669
address with >         30,000 BTSX :    5,062
address with >         50,000 BTSX :    3,720
address with >         70,000 BTSX :    2,938
address with >         90,000 BTSX :    2,516
address with >        100,000 BTSX :    2,365
address with >        300,000 BTSX :    1,021
address with >        500,000 BTSX :      660
address with >        700,000 BTSX :      481
address with >        900,000 BTSX :      383
address with >      1,000,000 BTSX :      344
address with >      3,000,000 BTSX :       66
address with >      5,000,000 BTSX :       35
address with >      7,000,000 BTSX :       25
address with >      9,000,000 BTSX :       20
address with >     10,000,000 BTSX :       17
address with >     30,000,000 BTSX :        6
address with >     50,000,000 BTSX :        2




170
Français (French) / [request] translation for bitshares-x.info
« on: September 23, 2014, 07:21:36 am »
Hey friends,

please excuse my English speaking, but my French is extremely rusty.
I'd like to ask the French speaking community for help translating the webpage bitshares-x.info.

it's pretty easy:
1) download the en.php file from https://github.com/cassiopaia/bitshares-x.info/blob/master/lang/en.php
2) make the french translation
3) send it to me or cass or post it here on the forum.

Much thanks and kind regards
 -- Fabian

172
General Discussion / Tool to convert btc pubkeys into btsx pubkeys
« on: September 14, 2014, 04:53:00 pm »
I modified the "bu.py" script from pycoin to produce BTSX pubkeys given a public key from bitcoin:

pycoin: https://github.com/richardkiss/pycoin.git
particular bu.py sourcecode: https://github.com/richardkiss/pycoin/blob/master/pycoin/scripts/bitcoin_utils.py

The patch looks like this:
Code: [Select]
*** pycoin/pycoin/scripts/bitcoin_utils.py      2014-09-14 16:32:55.171411937 +0200
--- btsxaddrutil/btsxaddr.py    2014-09-14 18:46:21.691527277 +0200
*************** from pycoin.ecdsa import secp256k1
*** 10,11 ****
--- 10,13 ----
 
+ BTS_ADDRESS_PREFIX = "BTS"
+
  def parse_as_number(s):
*************** def main():
*** 103,104 ****
--- 105,109 ----
              hash160_unc = encoding.public_pair_to_hash160_sec(public_pair, compressed=False)
+             myeccpoint = encoding.public_pair_to_sec(public_pair, compressed=True)
+             myhash     = encoding.ripemd160( myeccpoint ).digest(  )
+             print("BTSX PubKey:     %s" % BTS_ADDRESS_PREFIX + encoding.b2a_base58(myeccpoint + myhash[ :4 ]))
          else:
(patch comes as is ... no warranty ... AT ALL!! check results your self)

nothing too complicated .. but it took me some hours to figure it out :)

Output looks like this
Code: [Select]
─(%) ./btsxaddr.py 04c089455cd1554f05e723a1de8331fc0b947119966db60f4409036fdaf6663e1f5f61a8c0656704e98775382c240d8eb1ee0df827342fd7054b1284d41c1bea2c                                                                          ─┘
public pair x:   87086603698720170063321393822553237916438159845584726570308491679063372873247
public pair y:   43142269461068752177588100742336804615736633778602002937675098874341555431980
  x as hex:      c089455cd1554f05e723a1de8331fc0b947119966db60f4409036fdaf6663e1f
  y as hex:      5f61a8c0656704e98775382c240d8eb1ee0df827342fd7054b1284d41c1bea2c
even
key pair as sec: 02c089455cd1554f05e723a1de8331fc0b947119966db60f4409036fdaf6663e1f
  uncompressed:  04c089455cd1554f05e723a1de8331fc0b947119966db60f4409036fdaf6663e1f\
                   5f61a8c0656704e98775382c240d8eb1ee0df827342fd7054b1284d41c1bea2c
BTSX PubKey:     BTS6MHS4JNrh6wVVe1uZAugJbuQpJpr9ENYyaQ74fjv8DZUadY4fq
hash160:         fa6dc9a5cdd1a2d9b5bd1845a1201711ae4eb7ae
  uncompressed:  ef1567d36cd10b8fe6d0849123c22f1356cc90bb
Bitcoin address: 1Pq9T97Ces8HHBYaSr5jphxsW5EAmEUNNu
  uncompressed:  1NoA98grVfXfVqysU4ijM9jhMBD8vmrUC8

173
General Discussion / Why Bitcoin Mining Can No Longer Ignore Moore’s Law
« on: September 14, 2014, 03:18:05 pm »
Why Bitcoin Mining Can No Longer Ignore Moore’s Law http://feedproxy.google.com/~r/CoinDesk/~3/xnxIzGNFVRU/

Meanwhile: DPOS hits 10k tps :P

174
Random Discussion / my account @ bitcointalk.com seems to be compromized
« on: September 14, 2014, 11:58:02 am »
hey friends,

just wanted to let you know that I currently cannot access my bitcointalk account "xeroc" and consider it compromised

reddit discussion:
http://www.reddit.com/r/Bitcoin/comments/2gcyac/anyone_else_having_issues_login_into/

175
General Discussion / Next bitAsset to go: bitGLD and bitEUR
« on: September 13, 2014, 01:39:59 pm »
Hey delegates,

some people around are eagerly awaiting the bitGLD
https://bitsharestalk.org/index.php?topic=8759.msg114934#msg114934
and the bitEUR
https://bitsharestalk.org/index.php?topic=6406.msg114296#msg114296

Bytemaster and I3 gave a "green light" for the community to freely publish any feeds.
BM explicitly told us at the hangout yesterday, that I3 has no interest in dictating when to launch new assets.

Id' suggest to start over with Gold and see what happens!

Thoughts?

Code: [Select]
{
    "delegate_name": "delegate.xeroc",
    "price": 3.0889758393127e-05,
    "last_update": "20140913T133400",
    "asset_symbol": "GLD",
    "median_price": null
  }

176
General Discussion / 100,000,000,000,000. FREE
« on: September 13, 2014, 11:10:51 am »
Hey friends,

As some of you might have noticed already, I have a user-issued asset on the BitShares-X market called FREE:

Code: [Select]
default (unlocked) >>> blockchain_get_asset FREE
{
  "id": 27,
  "symbol": "FREE",
  "name": "Free",
  "description": "Free as in beer",
  "public_data": {},
  "issuer_account_id": 284,
  "precision": 1,
  "registration_date": "20140719T200230",
  "last_update": "19700101T000000",
  "current_share_supply": 100000000000000,
  "maximum_share_supply": 100000000000000,
  "collected_fees": 0
}

100,000,000,000,000. FREE (all of them) have been issued and are lying around in my account. I don't need them. Neither will they be "useful" as they state "Free as in beer" ..

I'd like to ask the community about a "fancy" idea to get them out into the wild ..

Ready .. GO!

177
Hey friends,

It came to me while lieing in bed yesterday and thought there might be someone
feeling up to the challenge. So:
 - I will not implement this
 - someone else (with good reputation in crypto) can make ALOT of money

The idea was to set a automated BTC to bitBTC bridge that makes it easy for the
bitcoin community to get hands on bitBTC. All what follows should work aswell
for the ANY other altcoin that uses EC crypto from the satoshi client.

About the automation:
Assume I'd like to exchange 100 BTC from the bitcoin blockchain to 100 bitBTC
on the bitshares blockchain.  A provider can publish a (single) BTC address to
collect bitcoin in exchange for bitBTC.  Every single deposit into that address
comes with a bitcoin transaction containing at least one public key
corresponding to a sending address:

My address -> tx with 100 btc and pubkey to my address -> BTC address for exchange

Now that public key can be converted into a public key on the BitShares
network.  Thus, the BTC can be used to buy up bitBTC from the market (external
or internal) and the resulting bitBTC can be sent to an address
that corresponds (via TITAN) to the public key from the bitcoin network above.
Hence, I can redeem my bitBTC using the private key of my sender address.

If volume picks up, people might want to move into bitBTC (or bitPTS, bitPPC,
...) quickly. This options enables them to do so by paying a fee of say 3% to
the service provider.

The drawbacks:
 - a (trusted) entity needs to run this
 - that entity needs to be liquid on BTC and bitBTC (exchange able)
 - a service (server) needs to be coded and audited by the public to run this
   service.
 - the btc pubkey needs to be converted to btsx pubkey (code exists, needs testing)

So, if you think you can do it profitable, give it a shot. If I had any BTC I'd
be your first costumer :)

Thoughts?

178
[ temp. deleted by xeroc due to competitors spying on us :-) -- will be release again in a few weeks ]

179
General Discussion / Fee Flow / Yield Info Graphic
« on: September 09, 2014, 05:38:12 pm »
I wanted to quickly sketch sth, that shows the fee flow and bitAsset yield so we can have a graphic to use when convincing people.
Here's my second quick sketch:




I am sure I am missing some things ... or have some misunderstanding ..


sources (inkscape,svg): https://tmp.xeroc.org/feeflow.svg


V2: http://i.imgur.com/a6mOGWl.png
V3: http://i.imgur.com/iBNbCqS.png
V4: http://i.imgur.com/ORb1t3M.png
V5: http://i.imgur.com/PxwAgRa.png
V6: http://i.imgur.com/mrNPgXc.png

180
Stakeholder Proposals / [SLATE] ***delegate.xeroc***
« on: September 07, 2014, 10:03:14 am »
Hey friends,

I figured out that slates are very important for the trusted network of
delegates. I decided to pick some delegates that I personally trust and set up
a slate for them under delegate:

delegate.xeroc

If you vote for one of the delegates above you automatically also approve the
delegates below. Buy this we can span a web-of-trusted delegates. This also
enables delegates (by their slate-list) to quickly unapprove misbehaving
delegates. So if you run a delegate by your own, you should consider setting up
a own trusted-delegates slate list.

Furthermore, delegates that do not publish feeds will receive negative recommendation!

So MY PERSONAL list of trusted delegates is:
https://bitsharesblocks.com/delegate/slate?name=delegate.xeroc

Transaction id:
8dd3cb9b5bc1843d247679d52563fb7220fe6a31
e004df139b4d8c9489a5d6aca1857653de59ba74
1428146ff9f78a755129906ae485fb85cc652294
6334217f70e0a1c48a873c2ea7d51ed5d75f9b13
ea24f996b119a526f172481fe14bbebdbdda241e
a9d74e0a00501fcc81825bad838f8c872070f193
3533977ab0191f05942877811cc0f1fe946e4855

Most of them have prooven supporters of BitShares and are well known and
trusted members of the community.
I gave my best not to forget someone. So if you have the feeling you should be
on the list because just PM me.

Happy to see feedback but I am not going to publicly discuss any reason for
including or not including individual delegates. If you feel I just missed your
delegate, send my a PM.

Update:
Source code for slate update:
https://github.com/xeroc/pytshares/blob/master/myslates.py
https://github.com/xeroc/delegate-slate

Pages: 1 ... 5 6 7 8 9 10 11 [12] 13 14 15