Bitcoin Forum
May 10, 2024, 03:59:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: New Coin proposal tradecoin  (Read 1034 times)
steelhouse (OP)
Hero Member
*****
Offline Offline

Activity: 717
Merit: 501


View Profile
January 29, 2012, 06:22:16 AM
Last edit: January 31, 2012, 10:26:00 AM by steelhouse
 #1

The purpose of this coin or client is to have a trading platform built in.   Not trading coins but merchandise.  A coin without a market is useless. This might be added to an alternative client or be a whole coin system on its own.

1. You send a message to the server with a coin address, description of the merchandise, and a possibly a (automatically encoded) picture of the merchandise.

2. Thus one of the panels in additional to "All Transactions, Sent, Received, Mining, you would have a Trading Panel".  You click on the trading panel and you might see stuff you can buy.  video cards, tools, digital art, watches, cars for example."   Then to the right of the picture is the description 3 lines about 100 characters long.  An example description might be

5830 sapphire video card.
Used for mining never overclocked
Guaranteed to work

Below or above that you have the coin address, and feedback rating.  You can claim an address on the forums for added reputation.  An example might be:

QQxi8BKchgS46GrU7uXJ3Sa5zgBtbhCVVz 120 1 1212111
  
Where 120 is the positive, 1 is the negative, 1212111 total number of coins sent to address.

3. When you send to the address a panel opens up.  Where you provide a P.O. Box, address, name, maybe email address if the auction is for electronic art ...  You beam say 5 btc.  The first one that beams wins the "pay it now" auction, and the item disappears.

4. Use existing chain, btc, ixc, i0c, or sc., 0.05 transaction fee, .05 difficulty, transaction fees deleted, block reward 1, 51% attack proof, < 2% inflation.

5. Auction items are automatically deleted at 4:00 p.m. posters time, this gives you one hour to get to the post office.  Don't post if you can't send same day.

gpl, mit. open.  it would be nice to make this gpl so all coins can add it to clients, but it is your choice.  But the idea is open.  It would be nice to make it open for make it more secure and allow community to add features.

I just thought I would add a preliminary list of variables.

$sequentialid or #sid = sequential id of the auction starting 000000000001
$timestamp = time auction item ends.
$timezone = time zone of user
$description1 = line 1 description of item
$description2 = line 2 description of item
$description3 = line 3 description of item
$picture = uuencode or base64 of the image in jpeg,png format limited to 640x480 but auto scaled by software.
$address = coin address of item
$amount = size of transaction.
$shipping = formula
$email = email to notify item as sold
$email = to ask seller questions
$webaddress = web address.

preliminary feedback database.
$auction[$sid,$description1]= All items above except picture.  Thus every auction is saved.
$coinaddress = coinaddress is main search item.
$positive = #number of positive ratings
$negative = #number of negative ratings
$amounttotal = sum of all auctions where feedback submitted.
$amountpositive = total positive ratings and amount of auction
$amountnegative =  total negative ratings and amount of auction
$feedback[0] = one line of feedback




1715313558
Hero Member
*
Offline Offline

Posts: 1715313558

View Profile Personal Message (Offline)

Ignore
1715313558
Reply with quote  #2

1715313558
Report to moderator
1715313558
Hero Member
*
Offline Offline

Posts: 1715313558

View Profile Personal Message (Offline)

Ignore
1715313558
Reply with quote  #2

1715313558
Report to moderator
1715313558
Hero Member
*
Offline Offline

Posts: 1715313558

View Profile Personal Message (Offline)

Ignore
1715313558
Reply with quote  #2

1715313558
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Bitcoin Oz
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


Wat


View Profile WWW
January 30, 2012, 01:20:57 AM
 #2

Etsy coin.  Cheesy

steelhouse (OP)
Hero Member
*****
Offline Offline

Activity: 717
Merit: 501


View Profile
January 31, 2012, 05:47:38 AM
Last edit: January 31, 2012, 08:15:52 PM by steelhouse
 #3

added variables to above list.  You can trade coins without an exchange if you want to.  The system might be webbased or it might actually be stored on everyones hard drive.  There should be a posting fee to put an item up worth about $.15.  The reason is to avoid spammers and cheap junk items.  It could also be a separate block chain, with a link to the picture online.

Is there such a thing as a server based YAML system.  The problem is how do you run the system in a centralized world. A block must contain the YAML data.  A bloc already has keys and address and amounts, so it should be able to incorporate a light YAML or xml type file.   The system could also be used to send messages.  Thus pictures would have to be removed to keep the system light.

So each block contains the YAML file to store all the auctions and feedback data.
steelhouse (OP)
Hero Member
*****
Offline Offline

Activity: 717
Merit: 501


View Profile
February 01, 2012, 08:05:15 AM
 #4

$status = yes  the item is still for sale
$status = no   the item is sold

The data above is stored in the blockchain.  Yes the block-chain might be big or it can be a sister block chain.  Thus when a item is sold $sid and $status is sent to the block notifying everyone the item is sold. When feedback is done $sid and $feedback variables sent to updating the coin address feedback information.

Very complicated and will not do more posts unless someone comments.  However, open transactions probably solves a lot of this but just thought it was a neat idea.
 
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!