Bitcoin Forum
May 07, 2024, 04:27:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 202 »
  Print  
Author Topic: [ANN][ICO]CREDITS - New Blockchain for financial industry [HARDCAP REACHED!]  (Read 37709 times)
Serenar
Member
**
Offline Offline

Activity: 177
Merit: 10


View Profile
February 18, 2018, 10:53:35 AM
 #1881

I got 2000cs for 0.4eth at the beginning of ICO but my profile in website now says 0.5eth which means can I buy again for 0.5eth Huh?
1715099232
Hero Member
*
Offline Offline

Posts: 1715099232

View Profile Personal Message (Offline)

Ignore
1715099232
Reply with quote  #2

1715099232
Report to moderator
1715099232
Hero Member
*
Offline Offline

Posts: 1715099232

View Profile Personal Message (Offline)

Ignore
1715099232
Reply with quote  #2

1715099232
Report to moderator
1715099232
Hero Member
*
Offline Offline

Posts: 1715099232

View Profile Personal Message (Offline)

Ignore
1715099232
Reply with quote  #2

1715099232
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715099232
Hero Member
*
Offline Offline

Posts: 1715099232

View Profile Personal Message (Offline)

Ignore
1715099232
Reply with quote  #2

1715099232
Report to moderator
1715099232
Hero Member
*
Offline Offline

Posts: 1715099232

View Profile Personal Message (Offline)

Ignore
1715099232
Reply with quote  #2

1715099232
Report to moderator
1715099232
Hero Member
*
Offline Offline

Posts: 1715099232

View Profile Personal Message (Offline)

Ignore
1715099232
Reply with quote  #2

1715099232
Report to moderator
bulacarango
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 18, 2018, 10:56:58 AM
 #1882


I was wrong to insert my wallet address on my profile (it was not compatible with erc 20), can I give ti address that appears to me for the donation but from another wallett address?
ryancpk
Newbie
*
Offline Offline

Activity: 96
Merit: 0


View Profile
February 18, 2018, 11:37:01 AM
 #1883

can anybody help me....I just need to know is the etn address on there site were I send my etn..or do I need to join first and if so were..thanks

Rightfully, you need to be whitelisted to join the crowd sale. However, someone not whitelisted managed to send ETH to the contract address listed on profile page and got the tokens.

You may try it.
Neo77
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 18, 2018, 11:54:22 AM
 #1884

Good day!
I've sent 0.4 ETH, less than the limit (0.5 ETH), but the txreceipt status fail
https://etherscan.io/tx/0xf9f3729fbac3abece04d684e2a838b1cba9f71a1ab2b10c6243751ac60b90a51
what should i do?
madpowah
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 18, 2018, 12:27:17 PM
 #1885

Be careful guys, this alpha doesn't work.

When you analyze the code, you can see the root acount which send 100 CS. This account can be monitor here : http://monitor.credits.com/monitor/Account/CSx7a8b3a7d8204983d246e6edbcbe21

At the beginning it worked but after 3h it was dead. After that impossible to create a transaction. The code can be a fake with just a DB which shutdown...

Next, you can see the code to generate the private key :

Code:
generateP(){

    let privateKey = Md5.hashStr(Date.now().toString()) + Md5.hashStr(this.adressKey).toString()  + Md5.hashStr(Math.floor(Math.random()*(1000000 - 10000) + 1).toString());

  privateKey = privateKey.substring(0,32)+ privateKey.substring(38,70);

    return (privateKey);
  }

OK, so the first 32 char are just a md5 of the timestamp ... w00 ! Only 6 char are random ... Serious ?

They told us to be 50 dev ... For me it's a lie, a newb dev better than that.
shewasfourteen
Sr. Member
****
Offline Offline

Activity: 686
Merit: 261



View Profile
February 18, 2018, 12:38:03 PM
 #1886

I dont know why people invest in a joke project like this.
quinney123
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 18, 2018, 12:45:10 PM
 #1887

Good day!
I've sent 0.4 ETH, less than the limit (0.5 ETH), but the txreceipt status fail
https://etherscan.io/tx/0xf9f3729fbac3abece04d684e2a838b1cba9f71a1ab2b10c6243751ac60b90a51
what should i do?

Limit is now 9.9ether

shewasfourteen
Sr. Member
****
Offline Offline

Activity: 686
Merit: 261



View Profile
February 18, 2018, 12:47:10 PM
 #1888

Be careful guys, this alpha doesn't work.

When you analyze the code, you can see the root acount which send 100 CS. This account can be monitor here : http://monitor.credits.com/monitor/Account/CSx7a8b3a7d8204983d246e6edbcbe21

At the beginning it worked but after 3h it was dead. After that impossible to create a transaction. The code can be a fake with just a DB which shutdown...

Next, you can see the code to generate the private key :

Code:
generateP(){

    let privateKey = Md5.hashStr(Date.now().toString()) + Md5.hashStr(this.adressKey).toString()  + Md5.hashStr(Math.floor(Math.random()*(1000000 - 10000) + 1).toString());

  privateKey = privateKey.substring(0,32)+ privateKey.substring(38,70);

    return (privateKey);
  }

OK, so the first 32 char are just a md5 of the timestamp ... w00 ! Only 6 char are random ... Serious ?

They told us to be 50 dev ... For me it's a lie, a newb dev better than that.

I said already back then in november, that i wouldnt trust the team. So many red flags and people still investing.
Ron302
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
February 18, 2018, 12:48:46 PM
 #1889

How can I add tokens on myetherwallet?
ngin-x
Full Member
***
Offline Offline

Activity: 308
Merit: 100


