Pages:
Author

Topic: The collective Mastercoin-explorer, Mastercoin-ruby and Mastercoin-wallet topic - page 4. (Read 19556 times)

hero member
Activity: 938
Merit: 1000
I tried to create another purchase offer using Mastercoin wallet:
https://blockchain.info/tx/bf56a1ec213fdfcff0f26c8a9ab7eb7588ed5c0ddb202a225e12b35a0617c06e

However, it does not show up in Mastercoin wallet and Mastercoin-explorer. Am I doing something wrong here?

EDIT: I created another purchase offer:
https://blockchain.info/tx/025d9ed3f1dd620c84f7e5418fdf5635b7d9ca08350fac51a22b39389228fe01

This time it shows up on ME and Mastercoin wallet – but I'm not able to pay because it says "Not enough received".

Your original transaction was present when I checked mastercoin-explorer, you can see it here.

I've removed the 'insufficient' pay status again. It was mostly just very confusing. You either pay or you don't but it won't update the status if it received coins but it was not enough. This should also fix the 'I cannot pay' problem. Sorry about that, that's what you get when you code for 17 hours straight Wink

I tried to create another purchase offer using Mastercoin wallet:
https://blockchain.info/tx/bf56a1ec213fdfcff0f26c8a9ab7eb7588ed5c0ddb202a225e12b35a0617c06e

However, it does not show up in Mastercoin wallet and Mastercoin-explorer. Am I doing something wrong here?

EDIT: I created another purchase offer:
https://blockchain.info/tx/025d9ed3f1dd620c84f7e5418fdf5635b7d9ca08350fac51a22b39389228fe01

This time it shows up on ME and Mastercoin wallet – but I'm not able to pay because it says "Not enough received".

Same thing happened to me earlier.

On that same note, I placed a purchase offer for 1.0 test mastercoin and even though I never broadcast a payment transaction ME and the wallet say that I have a balance of 1.0 test mastercoin. My assumption is that it's challenging to differentiate between a purchase offer and the payment transaction. If the purchase offer transaction exceeds the amount of bitcoin to finalize the exchange, will it finalize the exchange?

Could you give me the transaction ids of the purchase offers in question. I think there is still a bug in my code where it will accept the Purchase Offer as payment if it was enough to satisfy the offer. It is not in the spec yet but I think the payment should always come one block _after_ the purchase offer.


I'm also getting the "not enough received" message on two separate tx's:

27937e5ba11231560c650a64dbe5b02c5406c04863e4074991e70762cccff806

be2005200503273686a26604076bb03a67fdaad6755d9599ae539ffde663491e

I notice that despite the trades not completing, the balance of the sell offer continues to decline.

Also, on the first tx, it took, I think around 7 or 8 hours to get a confirmation, I think because the amounts were small..hopefully not a sign of things to come.

EDIT:  sanity check - is it just showing not enough received because I now just need to do a multisend of btc to the 3 addresses (the amount I need to buy and the two 0.0006 sends)?  I can't recall what I did last time but I guess I was thinking the wallet will handle everything on both parts..


Yeah sorry again for the confusion. I thought I was making things more transparent by using this extra status but it doesn't. Shouldn't happen again Smiley
full member
Activity: 201
Merit: 100
I'm also getting the "not enough received" message on two separate tx's:

27937e5ba11231560c650a64dbe5b02c5406c04863e4074991e70762cccff806

be2005200503273686a26604076bb03a67fdaad6755d9599ae539ffde663491e

I notice that despite the trades not completing, the balance of the sell offer continues to decline.

Also, on the first tx, it took, I think around 7 or 8 hours to get a confirmation, I think because the amounts were small..hopefully not a sign of things to come.

EDIT:  sanity check - is it just showing not enough received because I now just need to do a multisend of btc to the 3 addresses (the amount I need to buy and the two 0.0006 sends)?  I can't recall what I did last time but I guess I was thinking the wallet will handle everything on both parts..
LOL
member
Activity: 71
Merit: 10
I tried to create another purchase offer using Mastercoin wallet:
https://blockchain.info/tx/bf56a1ec213fdfcff0f26c8a9ab7eb7588ed5c0ddb202a225e12b35a0617c06e

However, it does not show up in Mastercoin wallet and Mastercoin-explorer. Am I doing something wrong here?

EDIT: I created another purchase offer:
https://blockchain.info/tx/025d9ed3f1dd620c84f7e5418fdf5635b7d9ca08350fac51a22b39389228fe01

This time it shows up on ME and Mastercoin wallet – but I'm not able to pay because it says "Not enough received".

Same thing happened to me earlier.

On that same note, I placed a purchase offer for 1.0 test mastercoin and even though I never broadcast a payment transaction ME and the wallet say that I have a balance of 1.0 test mastercoin. My assumption is that it's challenging to differentiate between a purchase offer and the payment transaction. If the purchase offer transaction exceeds the amount of bitcoin to finalize the exchange, will it finalize the exchange?
hero member
Activity: 700
Merit: 500
I tried to create another purchase offer using Mastercoin wallet:
https://blockchain.info/tx/bf56a1ec213fdfcff0f26c8a9ab7eb7588ed5c0ddb202a225e12b35a0617c06e

