Bitcoin Forum
May 27, 2024, 07:13:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 06, 2018, 04:33:56 PM
Ok, this has been solved:
By changing at Broadcast: Broadcast to chain.so

Man the solution was so easy lol.

I had a double spend error with Monero.
I still have the seed, which I can import. But after doing so, I get a new wallet for some reason.

I also have the private keys, but when I try opening my wallet through that way it can not continue opening it.
Anybody knows where I can get good help for that? Because this is not the place of course. Maybe there is a monerotalk.org?
I'll look it up.

Thanks for trying to help guys.
2  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 06, 2018, 03:43:22 PM
Pfff this is so annoying.

Maybe I should create 2 multisig addresses, then (co)sign it.
But I can't even begin imagining how I would do that.

Maybe somebody here knows how to get coins out of coinb.in with this method?
3  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 06, 2018, 03:19:48 PM
It's still not working Sad

And in the above tutorial. Aren't you forgetting to verify first and then sign?
I get an error otherwise that there is something wrong with my input or something. "There is a problem with one or more of your inputs, please check and try again"

Right now all the site does is freeze Sad In 2 different browsers.
4  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 06, 2018, 02:16:11 PM
I should also include a mining fee since it automatically puts it on 0.
How high should it be for 0.0079892 btc? I tried everything. Up till it gave me a warning that the fee was really high.
(I tried to spend 0.004btc) So unfortunately including random fees also doesn't work.
5  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 06, 2018, 02:06:26 PM
The blockchain tells me the exact balance that coinb.in also gives in output...

What does that mean? That there wasn't a double spending? or...?
6  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 06, 2018, 02:03:39 PM
Quote
18 txn: mempool-conflict
This error indicates that one or more of the UTXOs that you are attempting to spend in your transaction has already been used in a transaction that was already broadcast.

In other words, your transaction is being rejected as an attempted "double spend".


That's what I was afraid of.
The problem with coinb.in is that you can not copy paste every transaction in the outputs part.
Because maybe one of those has already been spend and I need to press minus next to that?
But how can I find out which one that is?

The multisig wallet required xpub or something private keys, which coind.in does not supply Sad
So I can't import this wallet into Electrum Sad
coinb.in supports creating/signing transaction with multisig address
first, you need Redeem Script to retrieve utxo from multisig address
then at signing you need to do it twice (if 2 of 3) consecutively with each privkey

unsigned rawtx + privkey1 = partially-signed rawtx
partially-signed rawtx + privkey2 = multi-signed rawtx


but HCP has explained, mempool-conflict = attempted "double spend"
@OP if you are still in doubt, check your multisig address balance on any explorer
or tell us the address, so we can check and give advice on the matter

I have the redeem script. Then I have 3 private addresses of which one is the same (for the Legacy one instead of the Segwit one).
One of those addresses is AES. I don't have any more private addresses than that.

So I can only do this:
unsigned rawtx + privkey1 = partially-signed rawtx
I need to do this 2-3 times? Why? That doesn't change anything does it?
I will check my multisig address and let you know.

7  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 05, 2018, 08:12:44 PM
The multisig wallet required xpub or something private keys, which coind.in does not supply Sad
So I can't import this wallet into Electrum Sad
8  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 05, 2018, 08:06:18 PM
Now I can insert my private key into an electrum wallet and of course it shows 0 btc because it is not the multisig wallet Sad
9  Bitcoin / Wallet software / Re: coinb.in transaction is not working on: June 05, 2018, 08:00:48 PM
It's a multisig wallet. So maybe I can't withdraw to one BTC address (then why is the option there?).
Maybe I should use a multisig method. But how?
Does this help?

download both bitaddress.org-3.3.0 and coinbin-1.3 if you haven't
Quote from: Thirdspace on December 20, 2017, 04:05:28 PM
two things you need to download:
1. https://github.com/pointbiz/bitaddress.org/archive/v3.3.0.zip official bct thread https://bitcointalk.org/index.php?topic=43496.0
2. https://github.com/OutCast3k/coinbin/archive/1.3.zip official bct thread https://bitcointalk.org/index.php?topic=390046.0
download them, unzip and for safety measure you should open them in your incognito mode browser while offline

I already have the bitcoin address, privkeys etc.
What do I need bitadress.org-3-3-0 for?


Preparations:
- open this post so you can follow the step by step instruction easily
- GO OFFLINE, disconnect your internet connection
- open folder bitaddress.org-3.3.0 then click & drag bitaddress.org.html to new tab on your private browser
- open folder coinbin-1.3 then click & drag index.html to another new tab on your private browser
- open notepad to save some data needed for later use

First, acquiring your 1st privkey:
- switch to your bitaddress tab, you can move around your mouse to get to 100 % or just click "Wallet Details"
- enter your Mini Private Key in the space provided and click "View Details"
- match the 'public address' given to you, if it is a 'Bitcoin Address' copy paste uncompressed (5xx) 'Private Key WIF' to notepad
- if it is a 'Bitcoin Address (compressed)' copy paste compressed (Kxxx or Lxxx) 'Private Key WIF' to notepad

Second, acquiring Redeem Script:
- still on the bitaddress tab, find its 'Public Key (130 characters [0-9A-F])' and copy its long string
- switch to your coinb tab, then click menu New > MultiSig Address
- paste the copied 'Public Key' into the first input form, and paste your Second Factor Public Key into the second input form
- click '-' sign next to third input form to remove it, make sure '2' is the number for "amount of signatures required"
- click submit and you will see your "Public MultiSig Address" and its "Redeem Script"
- copy paste both "Public MultiSig Address" and its Redeem Script to notepad and save

at this point, you can close all tabs, browser and notepad, then reboot your computer (to clear all memory)
or just continue the next step

Third, composing Transaction:
- GO ONLINE, on your coinb tab click menu New > Transaction
- copy the "Redeem Script" from your notepad into the first input form then click "Load" to retrieve UTXO from your "MultiSig Address"
- move down a bit and click on 'Outputs (0.00000000)' and fill the destination address and the amount
- make sure you adjust the amount so that the 'Transaction Fee' is high enough for the tx to get confirmed
- if you want to send/donate me some Grin you can click the '+' sign to add another row for another output/destination address I will send you my address via PM
- click submit and you will see the unsigned hex rawtx as the result
- copy this rawtx before proceeding to next step

Fourth, signing and verifying Transaction:
- GO OFFLINE, click menu "Sign" then paste the copied rawtx into the second input form
- enter your 1st private key (from your saved notepad) into first input form then click submit
- copy the resulted 'Signed transaction' in the green box, and paste into the second input form
- enter your 2nd private key (from your Second Factor Public Key) into first input form then click submit

This is missing at coinb.in

- copy the resulted 'Signed transaction' in the green box,
- click on menu "Verify" and paste your 'Signed transaction' in the input space provided then click submit
- make sure all inputs for your transactions are checkmarked on the signed column

Fifth, broadcast:
- close all incognito browser but don't forget to save the last 'Signed transaction' on your notepad and save
- reboot your computer if necessary for the same reason as earlier
- GO ONLINE, re-connect your internet and re-open your local coinb.in index.html or just go to live coinb.in page
- click on menu "Broadcast" and paste your 'Signed transaction' here then click submit

And then I get the 18 tnx error Sad
10  Bitcoin / Wallet software / coinb.in transaction is not working on: June 05, 2018, 07:41:06 PM
So I can not withdraw the btc from it.

After broadcasting it: it gives:
18 txn: mempool-conflict

I can't seem to figure out what it means or how to solve it.

Could anyone help please with withdrawing coins from coinb.in?

It's a multisig wallet. So maybe I can't withdraw to one BTC address (then why is the option there?).
Maybe I should use a multisig method. But how?

