Bitcoin Forum
June 29, 2024, 02:39:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Coin in PHP language!  (Read 708 times)
neolinkhati (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000


Premium


View Profile
March 16, 2016, 11: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?
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
March 17, 2016, 12:05:05 AM
 #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++.
esotericizm
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
March 17, 2016, 12:11:01 AM
 #3

https://bitcointalk.org/index.php?topic=590421 might qualify, never got round to reading the whitepaper
neolinkhati (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000


Premium


View Profile
March 17, 2016, 12:59:46 AM
 #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.
neolinkhati (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000


Premium


View Profile
March 17, 2016, 01:08:46 AM
 #5

https://bitcointalk.org/index.php?topic=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!

AliceWonderMiscreations
Full Member
***
Offline Offline

Activity: 182
Merit: 107


View Profile WWW
March 17, 2016, 01:47:57 AM
 #6

Why would you want an coin written in a scripting language? What advantage would it have?

I hereby reserve the right to sometimes be wrong
neolinkhati (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000


Premium


View Profile
March 17, 2016, 02:22:05 AM
 #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.
DuddlyDoRight
Sr. Member
****
Offline Offline

Activity: 318
Merit: 260



View Profile WWW
March 17, 2016, 03:52:00 AM
 #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.

I have faith that one day this forum will get threads where people won't just repeat their previous posts or what others have already stated in the same thread. Also that people will stop acting like BTC is toy-money and start holding vendors accountable. Naive? Maybe.
AliceWonderMiscreations
Full Member
***
Offline Offline

Activity: 182
Merit: 107


View Profile WWW
March 17, 2016, 03:53:35 AM
 #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.

I hereby reserve the right to sometimes be wrong
danda
Full Member
***
Offline Offline

Activity: 202
Merit: 157


View Profile WWW
March 17, 2016, 07: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://bitcointalk.org/index.php?topic=1357520.msg13815713#msg13815713

mybitprices.info - wallet auditing   |  hd-wallet-derive - derive keys locally |  hd-wallet-addrs - find used addrs
lightning-nodes - list of LN nodes  |  coinparams - params for 300+ alts  |  jsonrpc-cli - cli jsonrpc client
subaddress-derive-xmr - monero offline wallet tool
DeboraMeeks
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
March 17, 2016, 10: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
neolinkhati (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000


Premium


View Profile
March 18, 2016, 12:17:17 AM
 #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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!