However, it does not show up in Mastercoin wallet and Mastercoin-explorer. Am I doing something wrong here?

EDIT: I created another purchase offer:
https://blockchain.info/tx/025d9ed3f1dd620c84f7e5418fdf5635b7d9ca08350fac51a22b39389228fe01

This time it shows up on ME and Mastercoin wallet – but I'm not able to pay because it says "Not enough received".
hero member
Activity: 938
Merit: 1000
Sudo should work although RVM is always recommended, although slightly harder. In later versions once things are more stable I will try to build .app packages for easy use on OS X.

I really need to turn in. I will check out things in the morning. Have fun breaking my stuff and a big thanks to everybody who participated so far Smiley
full member
Activity: 201
Merit: 100
When trying to install Mastercoin-wallet on OSX I get this error:

Code:
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.

Any idea on how to solve this issue?

Try to elevate with sudo - sudo gem install..
legendary
Activity: 1148
Merit: 1018
When trying to install Mastercoin-wallet on OSX I get this error:

Code:
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.

Any idea on how to solve this issue?
LOL
member
Activity: 71
Merit: 10
LOL: This transaction was yours right? It seems it was mis-parsed and I need to send your coins back again. Please confirm and I will send them asap Smiley



Yep, that's mine.
full member
Activity: 201
Merit: 100
Haha..my bad..FYI - my txid is 27937e5ba11231560c650a64dbe5b02c5406c04863e4074991e70762cccff806 but no confirmations yet.  Will be interesting to see what happens to it.
hero member
Activity: 938
Merit: 1000
Ah no sorry I was addressing the person on this forum called LOL, not the best of usernames Wink
full member
Activity: 201
Merit: 100
No that's not me..I tried for a smaller amount and am realizing now I probably don't have the btc in the address..oops!  trying to move funds now
hero member
Activity: 938
Merit: 1000
LOL: This transaction was yours right? It seems it was mis-parsed and I need to send your coins back again. Please confirm and I will send them asap Smiley

hero member
Activity: 938
Merit: 1000
I will do an other test as soon as I go through everything Smiley
full member
Activity: 201
Merit: 100
Sorry about that, it seems that QT parses 0 as nil and then gives an error. I just pushed 0.0.10 that should fix that Smiley

Yep - All good! Thanks

Aww..I missed the MSC Cheesy
hero member
Activity: 938
Merit: 1000
Can everybody who sent me coins for the Selling Offer, write down their transaction-ids for me. In case something changes I want to be able to refund the transactions.
hero member
Activity: 938
Merit: 1000
full member
Activity: 201
Merit: 100
Aw man I live in the wrong time zone! You guys are having all the fun!  Great work!

Trying to get v0.0.9 running now but having trouble.  Cleared the config, relaunched and input my key/password.  then when attempting to relaunch I get:

/Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:135:in `method_missing': undefined method `setText' for # (NoMethodError)
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:135:in `add_offer_row'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:155:in `block in update_order_book'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/httparty-0.12.0/lib/httparty/response.rb:62:in `each'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/httparty-0.12.0/lib/httparty/response.rb:62:in `method_missing'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:154:in `update_order_book'
   from /Users/xxx/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/observer.rb:195:in `block in notify_observers'
   from /Users/xxx/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/observer.rb:194:in `each'
   from /Users/xxx/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/observer.rb:194:in `notify_observers'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/network/selling_offer.rb:10:in `retrieve!'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:87:in `sync'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:78:in `initialize'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:10:in `new'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:10:in `'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/bin/mastercoin-wallet:23:in `load'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/bin/mastercoin-wallet:23:in `
'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/bin/ruby_executable_hooks:15:in `eval'
   from /Users/xxx/.rvm/gems/ruby-1.9.3-p448/bin/ruby_executable_hooks:15:in `
'


Suggestions?

edit - config.json:

"balance":0,"test_balance":0,"spendable_outputs":[],"bought_transactions":[],"created_transactions":[],"sold_transactions":[],"bitcoin_transactions":[],"exodus_transactions":[],"sent_transactions":[],"received_transactions":[],"btc_balance":0,"private_key":"xxx","address":"16rAwebBXhJAM9ALf3fLFbaHKz24r2o3UN"}
hero member
Activity: 938
Merit: 1000
As soon as I gathered all the data from this single experience and make sure all sites offer the same interpretation :}
LOL
member
Activity: 71
Merit: 10
I only payed for 9.399, but the address shows a balance of 9.99999999 MSC.

Fixed! Smiley

I'm checking every transaction and making sure it's parsed right. I still feel some things might change since every site shows something different at the moment. Day is almost at an end though so not sure this will happen today.

Not bad for a days work. I applaud your work.

So when can I put up my own sell orders?  Grin
Pages:
Jump to: