Author

Topic: Coin in PHP language! (Read 706 times)

legendary
Activity: 980
Merit: 1000
Premium
March 17, 2016, 08:17:17 PM
#12
One of the earliest non-Bitcoin altcoins was written in PHP!

It's a crazy project that never really went anywhere, but the website is still up at https://timekoin.com, and knightmb still occasionally commits code to it.

Here is the github for the project https://github.com/knightmb/timekoin

Thank you all.
I'll study a little more and think about development...

Await news. I will lock this topic.
hero member
Activity: 588
Merit: 500
March 17, 2016, 06:55:50 AM
#11
One of the earliest non-Bitcoin altcoins was written in PHP!

It's a crazy project that never really went anywhere, but the website is still up at https://timekoin.com, and knightmb still occasionally commits code to it.

Here is the github for the project https://github.com/knightmb/timekoin
full member
Activity: 201
Merit: 157
March 17, 2016, 03:34:24 AM
#10
A few starting points in PHP:

BitWasp Node PHP
https://github.com/Bit-Wasp/node-php

PHP C extension for secp256k1.  big speedup
https://github.com/Bit-Wasp/secp256k1-php

Another PHP Lib that can read bitcoin blocks
https://bitcointalksearch.org/topic/m.13815713
full member
Activity: 182
Merit: 107
March 16, 2016, 11:53:35 PM
#9
I've played around with some php modules that do ECC and they are much slower than compiled code or python that used binary modules.

I think to do it in php effectively you would have to use binary modules which may mean writing them yourself.
sr. member
Activity: 318
Merit: 260
March 16, 2016, 11:52:00 PM
#8
CLI PHP it's practical and daemons with modified timeouts and RAM config-strings. I'd use Python though just because it's pretty much made for CLI tools(even though it supports CGI too).

I have a lot of stuff with wallet APIs in PHP but that's as far as I go.
legendary
Activity: 980
Merit: 1000
Premium
March 16, 2016, 10:22:05 PM
#7
Why would you want an coin written in a scripting language? What advantage would it have?

I think the code maintenance.
But I'm thinking about it only. Wanting to open this discussion if you think it feasible.
full member
Activity: 182
Merit: 107
March 16, 2016, 09:47:57 PM
#6
Why would you want an coin written in a scripting language? What advantage would it have?
legendary
Activity: 980
Merit: 1000
Premium
March 16, 2016, 09:08:46 PM
#5
https://bitcointalksearch.org/topic/closed-thread-590421 might qualify, never got round to reading the whitepaper

I know this project, more than I mistake was not 100% in Node.js! I will come again. Thank you!

legendary
Activity: 980
Merit: 1000
Premium
March 16, 2016, 08:59:46 PM
#4
So it's just that I'm thinking of creating something new, using another different of C++, something facing Web.
I'm still very studying the issue, but would like to know more opinions of the developers of this community if it is a big waste of time.
Having a core built entirely in PHP, it might be a crazy, yes I know.
hero member
Activity: 750
Merit: 500
March 16, 2016, 08:11:01 PM
#3
https://bitcointalksearch.org/topic/closed-thread-590421 might qualify, never got round to reading the whitepaper
legendary
Activity: 1456
Merit: 1078
I may write code in exchange for bitcoins.
March 16, 2016, 08:05:05 PM
#2
Is there any Cryptocoin project entirely based on PHP or Javascript? Do you think it's possible? I'm thinking of something. I give up?

I'd certainly be surprised if there were since PHP is especially created for doing CGI and javascript is especially targeted at controlling a web browser.  I know, i know, that javascript especially is being used for more and more things.  If it turns out that there is such a coin, I'd certainly be interested to hear about it.  In any case, I'm pretty sure that 90% of the coins are just clones of bitcoin in terms of their core crypto so, that's all C++.
legendary
Activity: 980
Merit: 1000
Premium
March 16, 2016, 07:32:55 PM
#1
Is there any Cryptocoin project entirely based on PHP or Javascript? Do you think it's possible? I'm thinking of something. I give up?
Jump to: