Skip to content

This is the API library for the Cryptonight V8 wallets in PHP

Notifications You must be signed in to change notification settings

SpookyPool/cryptonightv8-wallet-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

cryptonightv8-wallet-api-php

This is the API library for the Cryptonight V8 wallets in PHP. For the wiki, refer to this url: https://github.com/FandomGold/fandomgold/wiki/RPC-wallet-API-methods

How to use it?
Look into the index.php file to see an example.

What to do with empty value's?
We're going to use getTransactionHashes for an example. Click here to see the arguments.

<?php
include('service.php');

/* For every value that needs to be empty u just fill in '' */
$RpcTest = new CryptonightV8_RpcClient("spookypool.nl", "12345", "hi");
print_r($RpcTest->getTransactionHashes(
  'dRGLbfa8qaHZLKAuENnjtxAsahDWAmoFJXf9GpR9J78Jji6uBAwLzXM8ynT9ALZ5q8SGV86d162RLdhZRvuTbKsq8Mhys1aVgd',
  '',
  1,
  10,
  ''
));
?>

About

This is the API library for the Cryptonight V8 wallets in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages