Git Product home page Git Product logo

cryptoponzi's Introduction

CryptoPonzi

Installation guide:

  1. Download your cryptocoin daemon, setup JSON RPC values in your config and add:
txindex = 1
  1. Run your daemon with -reindex and -server arguments
  2. Generate your address and private key using vanitygen
  3. Fill in the config.php file
  4. Run setup.php script to add your address to the daemon
  5. Add transactions.sql schema to your database
  6. Run script.php script from CLI, it should be running in background
  7. Install php5-json for the transactions to display properly
  8. ???
  9. Profit!

Useful links

https://en.bitcoin.it/wiki/Vanitygen - generating custom addresses

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list - list of API calls

Screenshoot

Ponzi

Donate

Wanna donate?

BTC address: 1MSkXPRK293dDMD5ds6KqVtyDadDkRyanX

DOGE address: DD3mjsvat5Z1W7H8U7mKgfGymTmzwEqB6a

cryptoponzi's People

Contributors

iangcarroll avatar tosty33 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cryptoponzi's Issues

Request Error Array

Hey,
When I'm running setup.php,
I get Request Error on line 155: jsonRPCClient, when I'm calling importprivkey with params of my private key, "xpy".

What can I do with that?

Transactions seems to get count twice?

Hey,
i just tested your script and installed it on my server.
All is up and running but after i send the first money in it got displayed as paid and also as waiting value?
The transactions tell 2 and and already a paid value?

What is wrong and what i have to do now?

Greetings
Christian

getAddress bug

What's this code trying to do?

    if ($vinvout == 1)
        $vinvout = 0;
    else
        $vinvout = 1;

    $address = $transactionin['vout'][!$vinvout]['scriptPubKey']['addresses'][0];
    return $address;

It results in the wrong vout being used for any vinvout > 1.

script breaks

when some sends more than the defined amount of coins the script breaks any solution?

Captcoin

Hi there, i can't seem to make it work in Captcoin
it doesn't display any transaction even though i sent one.

i configured my .config but i cant get it working
here is my website, please help

http://captainzi.is-great.net

Where to add "txindex = 1"

The install readme says: "setup JSON RPC values in your config and add:
txindex = 1

But config.php do not looks to contain any such syntax: something = something. It really have to be on the firs tline in the config.php file?

hi run in cli script.php

hi !
this script run good in cli....

just not re-send out payouts

this script run manual for payouts? ex: mysite.com/script.php?time or ?lastPayout

Bitcoin

Hey how do i make this work? should my Bitcoin-qt be always on and synced to the network? please help

this is my website bitcoinponzi.is-great.net

Incorrect response ID - JSONRPCCLIENT

root@ubuntu-512mb-nyc3-01:~# php /var/www/html/script.php

Parsing transactions...
PHP Fatal error:  Uncaught exception 'Exception' with message 'Incorrect response id (request id: 1, response id: )' in /var/www/html/jsonRPCClient.php:152
Stack trace:
#0 /var/www/html/script.php(39): jsonRPCClient->__call('listtransaction...', Array)
#1 /var/www/html/script.php(39): jsonRPCClient->listtransactions('btc', 100)
#2 {main}
  thrown in /var/www/html/jsonRPCClient.php on line 152

JsonRPCClient does not generate transactions after setting up blockchaind RPC API info. Any suggestions on getting a clean install without experiencing this error?

Unknown errors came up and transaction don't show up on webpage

After i run php setup.php
This error comes.

Transaction added! [10]
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 70
Parsing 2
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 63
PHP Warning:  mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 64
Transaction added! [1]
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 70
Parsing 3
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 63
PHP Warning:  mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 64
Transaction added! [2]
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 70
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 73
PHP Warning:  mysqli_fetch_row() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 74
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 76
PHP Warning:  mysqli_fetch_row() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 77
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 79
PHP Warning:  mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 80
Waiting...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.