View Profile
February 18, 2018, 12:50:43 PM
 #1890

Man I don't know about you guys but this reeks of scam to me all of a sudden. I was willing to give this team a chance and the benefit of the doubt but now they change the terms of the sale in the middle of the ICO to not only discard the whitelist but also increase the individual cap from 0.5 ETH to 9.9 ETH. Many people who are perhaps at work or away from the computer and thought they had guaranteed for allocation for 24 hours are now gonna get rekt.

This is absolutely unprofessional and downright scammy in my opinion.
Neo77
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 18, 2018, 12:59:34 PM
 #1891

Good day!
I've sent 0.4 ETH, less than the limit (0.5 ETH), but the txreceipt status fail
https://etherscan.io/tx/0xf9f3729fbac3abece04d684e2a838b1cba9f71a1ab2b10c6243751ac60b90a51
what should i do?

Limit is now 9.9ether


Can anybody tell, what to do with txreceipt status fail ?
https://etherscan.io/tx/0xf9f3729fbac3abece04d684e2a838b1cba9f71a1ab2b10c6243751ac60b90a51
Fleisher
Jr. Member
*
Offline Offline

Activity: 189
Merit: 1


View Profile
February 18, 2018, 01:02:24 PM
 #1892

i am out. to many red flags.
my advice is to stay out of this ICO and buy if they launch mainnet.

buy me a beer with Tezos tz1eUaNAVLTxCkQ2zDjbiYzPfFpVETfbZsrX
https://www.binance.com/?ref=10999682
madpowah
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 18, 2018, 01:06:11 PM
 #1893

Be careful guys, this alpha doesn't work.

When you analyze the code, you can see the root acount which send 100 CS. This account can be monitor here : http://monitor.credits.com/monitor/Account/CSx7a8b3a7d8204983d246e6edbcbe21

At the beginning it worked but after 3h it was dead. After that impossible to create a transaction. The code can be a fake with just a DB which shutdown...

Next, you can see the code to generate the private key :

Code:
generateP(){

    let privateKey = Md5.hashStr(Date.now().toString()) + Md5.hashStr(this.adressKey).toString()  + Md5.hashStr(Math.floor(Math.random()*(1000000 - 10000) + 1).toString());

  privateKey = privateKey.substring(0,32)+ privateKey.substring(38,70);

    return (privateKey);
  }

OK, so the first 32 char are just a md5 of the timestamp ... w00 ! Only 6 char are random ... Serious ?

They told us to be 50 dev ... For me it's a lie, a newb dev better than that.

Ok now  I am ban because I talked about this code on their telegram. I really think it is a scam, the admins can't talk about their own code ... Normal ? ... or scam ?
aameeshah
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 18, 2018, 01:21:51 PM
 #1894

FUD FUD FUD All you want! Credits didn't put out a great Alpha. Sure! But they are not outright scam. Scammers don't do world tours and blockchain conferences. They don't put very low buy limits and Team is certainly not open. I may not be thrilled in their ability to develop great blockchain but they can hype and I guess they are good for a flip atleast Grin
adiki
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 18, 2018, 01:27:40 PM
 #1895

Sorry guys i am out .. Huh

Was not impress by the alpha , i hear people are participating with no kYC. most russian ico's have not really done well so far.

 i rather put in a low  cap that i know well. there is now way this will make a hit on day 1.

good luck 100X 1000X I will wait for more info and buy in the exchange . 

standards
Sr. Member
****
Offline Offline

Activity: 560
Merit: 261



View Profile
February 18, 2018, 01:52:00 PM
 #1896

The team are trying so hard to raise as much fund as they can.
They changed rules in the middle of the ICO without good reason.
I never saw any scam that is so obvious.
Feel sorry for those stupid participants.
amintek15
Sr. Member
****
Offline Offline

Activity: 770
Merit: 251


View Profile
February 18, 2018, 02:29:07 PM
Last edit: February 18, 2018, 02:49:27 PM by amintek15
 #1897

Finally I dropped some ETH in this ico even if you say there are a lot of red flags.. Since 2 years Im doing ICO and more  you see scam accusation morethere is possible to win. I saw many of projects accused to be scam and get me a lot of money so I'm ready to take the risk but I agree you shouldn't join if you are new. GL HF
Zoor50
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 18, 2018, 02:43:07 PM
 #1898

I don't feel bad for anyone that has been reading about this ico here and on telegram but still invest... They just delete all chat conversation that was post before 9:30am and telegram, and censoring everyone else
Dahman El_Harrachi
Hero Member
*****
Offline Offline

Activity: 630
Merit: 501



View Profile
February 18, 2018, 03:09:44 PM
 #1899

more than 11k ETH raised during ICO:
https://etherscan.io/address/0x5f8cba9226cf1d6ce56c0bf819e9ed562ff489e5
https://etherscan.io/address/0x75433a0bd720f639d38bbea08f4632da831a1dae
https://etherscan.io/address/0x3628078598b74cbe1e35587f893c079519e70ffa
https://etherscan.io/address/0x23b1fefa5ee3b2c33da5467dd30ae6a21376fbd7
https://etherscan.io/address/0x9d298e7ec094e14c353d08f101a8508cde851afd
https://etherscan.io/address/0xdecd0aea98ddaa3b1f028871170465828a6d0c22

hieubigkool
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 18, 2018, 03:44:26 PM
 #1900

it is important for us to launch a quality product without bugs that will satisfy you and our partners, which will give us a powerful impulse for further development of the project, it's the reason. Alpha will be released today. You have time for testing, respect the Devs work
Pages: « 1 ... 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 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 202 »
  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!