Pages:
Author

Topic: *** Official: masterchain.info testing thread (Read 2351 times)

hero member
Activity: 669
Merit: 500
It is not working for me too (yes, i missed the crowdsale for this too and I'm a bit annoyed)

When I try to prepare the transaction, it says:
"Not enough bitcoin funds on address"
but I have 0.18BTC in that address...



Still not working...
I don't understand if I'm doing something wrong... any help?

It recognizes the wallet, verify it... just can't prepare the transaction...
legendary
Activity: 1106
Merit: 1026
It may help, if you post the transaction id.

If it was broadcasted (e.g. you see it on blockchain.info), then masterchain.info probably didn't update yet. I'm not sure, how often an update is done, but transactions are not shown immediately and especially not, if they are still unconfirmed.
newbie
Activity: 53
Merit: 0
I tried sending some mastercoins out today, and this is my first time attempting to do so. I've verified with a couple of the block explorers that I have 10+ MSC associated with an address. I entered the destination address into masterchain.info, and followed the send instructions. I made sure I had a little BTC associated with that address, and dumped the private key in my QT client, pasted it into the forms, followed all of the instructions, and received the response "transaction sent" and a link to blockchain.info transaction. It's been almost an hour, and the TXID isn't showing up and my MSC balance has not changed. Can anyone confirm that this site is still working as advertised?

Same here.   Just did two Test Mastercoin transactions and one real Mastercoin transaction.  Received info that it was sent and was given a transaction number to check on blockchain.  All transactions come back as "transaction not found."


hero member
Activity: 669
Merit: 500
I tried sending some mastercoins out today, and this is my first time attempting to do so. I've verified with a couple of the block explorers that I have 10+ MSC associated with an address. I entered the destination address into masterchain.info, and followed the send instructions. I made sure I had a little BTC associated with that address, and dumped the private key in my QT client, pasted it into the forms, followed all of the instructions, and received the response "transaction sent" and a link to blockchain.info transaction. It's been almost an hour, and the TXID isn't showing up and my MSC balance has not changed. Can anyone confirm that this site is still working as advertised?

I learned that masterchain.info uses blockchain.info to broadcast transactions. Since blockchain.info was down when I attempted to send using masterchain.info, that is probably why the transaction didn't go through.

I missed out on the crowdsale since they pulled the Mastercoin only a few hours after posting it.

It is not working for me too (yes, i missed the crowdsale for this too and I'm a bit annoyed)

When I try to prepare the transaction, it says:
"Not enough bitcoin funds on address"
but I have 0.18BTC in that address...


hero member
Activity: 574
Merit: 500
I tried sending some mastercoins out today, and this is my first time attempting to do so. I've verified with a couple of the block explorers that I have 10+ MSC associated with an address. I entered the destination address into masterchain.info, and followed the send instructions. I made sure I had a little BTC associated with that address, and dumped the private key in my QT client, pasted it into the forms, followed all of the instructions, and received the response "transaction sent" and a link to blockchain.info transaction. It's been almost an hour, and the TXID isn't showing up and my MSC balance has not changed. Can anyone confirm that this site is still working as advertised?

I learned that masterchain.info uses blockchain.info to broadcast transactions. Since blockchain.info was down when I attempted to send using masterchain.info, that is probably why the transaction didn't go through.

I missed out on the crowdsale since they pulled the Mastercoin only a few hours after posting it.
sr. member
Activity: 297
Merit: 250
I've used masterchain without problem many times but this morning, when I want to participate in the crowdsale, I'm being told that my private key is invalid. Naturally it's the same (BitcoinQT format) one I've used many times. Anyone having the same problem?
sr. member
Activity: 297
Merit: 250
I tried sending some mastercoins out today, and this is my first time attempting to do so. I've verified with a couple of the block explorers that I have 10+ MSC associated with an address. I entered the destination address into masterchain.info, and followed the send instructions. I made sure I had a little BTC associated with that address, and dumped the private key in my QT client, pasted it into the forms, followed all of the instructions, and received the response "transaction sent" and a link to blockchain.info transaction. It's been almost an hour, and the TXID isn't showing up and my MSC balance has not changed. Can anyone confirm that this site is still working as advertised?

You probably didn't pay a large enough miners fee (BTC).
sr. member
Activity: 420
Merit: 250
I used the materchain yesterday ,but I find it is hard to use,I think you guys need more work to do.

Can you be more specific? I think if you could share some of the specific problems you had, or things you found confusing, it would be most helpful to the devs.
sr. member
Activity: 560
Merit: 250
I used the materchain yesterday ,but I find it is hard to use,I think you guys need more work to do.
hero member
Activity: 574
Merit: 500
I tried sending some mastercoins out today, and this is my first time attempting to do so. I've verified with a couple of the block explorers that I have 10+ MSC associated with an address. I entered the destination address into masterchain.info, and followed the send instructions. I made sure I had a little BTC associated with that address, and dumped the private key in my QT client, pasted it into the forms, followed all of the instructions, and received the response "transaction sent" and a link to blockchain.info transaction. It's been almost an hour, and the TXID isn't showing up and my MSC balance has not changed. Can anyone confirm that this site is still working as advertised?
sr. member
Activity: 297
Merit: 250
Thanks mate. It's a blockchain.info wallet but I found out how to locate the public key.
legendary
Activity: 1106
Merit: 1026
Hey. I'm trying to do a simple send but am getting this error: no pubkey on blockchain. use wallet or supply Public Key from brainwallet.org

How do I rectify this?

It is a verified address I have the private key to with Msc in it.

Thanks

If you are using Bitcoin-Qt please go to "Help" - "Debug window" - "Console".

Enter: "validateaddress 1youraddress"

Replace "1youraddress" with the address you try to send from, don't use quotation marks.

A result like this should appear:

Code:
{
"isvalid" : true,
"address" : "1JmgN44N6R6RSjL5s1SUzSWGaRHU1hoi2Y",
"ismine" : true,
"isscript" : false,
"pubkey" : "02331c01471cb1f4a2d11a8746be840b10f36d27951b5355171d95100a2646a026",
"iscompressed" : true,
"account" : "Sender1"
}

Copy the "pubkey" value into the "Sender address or public key" field on masterchain.info.

Clicking the "Verify" button should result in a green "OK" right of the button.

If this is the case, you are good to go.

If you are using another Bitcoin application, please tell and I'll try to walk you through.

Edit: in 0.9 it looks like this:



sr. member
Activity: 297
Merit: 250
Hey. I'm trying to do a simple send but am getting this error: no pubkey on blockchain. use wallet or supply Public Key from brainwallet.org

How do I rectify this?

It is a verified address I have the private key to with Msc in it.

Thanks
newbie
Activity: 6
Merit: 0
Usability:
After verifying an invalid address the info/error text apears in green. It should be red to indicate that there is something wrong, to me some seconds to trigger on the green ("all is right"-looking text)

The droppdown menu/input field for the seller address acts 'weird'. After copying (ctr-v) an address in it sometimes opens up and default selects the old (default) value which gets promptly selected and overrides the wanted (copied) address.
legendary
Activity: 1106
Merit: 1026
Right now I'm trying to create an accept sell offer, but after clicking "prepare" only a red text with "ping?" appears. (related offer)

sr. member
Activity: 284
Merit: 250

You only accepted the sell order, but you didn't pay, so no balance change.
Now anyway the accept is expired so paying will not help you.
You will have to make a new accept, and then pay.


I need to figure it out, when I do an accept for a sell
order and the system get's it without any error,
I still need to make some money transfer ?
I was sure that accepting the sell order it's like
actually buy order.

so I hope it is clear now. One gets nothing for free Smiley


If you look at https://blockchain.info/address/1CKPYQPiVKMBEHqWco9sNNLNeTCjGSxfrn you could see that this address never spent anything.
As long as you don't spend, your public key is *not* on the blockchain.
Please research the differences between public key and bitcoin address.



Ok so now I see that pubkey is something that is revealed to the
chain only when the money been sent from it, right ?
Like now when I actually sent some money here

https://blockchain.info/address/1CKPYQPiVKMBEHqWco9sNNLNeTCjGSxfrn

the masterchain.info do recognize that address.

I think we can give a user an improved experience here,
if it can work only that way you can make user to send
some money to himself in order to have the address be recognized.


To create a transaction with an address which doesn't have a public key on the blockchain, you can supply that public key directly on the "address or public key" input.
Indeed, sending coins to yourself overcomes this issue, but it is at least as complicated as entering your public key directly, and sending coins to yourself means you spend extra fee + you have to wait for confirmations.
To get your public key, you can use http://brainwallet.org (enter your private key there, and the field "public key" will get updated). A more secure way would be to use https://github.com/brainwallet/brainwallet.github.com/archive/master.zip

This "public key not on blockchain" issue will be probably solved with the new wallet that includes private keys. It is expected to be online this month.

full member
Activity: 123
Merit: 100

You only accepted the sell order, but you didn't pay, so no balance change.
Now anyway the accept is expired so paying will not help you.
You will have to make a new accept, and then pay.


I need to figure it out, when I do an accept for a sell
order and the system get's it without any error,
I still need to make some money transfer ?
I was sure that accepting the sell order it's like
actually buy order.



If you look at https://blockchain.info/address/1CKPYQPiVKMBEHqWco9sNNLNeTCjGSxfrn you could see that this address never spent anything.
As long as you don't spend, your public key is *not* on the blockchain.
Please research the differences between public key and bitcoin address.



Ok so now I see that pubkey is something that is revealed to the
chain only when the money been sent from it, right ?
Like now when I actually sent some money here

https://blockchain.info/address/1CKPYQPiVKMBEHqWco9sNNLNeTCjGSxfrn

the masterchain.info do recognize that address.

I think we can give a user an improved experience here,
if it can work only that way you can make user to send
some money to himself in order to have the address be recognized.

 




sr. member
Activity: 284
Merit: 250

Hey G,

Here is 2 test cases that geting
some wired behaivour:

a) Trying to approve a sell offer with
addr: [17rExRiMaJGgHPVuYjHL21mEhfzbRPRkui]
and getting that transaction:

https://blockchain.info/tx/7d7f605408950be57fa0ebc4392403fea5a15da1897796f7607d75194e152b73

The wired point is that it is already 3 hours over and still no
confirmation (block include) for that transaction. The balance
is not changing also I guess because the "no block include".

Do you have any idea why ?

When I finally got it confirmed I see
the offer accepted here:

https://masterchain.info/sellaccept.html?tx=7d7f605408950be57fa0ebc4392403fea5a15da1897796f7607d75194e152b73¤cy=TMSC

but I don't see any balance change.


You only accepted the sell order, but you didn't pay, so no balance change.
Now anyway the accept is expired so paying will not help you.
You will have to make a new accept, and then pay.


b) The    addr: [1CKPYQPiVKMBEHqWco9sNNLNeTCjGSxfrn]
still gives me: "no pubkey on blockchain" on transaction try,
despite the fact it has already 2 TMSC and 0.03 BTC on it.


If you look at https://blockchain.info/address/1CKPYQPiVKMBEHqWco9sNNLNeTCjGSxfrn you could see that this address never spent anything.
As long as you don't spend, your public key is *not* on the blockchain.
Please research the differences between public key and bitcoin address.

full member
Activity: 123
Merit: 100

Hey G,

Here is 2 test cases that geting
some wired behaivour:

a) Trying to approve a sell offer with
addr: [17rExRiMaJGgHPVuYjHL21mEhfzbRPRkui]
and getting that transaction:

https://blockchain.info/tx/7d7f605408950be57fa0ebc4392403fea5a15da1897796f7607d75194e152b73

The wired point is that it is already 3 hours over and still no
confirmation (block include) for that transaction. The balance
is not changing also I guess because the "no block include".

Do you have any idea why ?

When I finally got it confirmed I see
the offer accepted here:

https://masterchain.info/sellaccept.html?tx=7d7f605408950be57fa0ebc4392403fea5a15da1897796f7607d75194e152b73¤cy=TMSC

but I don't see any balance change.


b) The    addr: [1CKPYQPiVKMBEHqWco9sNNLNeTCjGSxfrn]
still gives me: "no pubkey on blockchain" on transaction try,
despite the fact it has already 2 TMSC and 0.03 BTC on it.


Be in touch
Roman.

sr. member
Activity: 284
Merit: 250
For sending (assuming you do have funds), you can "add to wallet", and then "send" whatever you want to send (MSC/TMSC/BTC).
Before I do the pull request 41 make-over, you will be able to see that send on my site, but will probably not meet the consensus.


Ohh... now I got it, please approve: you have some generated by the browser id
e.g. [ba1b2aaf-eebc-4e13-f305-bcc3c2a0a5ce] and when you do add to wallet on
some address the system associate the address with that random id. right ?

Right. That's the wallet universal unique id (currently only local, but it will be later global) which is randomly generated. That uuid is associated with a local storage that holds a list of addresses. It has no effect on the send/sell transaction, except for offering the user one of the wallet's addresses to use.

Pages:
Jump to: