Pages:
Author

Topic: [Bitarb] GET A FREE SHARE FOR HELPING! Bitcoin Arbitrage Bot Trading Fund - page 5. (Read 18529 times)

hero member
Activity: 504
Merit: 502
Actually that would be the day after tomorrow by my clock.

Everything is good to go and I just have to fire up the software and its on. Im still trying to work on a instant type of output that is easy to read and understand, so it looks like that maybe part of the may offering depending how we do on this one. High hopes people Smiley

Your ponzi'ing is getting out of hand.
sr. member
Activity: 406
Merit: 250
QUIFAS EXCHANGE
Actually that would be the day after tomorrow by my clock.

Everything is good to go and I just have to fire up the software and its on. Im still trying to work on a instant type of output that is easy to read and understand, so it looks like that maybe part of the may offering depending how we do on this one. High hopes people Smiley
sr. member
Activity: 465
Merit: 254
Anyone want to bet if the 100BTC you guys have invested in this company is still in the account it should be in?

Some very interesting stuff starts popping up about shakaru in other threads:

https://bitcointalksearch.org/user/freeway-51428

How d I get a hold of you.  I have very important, sensitive info on one of the miners tht is currently scamming bitcoin members.  Not only is he taking bitcoin members money, he is also scamming his roommates and his girlfriend.  It took me a month to figure it out, but I now know, he has not fulfilled any contracts since August of 2011, except for 1 partail.  A $35 bitcoin payment.  Amount still due over $100.  He took all of the rent money from his roommates and spent it at the bar. He used my debit card fraudenly to pay for the internet service.  And he told you guys he has a setup at home to generate coins.  He does not.  He sold/gave away the equipment so he has money for the bar.  He took my daughters rent, and utiilty money for I dont know what.He is screwed.  He does not have  working computer nor a place to even work.  I need help.  He owes my daughter over $2,000 in rent, $200 IN utilitiesand he owes 2 personal friends over $300 in bit coin shares.  Can anyone say "Shades Minaco"?.

I have photo copies of the drivers license, a copy of the lease agreemeent, and him and his girlfriend if anyone is interested
sr. member
Activity: 406
Merit: 250
See https://bitcointalksearch.org/topic/m.791865 for more info.


-----INCOMING MESSAGE-----
Sender: Unknown
IPv4 Address: Huh.Huh.Huh.Huh
MAC Address: 1L.1V.E4.1A.M0
....
I thought MAC addresses are in xx.xx.xx.xx.xx.xx or xxxx.xxxx.xxxx form  Grin

Just missing an octet Tongue

Not that it really matters, but...

http://en.wikipedia.org/wiki/MAC_address

Quote
The standard (IEEE 802) format for printing MAC-48 addresses in human-friendly form is six groups of two hexadecimal digits, separated by hyphens (-) or colons (Smiley, in transmission order (e.g. 01-23-45-67-89-ab   or   01:23:45:67:89:ab ). This form is also commonly used for EUI-64. Another convention used by networking equipment uses three groups of four hexadecimal digits separated by dots (.) (e.g. 0123.4567.89ab ), again in transmission order[1].
legendary
Activity: 1288
Merit: 1227
Away on an extended break
See https://bitcointalksearch.org/topic/m.791865 for more info.


-----INCOMING MESSAGE-----
Sender: Unknown
IPv4 Address: Huh.Huh.Huh.Huh
MAC Address: 1L.1V.E4.1A.M0
....
I thought MAC addresses are in xx.xx.xx.xx.xx.xx or xxxx.xxxx.xxxx form  Grin
sr. member
Activity: 406
Merit: 250
Job complete. Thanks to EveofWar for the help on this one.

Looks like we have someone writing this up for us. Will let everyone know.

Resse, thank you for the link
rjk, Yeah is Windows. The VPS was a package deal with a forex bot and some other software.

Done in about 30 minutes.  Enjoy Smiley
sr. member
Activity: 406
Merit: 250
QUIFAS EXCHANGE
Job complete. Thanks to EveofWar for the help on this one.

Looks like we have someone writing this up for us. Will let everyone know.

Resse, thank you for the link
rjk, Yeah is Windows. The VPS was a package deal with a forex bot and some other software.
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
Sorry, i should have made things a bit more clear.

I need someone to make that bat, and set it up so that I plug in my credentials, and the file name and run. Im a bit lost in ive written batch files before, but on this vps, its not executing anything correctly. Cant even get a @echo off with out an "invalid character...."
thus the free share. Just want an plug and play solution.

Wait you said VPS - forgive me for asking an obvious question, but is it a Windows based VPS, or is it linux? Most VPSes run linux to save resources.
full member
Activity: 168
Merit: 100

Sorry, i should have made things a bit more clear.

I need someone to make that bat, and set it up so that I plug in my credentials, and the file name and run. Im a bit lost in ive written batch files before, but on this vps, its not executing anything correctly. Cant even get a @echo off with out an "invalid character...."
thus the free share. Just want an plug and play solution.


where are you uploading a file from and to, and how much control do you have over either of the machines not being compromised? my script was assuming it would be run from your local control, not on a machine in the wild. It is a big risk exposing an ftp upload site without encrypted username/passwords. It would be filled with junk in seconds. Does it have to be ftp?

it would be much safer to use sftp, or an encrypted upload session using a commandline WebDAV tool (what webserver is the server that you are uploading to running?)

However from a command line, cut and paste everything in the code, change everything that is in brackets.

make a directory,
Code:
md "c:\ftpupload"

change to it
Code:
cd "c:\ftpupload"

type
Code:
notepad c:\ftpupload\ftpupload.bat

cut and paste the following into notepad, click "yes" to create a new file.
assuming the html file to upload is in the c:\ftpupload directory
Code:
cd "C:\ftpupload"
ftp -s ftpscript

close it, click to save.

type
Code:
notepad c:\ftpupload\ftpscript

cut and paste the following into notepad, click "yes" to create a new file.
Change everything within the brackets. (I missed the username/password first time).
/dir/to/change/to is the directory you need to change to on the remote server. (you may not need this if
Code:
o 
user
pass
cd
bin
put
quit

close it, click to save

copy and paste the following into the command line, hit enter.
Code:
schtasks /create /sc minute /mo 5 /tn "FTP Upload" /tr "c:\ftpupload\ftpupload.bat"

there, as plug and play as I can make it for you.


marked
sr. member
Activity: 406
Merit: 250
QUIFAS EXCHANGE
So simple project, great payment. 1 share (valued at 1btc) for someone who can point me to an automated ftp upload solution for WinServer2k3. Basically, I need a program or script that will upload one simple html file every 2.5-5min to an ftp.

can't you just use windows FTP with a script of commands; then use windows task scheduler / schtasks / at command line.
Code:
schtasks /create /sc  minute /mo 

path must be fully qualified.

schtasks on w2k3 - http://technet.microsoft.com/en-us/library/cc772785(v=ws.10).aspx

create a batch file for executing the ftp program with a script and a script file with the commands you want,

ftpupload.bat
Code:
cd \dir\that\contains\file\to\upload
ftp -s ftpscript

ftpscript contains the following lines
Code:
o 
cd
bin
put
quit

you may need to switch to PASV mode for some servers, after the 'o ' the following line will need 'quote PASV'.

marked

Sorry, i should have made things a bit more clear.

I need someone to make that bat, and set it up so that I plug in my credentials, and the file name and run. Im a bit lost in ive written batch files before, but on this vps, its not executing anything correctly. Cant even get a @echo off with out an "invalid character...."
thus the free share. Just want an plug and play solution.
full member
Activity: 168
Merit: 100
So simple project, great payment. 1 share (valued at 1btc) for someone who can point me to an automated ftp upload solution for WinServer2k3. Basically, I need a program or script that will upload one simple html file every 2.5-5min to an ftp.

can't you just use windows FTP with a script of commands; then use windows task scheduler / schtasks / at command line.
Code:
schtasks /create /sc  minute /mo 

path must be fully qualified.

edit. oops missed this - time should be 2 or 5, I couldn't find whether you can subdivide down to seconds ie. 2.5 instead you could use a tool that sleeps for 30 seconds.

schtasks on w2k3 - http://technet.microsoft.com/en-us/library/cc772785(v=ws.10).aspx

create a batch file for executing the ftp program with a script and a script file with the commands you want,

ftpupload.bat
Code:
cd \dir\that\contains\file\to\upload
ftp -s ftpscript

ftpscript contains the following lines
Code:
o 
cd
bin
put
quit

you may need to switch to PASV mode for some servers, after the 'o ' the following line will need 'quote PASV'.

marked
sr. member
Activity: 406
Merit: 250
QUIFAS EXCHANGE
Free share for help with project.

So simple project, great payment. 1 share (valued at 1btc) for someone who can point me to an automated ftp upload solution for WinServer2k3. Basically, I need a program or script that will upload one simple html file every 2.5-5min to an ftp.

To get your share, you need to have an GLBSE account, so if you take the job, set one up. If you need help with that, contact senbonzakura of the IBB who would be happy to help with account setup.

IBB provides 0% interest short-term btc loans, project start-up loans, as well as provides a great service to the Bitcoin community.
sr. member
Activity: 406
Merit: 250
QUIFAS EXCHANGE
So we are currently testing our html output. I will post up a link to show everyone how that looks in a few days once we see how we can best get that off our VPN. Smiley

sr. member
Activity: 378
Merit: 250
"Yes I am a pirate, 200 years too late."
sr. member
Activity: 465
Merit: 254
Everyone who says this is not arbitrage is of course 100% correct. It is just shakaru throwing around a fancy word he has heard somewhere to get people to invest. As the previous poster said there is huge risk, but the biggest risk is actually that shakaru just takes your money and says the bot lost it. Everyone who is considering this investment needs to read this thread about how shakaru stole $20 000 from the community:

https://bitcointalk.org/index.php?topic=65989.80

If anyone still believes he will be able to make you money and wants to bet, please PM me. In contrast to shakaru all my deals here have been without any roblems.

donator
Activity: 1120
Merit: 1001
This is speculation, it's not arbitrage. it takes risk, huge risk.
sr. member
Activity: 406
Merit: 250
QUIFAS EXCHANGE
15 shares are left remaining for purchase.
I got a pm asking if we would fire this thing up earlier and the answer to that is, No.

The contract states that the fund will start on April 1st, 2012 and that is when we will start it. However, you can go ahead and trade your shares around on the GLBSE and even make some bitchange before the contract begins.
sr. member
Activity: 406
Merit: 250
QUIFAS EXCHANGE
Capping at 100 BTC sounds fine, but is it possible that the bot could gain better returns with a fatter wallet?

I do not know. Not because I am clueless, but because never went that far.
Here is what I do know.

15% of 1btc gain brings us to 1.15btc
15% of 100btc gain brings us to 115.00btc
In theory, a 15% of 1000btc gain would be 1150btc, but the reason I dont want to raise the 100btc cap is I dont think the available trading volume can support that in a safe manor.

Also like I stated before, if this does start taking losses due to the market, it wont hurt so as if someone could buy 200+ shares at once and have it tank.

 
sr. member
Activity: 243
Merit: 250
The stats on the bots current balance and performance can be accessed by shareholders during the run. We are finishing up the finial touches on our web integration right now.

Also. Can I get some more info on Bitfloor? I still dont know them well enough to make a choice on that exchange.

I am the founder of Bitfloor so obviously a little biased but here are some highlights:
- our APIs are fast and well documented
- we have rebates for liquidity providers and low fees for liquidity takers
- fast matching engine
- self-trade protection

If you would like to contact me directly, feel free to shoot me a PM or email support and I can give you some more information about the trading platform Bitfloor provides.
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
Capping at 100 BTC sounds fine, but is it possible that the bot could gain better returns with a fatter wallet?
Pages:
Jump to: