Bitcoin Forum
June 08, 2024, 08:54:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 118 119 120 121 122 123 124 125 126 127 128 129 [130] 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 »
2581  Bitcoin / Armory / Re: [TRY #2] Help with Armory 0.88 testing (Windows+Linux) on: April 01, 2013, 05:05:30 PM
It's even worse

Error: "The specified module could not be found. LoadLibrary(pythondll) failed"

Error: "C:\Program Files (x86)\Armory\Armory Bitcoin Client\PYTHON27.DLL

That's happened before when there's been some kind of messup in the install directory.  Can you completely uninstall it and remove the C:\Program Files (x86)\Armory directory.  Then reinstall.  It should go away. 

I never quite figured out what conditions cause that...

I reinstall using the "repair" and it works now. However, it still can't detect bitcoin-qt in "traditional mode"
2582  Bitcoin / Armory / Re: [TRY #2] Help with Armory 0.88 testing (Windows+Linux) on: April 01, 2013, 05:02:19 PM
It's even worse

Error: "The specified module could not be found. LoadLibrary(pythondll) failed"

Error: "C:\Program Files (x86)\Armory\Armory Bitcoin Client\PYTHON27.DLL
2583  Economy / Speculation / Re: Parity watch -> Laos on: April 01, 2013, 04:18:12 PM
YAY quickly skipped Niger,  briefly visited Cambodia and Suriname,  watching for Laos now

Cambodia



Suriname:




Laos, you are the next stop



Laos has been surpassed. You need to update the parity values based on latest number of total coins (10978925 atm)
2584  Economy / Speculation / Re: WTI crude oil parity on: April 01, 2013, 12:09:55 PM
Mission accompanied: 98.1 vs 97.23
2585  Economy / Service Discussion / Re: [ANN] 700,000 Cash Deposit Locations in Brazil, Russia, USA - BitInstant on: March 30, 2013, 11:42:07 AM
I heard that you removed the option to have bitcoins sent straight to an address? Is this true?

Just for the night while were under attack.

Will BitInstant still support MtGox when they stop using USD code in April?

Yes of course.

Will it be bi-directional (i.e. other currency -> mtgox USD and mtgox USD -> other currency)? How will it work?

I ask this because I'm not sure if I should keep USD on mtgox now as I worry that I won't be able to transfer it to other exchanges later
2586  Economy / Speculation / Re: Proposed investment strategy with focus on long-term gain on: March 29, 2013, 06:40:41 PM
To create a 20000BTC bid wall 10% below the ATH, 18000BTC has to be sold at the ATH, and this will pull it down >20% below the ATH.
2587  Bitcoin / Armory / Re: Help with first round of Armory 0.88 testing (Windows 64-bit!) on: March 29, 2013, 06:01:18 PM
This is one of the two major upgrades I need in order for Armory to be usable to users with shorter attention spans.  When this is working properly, you will never need to run Bitcoin-Qt/bitcoind again.  Just start Armory and it will do the rest.  

The other major upgrade is the resource usage and load time.  Those are both getting knocked out with the blockchain management/DB stuff.  That is top priority after this (including not rescanning every time).

I finally have a testing version in Windows (64-bit only).  This really is a remarkable P.I.T.A. ... and this is still quite a bit rough around the edges, but it's at least demo-ready.  A lot of time was spent making the download-and-run window for when you click "Install for me!".  Especially if you are running an old version of Bitcoin-Qt (not 0.8.1), please uninstall it and then run Armory and let it install it for you.  And don't worry, there is cryptographic verification of the installer before it runs it!  (see the top of versions.txt)

Linux users can still help test, but you have to use the "managesatoshi" branch and compile it yourself.



What I've done:

If you are running Bitcoin-Qt when you start Armory, it will now tell you to stop.  "Let Armory manage the Bitcoin software" is the default.  You will be told to either close Bitcoin-Qt, or change your settings (with a convenient button in the middle of the dashboard).   You can go into your settings and uncheck the box to carry on using Armory exactly as you used to.  Or you can leave it checked and just close Bitcoin-Qt/bitcoind.

If you do not have bitcoind installed or it is in a non-standard location, it will tell you to install it, or change your settings to point to where it is located.  I just spent a fair amount of time not only producing instructions for installing in Linux, but a "Do it for me!" button for the PPA.  It's experimental, but so far it has worked for me in two environments.  Please try this feature!  I want to find out if it is actually reliable (I actually don't know why it wouldn't be; it simply executes the 3 commands using gksudo, but I suppose it could choke if your package manager is broken, in which case I have no clue what happens).  (EDIT: yes I know gksudo is a gnome thing ... but if you are not using gnome, i.e. default Ubuntu, then you probably can handle setting up the PPA yourself or manually installing it).

I need help testing, especially from the Linux folks, because they're the ones most likely to have non-standard configurations that will break this.  I also need testing in non-Ubuntu environments.  I've done a lot of testing, but somehow I'm confident it won't be enough.  And I know there's still some things missing (like the count-down timer on the initial blockchain sync).   Also, bear in mind this version has a lot of debugging output left on, to help me figure out the code flow.  I'm sorry if it's annoying (it sometimes annoys me, too).



To use 0.87.8 (which will be 0.88 when it's released):

Linux:
-- Pull and switch branches: "git checkout managesatoshi"
-- Must install python-psutil package.  This is a new dependency to help with managing the background process.  It will be added to the next offline bundle.
-- Recompile

Windows:
-- http://dl.dropbox.com/u/1139081/ArmoryTestingReleases/armory_0.87.8-testing_win64.msi

Please mention everything that doesn't look right.  Most likely, configurations/combinations of options that lead to a dashboard that doesn't say the right thing, or buttons missing that should be there, etc.  Try out the new settings (renamed from "preferences").   One thing I threw on top was added a permanent "--skip-online-check" to the settings.  Try that out, too.

It doesn't work for me. I'm running Windows Server 2008 R2 64bit. bitcoind is launched automatically, blockchain is synchanized, but armory keeps saying "initializing bitcoin engine". I change it to the traditional mode but it keeps saying offline while bitcoin-qt is running. I have moved back to 0.87.2 and everything work as usual
2588  Economy / Service Discussion / Re: [ANN] 700,000 Cash Deposit Locations in Brazil, Russia, USA - BitInstant on: March 29, 2013, 04:47:44 PM
I heard that you removed the option to have bitcoins sent straight to an address? Is this true?

Just for the night while were under attack.

Will BitInstant still support MtGox when they stop using USD code in April?
2589  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: March 28, 2013, 10:23:48 AM
Earlier I sent $1700 to btc-e with liqpay as usual. BTC-E suddenly says they temporarily stopped accepting liqpay. Liqpay refuses to cancel the transaction and I have no further response from BTC-E support.   Cry Cry Cry Cry Cry

Please help me  Cry Cry Cry

All submitted deposits will be credited to account!

Got credited. Thank you btc-e support!  Grin  You are running an excellent exchange!

It semms they are still not accepting liqpay. Don't use it until they have further announcement
2590  Economy / Service Discussion / Re: DON'T send money to BTC-E with liqpay on: March 28, 2013, 10:22:54 AM
Earlier I sent $1700 to btc-e with liqpay as usual. BTC-E suddenly says they temporarily stopped accepting liqpay. Liqpay refuses to cancel the transaction and I have no further response from BTC-E support.  Cry Cry Cry

Got credited. Thank you btc-e support!  Grin

It semms they are still not accepting liqpay. Don't use it until they have further announcement
2591  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: March 28, 2013, 07:02:55 AM
Earlier I sent $1700 to btc-e with liqpay as usual. BTC-E suddenly says they temporarily stopped accepting liqpay. Liqpay refuses to cancel the transaction and I have no further response from BTC-E support.   Cry Cry Cry Cry Cry

Please help me  Cry Cry Cry
2592  Economy / Service Discussion / [Resolved] BTC-E liqpay issue on: March 28, 2013, 07:00:42 AM
Earlier I sent $1700 to btc-e with liqpay as usual. BTC-E suddenly says they temporarily stopped accepting liqpay. Liqpay refuses to cancel the transaction and I have no further response from BTC-E support.  Cry Cry Cry
2593  Other / Off-topic / Re: I'd like to ask for some help. on: March 27, 2013, 05:35:01 PM
i probably would not have paid you the coins if i lost. but i am bipolar so if i was in the mood to man up i would have. what i would have done or would not have done does not excuse you or give you a free pass to man up with everybody but me. if you want to man up and accept responsibility for your actions you will have to deal with me.

matthew, i have enough coins right now to pay back every person i burned and pay you twice over.

Quoted
2594  Economy / Speculation / Re: Parity watch -> Maldives on: March 27, 2013, 05:29:33 PM
Maldives             $974,900,000.00    $89.28

ATH:  $89.25

so close!

It's passed: 89.245*10956700 = 977,830,691.5 > 974,900,000.0
2595  Economy / Speculation / Re: Wall Observer - MtGoxUSD wall movement tracker on: March 27, 2013, 11:02:16 AM
In the grand scheme of things this run from the teens to ~$90 will appear very short lived and ridiculously bubble-ish.  Years from now at the bottom of the coming correction we'll all recognize how absurd it is that BTC traded at this level.
What market size should bitcoin be, in your opinion? The size needed that it can be used to transfer wealth around without pushing the price around too much.

$10,000 to $100,000 a coin at least if this goes main stream.

I agree with Goat, at ~$1000 per coin the market cap would be about $1 Trillion which would make it difficult to push prices around.

For 1000 per coin the total would only be 10 billion
2596  Economy / Speculation / Re: Parity watch -> Togo on: March 27, 2013, 09:33:25 AM
New ATH 87.7, next target: Maldives
2597  Economy / Speculation / Re: WTI crude oil parity on: March 27, 2013, 09:28:50 AM
86.52 v.s. 96.14 now. Could we see it in March?
2598  Bitcoin / Mining / Re: block.version=1 blocks will all be orphaned soon on: March 27, 2013, 08:41:08 AM
I think I was sleeping while all this happened.

Could somebody please explain me one thing.... The whole point of this "version 2 blocks" was just to include the height in the coinbase? I mean... can't the height just be calculated? Couldn't local databases add the height on their data, in an extra field of some kind? Need it be on the protocol?

I fail to see why going through all this hassle just to add the block height to coinbase...

It's to avoid identical coinbase transactions: https://en.bitcoin.it/wiki/BIP_0034
2599  Economy / Service Discussion / Re: Bitcoins sent to Mt.Gox didn't hit account, Mt.Gox telling me to wait 24hrs on: March 27, 2013, 06:30:37 AM
The money still isn't on my account, it's 24 confirmations now. What makes me a little angry is their attitude of not looking into this before 48 hours go by.

Congrad, you will have a much better price when it is credited
2600  Economy / Speculation / Re: Buy 1 Bitcoin or Not Buy 1 Bitcoin, thoughts? on: March 27, 2013, 02:52:55 AM
I don't know your current financial situation but $80 is a negligible amount in the whole life for most people in developed countries. If this is true for you, buying 1 BTC right now is a good idea.
Pages: « 1 ... 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 118 119 120 121 122 123 124 125 126 127 128 129 [130] 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!