monero-integrations / monerophp

Monero PHP library + JsonRPC Client
MIT License
118 stars 76 forks source link

Generating a Monero address #18

Closed serhack closed 6 years ago

serhack commented 6 years ago

Generating a Monero address by PHP library!

Should we create a repo that will contain the library for a general cryptocoin based on cryptonote algorithm?

sneurlax commented 6 years ago

re: base58 library, see #27! :)

cryptochangements34 commented 6 years ago

28 proposes to optionally uses gmp for precision math (big int) and #29 encodes mainnet monero addresses utilizing #27

cryptochangements34 commented 6 years ago

I don't really think a config file is (at least currently) necessary. I also think that because this project was funded by the Monero community it should stay strictly for Monero. If somebody else wants to fork this repo it should only require a few simple modifications so we can just leave them to do that themselves instead of dealing with different configurations for the different changes/tweaks that other Monero/Cryptonote forks made. If you agree then I think this issue can be closed.

serhack commented 6 years ago

Agree.