|
Kebooz
|
|
August 21, 2014, 11:00:55 AM |
|
Well done !!
|
|
|
|
Kebooz
|
|
August 21, 2014, 11:06:20 AM |
|
VOTE FOR CAPTCOIN We've lost 1 rank on HitBTC, please don't forget to daily vote - HitBTC / https://hitbtc.com/vote
Details : One vote/day per IP no need to register. If you are signed-in into your HitBTC account, your vote will be multiplied by 10 (but you can cast only one vote as a member).
Actual rank : 15th
- Bleutrade / https://bleutrade.com/voting/CAPT
Details : unlimited votes but it's not free... Vote fee : 0.0001 BTC / Registration required.
Actual rank : 31st
- SwapHole / https://www.swaphole.com/#!voting
Details : To vote for a certain coin click on the "Vote!" button of the row of the coin. You can also push votes by sending BTC to the stated BTC address of the coin of your choice. Please notice that each 0.00010000 BTC one vote will be added to the coin you support with your BTC transaction. Actual rank : 43rd
- C-CEX / https://c-cex.com/?id=vote
Details : You can vote for adding coin by depositing BTC to it's address. Actual rank : 35th
- Cryptofolio / http://cryptofolio.info/welcome/vote
Details : Accept free vote and paid vote (0.0005BTC/vote) Actual rank : 12th
|
|
|
|
ObscureBean
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
August 21, 2014, 11:11:24 AM |
|
Just added my vote on C-CEX, we are now 35th
|
|
|
|
Kebooz
|
|
August 21, 2014, 11:12:55 AM |
|
Just added my vote on C-CEX, we are now 35th Thanks ! I edited my post
|
|
|
|
kisrap
Full Member
Offline
Activity: 126
Merit: 100
A FIDUS ACHATE, STAYS LOST IN FLIGHT
|
|
August 21, 2014, 11:33:35 AM |
|
|
|
|
|
sumardi
Newbie
Offline
Activity: 24
Merit: 0
|
|
August 21, 2014, 11:56:59 AM |
|
Alpha Tester Required! (Read everything before applying) I've just finished the first API service: Receive Payments APIIt can be accessed here: It works very similarly to Blockchain's API, with these basic differences: - It works with CAPTcoin instead of Bitcoin (of course)
- It has an extra security for the merchant: A hash is sent with every callback. The actual key is sent only in the body of the SSL request when the address is generated. This is to make sure it's encrypt (unlike Blockchain, which asks the merchants to send a secret key via GET). So even if an attacker succeeds sniffing the traffic between the API and the merchant's server, he won't be able to simulate a callback. Learn more here (look for "salt_hash" and "security_hash").
- Transactions are forwarded to the merchant only after 6 confirmations. This is to prevent double-spend attacks (an extra security for the API).
- The code is 100% made from scratch.
This is the basic diagram explaining how it works: This service is in alpha stage nowSo I need testers: Beware all generated addresses will be destroyed after this phase is over. Do not use it on production yet.To test, please go to: https://api.captcoin.com/and read the full description and instructions. Basically, you need to call this URL, either from your browser (to test) or from your server: https://api.captcoin.com/receive?method=create&address=$receiving_address&callback=$callback_url Where: - $receiving_address: Your CAPTcoin address. Payments will be forwarded there
- $callback_url: The URL which will be called
Ideally, it'd be great if some of you can implement your own $callback_url for testing purposes. The site contains instructions and basic examples on how to achieve that. (I'm still working on a fork of https://github.com/blockchain/receive_payment_php_demo with a complete working example) If you're not able to do that, you can use this Callbak URL: https://api.captcoin.com/test.php Whenever it is called, it will just log the event here: https://api.captcoin.com/log.txtso you can confirm it. I made a simple tool to easily perform these tests: https://api.captcoin.com/test/Just follow these steps: - Go to https://api.captcoin.com/test/
- Enter your CAPTcoin address and your callback URL, and click "Send"
- Verify the response
- Check the callback that will be sent, and confirm by clicking "Test the Callback URL"
- Verify the response is as expected
- If that works fine, go eject and send some amount between ⟳0.1 and ⟳1 to the generated address.
- Check the callbacks (for example https://api.captcoin.com/log.txt) every 3 minutes.
- Verify the coins are forwarded after 6 confirmations.
Please, help testing this to be 100% it's ready for production Post any feedback. I repeat the warning: All generated addresses will be destroyed after the alpha period is over. Do not use it on production yet. That tool is great , it's a great step for any crypto ! I don't know api or something like that, just newbie programmer. So, I can't help you.. If i can about that, I want to be a tester..
|
|
|
|
EcuaMobi (OP)
Legendary
Offline
Activity: 1876
Merit: 1475
|
|
August 21, 2014, 12:00:38 PM |
|
Alpha Tester Required! (Read everything before applying) I've just finished the first API service: Receive Payments APIIt can be accessed here: It works very similarly to Blockchain's API, with these basic differences: - It works with CAPTcoin instead of Bitcoin (of course)
- It has an extra security for the merchant: A hash is sent with every callback. The actual key is sent only in the body of the SSL request when the address is generated. This is to make sure it's encrypt (unlike Blockchain, which asks the merchants to send a secret key via GET). So even if an attacker succeeds sniffing the traffic between the API and the merchant's server, he won't be able to simulate a callback. Learn more here (look for "salt_hash" and "security_hash").
- Transactions are forwarded to the merchant only after 6 confirmations. This is to prevent double-spend attacks (an extra security for the API).
- The code is 100% made from scratch.
This is the basic diagram explaining how it works: This service is in alpha stage nowSo I need testers: Beware all generated addresses will be destroyed after this phase is over. Do not use it on production yet.To test, please go to: https://api.captcoin.com/and read the full description and instructions. Basically, you need to call this URL, either from your browser (to test) or from your server: https://api.captcoin.com/receive?method=create&address=$receiving_address&callback=$callback_url Where: - $receiving_address: Your CAPTcoin address. Payments will be forwarded there
- $callback_url: The URL which will be called
Ideally, it'd be great if some of you can implement your own $callback_url for testing purposes. The site contains instructions and basic examples on how to achieve that. (I'm still working on a fork of https://github.com/blockchain/receive_payment_php_demo with a complete working example) If you're not able to do that, you can use this Callbak URL: https://api.captcoin.com/test.php Whenever it is called, it will just log the event here: https://api.captcoin.com/log.txtso you can confirm it. I made a simple tool to easily perform these tests: https://api.captcoin.com/test/Just follow these steps: - Go to https://api.captcoin.com/test/
- Enter your CAPTcoin address and your callback URL, and click "Send"
- Verify the response
- Check the callback that will be sent, and confirm by clicking "Test the Callback URL"
- Verify the response is as expected
- If that works fine, go eject and send some amount between ⟳0.1 and ⟳1 to the generated address.
- Check the callbacks (for example https://api.captcoin.com/log.txt) every 3 minutes.
- Verify the coins are forwarded after 6 confirmations.
Please, help testing this to be 100% it's ready for production Post any feedback. I repeat the warning: All generated addresses will be destroyed after the alpha period is over. Do not use it on production yet. That tool is great , it's a great step for any crypto ! I don't know api or something like that, just newbie programmer. So, I can't help you.. If i can about that, I want to be a tester.. If you're not a developer, you can help by going to: https://api.captcoin.com/test/And entering your address and this callback URL: https://api.captcoin.com/test.phpAs posted.
|
|
|
|
sumardi
Newbie
Offline
Activity: 24
Merit: 0
|
|
August 21, 2014, 12:12:32 PM |
|
Alpha Tester Required! (Read everything before applying) I've just finished the first API service: Receive Payments APIIt can be accessed here: It works very similarly to Blockchain's API, with these basic differences: - It works with CAPTcoin instead of Bitcoin (of course)
- It has an extra security for the merchant: A hash is sent with every callback. The actual key is sent only in the body of the SSL request when the address is generated. This is to make sure it's encrypt (unlike Blockchain, which asks the merchants to send a secret key via GET). So even if an attacker succeeds sniffing the traffic between the API and the merchant's server, he won't be able to simulate a callback. Learn more here (look for "salt_hash" and "security_hash").
- Transactions are forwarded to the merchant only after 6 confirmations. This is to prevent double-spend attacks (an extra security for the API).
- The code is 100% made from scratch.
This is the basic diagram explaining how it works: This service is in alpha stage nowSo I need testers: Beware all generated addresses will be destroyed after this phase is over. Do not use it on production yet.To test, please go to: https://api.captcoin.com/and read the full description and instructions. Basically, you need to call this URL, either from your browser (to test) or from your server: https://api.captcoin.com/receive?method=create&address=$receiving_address&callback=$callback_url Where: - $receiving_address: Your CAPTcoin address. Payments will be forwarded there
- $callback_url: The URL which will be called
Ideally, it'd be great if some of you can implement your own $callback_url for testing purposes. The site contains instructions and basic examples on how to achieve that. (I'm still working on a fork of https://github.com/blockchain/receive_payment_php_demo with a complete working example) If you're not able to do that, you can use this Callbak URL: https://api.captcoin.com/test.php Whenever it is called, it will just log the event here: https://api.captcoin.com/log.txtso you can confirm it. I made a simple tool to easily perform these tests: https://api.captcoin.com/test/Just follow these steps: - Go to https://api.captcoin.com/test/
- Enter your CAPTcoin address and your callback URL, and click "Send"
- Verify the response
- Check the callback that will be sent, and confirm by clicking "Test the Callback URL"
- Verify the response is as expected
- If that works fine, go eject and send some amount between ⟳0.1 and ⟳1 to the generated address.
- Check the callbacks (for example https://api.captcoin.com/log.txt) every 3 minutes.
- Verify the coins are forwarded after 6 confirmations.
Please, help testing this to be 100% it's ready for production Post any feedback. I repeat the warning: All generated addresses will be destroyed after the alpha period is over. Do not use it on production yet. That tool is great , it's a great step for any crypto ! I don't know api or something like that, just newbie programmer. So, I can't help you.. If i can about that, I want to be a tester.. If you're not a developer, you can help by going to: https://api.captcoin.com/test/And entering your address and this callback URL: https://api.captcoin.com/test.phpAs posted. I do it. But show like called url, response, user instructions etc. What should I do?
|
|
|
|
EcuaMobi (OP)
Legendary
Offline
Activity: 1876
Merit: 1475
|
|
August 21, 2014, 12:17:25 PM |
|
Alpha Tester Required! (Read everything before applying) I've just finished the first API service: Receive Payments APIIt can be accessed here: It works very similarly to Blockchain's API, with these basic differences: - It works with CAPTcoin instead of Bitcoin (of course)
- It has an extra security for the merchant: A hash is sent with every callback. The actual key is sent only in the body of the SSL request when the address is generated. This is to make sure it's encrypt (unlike Blockchain, which asks the merchants to send a secret key via GET). So even if an attacker succeeds sniffing the traffic between the API and the merchant's server, he won't be able to simulate a callback. Learn more here (look for "salt_hash" and "security_hash").
- Transactions are forwarded to the merchant only after 6 confirmations. This is to prevent double-spend attacks (an extra security for the API).
- The code is 100% made from scratch.
This is the basic diagram explaining how it works: This service is in alpha stage nowSo I need testers: Beware all generated addresses will be destroyed after this phase is over. Do not use it on production yet.To test, please go to: https://api.captcoin.com/and read the full description and instructions. Basically, you need to call this URL, either from your browser (to test) or from your server: https://api.captcoin.com/receive?method=create&address=$receiving_address&callback=$callback_url Where: - $receiving_address: Your CAPTcoin address. Payments will be forwarded there
- $callback_url: The URL which will be called
Ideally, it'd be great if some of you can implement your own $callback_url for testing purposes. The site contains instructions and basic examples on how to achieve that. (I'm still working on a fork of https://github.com/blockchain/receive_payment_php_demo with a complete working example) If you're not able to do that, you can use this Callbak URL: https://api.captcoin.com/test.php Whenever it is called, it will just log the event here: https://api.captcoin.com/log.txtso you can confirm it. I made a simple tool to easily perform these tests: https://api.captcoin.com/test/Just follow these steps: - Go to https://api.captcoin.com/test/
- Enter your CAPTcoin address and your callback URL, and click "Send"
- Verify the response
- Check the callback that will be sent, and confirm by clicking "Test the Callback URL"
- Verify the response is as expected
- If that works fine, go eject and send some amount between ⟳0.1 and ⟳1 to the generated address.
- Check the callbacks (for example https://api.captcoin.com/log.txt) every 3 minutes.
- Verify the coins are forwarded after 6 confirmations.
Please, help testing this to be 100% it's ready for production Post any feedback. I repeat the warning: All generated addresses will be destroyed after the alpha period is over. Do not use it on production yet. That tool is great , it's a great step for any crypto ! I don't know api or something like that, just newbie programmer. So, I can't help you.. If i can about that, I want to be a tester.. If you're not a developer, you can help by going to: https://api.captcoin.com/test/And entering your address and this callback URL: https://api.captcoin.com/test.phpAs posted. I do it. But show like called url, response, user instructions etc. What should I do? You can do this: - Go to https://api.captcoin.com/test/
- Enter your CAPTcoin address and your callback URL, and click "Send"
- Verify the response
- Check the callback that will be sent, and confirm by clicking "Test the Callback URL"
- Verify the response is as expected
- If that works fine, go eject and send some amount between ⟳0.1 and ⟳1 to the generated address.
|
|
|
|
Gizfreak
Legendary
Offline
Activity: 1162
Merit: 1000
Allergic to false promises
|
|
August 21, 2014, 12:20:42 PM |
|
|
|
|
|
EseQueL
Newbie
Offline
Activity: 36
Merit: 0
|
|
August 21, 2014, 12:42:25 PM Last edit: August 21, 2014, 01:28:38 PM by EseQueL |
|
requesting for CAPTcoin banners for promotion. i wanna promote this on traffic exchanges i know but I can't really find banners for it ok i made one from online banner makers @_@ i know it's simple and kinda lame, not really good at this lol https://i.imgur.com/D6gbS7F.gif
|
|
|
|
Kebooz
|
|
August 21, 2014, 01:16:05 PM |
|
|
|
|
|
garasi
Newbie
Offline
Activity: 6
Merit: 0
|
|
August 21, 2014, 01:40:25 PM |
|
Why you prefer using lazycoin?
|
|
|
|
kisrap
Full Member
Offline
Activity: 126
Merit: 100
A FIDUS ACHATE, STAYS LOST IN FLIGHT
|
|
August 21, 2014, 02:10:02 PM |
|
i love animations, am all laughter right now, thanks for this moment
|
|
|
|
EcuaMobi (OP)
Legendary
Offline
Activity: 1876
Merit: 1475
|
|
August 21, 2014, 02:42:34 PM |
|
|
|
|
|
torrantz
Sr. Member
Offline
Activity: 1063
Merit: 253
Sovryn - Brings DeFi to Bitcoin
|
|
August 21, 2014, 03:07:18 PM |
|
|
|
|
|
kisrap
Full Member
Offline
Activity: 126
Merit: 100
A FIDUS ACHATE, STAYS LOST IN FLIGHT
|
|
August 21, 2014, 03:08:30 PM |
|
hope after the distribution, more places out their will accept captcoin or even become one of the major cryptocoins next to bitcoin
|
|
|
|
Goldensun343
Newbie
Offline
Activity: 36
Merit: 0
|
|
August 21, 2014, 03:22:39 PM |
|
requesting for CAPTcoin banners for promotion. i wanna promote this on traffic exchanges i know but I can't really find banners for it ok i made one from online banner makers @_@ i know it's simple and kinda lame, not really good at this lol https://i.imgur.com/D6gbS7F.gifWhat size do you need? I might be able to make something. Here's one I just did. Simple and clean. https://i.imgur.com/msjHtpr.jpg
|
|
|
|
Kebooz
|
|
August 21, 2014, 04:32:16 PM Last edit: August 21, 2014, 04:54:31 PM by Kebooz |
|
VOTE FOR CAPTCOIN We've lost 1 rank on HitBTC, please don't forget to daily vote We must all vote four CAPT in those exchanges ! Please take some time to help Capt. - HitBTC / https://hitbtc.com/vote
Details : One vote/day per IP no need to register. If you are signed-in into your HitBTC account, your vote will be multiplied by 10 (but you can cast only one vote as a member).
Actual rank : 15th
- Bleutrade / https://bleutrade.com/voting/CAPT
Details : unlimited votes but it's not free... Vote fee : 0.0001 BTC / Registration required.
Actual rank : 31st
- SwapHole / https://www.swaphole.com/#!voting
Details : To vote for a certain coin click on the "Vote!" button of the row of the coin. You can also push votes by sending BTC to the stated BTC address of the coin of your choice. Please notice that each 0.00010000 BTC one vote will be added to the coin you support with your BTC transaction. Actual rank : 43rd
- C-CEX / https://c-cex.com/?id=vote
Details : You can vote for adding coin by depositing BTC to it's address. Actual rank : 35th
- Cryptofolio / http://cryptofolio.info/welcome/vote
Details : Accept free vote and paid vote (0.0005BTC/vote) Actual rank : 8th
|
|
|
|
|