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

Pages: [1]
1
1/11/17 ***NEW THREAD - https://bitcointalk.org/index.php?topic=1723391



Distributed Autonomous Fantasy Football

whitepaper
http://satoshifantasy.com/media/satoshifantasy.pdf

source
https://github.com/jaybny/fantasybit

Key Features:
  • proof-of-stake system, without pre-distribution
  • written in pure C++11, from scratch
  • Code ready for MVP release.


2
Im working on a kind of DAC. Im looking at the bitshares_tools library and was wondering if it can it be used with pure PoS instead of TaPOS? 

Also, my system uses some public domain external data. My idea is to have a PoS Consensus on the value of this data.

Current stake holders:
Account1:  10 coins
Account2:  4 coins
Account3:  8 coins
Account4: 3 coins
Total coins: 25

PoS Consensus:
51% of stake must sign data, data will be signed recursively. Transaction would be valid after signed by 13 coins in this example: 

Example of valid transactions: 
Account2.sign(Account1.sign(data))
Account3.sign(Account2.sign(Account4.sign(data)))

either of these transactions are valid, and once it gets into the block, the next block will then automatically generate deterministic transactions  based on the data from previous block.

The recursion would save lots of space vs traditional multi-sig.

3
General Discussion / Bounty - SatoshiFantasy logo
« on: December 19, 2013, 08:36:51 am »
.5 BTC or 10000 FantasyBits bounty. create my logo for "SatoshiFantasy" from this:



maybe something like the WNBA logo with some spice.


Pages: [1]