Hopefully somebody can help.

I can also not import the wallet to electrum. When I insert the keys it just doesn't work.

And a seed is also not anything because I just imported a seed in monero and now Ive got the same wallet, with some history but not my latest balance. Which was quite a lot. It's balance is zero now.
And also with the monero client importing the keys does not work. Or I am doing something wrong.
11  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: January 11, 2018, 03:01:57 PM



Since when is SEPA transfer free? I pay 30€ fee to transfer money from my bank to Bitstamp

Wow?! I pay nothing to transfer using SEPA. I only pay a fee to transfer it back from Bitstamp.
12  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: January 10, 2018, 08:34:54 PM
I'm happy for you that you don't have any losses unlike me.
And yeah, once I sell my ripple's I won't return to them because I don't like the ideas behind it.

Let's hope it returns to the point where I bought it at soon...

Can you explain why you bought it in the first place if you don't like the ideas behind it?  I for one do my homework before jumping into bed with any coin.  ALWAYS only invest what you can without a doubt afford to lose.  If you think it will go up, just HODL it.  That's what I'm doing with TRX.

When I bought it, it was going crazy in the greens. So it must have been greed and now I'm being punished because of it.

tomorrow DMM exchange launches XRP+ other coins  do you people think we will get price spike?

It's just another exchange between already existing ones. So I'm afraid it wont change very much. But we'll see..
13  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: January 10, 2018, 04:06:18 PM
I'm happy for you that you don't have any losses unlike me.
And yeah, once I sell my ripple's I won't return to them because I don't like the ideas behind it.

Let's hope it returns to the point where I bought it at soon...
14  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: January 10, 2018, 03:17:44 PM
I bought more XRP. I love losing money after all, I buy high and sell low. Smiley


We're so much alike bro!

Except I hate it. I'm just a stupid moron  Tongue
15  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: January 10, 2018, 03:06:51 PM
XRP is still a high debate subject, difficult to have an opinion on this currency. I'm not positive or negative, I wanna go out of this currency because it doesn't suits to my think about cryptocurrency. Now, XRP falls, I hope won't too much...

We're in the same boat.
I hope it will rise again because my loss is already pretty big. Dunno if I should sell now or not. It seems like it's dropping harder every day.
16  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: January 09, 2018, 07:15:05 PM


I don't know what you mean by that. Sorry.


I think he asked you to sell XRP so someone else can enjoy it and so we can enjoy your lament and tears
soon

So HODL...

And yes I thought this was a speculation thread and not for the discussion that is going on. So my apologies for my stupid question.  Roll Eyes
17  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: January 09, 2018, 06:44:25 PM
I have bought ripple at 2.6 euro's. So now I have quite a big loss since it's now at 1.9 euro's.

HODL or (panic) sell? I dont know anymore.

260 pages people were saying that they got robbed in fiat, in btc.

260 pages prove that this people were terribly wrong.

The one who bought 7 monts ago ATH did 10x profit

Now, do your own math

I don't know what you mean by that. Sorry.
18  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: January 09, 2018, 06:29:46 PM
I have bought ripple at 2.6 euro's. So now I have quite a big loss since it's now at 1.9 euro's.

HODL or (panic) sell? I dont know anymore.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡ [ANN] ⚡ DeepOnion TOR ⚡ DeepVault ⚡ Cryptopia 🚀 Airdrop 24/40 🚀 WE DOMINATE! on: January 04, 2018, 12:12:48 PM
I heard DeepOnion is a pre-mine scam?
And a lot more of bad info is passing by.

Good investment or not?
20  Economy / Service Discussion / Re: Bitcoin withdrawal fee on Bitstamp on: December 18, 2017, 07:21:27 PM
Ok. So then I can transfer that on bistamp to a paper wallet (since that seems more safe to me) and not that from another exchange since it costs 0.001btc which is a bit too much for me.

Thank you.
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!