HowlingMad
Member
Actually since you brought this up, is there any docs for the whole run from the command line thing? I am sort of working on a payment module for osCommerce to accept DASH. I want to design it first and then hire some people to write it. I would need to create a payment address per order, etc....so looking for some NOOB docs on getting this layed out.
UdjinM6 stated:
I would like to learn all of this so I am a little better edumacated (misspelling intentional) about the whole process. Most websites are PHP5 at the moment, and to build the local functionality is going to involve C++, Python, or something similar.
If everyone pitches in and lays down a process for how this should work, it may help others in the future.
UdjinM6 stated:
I am ok with coinpayments and their 0.5% fee at the moment, but I want to open a Precious Metals store and the markups for this type of product is well below 5%. So if their fee increases alot then it is not worth it even as a hobby.For task like you mentioned you would need RPC calls and I guess most of them would be the same as for bitcoin https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
You can also open console in qt-wallet and type "help" to get the list or "help somecommand" to get description (and sometimes examples) on specific somecommand command.
Wondering why you need to write smth at all to accept Dash on osCommerce btw... Have you seen https://www.coinpayments.net/ and their https://www.coinpayments.net/merchant-tools-plugins ?
I would like to learn all of this so I am a little better edumacated (misspelling intentional) about the whole process. Most websites are PHP5 at the moment, and to build the local functionality is going to involve C++, Python, or something similar.
If everyone pitches in and lays down a process for how this should work, it may help others in the future.