Bitcoin Forum
May 24, 2024, 12:51:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 233 »
1321  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 09, 2017, 09:43:08 PM
Extract the content of that folder. In the terminal, cd to that folder, then type:

Code:
sudo dpkg -i *.deb
1322  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 07, 2017, 06:42:23 PM
For the new wallets, not the legacy stuff.
So, if I create a new wallet right now with 0.96.2, I will be able to sweep compressed privkeys. Won't I?

Will this also work with import compressed privkeys?

Thanks goatpig!! :-)

No, this stuff only acts as a proxy to interface the python wallets with the new signer. It does not touch private assets. What you want is for 0.97.
1323  Bitcoin / Armory / Re: Can't open details window in global transaction ledger (Armory 0.96.2) on: September 07, 2017, 10:56:35 AM
Try that for now.
1324  Bitcoin / Armory / Re: Can't open details window in global transaction ledger (Armory 0.96.2) on: September 07, 2017, 10:31:09 AM
Are you using DB_BARE?
1325  Bitcoin / Armory / Re: MAC EXPERT NEEDED! BDM Error and Can't Open 0.95.1 / Rebuilt, STILL ERROR! on: September 07, 2017, 01:56:35 AM
Droark is out of town atm. Wait for him to get back or search the forums.

Quote
My coins are lost...

You can extract your private keys at any moment in time. Stop throwing a tantrum, the only thing this achieves is deterring potential helpers, me included.
1326  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 07, 2017, 01:29:21 AM
Are you going support sweeping from compressed addresses?



For the new wallets, not the legacy stuff.
1327  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 07, 2017, 01:28:57 AM
Can someone tell me when 0.96.2 for mac may be coming out. I am hoping this will fix my issues with 0.96.1, Thanks for any reply

Will probably just be one for 0.96.3
1328  Bitcoin / Armory / Re: BDM Error and Can't Open 0.95.1 / Rebuilt, STILL ERROR! HELP!!! on: September 06, 2017, 03:39:15 PM
OSX, figures. There's some inane manipulation you have to perform so that OSX allows you to run the code in the first place. Some sort of newly introduced security feature or what not. Ask the OSX users in here, I wouldn't touch this system with a 10 foot pole.
1329  Bitcoin / Armory / Re: Using Armory on the BCH chain on: September 06, 2017, 09:39:00 AM
Hmm, in what sense do you not trust it?

Your question was akin to: "do you vouch for this code?". No I don't, nor do I want the responsibility. Also, ABC devs went out of their way to obfuscate their changeset. This is like a manufacturer advertising that you shouldn't trust their product. Alright then, I won't.

Quote
There is a whole community running BCH nodes with almost religious fervor.  I am sure they would have noticed if it installed malware or stole wallets.

I do not believe these developers are malevolent. I certainly think they are incompetent. Whether you get screwed intentionally or by negligence, the end result is the same.
1330  Bitcoin / Armory / Re: BDM Error and Can't Open 0.95.1 / Rebuilt, STILL ERROR! HELP!!! on: September 06, 2017, 09:33:11 AM
Quote
Tried to contact Support to get help and send log...page is down (https://support.bitcoinarmory.com / https://bitcoinarmory.com/support/)

These guys are defunct.

Quote
0.95.1 is not launching.

You're using a year old piece of software. Update.

https://github.com/goatpig/BitcoinArmory/releases

If you're still having issues, post your logs.
1331  Bitcoin / Armory / Re: Can ONLINE machine be a VPS (eg AWS) and (2) can VPS go thru Tor or VPN? on: September 06, 2017, 12:22:54 AM
You run your node and DB on the VPS, put it behind a HTTP daemon and point the client at that IP:port. For better security, you can VPN the client in (since the socket layer between client and server is not encrypted atm).
1332  Bitcoin / Armory / Re: Using Armory on the BCH chain on: September 06, 2017, 12:19:48 AM
Did you use Bitcoin ABC (https://www.bitcoinabc.org)?

Yes

Quote
Do you trust their code?

lol no
1333  Bitcoin / Armory / Re: Using Armory on the BCH chain on: September 05, 2017, 11:50:50 PM
I'm starting to get it, thank you! Just a few more questions if you don't mind:

1) What broadcasting website did you use? Others have reported http://blockdozer.com/insight/tx/send Have you tried that one? They don't use HTTPS which worries me.

2) I normally use https://bitcoinfees.21.co to check what BTC fees I should be using. What fees do you recommend for BCH? The faster I can dump, the better Smiley

