Bitcoin Forum
May 03, 2024, 04:18:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 61 62 63 64 65 66 67 »
1141  Economy / Services / Re: ParaDice.io Signature Campaign ( Open ) on: April 13, 2017, 01:34:26 AM
Hello,
I lost my uniq link..

please help me.

username: MrCrank

Thank you

I don't have access to website's database i am only managing the campaign you can ask the owner
His profile link : https://bitcointalk.org/index.php?action=profile;u=975321


I received payment!

how much fees? I see this is not low

Thanks!

1142  Economy / Services / Re: ParaDice.io Signature Campaign ( Open ) on: April 12, 2017, 03:42:18 PM
Hello,
I lost my uniq link..

please help me.

username: MrCrank

Thank you
1143  Economy / Gambling / Re: Crocozino - bitcoin gambling, Immediate deposit and withdrawal! on: April 12, 2017, 03:32:54 PM
Withdrawal doesn't work! I got this error: "Error ! please try again later"

Please fix this!

Same message i got on livechat support from you and i repeat:
Withdrawal doesn't work for double spenders. go and try to cheat other casinos.

How you catching cheaters?
How you see that TX is double spend?

Thanks
1144  Economy / Gambling / Re: 🌟乂 ParaDice.io ᴥ 1% House Edge┆Invest┆Instant Withdrawal/Divest┆1 Conf. Req 🌟 on: April 12, 2017, 10:58:20 AM
I played and try this dice.
Good game, but i lost my free bonus
1145  Economy / Gambling / Re: Lunarbets.eu - Bitcoin Sports Betting | New and Improved Website! on: April 10, 2017, 03:57:21 AM
do you have welcome bonus for bitcointalk members?
thank you!
1146  Economy / Gambling / Re: Crocozino - bitcoin gambling, Immediate deposit and withdrawal! on: April 10, 2017, 03:54:35 AM
casino use Flash player..
this is old and dead technology..

need use html5.

please update you site
1147  Bitcoin / Project Development / Re: what framework use this app? on: April 09, 2017, 03:53:06 PM

Great !
this kinde of platform doesn't really needs skilled programer, instead, it requires a lot of dicipline and a lot of comments, this way you won't be lost, and don't fall in the "It's my code" trap, it happened to me, just 5 minuts away and i forget what i was doing, then got lost in the code (it happens to everyone, don't laugh)
Also, don't put all the code in the same file, create one for each game or game section, with a common.js file, or create modules.

Ok, thanks for advice
1148  Economy / Gambling / Re: BussyBuddyAds - Pixels Lottery - Prize 2BTC + 300 PixelsAds or 8 BTC as PixelsAd on: April 08, 2017, 09:29:29 AM
how it work?
i don't understand..

where need fill email and address?
1149  Economy / Gambling / Re: ADMIRALSPOT.COM | DEPOSIT 0.5 BTC PLAY WITH 1 BTC on: April 08, 2017, 09:25:11 AM
Games nice look!

please let me know.. is this provably fair? how can verify my bet?
1150  Bitcoin / Project Development / Re: what framework use this app? on: April 08, 2017, 09:04:30 AM
If you want to develop from scratch it will take long time till you will finish the beta plus bugs ...

Try to find something similar to convert to your needs if you can.

Regards,
Doesn't Matter actually.What would you do with that information anyway ?

I want to create poker game and choose framework now
Try to find some open sourced projects, those could be a good base to build from

Both are right, but i believe that my sollution is the best as you will get the scripts for some games ready to use, just needs some changes.
The problem with dice games or gambling games isn't related to how hard it is, because it isn't (as long as you don't cheat) it is just time consuming because a lot of aspects must be taken in count.
You should also use module.exports to manage easily the basic gambling functions.
Try to be as modular as possible, it will save you a lot of time.

yes, but i get good experience coding and increase my level Smiley
1151  Bitcoin / Project Development / Re: what framework use this app? on: April 05, 2017, 04:03:46 PM
How about reproducing it ?
Copy paste the sources and launch them from a local machine, just retrieve the Ajax calls and adapt an API to use them with a database (i suspect reddis), then you could start working on the frontend, as it is better to use NodeJS, you could use some templating engines or use boilerplates, which will give you a boost to release quicker.
You cannot copy the back-endcode.Chrome dev tools won't allow you to have access to the backend code.If it was possible,most reliable websites would have thier algorithms used worldwide.Only DOM manipulation is possible.

How about you open your console and type
Quote
I Am Retarded = Stupid person (') -Dk in d4 a$$ towel head
and see what happens.
With your javascript skills,it will throw a run time error 'Intelligence Undefined '. // Haha, you are killing !

The back-end must be built (or rebuilt ?) this is why i advised to rebuild a database and an API based on the cotent of the Ajax calls, an experienced developer don't need this to work, as he can simple adapt the script to his needs, but as crank may be a newbie in this case, i thought it it would be better to give him some directions.

Or, you can just buy a ready made script with full features. (i don't make or sell such scripts)


no need buy script.

ok, i will try cread nodejs app with angular.

Do you have another ideas?

thank.
1152  Bitcoin / Project Development / Re: what framework use this app? on: April 05, 2017, 03:59:42 PM
what best JS framework for create similar game?
what best JS framework for create similar game?
That depends on a lot of things.
 -> You want to develop the game from scratch ? You can code yourself ?
 -> Maybe just hire a developer and he would do the needful ?
 -> Maybe buy the code online ?

 If you really want to start from scratch,you have n number of choices.
 ->Your front-end depends on your framework of choice like angular,react,jquery,etc
 -> It's just not one framework,you need to design the entire architecture which will get complicated.

yes, i want to develop from scratch by self.
no need hire developer.

i think use angular..
1153  Bitcoin / Project Development / Re: what framework use this app? on: April 05, 2017, 07:19:42 AM
It ses jQuery, but it is made in javascript, you can try and open a console, then type : var t = new VideoPokerSystem()
It will ask for the Prize and maybe other informations, i did that just to test it and see what is the language, but i am sure at 90% that it is only JS. Especially when you check the sources, if it was something like scala, the sources would be different.
I think they are using something like Vue.js to render frontend as i found a JS object with informations about the page etc who are arranged for such framework.
I also checked more pages and it is all made in javascript, i like it.

what best JS framework for create similar game?
1154  Bitcoin / Project Development / Re: what framework use this app? on: April 05, 2017, 07:19:05 AM
Doesn't Matter actually.What would you do with that information anyway ?

I want to create poker game and choose framework now
1155  Economy / Services / Re: ParaDice.io Signature Campaign on: April 05, 2017, 07:10:42 AM
I want join

Name:   MrCrank
Posts:   183

Thank you!
1156  Bitcoin / Project Development / what framework use this app? on: April 04, 2017, 05:19:29 PM
Hi,
what framework use this app?
jQuery?

games.bitcoin.com
1157  Economy / Services / Re: ParaDice.io Signature Campaign on: April 04, 2017, 05:15:31 PM
place reserved.

thank you.
1158  Economy / Gambling / Re: 🌟乂 ParaDice.io ᴥ 1% House Edge┆Invest┆Instant Withdrawal/Divest┆1 Conf. Req 🌟 on: April 03, 2017, 01:23:09 AM
New dice is good.
but where auto bet?
i see this is coindice script.. right?
1159  Economy / Gambling discussion / Re: In which bitcoin gambling casinos should i invest my bitcoins ? on: March 02, 2017, 06:06:39 AM
I think invest to exchane is better.
casino is high risk
1160  Economy / Service Discussion / Re: how to get new referrals? on: February 27, 2017, 03:50:50 AM
Hi,

how to get new referrals to hashflare?
This is cloud mining right? If you really want to get some referral post your link on social media accounts and also your proof that you are really earning from that website, And i think you can't even get one if the investors know this already this is ponzi.

this is not ponzi.
this is real cloud mining
Pages: « 1 ... 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 61 62 63 64 65 66 67 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!