Search content
Sort by

Showing 20 of 75 results by soumikr
Post
Topic
Board Project Development
Re: bitcoin script Needed
by
soumikr
on 19/05/2017, 14:56:43 UTC
...
Post
Topic
Board Project Development
Topic OP
bitcoin script Needed
by
soumikr
on 19/05/2017, 10:25:55 UTC
dell it
Post
Topic
Board Digital goods
Topic OP
bitcoin script like https://www.startminer.com
by
soumikr
on 19/05/2017, 09:01:27 UTC
i want bitcoin script like https://www.startminer.com

anyone plz help
Post
Topic
Board Services
Re: Coindice script bug fix
by
soumikr
on 06/04/2017, 10:26:51 UTC
I had a Coindice too, and asked someone to fix it. All went well, but the script got hacked anyway so ... I believe there is a backdoor that allows to empty wallets in it.
Anyway, please check the threads about johny1976 (the original dev of Coindice/coinjack/etc..) : https://bitcointalk.org/index.php?topic=920645.0 (for exemple)
A lot of script owners got their wallets emptied, and with johny missing now it makes me think of some scam to take some BTC from people.

I advise you to be cautious with that script !

yeah what you say is true.  people are very good in php can find for the backdoors and fix it.. i know few experts who can fix those bugs.  they fixed few backdoors on other scripts for me. 

add me in skype mr.blade008
Post
Topic
Board Services
Topic OP
Coindice script bug fix
by
soumikr
on 27/03/2017, 17:06:15 UTC
i have coindice script latest version but as you all know there is many bug thats why money stole

i want someone who can fix it,
or if you guys have bug free script plz also inform me, i am interested
Post
Topic
Board Digital goods
Re: looking for bitcoin dice game
by
soumikr
on 26/03/2017, 05:41:38 UTC
max 100$ sir
Post
Topic
Board Digital goods
Re: bitcoin dice game
by
soumikr
on 25/03/2017, 11:33:41 UTC
waiting for the ans guys
Post
Topic
Board Services
Topic OP
coindice bug fix
by
soumikr
on 25/03/2017, 11:30:28 UTC
i have coindice script latest version but as you all know there is many bug thats why money stole

i want someone who can fix it,
or if you guys have bug free script plz also inform me, i am interested
Post
Topic
Board Digital goods
Topic OP
looking for bitcoin dice game
by
soumikr
on 24/03/2017, 16:01:28 UTC
i wanna buy a bitcoin dice game which not have any bug, must be tested.

plz reply soon
Post
Topic
Board Services
Re: bustabit.com clone
by
soumikr
on 05/01/2017, 18:35:17 UTC
i need it urgently plz help
Post
Topic
Board Services
Topic OP
bustabit.com clone
by
soumikr
on 05/01/2017, 17:48:46 UTC
i want bustabit.com clone
i am ready to pay 20 to 30$

i fond this 2 script
https://github.com/FuzzyHobbit/bustabit-webserver
https://github.com/BitMoon/XBM

if its like bustabit.com then i am ready to pay for install it for me
Post
Topic
Board Digital goods
Topic OP
i want a escrow script
by
soumikr
on 08/11/2016, 15:20:51 UTC
i want a escrow script which work with bitcoin and perfect money

if anyone have it free version can give me or paid version also,
i will pay for your effort
Post
Topic
Board Services
Re: phpcoin
by
soumikr
on 07/11/2016, 10:12:20 UTC
ya k bro i will contact you if i cant find anyone
Post
Topic
Board Services
Topic OP
phpcoin
by
soumikr
on 07/11/2016, 10:04:49 UTC
i have this script https://github.com/BCEmporium/PHPCoin
but facing some issue to install it, if anyone know how to install it in pm me, i am ready to pay for his effort Smiley
Post
Topic
Board Currency exchange
Re: 1.709 BTC SALE
by
soumikr
on 09/07/2016, 19:54:21 UTC
From the moment you ask for escrow he backs off.....  Roll Eyes
Post
Topic
Board Currency exchange
Re: 1.709 BTC SALE
by
soumikr
on 09/07/2016, 19:30:19 UTC
I can do it for Skrill. Are you ok with escrow?
Post
Topic
Board Currency exchange
Re: Btc
by
soumikr
on 09/07/2016, 16:36:17 UTC
I retract myself... don't want to get scammed
Post
Topic
Board Currency exchange
Re: Btc
by
soumikr
on 09/07/2016, 16:08:54 UTC
Will you use escrow?
Post
Topic
Board Service Discussion
Topic OP
untitled-dice chat box
by
soumikr
on 19/06/2016, 17:11:21 UTC
untitled-dice chat box not loading and cant send me msg

http://whatisbitcoinsprice.com/

plz help
Post
Topic
Board Service Discussion
Topic OP
untitled-dice ssl issue
by
soumikr
on 19/06/2016, 16:00:54 UTC
my domain auto redirect to https, how to stop this

i wanna run it in normal http://

here is the code to edit plz help


Code:
// Untitled Dice v0.0.8

// Customize these configuration settings:

var config = {
  // - Your app's id on moneypot.com
  app_id: 18,                             // <----------------------------- EDIT ME!
  // - Displayed in the navbar
  app_name: 'Untitled Dice',
  // - For your faucet to work, you must register your site at Recaptcha
  // - https://www.google.com/recaptcha/intro/index.html
  recaptcha_sitekey: '6LfI_QUTAAAAACrjjuzmLw0Cjx9uABxb8uguLbph',  // <----- EDIT ME!
  redirect_uri: 'https://untitled-dice.github.io',
  mp_browser_uri: 'https://www.moneypot.com',
  mp_api_uri: 'https://api.moneypot.com',
  chat_uri: '//socket.moneypot.com',
  // - Show debug output only if running on localhost
  debug: isRunningLocally(),
  // - Set this to true if you want users that come to http:// to be redirected
  //   to https://
  force_https_redirect: !isRunningLocally(),
  // - Configure the house edge (default is 1%)
  //   Must be between 0.0 (0%) and 1.0 (100%)
  house_edge: 0.01,
  chat_buffer_size: 250,
  // - The amount of bets to show on screen in each tab
  bet_buffer_size: 25
};