Change Adapters for local multichains

+1 vote

Dear Friends,

not wanting to waste your time unduely. However, some hints for my project would be appreciated.

Running a  Wordpress site multicolorum.com in German for personal asset trading with a currency called Colorum (CUM).

It is a running development.

Using the Wallets plugin und locally (root user) and some multichain blockchains for example colorum.

**************************************************************************

 "version" : "1.0.4",
    "nodeversion" : 10004901,
    "protocolversion" : 10010,
    "chainname" : "colorum",
    "description" : "MultiChain colorum",
    "protocol" : "multichain",
    "port" : 6277,
    "setupblocks" : 60,
    "nodeaddress" : "colorum@89.22.110.4:6277",
    "burnaddress" : "1XXXXXXWsNXXXXXXV7XXXXXXfkXXXXXXVAZDde",
    "incomingpaused" : false,
    "miningpaused" : false,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "walletdbversion" : 2,
    "reindex" : false,
    "blocks" : 95,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00000006,
    "testnet" : false,
    "keypoololdest" : 1523410509,
    "keypoolsize" : 2,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00000000,
    "errors" : ""

*********************************************************************************************


At least the plugin adapers can connect to colorum locally, but I would like to change them (including logo) to work only with my local blockchain. BTC and altcoinwallets are too big to host at the site (50GIG).Would appreciate if you can tell me which of the main PHP scrips needs attention.

In case you want to have a deeper look, I have no problem to give you access.

 

****************************************************************************************

Worpress settings


Plugin version
3.0.3
Git SHAcbac594
Web ServerApache
PHP version7.0.28-0ubuntu0.16.04.1
WordPress version4.9.5
MySQL version5.7.21-0ubuntu0.16.04.1
DB prefixwp_
Is multisitefalse
Is network activatedfalse
PHP max execution time30
Constant 'WP_DEBUG'false
Constant 'WP_DEBUG_LOG'false
Constant 'WP_DEBUG_DISPLAY'true
Constant 'DISABLE_WP_CRON'n/a
Constant 'DSWALLETS_FILE'/var/www/vhosts/mundicolorum.com/httpdocs/wp-content/plugins/wallets/wallets.php
PHP Extension 'curl'Loaded
PHP Extension 'mbstring'Loaded
PHP Extension 'zlib'Loaded
Active wallets extensionswallets-multiadapter
Network-active wallets extensionsn/a

************************************************************************

At least the plugin adapers can connect to colorum locally, but I would like to change them (including logo) to work only with my local blockchain. BTC and altcoinwallets are too big to host at the site (50GIG).Would appreciate if you can tell me which of the main PHP scrips needs attention.

In case you want to have a deeper look, I have no problem to give you access.

Thanks

Klaus

asked Apr 13, 2018 by klaus
Please post a link to this wallets plug-in and we can take a look.

Thanks for your attention. First my apology, because the second part of my question belongs to the WordPress plugin Bitcoin and Altcoin Wallets and Bitcoin and Altcoin Wallets: Full Node Multi Coin Adapter extension.(barking up the wrong tree)

https://www.dashed-slug.net/

However, creating a passphrase on the blockchain colorum (by encrypting blockchain?) failed with the passphrase supplied to the plugin. Need to study it more intensly.

First stage is to have users only handling the colorum currency as an internal currency (local on the server) and later enable exchanges with other cryptos.

Otherwise I may go and write a simple client (PHP) - so that users can trade assets.

Any suggestion welcome.

Klaus

 

1 Answer

0 votes
We took a quick look at that plugin. It looks like it's designed to work with Bitcoin Core, the reference implementation for the bitcoin network. MultiChain has backwards compatibility with Bitcoin Core on the API level, so it should be relatively easy to integrate this plugin with MultiChain as well. We would recommend contacting the plugin authors to ask them if they can help with this – they will be the best versed in what is required.
answered Apr 17, 2018 by MultiChain
Thanks a lot, your quick answer is very much appreciated.
Klaus
...