furqansiddiqui / erc20-php

Interact with Ethereum ERC20 Tokens
MIT License
163 stars 96 forks source link

Can't install in my server #15

Closed hai-ru closed 4 years ago

hai-ru commented 5 years ago

Problem 1

PHP Short Info

You are running PHP version: 7.2.10

Loaded PHP Modules: [PHP Modules] bcmath bz2 calendar Core ctype curl date dom exif fileinfo filter ftp gd gettext gmp hash iconv imagick imap intl ionCube Loader json libxml mbstring mcrypt memcached mongodb mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql pdo_sqlite Phar posix pspell redis Reflection session SimpleXML soap sockets SPL sqlite3 standard sysvmsg sysvsem sysvshm tidy tokenizer uploadprogress wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib

[Zend Modules] the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured)

furqansiddiqui commented 5 years ago

consider changing minimum-stability value to "dev" in your composer.json file

hai-ru commented 5 years ago

Are you indonesian? I do minimum stability to dev but still same error message.

r00ts3ctors commented 4 years ago

Hallo, this solution

Install : sudo apt-get install php-curl sudo apt-get install -y php7.2-gd sudo apt-get install php7.2-intl sudo apt-get install php7.2-xsl sudo apt-get install php7.2-mbstring

and make manual composer.js

{ "minimum-stability": "dev", "require": { "furqansiddiqui/erc20-php": "dev-master", "kesar/ethereum-php": "dev-master" } }

next run you geth like : geth --syncmode "light" --rpc --rpcaddr IPADDRESSMAULANA --rpcapi="db,eth,net,web3,personal,web3"

r00ts3ctors commented 4 years ago

Are you indonesian? I do minimum stability to dev but still same error message.

Am from indo my bro

tonimonteiro commented 4 years ago

Good night! We can generate a Wallet and from that Wallet generate child addresses. When these child addresses receive values, will the total be counted from the Primary Wallet?

The idea would be to keep the total amount received out of public reach.

Each time I receive a value, I generate an address for that transaction only and receive the value in the main Wallet.

Tks,

Toni Monteiro.

Em 22/10/2019 17:46, Fakhrullah Maulana escreveu:

Are you indonesian? I do minimum stability to dev but still same
error message.

Am from indo my bro

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/furqansiddiqui/erc20-php/issues/15?email_source=notifications&email_token=ABWMLSOZVDGA64ULUA2GYVDQP5REFA5CNFSM4HXWG5AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB7ETII#issuecomment-545147297, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWMLSK7FOLMUCF7ODJ57CDQP5REFANCNFSM4HXWG5AA.

--

furqansiddiqui commented 4 years ago

All known issues have been resolved in latest release. Please checkout latest commit from master or 0.2.1 release.