Pages:
Author

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

hero member
Activity: 938
Merit: 1000
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.
LOL
member
Activity: 71
Merit: 10
I only payed for 9.399, but the address shows a balance of 9.99999999 MSC.
LOL
member
Activity: 71
Merit: 10
I'm learning so much from all your reports guys, really valuable stuff.

Maxmint, it thought no funds were available for purchase because it had not expired a couple of transactions yet. I will fix this, it still did something weird. It thinks I already sold 0.5 but I can only find 0.2 that is sold. So I need to dive into this. Gimme a sec Smiley

Cool, thanks! I have to leave now but I'll try again later once I'm back. I hope there's still some MSC available then Wink

Should be Smiley

Do you remember how much you wanted to buy? The transaction has an amount of 9.89899999. This sounds an aweful lot like a float rounding error. I doubt you gave in this amount in the wallet. Do you remember how much you gave it?

That was me. It definitely wasn't 9.89899999. I believe the number was 9.899.

So the wallet prompted me to send 1.8798 btc for a total of 9.399 msc. This aligns with the "accepted amount" here: http://mastercoin-explorer.com/transactions/339abf9b176253e60d1569120c2d6bca214edd4e6d8a69ef4fcdaf4f4a12cec6

Which also makes sense, considering the 0.5 pending for maxmint, and the 0.101 already sold. It totals up to 10.0. I just sent off the payment from the mastercoin wallet for 9.399 msc.

Everything looks good right now in the wallet except that the "units available" for your sell order reads "-0.499999"
sr. member
Activity: 240
Merit: 250
Actually this has nothing to do with Windows most likely. It looks like you don't have any outputs that can be used to generate a payment. Does your address have any funds on it? It should give you an error normally if you don't have any acceptable funds, I will check out why this isn't happening.

Oh you are correct the address had 0 bitcoin balance, oops! I will test it again after I get a confirmation but I'm guessing it will work now  Tongue

Worked with some bitcoin balance in my address  Grin

The sell order is now showing units available: -0.49999999
hero member
Activity: 938
Merit: 1000
I'm learning so much from all your reports guys, really valuable stuff.

Maxmint, it thought no funds were available for purchase because it had not expired a couple of transactions yet. I will fix this, it still did something weird. It thinks I already sold 0.5 but I can only find 0.2 that is sold. So I need to dive into this. Gimme a sec Smiley

Cool, thanks! I have to leave now but I'll try again later once I'm back. I hope there's still some MSC available then Wink

Should be Smiley

Do you remember how much you wanted to buy? The transaction has an amount of 9.89899999. This sounds an aweful lot like a float rounding error. I doubt you gave in this amount in the wallet. Do you remember how much you gave it?
hero member
Activity: 700
Merit: 500
I'm learning so much from all your reports guys, really valuable stuff.

Maxmint, it thought no funds were available for purchase because it had not expired a couple of transactions yet. I will fix this, it still did something weird. It thinks I already sold 0.5 but I can only find 0.2 that is sold. So I need to dive into this. Gimme a sec Smiley

Cool, thanks! I have to leave now but I'll try again later once I'm back. I hope there's still some MSC available then Wink
hero member
Activity: 938
Merit: 1000
I'm learning so much from all your reports guys, really valuable stuff.

Maxmint, it thought no funds were available for purchase because it had not expired a couple of transactions yet. I will fix this, it still did something weird. It thinks I already sold 0.5 but I can only find 0.2 that is sold. So I need to dive into this. Gimme a sec Smiley
sr. member
Activity: 240
Merit: 250
Actually this has nothing to do with Windows most likely. It looks like you don't have any outputs that can be used to generate a payment. Does your address have any funds on it? It should give you an error normally if you don't have any acceptable funds, I will check out why this isn't happening.

Oh you are correct the address had 0 bitcoin balance, oops! I will test it again after I get a confirmation but I'm guessing it will work now  Tongue
hero member
Activity: 700
Merit: 500
I just created a new purchase offer:
https://blockchain.info/tx/ac7593ff4fb4a9bc6b053fc12af10e4fc04db73e0fb467d1dbc2466c86c5936b

Mastercoin-wallet now shows some weird numbers in the negative:
http://i.imgur.com/ohDpEGq.png

Maybe that's specific to my address because you tweaked something server side?
hero member
Activity: 938
Merit: 1000
Actually this has nothing to do with Windows most likely. It looks like you don't have any outputs that can be used to generate a payment. Does your address have any funds on it? It should give you an error normally if you don't have any acceptable funds, I will check out why this isn't happening.
sr. member
Activity: 240
Merit: 250
Does anyone have Mastercoin-wallet working on windows? I am able to install and run it but when I try to do a simple send I get the following error:

Code:
C:/Ruby193/lib/ruby/gems/1.9.1/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/builder.rb:114:in `pick_outputs': undefined method `reject!' for nil:NilClass (NoMethodError)
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/builder.rb:151:in `create_transaction_with_keys'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/simple_send_window.rb:59:in `send_payment'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/qtbindings-4.8.3.0-x86-mingw32/lib/Qt/qtruby4.rb:880:in `qt_metacall'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/qtbindings-4.8.3.0-x86-mingw32/lib/Qt/qtruby4.rb:880:in `method_missing'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/qtbindings-4.8.3.0-x86-mingw32/lib/Qt/qtruby4.rb:880:in `exec'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:98:in `new_simple_send'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/qtbindings-4.8.3.0-x86-mingw32/lib/Qt/qtruby4.rb:880:in `qt_metacall'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/qtbindings-4.8.3.0-x86-mingw32/lib/Qt/qtruby4.rb:880:in `method_missing'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/qtbindings-4.8.3.0-x86-mingw32/lib/Qt/qtruby4.rb:880:in `exec'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:12:in `'
        from C:/Ruby193/bin/mastercoin-wallet:23:in `load'
        from C:/Ruby193/bin/mastercoin-wallet:23:in `
'

This is on Windows 7 64bit
hero member
Activity: 700
Merit: 500
Awesome. Could you try restoring one last time for me? I think it should work now, I fixed it server-side.
Yes, working now – thanks!
hero member
Activity: 938
Merit: 1000
Awesome. Could you try restoring one last time for me? I think it should work now, I fixed it server-side.
hero member
Activity: 700
Merit: 500
0.0.9 should be out now that fixes this problem. You might need to restart the wallet since it is showing invalid data at the moment.

I installed the newest version but when trying to start I get this error now:

Code:
/Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:144:in `add_purchase_row': undefined method `[]' for nil:NilClass (NoMethodError)
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:164:in `block in load_transactions'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:163:in `each'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:163:in `load_transactions'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:112:in `update'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:75:in `initialize'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:10:in `new'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:10:in `'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/mastercoin-wallet:23:in `load'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/mastercoin-wallet:23:in `
'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/ruby_executable_hooks:15:in `eval'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/ruby_executable_hooks:15:in `
'

I am going to try and replicate this. Could you try removing your config so you have a clean state? It's ~/.mastercoin-wallet/config.json.

I wiped the config file and mastercoin-wallet created a new one. Unfortunately, I'm getting the same errors as before and the app won't start.

Could you open the config and paste me the part after "pending_offers:" ?

Yes, here's this part from config.json:
Code:
[{"address":"1F73UPD5xBKgTSRd8q6QhuncVmDnJAHxYV","receiving_address":"1EAuHj8Z6rTCHPxXfaGzzPsZevC2mg1XAj","transaction_type":22,"currency_id":2,"tx_id":"87018464d016a067e5c8fedc07551c027bd011f43f6d3a02e9a1e252b551ba82","tx_date":"2013-11-17T14:44:59.000Z","block_height":270144,"amount":"0.1","bonus_amount_included":null,"invalid_tx":true,"position":172,"multi_sig":true,"amount_desired":null,"time_limit":null,"required_fee":null,"price_per_coin":null,"current":null,"status":-4,"reference_transaction_id":null,"bitcoin_fee":"100000.0","accepted_amount":null,"app_position":1825,"status_text":"Selling offer not found","bitcoins_required":null},{"address":"1F73UPD5xBKgTSRd8q6QhuncVmDnJAHxYV","receiving_address":"1EdAjiApS5cCpHdH4RKPMab1xmMVRWjLvk","transaction_type":22,"currency_id":2,"tx_id":"a24a6b5b38cec7047c14d2ce581c8576e233cf555bd318053d3bed12ebf803ce","tx_date":"2013-11-03T09:25:27.000Z","block_height":267672,"amount":"0.9","bonus_amount_included":null,"invalid_tx":true,"position":28,"multi_sig":true,"amount_desired":null,"time_limit":null,"required_fee":null,"price_per_coin":null,"current":null,"status":2,"reference_transaction_id":3437,"bitcoin_fee":"100000.0","accepted_amount":"0.9","app_position":1412,"status_text":"Payment confirmed","bitcoins_required":"0.0007272","selling_offer":{"id":3437,"address":"1EdAjiApS5cCpHdH4RKPMab1xmMVRWjLvk","receiving_address":null,"transaction_type":20,"currency_id":2,"tx_id":"e1a53bf47d64391294d07110f6cc9f94e56963e960829ad45886c9800047a6bf","tx_date":"2013-11-02T21:15:47.000Z","block_height":267576,"amount":"10.0","bonus_amount_included":null,"is_exodus":false,"invalid_tx":true,"position":68,"multi_sig":true,"amount_desired":"0.00808","time_limit":6,"required_fee":"0.001","price_per_coin":"0.000808","current":true,"status":null,"reference_transaction_id":null,"bitcoin_fee":null,"accepted_amount":null,"app_position":1410}},{"address":"1F73UPD5xBKgTSRd8q6QhuncVmDnJAHxYV","receiving_address":"16rAwebBXhJAM9ALf3fLFbaHKz24r2o3UN","transaction_type":22,"currency_id":2,"tx_id":"ee77b1382633f8a5def69b444d319548b304ad93d8bb73505f7ff1c5755fac18","tx_date":"2013-11-01T20:54:26.000Z","block_height":267354,"amount":"0.1","bonus_amount_included":null,"invalid_tx":true,"position":45,"multi_sig":true,"amount_desired":null,"time_limit":null,"required_fee":null,"price_per_coin":null,"current":null,"status":-1,"reference_transaction_id":2583,"bitcoin_fee":"100000.0","accepted_amount":"0.1","app_position":1397,"status_text":"Expired, no payment received","bitcoins_required":"0.001616","selling_offer":{"id":2583,"address":"16rAwebBXhJAM9ALf3fLFbaHKz24r2o3UN","receiving_address":null,"transaction_type":20,"currency_id":2,"tx_id":"9087a1b72536f3b2909943553ba6d4e320565eeea1e42379dd4337b532f09fd8","tx_date":"2013-10-29T09:02:50.000Z","block_height":266681,"amount":"0.5","bonus_amount_included":null,"is_exodus":false,"invalid_tx":false,"position":271,"multi_sig":true,"amount_desired":"0.00808","time_limit":6,"required_fee":"0.001","price_per_coin":"0.01616","current":false,"status":null,"reference_transaction_id":null,"bitcoin_fee":null,"accepted_amount":null,"app_position":1357}},{"address":"1F73UPD5xBKgTSRd8q6QhuncVmDnJAHxYV","receiving_address":"16rAwebBXhJAM9ALf3fLFbaHKz24r2o3UN","transaction_type":22,"currency_id":2,"tx_id":"264b5b2ae09af4c74ddf9d5948695e8e70d788c87668d2cff8a8dc2383d86406","tx_date":"2013-11-01T18:43:42.000Z","block_height":267337,"amount":"0.1","bonus_amount_included":null,"invalid_tx":true,"position":8,"multi_sig":true,"amount_desired":null,"time_limit":null,"required_fee":null,"price_per_coin":null,"current":null,"status":-1,"reference_transaction_id":2583,"bitcoin_fee":"100000.0","accepted_amount":"0.1","app_position":1396,"status_text":"Expired, no payment received","bitcoins_required":"0.001616","selling_offer":{"id":2583,"address":"16rAwebBXhJAM9ALf3fLFbaHKz24r2o3UN","receiving_address":null,"transaction_type":20,"currency_id":2,"tx_id":"9087a1b72536f3b2909943553ba6d4e320565eeea1e42379dd4337b532f09fd8","tx_date":"2013-10-29T09:02:50.000Z","block_height":266681,"amount":"0.5","bonus_amount_included":null,"is_exodus":false,"invalid_tx":false,"position":271,"multi_sig":true,"amount_desired":"0.00808","time_limit":6,"required_fee":"0.001","price_per_coin":"0.01616","current":false,"status":null,"reference_transaction_id":null,"bitcoin_fee":null,"accepted_amount":null,"app_position":1357}}]}
hero member
Activity: 938
Merit: 1000
http://mymastercoins.com/Orders.aspx?CurrencyID=1

is showing a valid purchase order that's pending payment.

Can you give me approval to send Bitcoin? I don't see anything on ME.

Well, I did it.

Hope it works - I only had 3 confirmations left.

https://blockchain.info/tx/f102c66c70a8b4cb030ed73eaf64be93d3a2714e521972e7eee846f0dcebd461

You have to send also to the exodus address.  This transaction won't be seen.

Well, I'll make sure to not make that mistake ever again.

I'd be happy to do so if you'd consider refunding me, Tachikoma? Also, am I doing anything else wrong? Mastercoin explorer isn't recognizing my purchase offers.

Can you give me an address to send it back to? I'm guessing 1AMfFzbrhhizKDpqebYVYFGaTwdtSt5ux2 is safe? You can use the wallet to send the transaction, this makes sure it adds a Exodus output as well.

Yes, that would be perfect. I suppose I was a bit eager to try the decentralized exchange out.

Anyway, this is awesome.

Money on the way back!
hero member
Activity: 938
Merit: 1000
0.0.9 should be out now that fixes this problem. You might need to restart the wallet since it is showing invalid data at the moment.

I installed the newest version but when trying to start I get this error now:

Code:
/Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:144:in `add_purchase_row': undefined method `[]' for nil:NilClass (NoMethodError)
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:164:in `block in load_transactions'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:163:in `each'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:163:in `load_transactions'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:112:in `update'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:75:in `initialize'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:10:in `new'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:10:in `'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/mastercoin-wallet:23:in `load'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/mastercoin-wallet:23:in `
'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/ruby_executable_hooks:15:in `eval'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/ruby_executable_hooks:15:in `
'

I am going to try and replicate this. Could you try removing your config so you have a clean state? It's ~/.mastercoin-wallet/config.json.

I wiped the config file and mastercoin-wallet created a new one. Unfortunately, I'm getting the same errors as before and the app won't start.

Could you open the config and paste me the part after "pending_offers:" ?
LOL
member
Activity: 71
Merit: 10
http://mymastercoins.com/Orders.aspx?CurrencyID=1

is showing a valid purchase order that's pending payment.

Can you give me approval to send Bitcoin? I don't see anything on ME.

Well, I did it.

Hope it works - I only had 3 confirmations left.

https://blockchain.info/tx/f102c66c70a8b4cb030ed73eaf64be93d3a2714e521972e7eee846f0dcebd461

You have to send also to the exodus address.  This transaction won't be seen.

Well, I'll make sure to not make that mistake ever again.

I'd be happy to do so if you'd consider refunding me, Tachikoma? Also, am I doing anything else wrong? Mastercoin explorer isn't recognizing my purchase offers.

Can you give me an address to send it back to? I'm guessing 1AMfFzbrhhizKDpqebYVYFGaTwdtSt5ux2 is safe? You can use the wallet to send the transaction, this makes sure it adds a Exodus output as well.

Yes, that would be perfect. I suppose I was a bit eager to try the decentralized exchange out.

Anyway, this is awesome.
hero member
Activity: 700
Merit: 500
0.0.9 should be out now that fixes this problem. You might need to restart the wallet since it is showing invalid data at the moment.

I installed the newest version but when trying to start I get this error now:

Code:
/Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:144:in `add_purchase_row': undefined method `[]' for nil:NilClass (NoMethodError)
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:164:in `block in load_transactions'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:163:in `each'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:163:in `load_transactions'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:112:in `update'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/lib/mastercoin-wallet/gui/main_window.rb:75:in `initialize'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:10:in `new'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/gems/mastercoin-wallet-0.0.9/bin/mastercoin-wallet:10:in `'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/mastercoin-wallet:23:in `load'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/mastercoin-wallet:23:in `
'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/ruby_executable_hooks:15:in `eval'
from /Users/max/.rvm/gems/ruby-1.9.3-p448/bin/ruby_executable_hooks:15:in `
'

I am going to try and replicate this. Could you try removing your config so you have a clean state? It's ~/.mastercoin-wallet/config.json.

I wiped the config file and mastercoin-wallet created a new one. Unfortunately, I'm getting the same errors as before and the app won't start.
hero member
Activity: 938
Merit: 1000
http://mymastercoins.com/Orders.aspx?CurrencyID=1

is showing a valid purchase order that's pending payment.

Can you give me approval to send Bitcoin? I don't see anything on ME.

Well, I did it.

Hope it works - I only had 3 confirmations left.

https://blockchain.info/tx/f102c66c70a8b4cb030ed73eaf64be93d3a2714e521972e7eee846f0dcebd461

You have to send also to the exodus address.  This transaction won't be seen.

Well, I'll make sure to not make that mistake ever again.

I'd be happy to do so if you'd consider refunding me, Tachikoma? Also, am I doing anything else wrong? Mastercoin explorer isn't recognizing my purchase offers.

Can you give me an address to send it back to? I'm guessing 1AMfFzbrhhizKDpqebYVYFGaTwdtSt5ux2 is safe? You can use the wallet to send the transaction, this makes sure it adds a Exodus output as well.
Pages:
Jump to: