Bitcoin Forum
May 09, 2024, 12:21:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 ... 166 »
  Print  
Author Topic: MasterCoin: New Protocol Layer Starting From “The Exodus Address”  (Read 448419 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
November 27, 2013, 11:30:49 AM
 #2161

Any ETA for a Mastercoin advisory that works on Linux and OSX? I only see a Windows executable, and Windows is a PITA...

The original script is Python and will work anywhere Smiley

I tried hard to compile it on OSX but it doesn't work, it gives an error once you have entered all the parameters.

I cannot get it to work on Linux neither...

Couldn't you post clear, step by step compilation instructions for OSX and Linux? I think it will help a lot the OTC trading, right now everybody I speak to is using the Windows executable.

1715214112
Hero Member
*
Offline Offline

Posts: 1715214112

View Profile Personal Message (Offline)

Ignore
1715214112
Reply with quote  #2

1715214112
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715214112
Hero Member
*
Offline Offline

Posts: 1715214112

View Profile Personal Message (Offline)

Ignore
1715214112
Reply with quote  #2

1715214112
Report to moderator
1715214112
Hero Member
*
Offline Offline

Posts: 1715214112

View Profile Personal Message (Offline)

Ignore
1715214112
Reply with quote  #2

1715214112
Report to moderator
1715214112
Hero Member
*
Offline Offline

Posts: 1715214112

View Profile Personal Message (Offline)

Ignore
1715214112
Reply with quote  #2

1715214112
Report to moderator
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
November 27, 2013, 11:32:48 AM
 #2162

Any ETA for a Mastercoin advisory that works on Linux and OSX? I only see a Windows executable, and Windows is a PITA...

The original script is Python and will work anywhere Smiley

I tried hard to compile it on OSX but it doesn't work, it gives an error once you have entered all the parameters.

I cannot get it to work on Linux neither...

Couldn't you post clear, step by step compilation instructions for OSX and Linux? I think it will help a lot the OTC trading, right now everybody I speak to is using the Windows executable.

You don't have to compile it. You just run the script with Python. If you give me the error I will try to help you solve it.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
November 27, 2013, 11:39:35 AM
 #2163

Any ETA for a Mastercoin advisory that works on Linux and OSX? I only see a Windows executable, and Windows is a PITA...

The original script is Python and will work anywhere Smiley

I tried hard to compile it on OSX but it doesn't work, it gives an error once you have entered all the parameters.

I cannot get it to work on Linux neither...

Couldn't you post clear, step by step compilation instructions for OSX and Linux? I think it will help a lot the OTC trading, right now everybody I speak to is using the Windows executable.

You don't have to compile it. You just run the script with Python. If you give me the error I will try to help you solve it.

OSX says "ImportError: No module named Crypto.Hash.SHA256"

Linux says "zero length field name in format" when I enter the destination addy for the MSC

Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
November 27, 2013, 11:41:38 AM
 #2164

Any ETA for a Mastercoin advisory that works on Linux and OSX? I only see a Windows executable, and Windows is a PITA...

The original script is Python and will work anywhere Smiley

I tried hard to compile it on OSX but it doesn't work, it gives an error once you have entered all the parameters.

I cannot get it to work on Linux neither...

Couldn't you post clear, step by step compilation instructions for OSX and Linux? I think it will help a lot the OTC trading, right now everybody I speak to is using the Windows executable.

You don't have to compile it. You just run the script with Python. If you give me the error I will try to help you solve it.

OSX says "ImportError: No module named Crypto.Hash.SHA256"

Linux says "zero length field name in format" when I enter the destination addy for the MSC

OSX should be fixed by pip install python-crypto if you have pip installed.

Is Linux python 2.6?

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
November 27, 2013, 11:48:55 AM
 #2165

Any ETA for a Mastercoin advisory that works on Linux and OSX? I only see a Windows executable, and Windows is a PITA...

The original script is Python and will work anywhere Smiley

I tried hard to compile it on OSX but it doesn't work, it gives an error once you have entered all the parameters.

I cannot get it to work on Linux neither...

Couldn't you post clear, step by step compilation instructions for OSX and Linux? I think it will help a lot the OTC trading, right now everybody I speak to is using the Windows executable.

You don't have to compile it. You just run the script with Python. If you give me the error I will try to help you solve it.

OSX says "ImportError: No module named Crypto.Hash.SHA256"

Linux says "zero length field name in format" when I enter the destination addy for the MSC

OSX should be fixed by pip install python-crypto if you have pip installed.

Is Linux python 2.6?

I don't know what's pip Wink

On linux python version is 2.7.5+

Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
November 27, 2013, 12:05:32 PM
 #2166

I don't know what's pip Wink

On linux python version is 2.7.5+

Try running the executable and see if you have it installed on your OS X version.

If not (sudo) easy_install pip and then the pip install again.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
November 27, 2013, 12:44:50 PM
 #2167

I don't know what's pip Wink

On linux python version is 2.7.5+

Try running the executable and see if you have it installed on your OS X version.

If not (sudo) easy_install pip and then the pip install again.

After installing pip I get this:

Downloading/unpacking python-crypto
  Could not find any downloads that satisfy the requirement python-crypto
Cleaning up...
No distributions at all found for python-crypto

TomHirsch
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
November 27, 2013, 12:48:25 PM
 #2168

and then run the PR campaign to put it into the media.
How's that PR campaign going anyway?  Did we see any measurable results for our $6000/wk?  Or did that money just disappear?
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
November 27, 2013, 12:48:37 PM
 #2169

Try pycrypto instead

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
abuelau
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500


www.coinschedule.com


View Profile
November 27, 2013, 12:51:06 PM
 #2170

Guys, today I sent MSC for the first time (from me to myself!) and I was very excited that it worked.

But I don't understand why it worked!  Huh

I used MasterCoinAdvisor, I input the amount I want to send, etc. So far so good. Then, it tells me to send 0.00006 BTC to 3 addresses, I used Blockchain.info to send it.

What I don't understand though is this: I tell MasterCoinAdvisor how much MSC I want to send, but then I don't use that information anywhere when sending the 0.00006 BTC to the 3 addresses in Blockchain. So does this mean that MasterCoinAdvisor is communicating with the Mastercoin network somehow to record the information about my transaction before I send the 3 x 0.00006 BTC and then when I do send the 3 x 0.00006 BTC that's when the Mastercoin network acknowledges the transaction as valid?

If that's the case, then who is MasterCoinAdvisor communicating with exactly to store my transaction information before I send the 3 x 0.00006 BTC?

The data for your transaction is encoded into the 3rd output address from MastercoinAdvisor (known as the data address).


Ah, I see.

So this means that there's a (very small) chance that the data address is already someone's wallet and they will get a BTC 0.00006 transaction out of the blue?

Know what's happening in cryptoworld: www.coinschedule.com
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
November 27, 2013, 12:53:23 PM
 #2171

There is just as much chance of that happening as you would find the private key to any other address Smiley

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
bitexch
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
November 27, 2013, 02:03:05 PM
Last edit: November 27, 2013, 02:19:23 PM by bitexch
 #2172

It should be said explicitly that Mastercoin's "first-mover advantage" - which JR mentions in his white paper - may disappear. Another project may hire full time developers, copy the Mastercoin code that has already been written, and complete its project before Mastercoin. This is not some highly improbable "worst case scenario", but a distinct possibility that everyone involved in Mastercoin should be concerned about.

This is not meant as a criticism of Mastercoin's current developers who, I know, are devoting what time they have to the project. What I write is directed at the board, which, in my view, is getting caught up in peripheral parts of the project, and is deferring judgment on questions of immediate importance. Rather than debating what currency we are going to pay developers in, we should hire developers!

EDIT: We should hire developers and, at least for now, simply ask them in what currency they would like to be paid.
Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
November 27, 2013, 02:35:35 PM
 #2173

Try pycrypto instead

Now it works - thank you!

crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
November 27, 2013, 09:08:34 PM
 #2174

It should be said explicitly that Mastercoin's "first-mover advantage" - which JR mentions in his white paper - may disappear. Another project may hire full time developers, copy the Mastercoin code that has already been written, and complete its project before Mastercoin. This is not some highly improbable "worst case scenario", but a distinct possibility that everyone involved in Mastercoin should be concerned about.

This is not meant as a criticism of Mastercoin's current developers who, I know, are devoting what time they have to the project. What I write is directed at the board, which, in my view, is getting caught up in peripheral parts of the project, and is deferring judgment on questions of immediate importance. Rather than debating what currency we are going to pay developers in, we should hire developers!

EDIT: We should hire developers and, at least for now, simply ask them in what currency they would like to be paid.

Well, at least mastercoin has a few million dollars in it's development chest at this point. :-)

more or less retired.
bitlo
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
November 27, 2013, 09:10:02 PM
 #2175

It should be said explicitly that Mastercoin's "first-mover advantage" - which JR mentions in his white paper - may disappear. Another project may hire full time developers, copy the Mastercoin code that has already been written, and complete its project before Mastercoin. This is not some highly improbable "worst case scenario", but a distinct possibility that everyone involved in Mastercoin should be concerned about.

This is not meant as a criticism of Mastercoin's current developers who, I know, are devoting what time they have to the project. What I write is directed at the board, which, in my view, is getting caught up in peripheral parts of the project, and is deferring judgment on questions of immediate importance. Rather than debating what currency we are going to pay developers in, we should hire developers!

EDIT: We should hire developers and, at least for now, simply ask them in what currency they would like to be paid.

he raises a valid concern though
Patel
Legendary
*
Offline Offline

Activity: 1321
Merit: 1007



View Profile WWW
November 27, 2013, 09:12:27 PM
 #2176

It should be said explicitly that Mastercoin's "first-mover advantage" - which JR mentions in his white paper - may disappear. Another project may hire full time developers, copy the Mastercoin code that has already been written, and complete its project before Mastercoin. This is not some highly improbable "worst case scenario", but a distinct possibility that everyone involved in Mastercoin should be concerned about.

This is not meant as a criticism of Mastercoin's current developers who, I know, are devoting what time they have to the project. What I write is directed at the board, which, in my view, is getting caught up in peripheral parts of the project, and is deferring judgment on questions of immediate importance. Rather than debating what currency we are going to pay developers in, we should hire developers!

EDIT: We should hire developers and, at least for now, simply ask them in what currency they would like to be paid.

Well, at least mastercoin has a few million dollars in it's development chest at this point. :-)

Maybe not for long, someone was talking buying Mastercoin with the Bitcoins fundraised, and paying the developers in Mastercoin. Pretty sure this would just harm the project. It will also create a pump from initially acquiring the Mastercoins, and then a dump when the developers sell them to pay their real life expenses.
bitlo
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
November 27, 2013, 09:17:36 PM
 #2177

It should be said explicitly that Mastercoin's "first-mover advantage" - which JR mentions in his white paper - may disappear. Another project may hire full time developers, copy the Mastercoin code that has already been written, and complete its project before Mastercoin. This is not some highly improbable "worst case scenario", but a distinct possibility that everyone involved in Mastercoin should be concerned about.

This is not meant as a criticism of Mastercoin's current developers who, I know, are devoting what time they have to the project. What I write is directed at the board, which, in my view, is getting caught up in peripheral parts of the project, and is deferring judgment on questions of immediate importance. Rather than debating what currency we are going to pay developers in, we should hire developers!

EDIT: We should hire developers and, at least for now, simply ask them in what currency they would like to be paid.

Well, at least mastercoin has a few million dollars in it's development chest at this point. :-)

Maybe not for long, someone was talking buying Mastercoin with the Bitcoins fundraised, and paying the developers in Mastercoin. Pretty sure this would just harm the project. It will also create a pump from initially acquiring the Mastercoins, and then a dump when the developers sell them to pay their real life expenses.

that suggestion was turned down i believe
Patel
Legendary
*
Offline Offline

Activity: 1321
Merit: 1007



View Profile WWW
November 27, 2013, 09:19:42 PM
 #2178

that suggestion was turned down i believe

great to know
bitexch
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
November 27, 2013, 09:39:25 PM
 #2179

It should be said explicitly that Mastercoin's "first-mover advantage" - which JR mentions in his white paper - may disappear. Another project may hire full time developers, copy the Mastercoin code that has already been written, and complete its project before Mastercoin. This is not some highly improbable "worst case scenario", but a distinct possibility that everyone involved in Mastercoin should be concerned about.

This is not meant as a criticism of Mastercoin's current developers who, I know, are devoting what time they have to the project. What I write is directed at the board, which, in my view, is getting caught up in peripheral parts of the project, and is deferring judgment on questions of immediate importance. Rather than debating what currency we are going to pay developers in, we should hire developers!

EDIT: We should hire developers and, at least for now, simply ask them in what currency they would like to be paid.

Well, at least mastercoin has a few million dollars in it's development chest at this point. :-)

The point is that we should try not to make mistakes (such as not hiring developers when we have millions of dollars), and if we do make a mistake we should try to correct it as quickly and effectively as possible. It's a big project and there will undoubtedly be real difficulties to overcome as the project develops; therefore I can't see the sense in not resolving those problems that are within our control, and I think that pointing to Mastercoin's advantages in order to excuse its self-imposed disadvantages is the wrong attitude.
bitexch
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
November 27, 2013, 10:31:56 PM
 #2180

that suggestion was turned down i believe

great to know

Can someone from the board confirm that JR's proposed buy back was turned down?
Pages: « 1 ... 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 ... 166 »
  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!