Bitcoin Forum
June 21, 2024, 08:40:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 »
241  Bitcoin / Armory / Re: i cant get armory to go online? on: December 05, 2017, 08:17:43 PM
I have no idea what all this programmer stuff is about. I would hope this is not part of getting Armory and Bitcoin Core to jive.
Armory is excellent, but not a great pick for newbies especially given that the steps here aren't "programming" Smiley .
If you haven't sent coins to your Armory wallet yet, you'll probably want to try a different wallet. Electrum is pretty easy to get going with.
If you have sent coins to an Armory address, start your own thread and explain the problems you're having there. You'll most likely be asked for Armory logs (log files) so that devs or others here can identify the problem. Posting the full version number of Armory and Bitcoin Core you are using also helps a lot too.

As for your specific questions, 64bit/32bit shouldn't make a difference, but I can't say I've ever tested that. There is no reason not to use the 64bit versions of both if you have a 64bit PC & OS. Bitcoin Core will take a long while to sync and require ~155GB of storage space (and growing). Armory isn't going to do much for you until that is complete.
Again, start a thread of your own if you still need help and/or have coins to recover.
242  Bitcoin / Armory / Re: 0.96.4 RC1 on: October 03, 2017, 02:07:21 PM
is there a way to run an offline version of this? i'm still having issues getting 0.96.2 to work offline.
Linux users that were having trouble with older CPUs, try the noasm .deb
As per the post, give that one a whirl. If you've already installed the psutil dependency from a previous offline package this should work.
243  Bitcoin / Armory / Re: Stuck in scanning on: October 01, 2017, 08:02:22 PM
Looking in my bitcoin.conf I see I have a line "prune=550" will this cause problems?

I don't think the pruning is tanking your node, but it won't work with Armory anyways.

Ooof, yeah. Armory needs a full ~145GB node, not a pruned one Sad
Will you have enough space available for this once you turn off pruning?

As for why core is failing... not sure. I'd have thought if Armory was starting core itself too (there is a setting for this by default), then you'd be able to find bitcoin process it spawns.
Hate to fall back to this, but restart system?


To answer another question:
Where it says "Memory Pool" and "current number of transactions," that number is not staying put, it's growing -- will i need to wait for it to finish before it will work?
This is the current amount of transactions that are pending and waiting to be mined into a block. Not something to worry about as a user, except for figuring out transaction fees Smiley
244  Bitcoin / Armory / Re: Stuck in scanning on: October 01, 2017, 03:36:55 PM
Hey there,

Lets try to narrow down your issues.

Armory 0.96.2 and lower don't play nice with Bitcoin Core 0.15.0.1, as you seem to have found out in your last two posts.
This was fixed with the next release: 0.96.3 and 0.15.0.1 will work together.

It looks like you're running 0.96.2 and Core 0.15(.0.0) in your last post, which should work but might need a nudge:
Try shutting Armory down (including ArmoryDB) and then deleting the databases folder (/home/henry/.armory/databases) in case anything broken has been carried over.
Additionally is your Core node configured with "server=1" ?
If not, then (re)start Core. Make sure it is synced fully then start Armory. See how that goes! Smiley
245  Bitcoin / Armory / Re: Lightweight Clients on: September 29, 2017, 10:59:40 PM
If you're struggling to get Electrum working, Armory is probably not going to be a good fit. It is also the opposite of lightweight, requiring a full ~145GB bitcoin core node.
You seem to have some permissions issues, which I imagine are inhibiting electrum too.
246  Bitcoin / Armory / Re: Building for Raspberry Pi: Illegal instruction. on: September 25, 2017, 02:03:49 PM
Good point.  But since building with an older cross-compiler that I successfully used to build an older version of Armory still results in the "Illegal instruction" stuff, that could indicate that it is assembler code in the crypto library that causes the failure.  That the failure occurs at startup provides some evidence that the problem is not in said library, though.

I hope to get the new RPi today or tomorrow, but I will try a rebuild with the official cross-compiler if I get the time today.


EDIT:
The official cross compiler contains no installation instructions, no normal github releases, and no hints about how to use it.  I could perhaps work it out myself in a day or two, but I think I will just wait for the newer RPi.

Various web pages let me to believe that it could very well be the compiler, apparently the RPi 1 contains an older ARM cpu that the normal cross compiler does not support.

Again, up to you but the rpi readme on the armory repo covers it. Literally just need to clone or grab a zip of the repo to extract it then follow step 2 to set up the path and so on as usual. gcc-linaro-arm-linux-gnueabihf-raspbian-x64 for x64 host and gcc-linaro-arm-linux-gnueabihf-raspbian if not.
No worries if you're not going to use it, but just wanted an answer to at least appear in search.
247  Bitcoin / Armory / Re: MAC EXPERT NEEDED! BDM Error and Can't Open 0.95.1 / Rebuilt, STILL ERROR! on: September 23, 2017, 01:40:55 PM
Did you actually download the source code? And if so, where did you download and/or clone it to?

Seconded. DigitalCrypto, you need to follow all the instructions Sad
248  Bitcoin / Armory / Re: Building for Raspberry Pi: Illegal instruction. on: September 22, 2017, 01:46:29 PM
I can now confirm that it is a question of the age of the RPi (mine is a model 1 B).  I borrowed a model 3 B, and moved the SD card over in it; Armory then started perfectly.  I have ordered my own 3B now.

Any reason you're not using the official rpi cross compiler?

Yes: I was not aware of it Smiley

But the gcc cross compiler has been working previously for me.


As far as I know, that official cross compiler supports all rpi models - so it might work with your current 1B. Something you could try while waiting for the new model? Up to you, of course.
249  Bitcoin / Armory / Re: [SOLVED] Armory 0.96.2 always says "Node offline" on: September 21, 2017, 02:27:37 PM
https://github.com/goatpig/BitcoinArmory/pull/310 certainly is good to know, however... what does it mean ?
I have bitcoin v15.0.1 fully synced, armory 0.96.2 running, but node stays offline.
How can I not subtract MESSAGE_HEADER_LEN from version payload length #310 Huh
Thanks !

It means you need to use bitcoin core 0.15 and not 0.15.0.1 until this is patched in Armory and released.
250  Bitcoin / Armory / Re: Wallet shows it offline since a long time on: September 20, 2017, 07:21:21 PM
You'll need to start bitcoin core (bitcoin-qt.exe) itself which will let you know how far behind the local data is.
Reading through the bitcoin full node guide might help explain a bit https://bitcoin.org/en/full-node
How long it'll take will vary depending on bandwidth available and your CPU and potentially HDD performance. If you have RAM to spare, increasing the dbcache size can help there.
251  Bitcoin / Armory / Re: (newbie) bitcoin sent to armory generated adress not in wallet? on: September 20, 2017, 07:06:11 PM
The privbase codes are now accepted by electrum.
My steps are;
-create a standard wallet
-use public or private keys
-put in the privebase codes, then i can click next, then electrum closes.
But if i restart electrum, the steps are repeated and i still can't acces the wallet.

Strange. Can you create a normal electrum wallet successfully?
252  Bitcoin / Armory / Re: Wallet shows it offline since a long time on: September 20, 2017, 03:02:16 PM
Armory requires a fully synced (~145GB of data) Bitcoin Core node to operate.
253  Bitcoin / Armory / Re: Building for Raspberry Pi: Illegal instruction. on: September 20, 2017, 02:48:32 PM
I followed these instructions: https://github.com/goatpig/BitcoinArmory/tree/master/r-pi
with the exception that I broke up the line
Code:
sh autogen.sh ./configure --host=arm-linux-gnueabihf
into two, and added a --prefix.

I installed the cross-compiler using
Code:
sudo apt-get install g++-arm-linux-gnueabihf

Note that I do not think my Pi is a model 2, as I remember I bought it shortly before model 2 was released. Smiley
Maybe there is a difference.  Or maybe it is because I cross-compiled on a brand new virtual lubuntu.  I have just built it on the same old vm I think I used for the previous version, will try it out tonight.
Any reason you're not using the official rpi cross compiler?
254  Bitcoin / Armory / Re: (newbie) bitcoin sent to armory generated adress not in wallet? on: September 20, 2017, 03:12:01 AM
May not magically solve all your Armory problems, but you should be using Armory 0.96.2. Some bug fixes in the changelog that could be relevant.

Regarding Electrum, importing works for me, though it was a little picky about the data.
Some things that may help:
  • When exporting your private keys from Armory
    • Check "Omit spaces in key data"
    • Uncheck all other boxes except for "Private Key (Plain Base58)"
  • When inputting in Electrum:
    • Do not include any other lines i.e. Remove "created, wallet ID and wallet name"
    • Make sure that each private key is on a new line and importantly make sure you are using return/enter and not space or tab. Using space/tab (at the default window size) will wrap the key onto the next line, but will not count as a new line and will stop you hitting next.
    • Alternatively copy the just PrivBase58 lines directly from Armory in one chunk and then delete "   PrivBase58: " from each line.
255  Bitcoin / Armory / Re: MAC EXPERT NEEDED! BDM Error and Can't Open 0.95.1 / Rebuilt, STILL ERROR! on: September 19, 2017, 01:50:42 AM
I followed every step and I still got this...

No such file directory
Code:
cd osxbuild

https://prnt.sc/gmr3e1

Nearly there. If you haven't downloaded a copy of the Armory git repo (the code), you'll need to do that. Can either grab the zip and extract it or git clone if you're familiar with that.

Either way, once you have a copy of the code, cd to wherever the Armory code is.
Then run step 7 again:
Code:
cd osxbuild
python build-app.py > /dev/null

Compiling may take a little while Smiley
Fingers crossed!
256  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 19, 2017, 01:41:04 AM
I have tried everything and the only thing I can get to work or sync to blockchain to was to uncheck auto bitciond and open Armory and then Bitcoin core but it says connected at the left bottom but its purple not green and it only syncs up to the blockchain from when I open Armory I don't know if I'm going to be able to send and received coins. I have had Armory and love the security and don't want to find another desktop bitcoin wallet app but if I can't figure this out I guess I will which sucks because I used it for years. And the viable I got from gotpigs message was out me basically because I don't know code but I know good bit and enough to figure out stubborn apps or computer problems but this I raise the White Flag and it sucks when I can't figure things out.   
You could help yourself out here by following HCP's instructions to create a bitcoin.conf in the right location with the config options he suggested.
https://bitcointalk.org/index.php?topic=2133694.msg21912062#msg21912062
Unless something very strange is going on, that should get you to a green connected state that will update as new blocks are mined on the network.
257  Bitcoin / Armory / Re: How can I transfer Armory wallet to Bitcoin Core wallet? MAC OSX on: September 15, 2017, 03:47:51 AM
Thank you for helping HCP.

Ok, I was putting the command in Terminal, not Bitcoin Console without the <>. I went to the console and I got this warning below. Is it safe to import bitcoin-cli importprivkey <privkey>? I only ask because I DO NOT fully understand the ramification of a command lol.

https://prnt.sc/glb0m7

Welcome to the Bitcoin Core RPC console.
Use up and down arrows to navigate history, and Ctrl-L to clear screen.
Type help for an overview of available commands.
WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command.
Okay, crash course to help you understand a bit:
As the message says, typing in "help" lists all commands.
"help commandgoeshere" will explain the command of your choice.
Try "help importprivkey" and it should explain that it adds a private key to your core wallet (and the arguments for the command)
This interface is very powerful, and people can be very malicious, hence the warning. A certain level of paranoia is a good thing here - and don't just take my word for it on this info.

Oh and you won't need the "bitcoin-cli" part at the start when you're in this debug console.
258  Bitcoin / Armory / Re: Amory offline installation on Ubuntu on: September 13, 2017, 08:16:38 PM
Since you're using 16.04, I think you're probably going to run into the same issue as Rothbart did here: https://bitcointalk.org/index.php?topic=2133694.msg21677920#msg21677920

Short answer is you'll still be missing dependencies on 16.04, but these are included as part of the base distro for 14.04.
259  Bitcoin / Armory / Re: Impossible to spend my bitcoin Wallet from armory 0.96.2 on: September 10, 2017, 04:36:07 PM
The issue is that I don't know how many GB it still really needs (even if I saw the value of 160GB globally on some sites)  Undecided
I had 120GB free few weeks ago on my "Windows C:" disk with Armory already uptodate and now I have only 4Go on this disk ...
My %APPDATA%/Roaming/Bitcoin directory is currently around 117GB
For me, the blockchain itself is about 140GB, not including chainstate. Back of a napkin math says it grows about 4GB a month (and this may increase) You may want to run something like windirstat to help identify what is using your disk space.
260  Bitcoin / Armory / Re: Impossible to spend my bitcoin Wallet from armory 0.96.2 on: September 10, 2017, 02:51:01 PM
Many thanks for your reply.

After your reply, I've done step 1,2,3 as per your proposal.
Concerning step 4, there is no "mempool.dat" in "%APPDATA%/Bitcoin" directory (or subdirectories), so nothing to delete on my side  Wink
From step 5,  I only closed "ArmoryQt.exe" only due to the following elements :

As per your "intuition", Bitcoin core node was not up to date, so I updated it (I would have imagined that I would have seen before an error message from Armory if the Bitcoin core node was too old).

Currently, Bitcoin core node is updating blocs for hours ...

Because my SSD 256Go (Windows drive C) will be full very soon, my questions are :
- Why do I need to update so many blocks (weeks), as my Armory wallet 0.96.2 was already updated ?
- Will Armory wallet update again for hours after Bitcoin core node blocks update ?

Armory requires a full, up to date, node (Bitcoin Core) to be running in order to use any networking functions.
If you do not have the disk space available for a full node, this may not be the wallet for you.
Armory will need to scan the new blocks, yes. How long depends on how out of date and your hardware specs.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!