Bitcoin Forum
May 08, 2024, 08:01:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [ANN] Masterchain.info private Fiat on the blockchain with distributed exchange  (Read 7593 times)
xchrix
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
April 26, 2014, 08:00:11 AM
 #21

hey grazcoin. are you able to provide a simple JSON with last x trades of each coin on the distributed exchange?
i want to show the data on cryptocoincharts.info
1715155285
Hero Member
*
Offline Offline

Posts: 1715155285

View Profile Personal Message (Offline)

Ignore
1715155285
Reply with quote  #2

1715155285
Report to moderator
1715155285
Hero Member
*
Offline Offline

Posts: 1715155285

View Profile Personal Message (Offline)

Ignore
1715155285
Reply with quote  #2

1715155285
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715155285
Hero Member
*
Offline Offline

Posts: 1715155285

View Profile Personal Message (Offline)

Ignore
1715155285
Reply with quote  #2

1715155285
Report to moderator
1715155285
Hero Member
*
Offline Offline

Posts: 1715155285

View Profile Personal Message (Offline)

Ignore
1715155285
Reply with quote  #2

1715155285
Report to moderator
1715155285
Hero Member
*
Offline Offline

Posts: 1715155285

View Profile Personal Message (Offline)

Ignore
1715155285
Reply with quote  #2

1715155285
Report to moderator
grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
April 26, 2014, 08:36:06 AM
 #22

hey grazcoin. are you able to provide a simple JSON with last x trades of each coin on the distributed exchange?
i want to show the data on cryptocoincharts.info

hi xchrix! Thanks for the interest.
There is already a related feature implemented.
maybe it is good enough for you.

web interface:
https://masterchain.info/Currencies.html you get the overview of volume, last price (with links to last trades of that currency), etc.
https://masterchain.info/index.html?filter=accept&currency=GRZ - the last deals of GRZ coin.

json:
https://masterchain.info/general/GRZ_accept_0001.json - the last 10 deal accepts of GRZ coin.
https://masterchain.info/general/MSC_accept_0002.json - the previous last 10 deal accepts of MSC coin.
https://masterchain.info/general/GRZ_sell_0001.json - the previous last 10 sell orders of GRZ coin.
https://masterchain.info/general/extracted_currencies.json - the automatically extracted currencies list (with their names, their exodus address, the amount minted, their internal currency list, which is now real and test coin only, and more).
https://masterchain.info/currencies.json - currencies, last price, number of transaction history pages, number of sell transaction history pages, number of accept transaction history pages, exodus address.


obviously these API exist for each generated currency.

If you need some different data on the api - just ask, and I'll see what it takes to implement it.


niner
Full Member
***
Offline Offline

Activity: 189
Merit: 100


You are here ---------> but you're not all there.


View Profile WWW
April 26, 2014, 10:35:30 AM
 #23

Congrats Graz!

I've been using the masterchain.info wallet to do simple sends and I'm happy with the results.

I'm confused about these new currencies though.  Are they implemented as master protocol user-currencies or
something else?   I have no idea what a meta-chain or a nested chain is.

Also, do you have any plans to support trading of MaidSafe coins now that the crowdsale has finished?


Ⓑ Ⓘ Ⓣ Ⓒ Ⓞ Ⓘ Ⓝ 1NMBixVgJyA63MExRuChcxjhKAW1QkvZU4
digital49ers.com   bitcoin.de   Alt Coins: CryptsyVircurex
marcelus
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
April 26, 2014, 11:10:22 AM
 #24

Had my post deleted by the moderators. Here I go again....
grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
April 26, 2014, 11:42:53 AM
 #25

Congrats Graz!

I've been using the masterchain.info wallet to do simple sends and I'm happy with the results.

I'm confused about these new currencies though.  Are they implemented as master protocol user-currencies or
something else?   I have no idea what a meta-chain or a nested chain is.

Also, do you have any plans to support trading of MaidSafe coins now that the crowdsale has finished?



Thanks!

The new currencies  are mastercoin protocol based, but the exodus address (and the control of the whole chain) is given to the user that issues the coin, and therefore they are not connected to MSC. These are not the user currencies from the Mastercoin spec.
On each such chain (MSC, GRZ, etc) internal user currencies (as mentioned in the mastercoin spec), as well as any other mastercoin spec feature could be added.

The original MSC is the first "mastercoin protocol based" coin, using the exodus 1EXoDusjGwvnjZUyKkxZ4UHEf77z6A5S4P
Any other coin on masterchain, e.g. GRZ uses the same protocol and the same parsing stack, but it has its own unique address - for GRZ it is 1GRazCon4gDqTh1pMNyh1xHVWnbQEVPfW8

As for MediaSafe coins - I don't plan to add them to masterchain.info in the near future, as I am too busy with the development of the multi-exodus feature. This does not influence the MSC balance which should be in consensus with other MSC implementations.


grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
April 26, 2014, 12:22:37 PM
 #26

For those that like to check website statistics - the nginx access log of masterchain.info since 3rd April reports:
Total Requests  1020023 (more than a Million hits!!!)
Unique Visitors 13108 (that's impressing)
Referrers  0
Log 236.70 MB
Failed Requests 145 (I may take a look at that)
Unique Files    83451
Unique 404 49052 (may people try their address that has no alternative currency on it)
BW  0.0  B
Generation Time 12
Static Files    13440 (there are many jsons out there)

xchrix
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
April 26, 2014, 01:40:59 PM
 #27

hey grazcoin. are you able to provide a simple JSON with last x trades of each coin on the distributed exchange?
i want to show the data on cryptocoincharts.info

json:
https://masterchain.info/general/GRZ_accept_0001.json - the last 10 deal accepts of GRZ coin.
https://masterchain.info/general/extracted_currencies.json - the automatically extracted currencies list (with their names, their exodus address, the amount minted, their internal currency list, which is now real and test coin only, and more).


this data is good but its missing one info. the timestamp of the trade. are you able to provide this? otherwise i have to check the blockchain for each transaction and get the time. very complicated Cheesy
tlewis
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile WWW
April 26, 2014, 08:48:04 PM
 #28

Congratulations Graz. Well done.

Featured on BitcoinBusiness.co: Create your own altcoin on bitcoin blockchain in 3 easy steps.

All the best on your coin, as well. There's innovation in employment with GRZcoin!
grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
April 27, 2014, 08:12:45 AM
Last edit: April 27, 2014, 10:08:52 AM by grazcoin
 #29

hey grazcoin. are you able to provide a simple JSON with last x trades of each coin on the distributed exchange?
i want to show the data on cryptocoincharts.info

json:
https://masterchain.info/general/GRZ_accept_0001.json - the last 10 deal accepts of GRZ coin.
https://masterchain.info/general/extracted_currencies.json - the automatically extracted currencies list (with their names, their exodus address, the amount minted, their internal currency list, which is now real and test coin only, and more).


this data is good but its missing one info. the timestamp of the trade. are you able to provide this? otherwise i have to check the blockchain for each transaction and get the time. very complicated Cheesy

The timestamp of each tx is is already provided inside the json in the field "tx_time".
E.g. for https://masterchain.info/general/GRZ_accept_0001.json the timestamp of the last tx:
"tx_time": "1398345496000" which is 24 Apr 15:18 (my time zone).


crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
April 27, 2014, 08:47:47 AM
 #30

Amazing!

more or less retired.
grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
April 27, 2014, 07:40:03 PM
 #31

The consensus checker of MSC with the other implementations (masterchest and mymastercoins) is alive on:
https://masterchain.info/general/MSC-difference.txt

currently the differences are:
MSC consensus check at 25 Apr 2014 09:34:13 GMT
18nyZJvDN1DK6BYsyAof81X7BFR5v1ka7S: masterchain 5000.0; mymastercoins 5000.0; masterchest 10.0;
1C7AmZ7sEHNLTWdoU7eUqXDPRuM6kmt5a7: masterchain 18.0; mymastercoins 18.0; masterchest 0.0;
14WdQTN1A2FvFEifgNY56UmmrRZxLvBe5v: masterchain 2999.0; mymastercoins 2999.0; masterchest 0.0;
16kuw3W7ru5CSFbcSGKAU6EV15izA1JA9u: masterchain 0.0; mymastercoins 0.0; masterchest 5000.0;
1LHUY5HRjxu7bhQSpzWH8QDajMwrteJGqu: masterchain 0.0; mymastercoins 0.0; masterchest 5000.0;
1JiwnKR5oukTPCEjHHVu473oyhbJfd3U1j: masterchain 0.0; mymastercoins 0.0; masterchest 5000.0;
1G8VtrWqjMnd2BcDKrBtgpDZC2wQGUW1Xk: masterchain 0.0; mymastercoins 0.0; masterchest 5000.0;
1ARjWDkZ7kT9fwjPrjcQyvbXDkEySzKHwu: masterchain 17691.417079; mymastercoins 17691.417079; masterchest 701.84707901;
1PKLjqxhXN36mnG8PBSHVxpAWMZjuq4TYc: masterchain 0.0; mymastercoins 0.0; masterchest 5000.0;
1MKiW1nYprHTmT4LQvtYZgYGutufKAC2Uj: masterchain 5.61081998; mymastercoins 5.61081998; masterchest 1.50058976;
1EXoDusjGwvnjZUyKkxZ4UHEf77z6A5S4P: masterchain 10414.2456969; mymastercoins 10415.097137; masterchest 10414.9415414;
139XNsqP9SK974Mbicmjge7e1xcKPqX1mU: masterchain 0.000125; mymastercoins 0.00025; masterchest 0.000125;
1Pr75FNvtoWHeocNfc4zTQCfK5kMVakWcn: masterchain 0.023375; mymastercoins 0.02325; masterchest 0.023375;
12vge5Zok5qVYHxGU69vuD3UvoCJMjPnA6: masterchain 9.95887784; mymastercoins 9.95887784; masterchest 0.0;
1FxHxr5Xg4ftt6JSf9WuuXUUMYqrdYtaAC: masterchain 37.0; mymastercoins 37.0; masterchest 47.63910806;

It seems that at on each consensus issue, there is at least one other implementation that agrees with masterchain.
As masterchain uses mastercoin-tools which is the official/reference implementation - the other implementations has to align accordingly.



update: consensus issues solved.
MSC foundation decided to modify history:
http://mastercointalk.org/index.php?topic=440.msg1163#msg1163
transaction got re-validated now:
https://github.com/grazcoin/mastercoin-tools/commit/e406f7b9bcd6b7a41ce0713451a254607955cb23
consensus:
https://masterchain.info/general/MSC-difference.txt


grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
April 29, 2014, 10:18:37 AM
 #32

added some sections to announcement:


grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
April 30, 2014, 09:08:18 AM
 #33

Announced masterchain.info as "Kickstarter on the blockchain with distributed exchange" on project development thread per requests of some users:
https://bitcointalk.org/index.php?topic=590148.0


grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
May 13, 2014, 03:04:38 PM
 #34

updates:

download the whole virtual machine behind masterchain.info and run it on your laptop:
https://bitcointalk.org/index.php?topic=607492

Minimal bitcoin price reduction for minting a new coin from 1 BTC to 0.01 BTC (limited for few days)
Own your own exodus address for 1 bitcoin cent.
https://bitcointalk.org/index.php?topic=607512



grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
May 18, 2014, 08:57:03 AM
Last edit: May 18, 2014, 03:48:50 PM by grazcoin
 #35

I just came back from bitcoin2014 an Amsterdam and I have seen that a new coin got minted on the distributed exchange.
XXX coin/chain.
It is available under xxx.masterchain.info

The minting transaction was:
https://blockchain.info/tx/c4397e470c059dd9a2a87a63959a009338a1c59d8aea3b774df3ebf4251cefc9

The main chain address:
https://masterchain.info/Address.html?addr=1xxx1Wt8o8sv4JNdZXL8hTEZdXMTcDUa1&currency=XXX
contains 5002.24330009 XXX coins and 5002.24330009 Test XXX coins.

The details of the chain are available on the currencies page: https://masterchain.info/Currencies.html

No specific rules were published for this chain (at least google says nothing about 1xxx1Wt8o8sv4JNdZXL8hTEZdXMTcDUa1), and no sell offers are available, but the distributed exchange supports already the XXX coins.

@ XXX chain owner:
Congratulations !
I suggest that you send some portion of the coins to another address where you maintain sell orders.
The chain private key must be kept more secure than all other private keys Smiley
It would have been best if you keep the chain private key totally offline.
For this you could use the offline signing feature on:
https://masterchain.info/offlinesign.html


grazcoin (OP)
Sr. Member
****
Offline Offline

Activity: 284
Merit: 250



View Profile
May 18, 2014, 07:53:46 PM
 #36

I just came back from bitcoin2014 an Amsterdam and I have seen that a new coin got minted on the distributed exchange.
XXX coin/chain.
It is available under xxx.masterchain.info

The minting transaction was:
https://blockchain.info/tx/c4397e470c059dd9a2a87a63959a009338a1c59d8aea3b774df3ebf4251cefc9

The main chain address:
https://masterchain.info/Address.html?addr=1xxx1Wt8o8sv4JNdZXL8hTEZdXMTcDUa1&currency=XXX
contains 5002.24330009 XXX coins and 5002.24330009 Test XXX coins.

The details of the chain are available on the currencies page: https://masterchain.info/Currencies.html

No specific rules were published for this chain (at least google says nothing about 1xxx1Wt8o8sv4JNdZXL8hTEZdXMTcDUa1), and no sell offers are available, but the distributed exchange supports already the XXX coins.

@ XXX chain owner:
Congratulations !
I suggest that you send some portion of the coins to another address where you maintain sell orders.
The chain private key must be kept more secure than all other private keys Smiley
It would have been best if you keep the chain private key totally offline.
For this you could use the offline signing feature on:
https://masterchain.info/offlinesign.html



@ XXX chain owner:

I have seen few transaction created by you which didn't get confirmed on:
https://blockchain.info/address/1xxx1Wt8o8sv4JNdZXL8hTEZdXMTcDUa1

The reason is too small fee ( 0.000001 BTC)
https://blockchain.info/tx/1874eed879a2da857f7cfd9c3145f3673c3a497f2d7fabc9b176a6f7fe42b44d

You can either try to double spend the same outputs, or just wait and hope that this transaction will get confirmed.

Since all the following transaction which depend on that one have a reasonable fee (0.0001 BTC), there is a chance that they will all get included in one block, but this depends on the ordering algorithm that the miner uses.


RawDog
Legendary
*
Offline Offline

Activity: 1596
Merit: 1026



View Profile WWW
July 04, 2014, 11:17:46 PM
 #37

I just came back from bitcoin2014 an Amsterdam and I have seen that a new coin got minted on the distributed exchange.
XXX coin/chain.
It is available under xxx.masterchain.info

The minting transaction was:
https://blockchain.info/tx/c4397e470c059dd9a2a87a63959a009338a1c59d8aea3b774df3ebf4251cefc9

The main chain address:
https://masterchain.info/Address.html?addr=1xxx1Wt8o8sv4JNdZXL8hTEZdXMTcDUa1&currency=XXX
contains 5002.24330009 XXX coins and 5002.24330009 Test XXX coins.

The details of the chain are available on the currencies page: https://masterchain.info/Currencies.html

No specific rules were published for this chain (at least google says nothing about 1xxx1Wt8o8sv4JNdZXL8hTEZdXMTcDUa1), and no sell offers are available, but the distributed exchange supports already the XXX coins.

@ XXX chain owner:
Congratulations !
I suggest that you send some portion of the coins to another address where you maintain sell orders.
The chain private key must be kept more secure than all other private keys Smiley
It would have been best if you keep the chain private key totally offline.
For this you could use the offline signing feature on:
https://masterchain.info/offlinesign.html



@ XXX chain owner:

I have seen few transaction created by you which didn't get confirmed on:
https://blockchain.info/address/1xxx1Wt8o8sv4JNdZXL8hTEZdXMTcDUa1

The reason is too small fee ( 0.000001 BTC)
https://blockchain.info/tx/1874eed879a2da857f7cfd9c3145f3673c3a497f2d7fabc9b176a6f7fe42b44d

You can either try to double spend the same outputs, or just wait and hope that this transaction will get confirmed.

Since all the following transaction which depend on that one have a reasonable fee (0.0001 BTC), there is a chance that they will all get included in one block, but this depends on the ordering algorithm that the miner uses.


I guess this damn thing didn't work at all?  Right Graz?  Are you still working on Mastercoin now?  Going out on your own doesn't seem to be producing much. 

*Image Removed* *Expletive Removed*  *Obsenity Removed*
What's going on - Slavetards?!!!
Watch my videos: https://www.youtube.com/watch?v=oE43M1Z8Iew  1FuckYouc6zrtHbnqcHdhrSVhcxgpJgfds
Pages: « 1 [2]  All
  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!