dacoinminster (OP)
Legendary
Offline
Activity: 1260
Merit: 1031
Rational Exuberance
|
|
January 13, 2014, 08:06:51 PM |
|
More Exodus Address funds are moving offline to the following 10 offline addresses held by one of our board members: 14U8kCELPcFghQLk5REPvpCnvoRxJvyUad 13MAUshaCbAnWrrJXqmfaKe9rwY4nCvfsk 1KgzQ3EWN4SbxyFBVCajgmC6kTNAjdL7pE 14zy9vb2uPmQPMHPCRZMmKYN88fmYrVxW5 15sX78oHhV9rsx9id7M55z5D6nd4eKPryj 1ErkNG7s1zPpEGCNyb4jydkvDT7JGBoFTg 1EG8or2YJskDPjMch4ue6esypgBxjJy2nN 1Etsrob7fxx2a5mwHYZFoJrVLKksRx19fB 1BvpM2u1b6wtcdf1vKvweBMrxpjFz6sRYQ 18w1KqtRxS7mXUSf8uuU7viiBNBuSaRMjS This will be done in a couple days (to give him time to say "oh crap my email was hacked") Thanks
|
|
|
|
|
prophetx
Legendary
Offline
Activity: 1666
Merit: 1010
he who has the gold makes the rules
|
|
January 14, 2014, 02:36:31 PM |
|
thanks so much, i do try to post these but sometimes i do forget (lots of stuff going on)
|
|
|
|
prophetx
Legendary
Offline
Activity: 1666
Merit: 1010
he who has the gold makes the rules
|
|
January 14, 2014, 02:36:44 PM |
|
Big Announcement: the dev's have finally reached 100% consensus on transactions after a weekend long hackathon across the 4 Master Protocol implementations: Masterchain.info Mastercoin-explorer.com Masterchest.info Mymastercoins.com https://masterchest.info/consensus_masterchestinfodev.aspxNote there is a slight issue with dev mastercoins vesting to 1EXoDus time stamp calculation but that is being fixed.
|
|
|
|
culexevilman
Legendary
Offline
Activity: 1064
Merit: 1000
Bitcoin is too valuable to be used as a currency
|
|
January 14, 2014, 03:20:07 PM |
|
Big Announcement: the dev's have finally reached 100% consensus on transactions after a weekend long hackathon across the 4 Master Protocol implementations: Masterchain.info Mastercoin-explorer.com Masterchest.info Mymastercoins.com https://masterchest.info/consensus_masterchestinfodev.aspxNote there is a slight issue with dev mastercoins vesting to 1EXoDus time stamp calculation but that is being fixed.
|
|
|
|
prophetx
Legendary
Offline
Activity: 1666
Merit: 1010
he who has the gold makes the rules
|
|
January 14, 2014, 06:28:43 PM |
|
|
|
|
|
|
prophetx
Legendary
Offline
Activity: 1666
Merit: 1010
he who has the gold makes the rules
|
|
January 15, 2014, 08:40:52 PM |
|
I may have missed the "use of alt-chain vs use of bitcoin blockchain" discussion. Can you point me to the link. Anyway, iXcoin (created in early 2011) is in the process of implementing colored coins natively. iXcoin is a merged mined coin that has currently 7.2 Peta Hash network ( 40% of bitcoin) to secure it. The nice thing about this approach compared to mastercoin is that we don't sacrifice a lot in hash rate, however we start off with a much solid and well tested foundation. iXcoin is just as robust as Bitcoin, using the latest code base. However, in addition to user defined coins, we will be layer on top our own framework of Smart Contracts. This certainly a race to create the most advanced crypto-currency. We believe iXcoin taking a more conservative approach to implementation can delivery functionality ahead of every other competitor. www.ixcoin.co will be updated shortly to highlight this exciting new development. You certainly are a persistent troll. I am simply informing the community that there are alternatives to Mastercoin. right... it's called threadjacking ...
|
|
|
|
dacoinminster (OP)
Legendary
Offline
Activity: 1260
Merit: 1031
Rational Exuberance
|
|
January 15, 2014, 08:58:15 PM |
|
I may have missed the "use of alt-chain vs use of bitcoin blockchain" discussion. Can you point me to the link. Anyway, iXcoin (created in early 2011) is in the process of implementing colored coins natively. iXcoin is a merged mined coin that has currently 7.2 Peta Hash network ( 40% of bitcoin) to secure it. The nice thing about this approach compared to mastercoin is that we don't sacrifice a lot in hash rate, however we start off with a much solid and well tested foundation. iXcoin is just as robust as Bitcoin, using the latest code base. However, in addition to user defined coins, we will be layer on top our own framework of Smart Contracts. This certainly a race to create the most advanced crypto-currency. We believe iXcoin taking a more conservative approach to implementation can delivery functionality ahead of every other competitor. www.ixcoin.co will be updated shortly to highlight this exciting new development. You certainly are a persistent troll. I am simply informing the community that there are alternatives to Mastercoin. right... it's called threadjacking ... I've removed the off-topic posts. Thanks guys.
|
|
|
|
udecker
|
|
January 17, 2014, 12:05:41 AM |
|
Cool Wallet! More great news - https://bitcointalk.org/index.php?topic=291914.msg4542958#msg4542958Great job, Grazcoin! Good news:Tutorial for masterchain.info's cool Hybrid web wallet (TM) that does bitcoin/mastercoin sending as well as Distributed Exchange operations is available on: https://masterchain.info/downloads/masterchain_tutorial.pdfWhat it CAN do: - Show balances of MSC/TMSC/BTC for each of your addresses (just add them to the wallet)
- Initiate a send/sell of each of the funds on the wallet
- Suggest wallet addresses when clicking ACCEPT on an sell offer
- Generate a correct PAY transaction after the offer got accepted
What it CANNOT (yet) do: - Sync wallet with server is not yet implemented. It means that the wallet is kept only locally in your browser. To re-create it, add the addresses to a new wallet
Few technical details: - All view pages are rendered locally on your browser using json data from the server (or from your filesystem). The json files are static (so no problem for 1M users together, since users bring their own CPUs)
- Wallet is kept in browser storage. No private information is stored. A secure mechanism to keep the wallet data online will be later introduced
- Wallet operations are done using a POST request from the server to:
- /wallet/validateaddr/
- /wallet/send/
- /wallet/sell/
- /wallet/accept/
- At this point, the tx gets the bitcion network using pushtx of blockchain.info (will be later changed)
Testing: Not enough testing has been done. There are still sharp edges, and some hick-ups. Example are available in the tutorial. There is still enough work to get to consensus on DEx. Sources: https://github.com/grazcoin/mastercoin-toolsNote: the wallet is not a cold wallet, but a cool wallet ;-)
|
]
|
|
|
Westphalian
Newbie
Offline
Activity: 47
Merit: 0
|
|
January 17, 2014, 03:26:31 AM Last edit: January 17, 2014, 03:38:27 AM by Westphalian |
|
Re: quote from grazcoin above (masterchain.info wallet/DEx)
It looks like you need to create a new wallet first and then search for your mastercoin/bitcoin address. Once you find the address you can add it to the newly created wallet.
Are there any official instructions for beta-testers for the wallet and DEx, like where to acquire test mastercoins and where to report bugs?
|
|
|
|
udecker
|
|
January 17, 2014, 03:58:47 AM |
|
Re: quote from grazcoin above (masterchain.info wallet/DEx)
It looks like you need to create a new wallet first and then search for your mastercoin/bitcoin address. Once you find the address you can add it to the newly created wallet.
Are there any official instructions for beta-testers for the wallet and DEx, like where to acquire test mastercoins and where to report bugs?
Westphalian, Marv has been putting together the test plan for DEx at https://github.com/marv-engine/QA/blob/master/MastercoinDistributedExchangeTestPlan.mdRegarding bug reports, Grazcoin may have a preferred location, but you can ask the devs for their preference, and to receive TMSC. Still finalizing the formal version of the above. Grazcoin, this is looking exceptional!
|
]
|
|
|
grazcoin
|
|
January 17, 2014, 06:26:42 AM |
|
Re: quote from grazcoin above (masterchain.info wallet/DEx)
It looks like you need to create a new wallet first and then search for your mastercoin/bitcoin address. Once you find the address you can add it to the newly created wallet.
Are there any official instructions for beta-testers for the wallet and DEx, like where to acquire test mastercoins and where to report bugs?
No need to create a new wallet. It gets created automatically if it is not there already, e.g.the first time you click "add to wallet" on some address. No official instructions as the code is still hot directly from the oven. Also being now in the revolutionary & chaotic phase of the development, things may change very fast. Whenever a beta stage comes, I will tag it as beta. Testing - you are more than welcome. Just follow the tutorial and experiment. General testing and testcoins - that's not me. Report bugs to masterchain@bitmessage.ch (please text only).
|
|
|
|
Bit510
Newbie
Offline
Activity: 53
Merit: 0
|
|
January 17, 2014, 06:59:42 AM Last edit: January 17, 2014, 07:19:54 AM by Bit510 |
|
Re: quote from grazcoin above (masterchain.info wallet/DEx)
It looks like you need to create a new wallet first and then search for your mastercoin/bitcoin address. Once you find the address you can add it to the newly created wallet.
Are there any official instructions for beta-testers for the wallet and DEx, like where to acquire test mastercoins and where to report bugs?
No need to create a new wallet. It gets created automatically if it is not there already, e.g.the first time you click "add to wallet" on some address. No official instructions as the code is still hot directly from the oven. Also being now in the revolutionary & chaotic phase of the development, things may change very fast. Whenever a beta stage comes, I will tag it as beta. Testing - you are more than welcome. Just follow the tutorial and experiment. General testing and testcoins - that's not me. Report bugs to masterchain@bitmessage.ch (please text only). I created a MSC selling offer at address 12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cF, but this address does not have any Mastercoins, why still can send bitcoins? I lost 0.0000543+0.0001086=0.0001629 BTC!!! Is this a bug? People can create a sell order in any Bitcoin address even if no Mastercoins in it? You can check the tx here: https://blockchain.info/tx/37576aabe7697e688540a91e8603f3f5f33539a23f9b22b811b5de5ca5382485and here: https://masterchain.info/Address.html?addr=12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cFand check at: http://mastercoin-explorer.com/addresses/12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cFCan anyone tell me whether it is a bug or not? How can I get my BTC back?
|
|
|
|
TKeenan
|
|
January 17, 2014, 08:02:41 AM |
|
How can I get my BTC back?
Hahahaha! "get my BTC back". Good one. Those are gone. The good news is that the total amounts to about only 15 cents (US). The Mastercoin protocol doesn't control whether or not you can put transactions (even corrupt bad ones) on the bitcoin blockchain. The bitcoin blockchain doesn't know those addresses are without Mastercoin - and doesn't care either. The mastercoin parsers will notice those addresses are not funded with MSC - and reject the offer. However, the corrupt offer will still exist on the blockchain and the bitcoin used to form the corrupt offer will still be consumed in forming the bad offer. Get it?
|
|
|
|
BitThink
Legendary
Offline
Activity: 882
Merit: 1000
|
|
January 17, 2014, 08:10:13 AM |
|
Re: quote from grazcoin above (masterchain.info wallet/DEx)
It looks like you need to create a new wallet first and then search for your mastercoin/bitcoin address. Once you find the address you can add it to the newly created wallet.
Are there any official instructions for beta-testers for the wallet and DEx, like where to acquire test mastercoins and where to report bugs?
No need to create a new wallet. It gets created automatically if it is not there already, e.g.the first time you click "add to wallet" on some address. No official instructions as the code is still hot directly from the oven. Also being now in the revolutionary & chaotic phase of the development, things may change very fast. Whenever a beta stage comes, I will tag it as beta. Testing - you are more than welcome. Just follow the tutorial and experiment. General testing and testcoins - that's not me. Report bugs to masterchain@bitmessage.ch (please text only). I created a MSC selling offer at address 12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cF, but this address does not have any Mastercoins, why still can send bitcoins? I lost 0.0000543+0.0001086=0.0001629 BTC!!! Is this a bug? People can create a sell order in any Bitcoin address even if no Mastercoins in it? You can check the tx here: https://blockchain.info/tx/37576aabe7697e688540a91e8603f3f5f33539a23f9b22b811b5de5ca5382485and here: https://masterchain.info/Address.html?addr=12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cFand check at: http://mastercoin-explorer.com/addresses/12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cFCan anyone tell me whether it is a bug or not? How can I get my BTC back? It should be a bug of the software you used in creating the selling offer, but you cannot get your BTC back because BTC sending is non-reversible.
|
|
|
|
Bit510
Newbie
Offline
Activity: 53
Merit: 0
|
|
January 17, 2014, 08:13:31 AM |
|
Re: quote from grazcoin above (masterchain.info wallet/DEx)
It looks like you need to create a new wallet first and then search for your mastercoin/bitcoin address. Once you find the address you can add it to the newly created wallet.
Are there any official instructions for beta-testers for the wallet and DEx, like where to acquire test mastercoins and where to report bugs?
No need to create a new wallet. It gets created automatically if it is not there already, e.g.the first time you click "add to wallet" on some address. No official instructions as the code is still hot directly from the oven. Also being now in the revolutionary & chaotic phase of the development, things may change very fast. Whenever a beta stage comes, I will tag it as beta. Testing - you are more than welcome. Just follow the tutorial and experiment. General testing and testcoins - that's not me. Report bugs to masterchain@bitmessage.ch (please text only). I created a MSC selling offer at address 12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cF, but this address does not have any Mastercoins, why still can send bitcoins? I lost 0.0000543+0.0001086=0.0001629 BTC!!! Is this a bug? People can create a sell order in any Bitcoin address even if no Mastercoins in it? You can check the tx here: https://blockchain.info/tx/37576aabe7697e688540a91e8603f3f5f33539a23f9b22b811b5de5ca5382485and here: https://masterchain.info/Address.html?addr=12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cFand check at: http://mastercoin-explorer.com/addresses/12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cFCan anyone tell me whether it is a bug or not? How can I get my BTC back? It should be a bug of the software you used in creating the selling offer, but you cannot get your BTC back because BTC sending is non-reversible. I did not use any software, I just use this website: https://masterchain.info/. As you said, this website( https://masterchain.info/) has a big risk to trade. Because people will lose their money always without any prompt.
|
|
|
|
BitThink
Legendary
Offline
Activity: 882
Merit: 1000
|
|
January 17, 2014, 08:27:17 AM |
|
Re: quote from grazcoin above (masterchain.info wallet/DEx)
It looks like you need to create a new wallet first and then search for your mastercoin/bitcoin address. Once you find the address you can add it to the newly created wallet.
Are there any official instructions for beta-testers for the wallet and DEx, like where to acquire test mastercoins and where to report bugs?
No need to create a new wallet. It gets created automatically if it is not there already, e.g.the first time you click "add to wallet" on some address. No official instructions as the code is still hot directly from the oven. Also being now in the revolutionary & chaotic phase of the development, things may change very fast. Whenever a beta stage comes, I will tag it as beta. Testing - you are more than welcome. Just follow the tutorial and experiment. General testing and testcoins - that's not me. Report bugs to masterchain@bitmessage.ch (please text only). I created a MSC selling offer at address 12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cF, but this address does not have any Mastercoins, why still can send bitcoins? I lost 0.0000543+0.0001086=0.0001629 BTC!!! Is this a bug? People can create a sell order in any Bitcoin address even if no Mastercoins in it? You can check the tx here: https://blockchain.info/tx/37576aabe7697e688540a91e8603f3f5f33539a23f9b22b811b5de5ca5382485and here: https://masterchain.info/Address.html?addr=12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cFand check at: http://mastercoin-explorer.com/addresses/12QcQmKr7TaPNSHV4g2Nts3nvQAHwKN9cFCan anyone tell me whether it is a bug or not? How can I get my BTC back? It should be a bug of the software you used in creating the selling offer, but you cannot get your BTC back because BTC sending is non-reversible. I did not use any software, I just use this website: https://masterchain.info/. As you said, this website( https://masterchain.info/) has a big risk to trade. Because people will lose their money always without any prompt. The it's a bug of that website. Maybe you could report this to its owner. This kind of offer should be treated as invalid and should not let it happen. The BTC loss is minor, but the problem is that the invalid offer will ruin the blockchain and increases the trouble in parsing later.
|
|
|
|
dacoinminster (OP)
Legendary
Offline
Activity: 1260
Merit: 1031
Rational Exuberance
|
|
January 17, 2014, 08:01:05 PM |
|
1/17/2013 I have completed raising funds to work full-time on Mastercoin! Please be on the lookout for major announcements soon
|
|
|
|
marcelus
|
|
January 17, 2014, 10:09:10 PM |
|
1/17/2013 I have completed raising funds to work full-time on Mastercoin! Please be on the lookout for major announcements soon Congratulations
|
|
|
|
|