Bitcoin Forum
May 06, 2024, 03:40:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / [Help needed] 999dice.com bet bot (Api problems) [VB.net] on: May 13, 2015, 07:18:48 AM
so here is my problem...

i just can't figure out how to start betting Sad

Code:
Try
            Dim callBack As System.AsyncCallback
            Dim bet As Dice.Client.Web.PlaceBetResponse = DiceWebAPI.BeginPlaceBet(send.Session, payin, 0, 499499, Rnd(), Currencies.Doge, callBack, Nothing)

            MsgBox(bet.Success)
            While bet.Success = False

            End While
            If bet.Success = True Then
                InputBox("", "", bet.BetId)
                Process.Start("https://www.999dice.com/Bets/?b=" & bet.BetId)
                payout = (bet.PayOut - Math.Round((My.Settings.balance * 1000000) / 100000))
                MsgBox("Bet payin: " & payin & vbNewLine & "Payout: " & bet.PayOut)
                profit_text = profit_text + (bet.PayOut - payin)
                profit.Text = "Profit: " & profit_text
            End If
        Catch ex As Exception
            MsgBox(ex.Message)
        End Try

some help maybe?
2  Other / Meta / Email from Bitcointalk "admin" on: March 31, 2015, 08:36:07 PM
Email: admin@bitcointalk.org

i can check the headers...

Hi,

Have you had enough of Cloud Mining Ponzi Systems?

Why not start your own, for as little at 0.5 BTC you could have your own Cloud Mining Ponzi open earning you ~50 - 100 Bitcoin.

[URL HIDDEN] <-- Download The CloudMiningPonzi Script and you could have ~50 - 100 Bitcoin within the next 2 days!

Regards,

BitcoinTalk Admin
3  Economy / Service Discussion / Cex.io Autobuyer Service on: October 25, 2014, 12:23:11 PM
I was thinking about making cex.io autobuying service for every one here

Some basic backend scripting has been done but i would need a vps to run buying bot :/

More info on website

http://bitstat.tk/


Feel free to comment so we can talk about this service

Found a investor: 2€ donated 4 € remaining

Status image

4  Bitcoin / Project Development / [FUNDING] Creating full bitcoin node network on: September 15, 2014, 02:06:02 PM
Well what is all about  Huh

Since bitcoin network needs nodes to process things i decided to make my first node on a vps that a friend gave me [Link: bitstat.tk] soo you are asking yourself what is stoping you from making more nodes like this one?

Well main problem is that i lost job and i can't pay nodes ( but i found a cheap VPS hosting Smiley bithost.io and they accept bitcoins Smiley ), so i am asking you now for some help with running costs Smiley

How can you help?


Node donations will be used only to cover node costs!
QR code for donations to 177EA8QdjGBd7gfDGNqt4V2HK43cH79xJL


If you wanna donate to me there goes an address Smiley

12Um2E6Dm5jHCXvTm8qEVgKN3JyKm1Ei8n

and QR code



Donators will be listed on node interface (will make a script soon Smiley )

List of current nodes

Thanks for reading Smiley
Slo_Runner
5  Economy / Service Discussion / Problem with Bitcurrex api [PHP] on: June 30, 2014, 07:29:40 AM
I have a problem with private queries on bitcurrex.com

Code till now:
Code:
$url = 'https://pln.bitcurex.com/api/0/getFunds';
$data = array('Rest-Key' => '##################', 'Rest-Sign' => '################', 'nonce' => time() * 1000000);


$options = array(
    'http' => array(
        'header'  => "Content-type: application/x-www-form-urlencoded\r\n",
        'method'  => 'POST',
        'content' => http_build_query($data),
    ),
);
$context  = stream_context_create($options);
$result = file_get_contents($url, false, $context);

var_dump($result);

result:
Code:
{"error":"Must be logged in"}

anyone done this before? or maybe someone have a sample code for it?

Ty for your help Smiley
6  Economy / Services / Adspace avaliable [BTC Faucet & faucet rotator] on: June 21, 2014, 08:58:16 PM
Hello again Smiley

I have my own faucet, and a lot of free adspace on it!

If you want to advertise on my faucet visit This link

Faq

Q: why you don't have premium domain?
A: i am unemployed and i need some cash for living :/

More to be added since i am on mobile :/
7  Bitcoin / Project Development / [DEVELOPMENT] Eobot cron bot on: June 20, 2014, 05:55:15 PM
Hello  Smiley

I am a young developer from Slovenia, i started developing Eobot "cron bot"

Features:
- Custom rule set (e.g: when i reach 50k satoshs in BTC script auto-change mining mode to next defined mode)
- Private or public (admin panel is always private)
- Mail report on mining mode change

All you will need:
- Mysql DB
- Webhost (sure thing  Grin )
- 1 - 2 cron jobs (will see)

Current output (Notice: last values {GHSOCT and GHSAUG atm} are automaticly extracted from api response)



Tell me what you think about it Smiley

P.S: Sry if my english is bad Sad
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!