Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: fred21 on May 23, 2020, 07:00:52 PM



Title: making your own monero transaction
Post by: fred21 on May 23, 2020, 07:00:52 PM
Hello,

I am looking for the equivalent of coinb.in that is for btc BUT i need  this for monero.

coinb.in is browser based tool that allows to sign(offline), verify(offline) and broadcast (online) btc transaction.

I just want to do the same with monero. Hasn't it been invented yet?

thanks.


Title: Re: making your own monero transaction
Post by: fred21 on June 06, 2020, 11:03:46 AM
Hello,

As for now, I have found a way to generate offline my monero wallet here : https://moneroaddress.org/

However, I haven't found a way to build transaction offline (sign, check, broadcast).

has anyone any idea?

thanks


Title: Re: making your own monero transaction
Post by: FireBallex on June 06, 2020, 11:26:45 AM
The answer you seek is very confusing, you said yourself that coinb.in browser allows you to broadcast BTC transaction online (not offline) so how do you expect to broadcast monero transaction offline??? I haven't heard of such before, you need internet to make transactions on both, I use coinomi wallet for my Monero


Title: Re: making your own monero transaction
Post by: FireBallex on June 06, 2020, 11:28:22 AM
Hello,

As for now, I have found a way to generate offline my monero wallet here : https://moneroaddress.org/

However, I haven't found a way to build transaction offline (sign, check, broadcast).

has anyone any idea?

thanks
You using moneroaddress.org to create Monero offline wallet is safer but you still can't make transactions offlline, it's impossible, also stay away from any solution to your problem that might requires for your recovery phrase or Mnemonic seed


Title: Re: making your own monero transaction
Post by: fred21 on June 06, 2020, 11:36:50 AM
The answer you seek is very confusing, you said yourself that coinb.in browser allows you to broadcast BTC transaction online (not offline) so how do you expect to broadcast monero transaction offline???

I meant that the broadcasting is always done online yes.

But signing transaction with private key and checking transaction is done offline with no problem.

I have an hard time finding tool to sign and check transaction offline with private key.


Title: Re: making your own monero transaction
Post by: Kvalentine on June 06, 2020, 11:55:17 AM
The answer you seek is very confusing, you said yourself that coinb.in browser allows you to broadcast BTC transaction online (not offline) so how do you expect to broadcast monero transaction offline???

I meant that the broadcasting is always done online yes.

But signing transaction with private key and checking transaction is done offline with no problem.

I have an hard time finding tool to sign and check transaction offline with private key.
I don't know about signing transaction on Monero blockchain but checking transactions can be done using Monero blockchain explorer, I don't know if maybe this is what you are talking about? Hope it helps

1. https://moneroblocks.info/
2. https://blockchair.com/pt/monero
3. https://xmr.tokenview.com/


Title: Re: making your own monero transaction
Post by: fred21 on June 06, 2020, 02:06:09 PM

I don't know about signing transaction on Monero blockchain but checking transactions can be done using Monero blockchain explorer, I don't know if maybe this is what you are talking about? Hope it helps

1. https://moneroblocks.info/
2. https://blockchair.com/pt/monero
3. https://xmr.tokenview.com/

This is not what I meant.

Checking transaction, is a way of submitting the transaction hash (base 64 or something like that) before broadcasting it.

Then, the tool can say that the hash is valid or not, It can retrieve the transaction information (amount sent, receiving/submitting addresses, fees...) and also say if it has been signed (using the private key of the sender address)

This is what I meant by checking transaction. this is not looking at blockchain explorer what I meant.

If somebody has one reliable tool to submit and check transactions before broadcast, it would be fine.