Bitcoin Forum
May 24, 2024, 11:17:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Can anyone please help me with a PHP script?  (Read 198 times)
CounterEntropy (OP)
Full Member
***
Offline Offline

Activity: 214
Merit: 278


View Profile
November 10, 2020, 06:38:55 PM
 #1

Looking for a standalone PHP script with no external dependency to generate an Ethereum address and private key pair.

Here is a similar one that works for Bitcoin -
https://github.com/BitcoinPHP/BitcoinECDSA.php/blob/master/src/BitcoinPHP/BitcoinECDSA/BitcoinECDSA.php

For reference, this is the closest available on Github - https://gist.github.com/irmaster/099758d0266634fe7e830b5ab674b55b
100bitcoin
Sr. Member
****
Offline Offline

Activity: 860
Merit: 423


View Profile WWW
November 10, 2020, 06:41:29 PM
 #2

For reference, this is the closest available on Github - https://gist.github.com/irmaster/099758d0266634fe7e830b5ab674b55b
Why dont you use this?

CounterEntropy (OP)
Full Member
***
Offline Offline

Activity: 214
Merit: 278


View Profile
November 11, 2020, 09:39:33 AM
 #3

This script has dependency.

Code:
{
    "require": {
        "sop/asn1": "^3.3",
        "sop/crypto-encoding": "^0.2.0",
        "sop/crypto-types": "^0.2.1",
        "kornrunner/keccak": "^1.0",
        "symfony/dotenv": "^4.0",
        "sc0vu/web3.php": "dev-master"
    }
}

I am looking for a standalone PHP script with no external dependency, so that I can comfortably run it on any shared hosting platform with basic PHP support.
Vod
Legendary
*
Offline Offline

Activity: 3710
Merit: 3084


Licking my boob since 1970


View Profile WWW
November 12, 2020, 12:14:58 AM
 #4

I am looking for a standalone PHP script with no external dependency, so that I can comfortably run it on any shared hosting platform with basic PHP support.

Are you looking to hire someone to do this?  Is this script something you could resell?

https://nastyscam.com - landing page up     https://vod.fan - advanced image hosting - coming soonish!
OGNasty has early onset dementia; keep this in mind when discussing his past actions.
Joel_Jantsen
Legendary
*
Offline Offline

Activity: 1876
Merit: 1308

Get your game girl


View Profile
November 12, 2020, 02:06:49 AM
 #5

I am looking for a standalone PHP script with no external dependency, so that I can comfortably run it on any shared hosting platform with basic PHP support.
I'd say, it would be much cheaper (if you're planning to pay for this) to just figure out the ways to use Composer or other FTP ways to manage the dependency instead of hiring someone who would potentially re-write the dependency modules if any. I'm not sure how complicated the implementation would be but if there are multiples modules, you are looking to re-invent the wheel. Also, if those modules mentioned above are open source, fork them and use it in your project?
CounterEntropy (OP)
Full Member
***
Offline Offline

Activity: 214
Merit: 278


View Profile
November 29, 2020, 04:40:09 PM
 #6

Are you looking to hire someone to do this?  Is this script something you could resell?
I would like to know how much it would cost to get it done. Depending on this, I can decide whether I will hire someone or not. If paid, I may resell. If free, I wont.

I'd say, it would be much cheaper (if you're planning to pay for this) to just figure out the ways to use Composer or other FTP ways to manage the dependency instead of hiring someone who would potentially re-write the dependency modules if any. I'm not sure how complicated the implementation would be but if there are multiples modules, you are looking to re-invent the wheel. Also, if those modules mentioned above are open source, fork them and use it in your project?
All of these, what I have mentioned, are definitely open source, but I dont know how to pull them together on a shared hosting environment, where I do not have the root access or ability to compile something from command line.
Vod
Legendary
*
Offline Offline

Activity: 3710
Merit: 3084


Licking my boob since 1970


View Profile WWW
November 30, 2020, 01:02:49 AM
 #7

All of these, what I have mentioned, are definitely open source, but I dont know how to pull them together on a shared hosting environment, where I do not have the root access or ability to compile something from command line.

OK, I will assume you are looking to build this for yourself, and not sell to others.

AWS will give you a server (any OS) with root access for free for a year.  If you build something, you can apply for additional credits that will pay for another few years.  Contact me if you want more info or https://aws.amazon.com/free


https://nastyscam.com - landing page up     https://vod.fan - advanced image hosting - coming soonish!
OGNasty has early onset dementia; keep this in mind when discussing his past actions.
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!