Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - domi771

Pages: [1]
1
BitShares PTS / Re: Exchanges
« on: September 25, 2014, 09:37:01 pm »
Bitshares PTS can be traded since today on EUROCEX: https://www.eurocex.com/market/btcpts

2
Deutsch (German) / Re: [PTS] Exchanges
« on: September 25, 2014, 09:19:21 pm »
seit Heute auch unter hier:

EUROCEX

https://www.eurocex.com/market/btcpts

3
Technical Support / Re: BitSharesX/config.json walletnotify equivalent
« on: September 25, 2014, 09:08:28 pm »
true - but still its some ruby code together with BitsharesX  :D I am surprised that there are not yet any "easy" implementations or at least examples of the basic functions the good old Bitcoin is offering.

4
Technical Support / Re: BitSharesX/config.json walletnotify equivalent
« on: September 25, 2014, 08:04:04 pm »
thank you guys! I am using ruby but will see what I can achieve the next few days. More help/links/info welcomed since we really want to have BTSX listed on our exchange asap :)

5
Technical Support / Re: BitSharesX/config.json walletnotify equivalent
« on: September 24, 2014, 10:30:49 pm »
thank you for the reply.

but other exchanges do have BitsharesX listed and are trading them. Therefore it must be possible to communicate with the BitsharesX client somehow as well?

6
Technical Support / BitSharesX/config.json walletnotify equivalent
« on: September 24, 2014, 06:39:20 pm »
I am currently integrating BitsharesX into our crypto exchnage. PTS we could integrate like any other coin - however BitsharesX client is different.

What do I need to enter in the config.json file in order to have the same functionality as walletnotify with a regular coin?

What I have done so far is:

1) https://github.com/dacsunlimited/bitsharesx installed and compiled btsx client
2) ./bitshares_client --server -> downloaded blockchain and started client as server
3) /home/deploy/.BitSharesX/config.json -> my config looks like this:

   
    {
      "rpc": {
        "enable": true,
        "rpc_user": "myuser",
        "rpc_password": "mypass",
        "rpc_endpoint": "127.0.0.1:0",
        "httpd_endpoint": "127.0.0.1:0",
        "htdocs": "./htdocs"
         },
         ....

      "growl_notify_endpoint": null,
      "growl_password": null,
      "growl_bitshares_client_identifier": null
    }

I guess I would add the line

    walletnotify=/usr/local/sbin/rabbitmqadmin publish routing_key=deposit.coin payload='{"txid":"%s", "channel_key":"bitsharesx"}

to growl_notify_endpoint ?

Pages: [1]