Bitcoin Forum
May 27, 2024, 06:04:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 [77] 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ... 173 »
  Print  
Author Topic: [CAPT] CAPTcoin  (Read 1059754 times)
Taxidermista
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001



View Profile
August 20, 2014, 08:22:49 PM
 #1521

What the fuck is going on with this coin? I did a transaction 4 hours ago and still 0 of 4 confirmations??!!

Txid: 14856e66d9c2e5b44e37fe7c99cbba91725889e57547e1be52321a34420263a9

EcuaMobi (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1469


https://Ecua.Mobi


View Profile WWW
August 20, 2014, 08:30:41 PM
 #1522

What the fuck is going on with this coin? I did a transaction 4 hours ago and still 0 of 4 confirmations??!!

Txid: 14856e66d9c2e5b44e37fe7c99cbba91725889e57547e1be52321a34420263a9

I see it has 8 confirmations now.

Gizfreak
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Allergic to false promises


View Profile
August 20, 2014, 08:42:21 PM
 #1523

Feels good to be part of this community. Especially with an engaged founder/dev like EquaMobi that succeeds in interesting newcomers to the cryptoscene.
In CAPTcoin I Trust  Wink
MyPotPlantDied
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
August 20, 2014, 08:46:57 PM
 #1524

Wow, I just saw this thread. What an interesting new way to distribute coins. CLAMS is pretty cool, but here anyone can get some coins, even if you don't have many Bitcoin addresses. I love it!
kbroadfoot
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000


Bass Player


View Profile
August 20, 2014, 09:13:38 PM
 #1525

Wow, I just saw this thread. What an interesting new way to distribute coins. CLAMS is pretty cool, but here anyone can get some coins, even if you don't have many Bitcoin addresses. I love it!

I like CLAMS too  Smiley

karlb187
Full Member
***
Offline Offline

Activity: 210
Merit: 100

Need To Contact Me? Go To My Site!


View Profile WWW
August 20, 2014, 10:08:56 PM
 #1526



 Wink

   Bitcoin Faucet List Maker      Makes Your Bitcoin Commissions Explode!   (100% FREE)
   Paid to Post Bitcoin Forum      Earn Up To 3,000 Satoshi Per Post!  
 ▥ SKYPE: karl.moneyinpjs ▥ ▦ TWITTER: @karlmoneyinpjs
EcuaMobi (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1469


https://Ecua.Mobi


View Profile WWW
August 21, 2014, 12:14:33 AM
 #1527

Alpha Tester Required!
(Read everything before applying)

I've just finished the first API service: Receive Payments API

It 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 now

So 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:

Code:
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:
Code:
https://api.captcoin.com/test.php

Whenever it is called, it will just log the event here:
https://api.captcoin.com/log.txt
so 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 Smiley


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.

BertCoin
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile WWW
August 21, 2014, 01:02:53 AM
 #1528

I find really hard to synchronize the Captcoin Desktop wallet to server. Cry
Kebooz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
August 21, 2014, 02:35:08 AM
 #1529

VOTE FOR CAPTCOIN

  • 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 : 14th


  • 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 : 42nd



Reward will half in 3 days... Spread the word and go claim the max coin you can !

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
           ⟳ CAPTcoin: The crypto-currency for everyone.
      Get your share now! (5% extra if you use a referral link)
lobat999
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 310



View Profile
August 21, 2014, 02:36:18 AM
 #1530

I hope there will be a linux wallet soon.
MacDuro
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
August 21, 2014, 02:49:46 AM
 #1531

Alpha Tester Required!
(Read everything before applying)

I've just finished the first API service: Receive Payments API

It 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 now

So 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:

Code:
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:
Code:
https://api.captcoin.com/test.php

Whenever it is called, it will just log the event here:
https://api.captcoin.com/log.txt
so 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 Smiley


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 !
Anddos
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 21, 2014, 03:25:44 AM
 #1532

on the input captcha screen, i have done all 3 and pressed claim my reward and nothing happens?

EcuaMobi (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1469


https://Ecua.Mobi


View Profile WWW
August 21, 2014, 03:26:32 AM
 #1533

Payouts are up-to-date:

http://explore.captcoin.com/tx/4ed694874db03b881ce73924b50704dad191f3a934860b538a007d3b3b7c78dd
http://explore.captcoin.com/tx/b87f029f8c24e1665afb3cc1fea5df7dee1dd70e7bf25e93a677e292987654a7
http://explore.captcoin.com/tx/d1fcf724da2253f6be7b9bfa9715b649c7ddafa05644cb33e51661c27f1a691e
http://explore.captcoin.com/tx/21e4ebe7ccea2d456c9e9ed74b35154da2f1571b306e928beef8d579115174a9
http://explore.captcoin.com/tx/bcc4a64b17b9fbc56106b7d27d87d68d95b91ba08b4b63ede8ce319346d7c808
http://explore.captcoin.com/tx/cdc9e224ed093b063061eb7b22e9abeff214b93235e18a1aa1ea3de9537ccd44
http://explore.captcoin.com/tx/3a7765576ff4c381f17f912332867599e98eaf47a429a459a28266c43fce582b
http://explore.captcoin.com/tx/9d6d157a1cca037036c657128fa80da2e7e9854a4a651d7f2a393a8faf2fe06b
http://explore.captcoin.com/tx/c2bef9f89cac0c909d85288ff1b5603cbbf0be25cb619712914d9366c8117024
http://explore.captcoin.com/tx/db8760792a141b1c124d82679da5f194c0f07f072b7b1177838fc4954505a2ff

http://get.captcoin.com/addresses.html
http://get.captcoin.com/tx.html

EcuaMobi (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1469


https://Ecua.Mobi


View Profile WWW
August 21, 2014, 03:28:04 AM
 #1534

on the input captcha screen, i have done all 3 and pressed claim my reward and nothing happens?

Do you have Javascript enabled?

Did you get an error message?

Do you see "Please wait Xs to submit" above the button?

Anddos
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 21, 2014, 03:36:14 AM
 #1535

actually you only get a certain amount of time,i am having problems with the wallet syncing tho
what happens if you change the % to 0 for bountyfund and the developer?

Total claimed: 0.4963 • Claims: 1

Ive done about 4 capchas so far, so why is does it say ive only done 1?

EcuaMobi (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1469


https://Ecua.Mobi


View Profile WWW
August 21, 2014, 03:56:43 AM
 #1536

actually you only get a certain amount of time,i am having problems with the wallet syncing tho
what happens if you change the % to 0 for bountyfund and the developer?

Total claimed: 0.4963 • Claims: 1

Ive done about 4 capchas so far, so why is does it say ive only done 1?

Most probably, some captcha was wrong the other 3 times. You get a message either confirming your claim or showing the error every time.

If you set the donation to 0, then you won't support the development. But of course you can do so.

Anddos
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 21, 2014, 04:01:27 AM
 #1537

got the hang of it now, i was doing times for that plus sign :/
why isnt the wallet syncing?

Depredation
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
August 21, 2014, 04:04:26 AM
Last edit: August 21, 2014, 06:07:19 AM by Depredation
 #1538

I don't know if this is the right place, but does anyone want to trade 1400 capt for a 19$ amazon e-gift card?
Edit: nevermind

                              ▄█▄         ▄█▄
                            ▄████▀      ▄████▀
                          ▄████▀      ▄████▀
                        ▄████▀      ▄████▀
                      ▄████▀      ▄████▀
                    ▄████▀      ▄████▀
 ▄█▄          ▄      ▀█▀      ▄████▀
▀████▄      ▄███▄           ▄████▀
  ▀████▄     ▀████▄       ▄████▀
    ▀████▄     ▀████▄   ▄████▀
      ▀████▄     ▀████▄████▀
        ▀████▄     ▀█████▀
          ▀█▀        ▀█▀
.verify.▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
bakeo
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
August 21, 2014, 04:06:20 AM
 #1539

I hope there will be a linux wallet soon.

I got it compiled on Zorin, maybe dev knows if I can just give you a copy or if it has to be compiled on each distro specifically. I did have to modify the .pro with these instructions to get it to compile. http://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/
bintara
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
August 21, 2014, 10:20:33 AM
 #1540

yea. i prefer using http://lazycoins.com than others Kiss
Pages: « 1 ... 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 [77] 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ... 173 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!