3) Let's say I have a total of 2 BTC in various utxos in the Armory wallet. And let's say I'm transferring it all at once (to some BCH exchange address). Let's say I want to use the fee 0.001 BTC. Isn't it then just a matter of selecting all the utxos and transferring 1.999 BTC using a 0.001 BTC fee? I'm almost 100% sure this is correct, but I thought I'd make sure just in case.

1) I sync'ed a BCH node.

Blockchair uses SSL, but I don't know if they have a send API. One thing you need to know if you're going to push through a 3rd party: Armory RBF flags by default, and RBF is disabled on the BCH chain. This doesn't mean RBF flagged transactions are invalid on the BCH chain, but that second RBF won't be broadcasted (first RBF flags potential replacement, second RBF is replacement). However, people have reported 3rd party chain explorers won't broadcast RBF flagged tx on BCH, therefor I suspect they went for the idiot patch and reject anything sequence flagged as a whole (how do they deal with OP_CSV?).

2) Last I checked, you could get first block inclusion with as low as 20 sat/B atm. I expect it's cheaper now

3) Pick all the eligible utxos in the coin control UI (don't bother if you want to move the whole wallet balance), then check the "MAX" box and pick a sat/B fee (force a flat fee).
1334  Bitcoin / Armory / Re: BDM.pyc:199 - DB error on: September 05, 2017, 07:59:22 AM
That's a false positive. Describe the issue and post your dblog as well.
1335  Bitcoin / Armory / Re: Using Armory on the BCH chain on: September 04, 2017, 11:19:59 PM
949 was created on July 29 and I did no transactions around those days. Does this mean I should just remove all blk files 950 and above?

Also, is it enough to remove blk files? There are corresponding rev files in there. Do I need to remove those too?

Armory does not use the rev files. Remove whatever amount of files you need to roll back the chain in a state where all your post fork coins are unspent.

Quote
How do I "start ArmoryDB against" a particular folder?

https://btcarmory.com/docs/pathing

Quote
Sorry for these noobish questions, but I'm a bit confused. Will Armory not simply show me exactly how many BCH are in my wallet? (I wanna know exactly how many BCH I own that I can dump LOL.)

Using the "trick", you will know how much BCH you have in total, but since you can't use Armory to broadcast (you are not running an actual BCH node), Armory can't track which outputs you've spent on the BCH chain. If you dump in several transaction, you need to keep track of which utxos are still available.
1336  Bitcoin / Armory / Re: Where can I find Bitcoin Cash code? (I wanna use it as full node for Armory) on: September 04, 2017, 09:58:45 AM
Look for the Bitcoin ABC repo, or the variants of Classic/Unlimited that support BCH.

As for the setup, read the sticky: https://bitcointalk.org/index.php?topic=2070058.0
1337  Bitcoin / Armory / Re: Glitch or bug in 0.96 on Debian EDIT -- Also 0.96.2 on: September 03, 2017, 10:43:42 AM
It can work on these CPUs but you will have to either use Windows or build with that machine on Linux. My builds aren't compatible with stuff that old atm.
1338  Bitcoin / Armory / Re: Glitch or bug in 0.96 on Debian EDIT -- Also 0.96.2 on: September 03, 2017, 02:42:44 AM
Quote
Illegal instruction

How old is your CPU?
1339  Bitcoin / Armory / Re: 0.96.2 Freezes When Opening Coin Control Menu on: September 02, 2017, 10:06:48 PM
  I did some experimenting, and the problem appears to have been particular to my wallet.  I tried running Armory from an Ubuntu Gnome live distro and still had the same problem. I was able to fix it though, after trying different combinations of options in the coin control menu, one of them seems to have resolved the issue.
  It seems rather strange, but my wallet is working fine now, and not freezing at all, so I am happy for that at least. Thanks for all the great work with Armory, it's still the best bitcoin wallet around  Grin

Any idea what triggered it? Any hint can help.
1340  Bitcoin / Armory / Re: Armory Windows Client Scanning Process Error on: September 02, 2017, 10:05:59 PM
Update.
Pages: « 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!