Bitcoin Forum
May 25, 2024, 04:23:26 PM *
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 15 16 17 18 19 20 21 22 23 24 25 »
1  Bitcoin / Armory / Re: Armory (0.95.1) not showing any transaction history or balance on: February 15, 2017, 11:47:40 PM
Hi again.

I tried running ArmoryDB.exe manually with the same parameters:

ArmoryDB.exe --datadir=J:\Armory --satoshi-datadir=J:\BTC --db-type=DB_BARE --ram-usage=1

This worked and appeared to set the RAM usage to 1, but I still had the same problem where it would use up all my RAM to the point where the computer became unusable.

Any ideas?

Thanks
2  Bitcoin / Armory / Re: Armory (0.95.1) not showing any transaction history or balance on: February 12, 2017, 03:08:48 PM
Hi again,

Following on from my last post, I continued running Armory again today for another 4 hours or so.

This time again it says only 22% of the way through building Armory databases with 2 minutes remaining (of course this is inaccurate as it always gives these low figures).

Same problem with it using up all the RAM and making the machine unusable.

Is there a way to lower the RAM usage level?

Thanks
Start Armory with the --db-type=DB_BARE and --ram-usage=1 options set. You will need to delete the databases folder again as it will build a new, lighter database (and thus requiring less RAM and CPU to build).

Thank you. That sounds like what I was hoping for. Here are my command line settings now:

--datadir=J:\Armory --satoshi-datadir=J:\BTC --db-type=DB_BARE --ram-usage=1

I deleted the databases folder (also deleted the log files) and restarted Armory. Unfortunately I get the following error:

---------------------------
Database Error
---------------------------
Armory failed to spawn the DB!<br> Continuing operations in offline mode instead. <br> Refer to the dbLog.txt for more information.


When I look for dbLog.txt I see that no dbLog.txt was created..
However I found this in the armorylog.txt:


2017-02-12 15:05 (INFO) -- ArmoryQt.py:2257 - setSatoshiPaths
2017-02-12 15:05 (ERROR) -- ArmoryQt.py:2211 - Failed to start Armory database: cannot concatenate 'str' and 'int' objects
Traceback (most recent call last):
  File "ArmoryQt.py", line 2198, in startArmoryDBIfNecessary
  File "SDM.pyc", line 517, in spawnDB
TypeError: cannot concatenate 'str' and 'int' objects
2017-02-12 15:05 (INFO) -- ArmoryQt.py:2307 - Setting netmode: 0
2017-02-12 15:07 (INFO) -- ArmoryQt.py:5597 - Dashboard switched to user-OfflineOnlinePoss
3  Bitcoin / Armory / Re: Armory (0.95.1) not showing any transaction history or balance on: February 11, 2017, 12:14:44 AM
Hi again,

Following on from my last post, I continued running Armory again today for another 4 hours or so.

This time again it says only 22% of the way through building Armory databases with 2 minutes remaining (of course this is inaccurate as it always gives these low figures).

Same problem with it using up all the RAM and making the machine unusable.

Is there a way to lower the RAM usage level?

Thanks
4  Bitcoin / Armory / Re: Armory (0.95.1) not showing any transaction history or balance on: February 09, 2017, 09:35:57 AM
Hello
I have the same problem...
In cmd I see this when I creat the db new

ERROR - 1486617937: (..\BlockDataMap.cpp:79) merkle root mismatch!
-ERROR - 1486617937: (..\BlockDataMap.cpp:80)    header has: xxx
-ERROR - 1486617937: (..\DatabaseBuilder.cpp:353) block deser except: invalid merkle root
-INFO  - 1486617937: (..\DatabaseBuilder.cpp:268) parsed block file #278
-DEBUG - 1486617937: (..\Blockchain.cpp:242) Organizing chain
-INFO  - 1486617947: (..\DatabaseBuilder.cpp:56) updated HEADERS db in 682.79s
-INFO  - 1486617947: (..\BlockUtils.cpp:1636) Enabling zero-conf tracking
-ERROR - 1486617947: (..\BlockDataMap.cpp:79) merkle root mismatch!
-ERROR - 1486617947: (..\BlockDataMap.cpp:80)    header has: xxx
-ERROR - 1486617947: (..\BlockDataMap.cpp:81)    block yields:xx
-ERROR - 1486617947: (..\DatabaseBuilder.cpp:353) block deser except: invalid merkle root

how I can fix this...  or better question how I get my BTC :-(
regards

Hi, please don't thread hijack, but it sounds like your Bitcoin Core database or Armory database might be corrupt and need rebuilding.
5  Bitcoin / Armory / Re: Armory (0.95.1) not showing any transaction history or balance on: February 08, 2017, 10:56:50 PM
Firstly, when you started Armory, did you get a cmd window? If you did, don't close it, that's ArmoryDB and it must be running.

Secondly, to set custom datadirs, Bitcoin Core needs to have --datadir. Armory needs to have --datadir for its own data directory which is not the same as Bitcoin Core's. In order to tell it where Bitcoin Core's datadir is, you need to use --satoshi-datadir.

If you did not delete the databases directory inside Armory's datadir at some point already, I suggest that you stop Armory and do that now. Even if you did, I think you should do that again to force a rebuild and rescan. The new Armory databases build much faster than the old ones and are much smaller.

Whilst ArmoryDB is building the db again, watch that there are no errors being reported in the cmd window (which the dbLog.txt mirrors). If there are, please report back with the full dbLog.txt again. Also check that it actually scans all the block files and all of the blocks.

Thank you for the suggestions.

I did indeed get the cmd window (ArmoryDB.exe) and have left it running all times I've tried Armory.

Ah, thanks. It's a bit confusing as when you choose to run Bitcoin Core separately from Armory, the option to input a Bitcoin Core data dir in the GUI gets disabled, and ArmoryDB tries to look in the default location. This should really still be enabled.

I went ahead and deleted the databases folder inside Armory. I'm running it from my main PC again now, with Bitcoin set to run as part of Armory. I'm using --datadir and --satoshi-datadir flags on ArmoryQt.exe.

It has been building databases for about 4 hours. It says it is 20% through. When I came back to my PC it was pretty frozen up and unusable, and I had to Ctrl-C on the ArmoryDB window as I couldn't get to the quit option in Armory for the lag. Just to note, I'm running an AMD FX 8350 (8 cores, ~4.0GHz) with 12GB DDR3.

Is there a way to stop it consuming all of the memory/CPU? And does 4 hours for 20% sound right (based off your previous comment that it is much faster now)?

(I see "Running on 8 threads" and "Ram usage level 4" in the DB log but I don't know where I can set the RAM usage level)

Thanks
6  Bitcoin / Armory / Armory (0.95.1) not showing any transaction history or balance on: February 07, 2017, 09:55:12 PM
Hi,

I have been using Armory for a few years now and with the recent update I am unfortunately losing faith with the software after a multitude of problems. Here's what I have tried:

On my main Windows 7 PC, I had Bitcoin 0.13.2 installed and fully synced. I had an old version of Armory so updated to 0.95.1. I let Armory rebuild the databases, which used all of my RAM to the point where the PC became completely unusable (never used to do this before). I left Armory building databases overnight and over several sessions but it never finished.

I tried clearing down the Bitcoin DB and Armory DB, re-synchronised the entire Bitcoin history. Started Armory rebuilding the databases again. This time it got to near completion (to scanning transaction history), and then crashed. When I started it back up again it just started rebuilding the database from the beginning.

I tried running Bitcoin Core separately, still no luck. (NOTE: I was using --datadir option for Armory and Bitcoin. Doesn't seem to be fully supported by ArmoryDB.exe, as it still looks in %appdata% for the Bitcoin blocks...)


So to start clean I installed Bitcoin on an entirely new Windows 7 64bit machine. I let it fully sync with the network.
Installed Armory 0.95.1.
Set Armory NOT to run Bitcoin core, so I have the Bitcoin Core GUI and Armory GUI running separately.
Launched Bitcoin core, launched armory.
Waited for Armory to build the databases, which was very quick compared to last time.

Armory now tells me that it has Connected (451995 blocks), whereas Bitcoin tells me it is fully synced at 452007. But I can see ArmoryDB is still scanning in the background.


The problem now is that Armory is showing no transaction history at all for my wallet and saying the balance is 0.


The log files are here:
http://textuploader.com/d1x4o
http://textuploader.com/d1x4d
http://textuploader.com/d1x4t

I hope most of these problems are solved in the next version. Armory was always a fantastic piece of software.

Best Regards
7  Economy / Trading Discussion / Re: Bitfinex - Can I combine a stop-sell with a stop-buy and limit-buy? on: January 07, 2015, 03:10:24 PM
ooo i misunderstood your question.. i do not believe you can stop-sell to open a short position when price move further down, although i am not entirely sure. let me know if u test it out.

And you definitely can't pre place a stop-loss on that order.

No problem Smiley

Well I had a good play around yesterday and I found that I could set the stop-sell order to open the short at a lower price, which is great. I could also add my limit-buy order to close the short.

But you are right, I was unable to pre-place my stop-loss order. This is the main problem for me. If the price rises again while I'm sleeping my order isn't safe. It would be great if there was a way to do this.


that's interesting and good to know! but yeah have to agree too risky w/o the SL

Glad to share it Smiley

Yeah definitely. I have it set up to notify me when the short is opened so I can hop on and set the stop loss then, but I think I'm gonna write a small script to do it for me in case it is during the night.
8  Economy / Trading Discussion / Re: Bitfinex - Can I combine a stop-sell with a stop-buy and limit-buy? on: January 07, 2015, 02:47:43 PM
ooo i misunderstood your question.. i do not believe you can stop-sell to open a short position when price move further down, although i am not entirely sure. let me know if u test it out.

And you definitely can't pre place a stop-loss on that order.

No problem Smiley

Well I had a good play around yesterday and I found that I could set the stop-sell order to open the short at a lower price, which is great. I could also add my limit-buy order to close the short.

But you are right, I was unable to pre-place my stop-loss order. This is the main problem for me. If the price rises again while I'm sleeping my order isn't safe. It would be great if there was a way to do this.
9  Economy / Trading Discussion / Re: Bitfinex - Can I combine a stop-sell with a stop-buy and limit-buy? on: January 07, 2015, 02:37:16 PM
Yes this is possible. If you're going short, a 'Limit Sell' order will be paired up with a 'Stop Buy' order, and vice versa if you're going long.

Thanks but that sounds like it won't work for my case. I am wanting to use a 'Stop Sell' order, to only open the short position when the price drops below a certain level.

As I understand it, wouldn't using a Limit Sell with a Stop Buy only work if I wanted to short at the current price?
10  Economy / Trading Discussion / Bitfinex - Can I combine a stop-sell with a stop-buy and limit-buy? on: January 07, 2015, 12:50:53 PM
Does anyone know if it's possible to combine a stop-sell with a stop-buy and limit-buy on Bitfinex?

Basically I am trying to short coins when the price drops to a certain level, with a stop loss slightly above that level, but still lower than the current price, so I would only want my stop loss to be executable after the short position has opened, otherwise it would be executed immediately and ruin the short. Is that possible or is that the kind of thing trading bots do?
11  Bitcoin / Group buys / Re: T13hydra - Thread Locked, Unofficial Disscusion on: February 27, 2014, 10:47:50 AM
Appreciate everything your doing for us bigtimespaghetti!

I've added my details to the spreadsheet and sent you an email (just in the nick of time)
12  Economy / Trading Discussion / Re: How to get MtGoxUSD/BitStampUSD from the UK? on: February 13, 2014, 02:52:34 PM
Say for example you got a bank account at [bank x] in the UK, denominated in GBP. Now you'd ask [bank x] to set up EUR denominated account. Then use transferwise and transfer out of your GBP to transferwise into your EUR account. Then use those EUR to pay and avoid the double bid/offer.

//edit: to clarify: you would send the money to [bitcoinexchange], not transferwise. so it would be in your name.

That's a great idea, thanks. Just need to find a bank that will process SEPA transfers.
13  Economy / Trading Discussion / Re: How to get MtGoxUSD/BitStampUSD from the UK? on: February 13, 2014, 02:07:58 PM
Looks like you lose 4 points on exchange rate though (GBP > EUR > USD as far as I understand the Unicredit website correctly- unicredit is the bank covering the transfers for bitstamp). And having a USD account in the UK probably also doesn't make sense because SEPA as far as I understand is only for EUR denominated transfers..

//edit: that said, if you create a EUR account in the UK and use transferwise to convert your GBP into EUR you avoid the 2 bid/offers but only pay one. So you end up with about 2 points + whatever transferwise is away from mid-market. Cheaper than the above but still relatively expensive.

My understanding was that unfortunately you can't use transferwise to deposit at mtgox/bitstamp because it is 3rd party?
14  Economy / Trading Discussion / Re: How to get MtGoxUSD/BitStampUSD from the UK? on: February 13, 2014, 02:07:16 PM

£ -> Bitbargain -> BTC

BTC -> MtGox,Bitstamp etc

I appreciate this method but I want to avoid using bitcoins at all if I can.

I'd be losing a lot of money due to the spread on the exchanges
15  Economy / Trading Discussion / Re: How to get MtGoxUSD from the UK? on: February 13, 2014, 10:56:16 AM
Do not transfer cash or bitcoins to Mt Gox.  Do some research on this board.
Agreed. If you want to experience a bad service what looks like, go for it.

Okay, how about BitStamp? Just interested in how to get USD deposited really.
16  Economy / Trading Discussion / Re: How to get MtGoxUSD from the UK? on: February 13, 2014, 10:53:16 AM
How about you start with the thread with Mt Gox in the title about 6 threads below this.  If you won't help yourself I'm not inclined to help you.

I've already read "MTGOX - so am I hooped?", which is what you're referring to, which talks about exactly what I just said.

I'm not worried about that.
17  Economy / Trading Discussion / Re: How to get MtGoxUSD from the UK? on: February 13, 2014, 10:38:07 AM
Do not transfer cash or bitcoins to Mt Gox.  There is a good chance you will never see them again.  Read some threads on this forum about Mt Gox.

I know they have temporarily frozen Bitcoin withdrawals if that's what you mean? I'm not particularly worried about that.
18  Economy / Trading Discussion / How to get MtGoxUSD/BitStampUSD from the UK? on: February 13, 2014, 09:44:13 AM
Hi.

What is the best way (if any) without depositing bitcoins, to get MtGoxUSD/BitStampUSD from the UK?

TransferWise seemed like a good option but MtGox/BitStamp says that the transfer would have to come from a bank account in my name, which seems to make TransferWise unacceptable.

Any other methods available? OKPay? Wire transfer?

Thanks
19  Economy / Currency exchange / Re: BUYING MTGOXUSD for UK GBP/EUR - bank transfer, Skrill, PP, PokerStars, SEPA on: February 13, 2014, 09:26:44 AM
*bump* no interest?
20  Economy / Gambling / Re: Bots for casino games on: February 13, 2014, 09:23:30 AM
Why make a bot that wastes money?

Should be fairly simple to get what you need. Check out this (for VB as it's really easy) http://social.msdn.microsoft.com/Forums/vstudio/en-US/e79d4501-b3d9-4e37-9b70-966105e09ab1/simulate-a-mouse-click-in-a-program?forum=vbgeneral
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!