Bitcoin Forum
May 03, 2024, 05:49:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 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 »
1121  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 25, 2013, 11:14:39 PM
After further experimentation, and I understand this would change the bots strategy fundamentally, perhaps the ability for the bot to execute trades if the threshold is met after 1 period instead of two. For certain types of traders this would be very useful.

Before I get asked, I am saying this would change the bot because it wouldn't really be following a trend with only one reference, so it would really be a new type of bot taht would be useful in this volatile market. Perhaps the same effect could be reached using this bot but shorter time periods.

Best.
1122  Economy / Securities / Re: Butterfly Labs 50 G/H ASIC on: April 25, 2013, 05:33:32 PM
I am splitting the auction into 2 x 25GH miners instead of one 50GH miner. Both 25's will mine together. This has been worked out with concerned parties. The main reason for this is that after discussion, I feel that if we are unlucky enough that one of the rigs were to fail, we can still redistribute outstanding shares to the other one and preserve value instead of being SOL.

I have a copy of the receipt for the first rig paid today that I will send to whoever requests it with my US address blanked out. People who commit to buying will get a link to the official copies of both purchases in full from bitpay. Yes, I know, I could have posted it here but I can't figure out the html to post the pic from my desktop. Just PM me and I will email it to you.

Pablo.
1123  Other / Beginners & Help / Re: Migrating wallet addresses to a new computer on: April 25, 2013, 02:25:19 AM
When you upload a wallet.dat file to a new qt install do you also keep your old wallet addresses in thenew install? Im curious as to how I protect my signing addresses when changing computers.

If you replace the new wallet.dat with the old wallet.dat, then you will retain the old wallet addresses, but you will lose the new wallet addresses.

If you have a need to keep both the new and old addresses for some reason, then you'll need to use the dumpprivkey and importprivkey commands in the "Console" window.

Thank you, thats all I needed to know Smiley.

Best.
1124  Other / Beginners & Help / Re: Migrating wallet addresses to a new computer on: April 25, 2013, 02:24:02 AM
When you upload a wallet.dat file to a new qt install do you also keep your old wallet addresses in thenew install? Im curious as to how I protect my signing addresses when changing computers.

Thank you.

Best.

I'm not sure what your setup is from the post. You have multiple computers with -qt, and want the same wallet on both of them, but don't want to lose any addresses from either?

If so, I believe you want to merge the wallets. https://bitcointalk.org/index.php?topic=134669.msg1434445#msg1434445



I want to kill my wallet on my old laptop and move my btc and adresses to a wallet on my ne laptop.

Smiley.
1125  Other / Beginners & Help / Migrating wallet addresses to a new computer on: April 25, 2013, 01:58:45 AM
When you upload a wallet.dat file to a new qt install do you also keep your old wallet addresses in thenew install? Im curious as to how I protect my signing addresses when changing computers.

Thank you.

Best.
1126  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 24, 2013, 09:26:13 PM
Erebus,
   This is my concession post, I tried it all and the SOB wont run. I hope they make modules for the GUI in interface and thats something Id be happy to buy if need be; but I digress. I really appreciate all your help, thank you so so so much, you've been more than helpful. I hope I can pay you back for your time at some point you were just awesome.

Best Smiley.
Not a problem at all... I am sorry we couldn't get it working for you.  However there is no Goomboo bot (yet) for goxtool so it might have not been the best for you anyway.

Maybe we should setup VPS instances where you can change the password after install or have better instructions (it is alot easier on linux).

Apprciate it Smiley. I will PM you about this, I think I've abused the thread long enough Smiley.

Best.
1127  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 24, 2013, 08:25:26 PM
Piotr:
  I've been trading profitably with the chrome bot for several days now, I just find that its a matter of letting it run and letting the math take its course. At one point I was considerably up but I let it keep running and it went down, which is normal, I didnt expect it to sell, I expect it to follow the trend over a couple of hours. You did an awesome job and made an easy bot, gratz.

If at some point you find the time to code different time frame that would e great, I think 15 mins and 30 minst would be useful.

Bugs: The hourly updates happen from the time I launched the program, not from the actual time. Also, I had a huge value discrepnacy, showed price of 460 USD per btc for 3pm this aafternoon.

I love your bot, I think that should you decide to perfect it, you could certianly sell it.

Best.
1128  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 24, 2013, 08:18:38 PM
Its giving me the following error:

PL:~ fible1$ git clone git://github.com/prof7bit/goxtool.git
fatal: destination path 'goxtool' already exists and is not an empty directory.
PL:~ fible1$ cd goxtool
PL:goxtool fible1$ ./goxtool.py --protocol=websocket
-bash: ./goxtool.py: No such file or directory

It state that goxtooll is already installed but then it states that no such file or directory exists.

Any ideas?

Again, thanks for all your patient help Smiley.

NP.

Sounds like there is already a goxtool folder in your current directory.  If you know for absolute sure you don't need it then you can do rm -rf goxtool (WARNING: that will *not* send it to the trash, it is gone gone gone) and it will remove it, then you can do the git clone again.  If you want to inspect the folder first then try open goxtool

I used the script to remove goxtool as you suggested and recloned it. Still getting an error:

PL:~ fible1$ git clone git://github.com/prof7bit/goxtool.git
Cloning into goxtool...
cd goxtool
./goxtool.py --protocol=websocket
remote: Counting objects: 431, done.
remote: Compressing objects: 100% (194/194), done.
remote: Total 431 (delta 246), reused 414 (delta 232)
Receiving objects: 100% (431/431), 174.67 KiB | 76 KiB/s, done.
Resolving deltas: 100% (246/246), done.
PL:~ fible1$ cd goxtool
PL:goxtool fible1$ ./goxtool.py --protocol=websocket
env: python2: No such file or directory
PL:goxtool fible1$

Im taking a stab in the dark here and saying the cloning put the file in the wrong directory perhaps?

Not sure.

Ah I see... you do not have python installed (which is REALLY weird as it comes with OSX)... my bad.

You can install python with homebrew:
Code:
brew install --use-llvm libxml2 python

You don't stricly need libxml but I have found it just easier to have than to not (avoids headaches in the future, YMMV).  You will also probably need PyCrypto: https://pypi.python.org/pypi/pycrypto  I think you can just download it and do the python setup.py thing, honestly it has been awhile for that.

Erebus,
   This is my concession post, I tried it all and the SOB wont run. I hope they make modules for the GUI in interface and thats something Id be happy to buy if need be; but I digress. I really appreciate all your help, thank you so so so much, you've been more than helpful. I hope I can pay you back for your time at some point you were just awesome.

Best Smiley.
1129  Economy / Securities / Re: Butterfly Labs 50 G/H ASIC on: April 24, 2013, 07:49:59 PM
I was curious and found this: http://www.eia.gov/electricity/sales_revenue_price/

exported to excel and an average of all the suppliers is 11.76 cents   :-D

the Southwest is actually cheap because of solar

Thanks for clearing that up Smiley.
1130  Economy / Securities / Re: Butterfly Labs 50 G/H ASIC on: April 24, 2013, 07:06:44 PM
Well, I pay 20 cents, and that is higher than many areas.

Ok then: I hereby give notice I took the 0.36 c per KW/H measure from a preloaded calculator. The Bolivian rate is accurate, please make your decisions accordingly Smiley.

Pablo.
1131  Economy / Securities / Re: Butterfly Labs 50 G/H ASIC on: April 24, 2013, 06:59:58 PM
36 cents? Where is that, the Southwest?

Not sure if being in the SW is good or bad, its just the number I got off of the butterfly labs calculator.

Pablo Smiley.
1132  Economy / Securities / Re: Butterfly Labs 50 G/H ASIC on: April 24, 2013, 06:46:03 PM
I want to inform everyone who has PM'd me and those of you who have already bought shares that I ran the numbers as requested:

Bolivian electricity cost is 0.11734c KW/h vs. 0.36c KW/h in the states.

I appreciate everyone who wanted hard numbers, I will be PMing those who requested the electricity documents, if anyone else wants any other data, please PM me.

Ideally I would like to have this deal finalised this week.

Due to interest interest and other factors, new share prices will be 55 USD per GH (and here they will stay). Each GH will constitute 1 Share. Those of you who already closed with me at 50 have their prices maintained, I will be emailing out the partnership agreements as soon as I know how many people will sign up so that we can all get the same deal.

Best,
   Pablo Smiley.
1133  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 24, 2013, 05:21:17 PM
Its giving me the following error:

PL:~ fible1$ git clone git://github.com/prof7bit/goxtool.git
fatal: destination path 'goxtool' already exists and is not an empty directory.
PL:~ fible1$ cd goxtool
PL:goxtool fible1$ ./goxtool.py --protocol=websocket
-bash: ./goxtool.py: No such file or directory

It state that goxtooll is already installed but then it states that no such file or directory exists.

Any ideas?

Again, thanks for all your patient help Smiley.

NP.

Sounds like there is already a goxtool folder in your current directory.  If you know for absolute sure you don't need it then you can do rm -rf goxtool (WARNING: that will *not* send it to the trash, it is gone gone gone) and it will remove it, then you can do the git clone again.  If you want to inspect the folder first then try open goxtool

I used the script to remove goxtool as you suggested and recloned it. Still getting an error:

PL:~ fible1$ git clone git://github.com/prof7bit/goxtool.git
Cloning into goxtool...
cd goxtool
./goxtool.py --protocol=websocket
remote: Counting objects: 431, done.
remote: Compressing objects: 100% (194/194), done.
remote: Total 431 (delta 246), reused 414 (delta 232)
Receiving objects: 100% (431/431), 174.67 KiB | 76 KiB/s, done.
Resolving deltas: 100% (246/246), done.
PL:~ fible1$ cd goxtool
PL:goxtool fible1$ ./goxtool.py --protocol=websocket
env: python2: No such file or directory
PL:goxtool fible1$

Im taking a stab in the dark here and saying the cloning put the file in the wrong directory perhaps?

Not sure.
1134  Economy / Trading Discussion / Re: Bitcoin Spreadsheet on: April 24, 2013, 04:01:04 PM
You can also go to 'Data' tab in the ribbon and click on the button 'From Web'. If you import a site (e.g. http://bitcoincharts.com/markets/mtgoxUSD.html), you'll be able to get some data. I hope I helped Wink

Unfortunately Im runnog office 2012 for OSX and none of these funtions appear. I appreciate the link though. I can't believe this is that hard to do  Huh.

1135  Economy / Trading Discussion / Re: Bitcoin Spreadsheet on: April 24, 2013, 02:27:07 PM
Try This

=ImportHtml("http://bitcoinity.org/markets", "table",3)

Fine tune sometimes the number in bold to find the correct table.



Appreicated but its giving me this error:

#name?

Any ideas?

thank you Smiley.
1136  Economy / Trading Discussion / Bitcoin Spreadsheet on: April 24, 2013, 02:18:21 PM
I've read through several threads and google docs and still can't make this work:

Can someone please give me a cut and paste formula I can introduce to an Excel cel (not google docs) that will pull the current bid value from mtgox or another reliable party at btc/usd?

At least a step by step approach if cut and paste is unrealistic.

Much appreciated!

Paul.
1137  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 24, 2013, 12:50:25 PM
Wu HU! I got it to clone.

Any further tips or should I head for the user manual?

Sorry I kinda dropped off (glad you got it sorted).

I posted some scripts earlier that I use to launch it with the strategy, also prof7bit recommended a new way to launch yesterday (so my original script post will be slightly out of date now):

Here is my start script, remove the strategy line if you are not using one
Code:
#!/bin/sh
# https://bitcointalk.org/index.php?topic=148462.msg1854636#msg1854636
# https://gist.github.com/prof7bit/5395900
# https://bitcointalk.org/index.php?topic=148462.msg1886914#msg1886914

# "p": place 2 orders above and below price.
# "c": cancel orders and effectively stop the bot
# "u": update own order list, depth, history, wallet and everything
# "i": display how much it is out of balance at current price (negative: must sell, positive: must buy)
# "b":balance immediately (cancel orders and then buy/sell at market to rebalance)
#./goxtool.py --protocol=socketio --use-http --strategy=_balancer.py

# Per https://bitcointalk.org/index.php?topic=181584.msg1923260#msg1923260
./goxtool.py --protocol=websocket --strategy=_balancer.py

Also make sure that you shutdown the tool and do a git pull at least once a day because prof7bit is always making changes.  I would also recommend creating your own branch for changes, but you said you were not a developer so I don't think you will be changing anything.

Its giving me the following error:

PL:~ fible1$ git clone git://github.com/prof7bit/goxtool.git
fatal: destination path 'goxtool' already exists and is not an empty directory.
PL:~ fible1$ cd goxtool
PL:goxtool fible1$ ./goxtool.py --protocol=websocket
-bash: ./goxtool.py: No such file or directory

It state that goxtooll is already installed but then it states that no such file or directory exists.

Any ideas?

Again, thanks for all your patient help Smiley.
1138  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 24, 2013, 01:59:46 AM
OK, install git:
Code:
brew install git

Then you should be able to get a copy of the bot:
Code:
git clone git://github.com/prof7bit/goxtool.git
cd goxtool
./goxtool.py --protocol=websocket

For the second command it tells me htat there is no such file or directory.

Worth noting: I didnt DL xcode, I just transferred the entire developer folder from a hard drive I had laying around to my laptop. Xcode works and opens fine but Im not sure if I had to put it somewhere in partcular because it is not showing up in the applications folder.

Ive been messing with it and I think it is an issue with it finding xcode. I actually went back and although brew installed succesfully t says "no developer tools found".

:/

Ok, I'm DLing command Line tools separately to worl with brew. Apparantly these dont DL automatically with XCode. I will update the thread when I have tested it.

Wu HU! I got it to clone.

Any further tips or should I head for the user manual?

Smiley
1139  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 24, 2013, 01:08:25 AM
OK, install git:
Code:
brew install git

Then you should be able to get a copy of the bot:
Code:
git clone git://github.com/prof7bit/goxtool.git
cd goxtool
./goxtool.py --protocol=websocket

For the second command it tells me htat there is no such file or directory.

Worth noting: I didnt DL xcode, I just transferred the entire developer folder from a hard drive I had laying around to my laptop. Xcode works and opens fine but Im not sure if I had to put it somewhere in partcular because it is not showing up in the applications folder.

Ive been messing with it and I think it is an issue with it finding xcode. I actually went back and although brew installed succesfully t says "no developer tools found".

:/

Ok, I'm DLing command Line tools separately to worl with brew. Apparantly these dont DL automatically with XCode. I will update the thread when I have tested it.
1140  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: April 24, 2013, 12:40:02 AM
OK, install git:
Code:
brew install git

Then you should be able to get a copy of the bot:
Code:
git clone git://github.com/prof7bit/goxtool.git
cd goxtool
./goxtool.py --protocol=websocket

For the second command it tells me htat there is no such file or directory.

Worth noting: I didnt DL xcode, I just transferred the entire developer folder from a hard drive I had laying around to my laptop. Xcode works and opens fine but Im not sure if I had to put it somewhere in partcular because it is not showing up in the applications folder.

Ive been messing with it and I think it is an issue with it finding xcode. I actually went back and although brew installed succesfully t says "no developer tools found".

:/
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!