Bitcoin Forum
April 26, 2024, 04:26:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 ... 510 »
  Print  
Author Topic: [ANN] eBTC | The New (ERC20) Bitcoin  (Read 264580 times)
orvant
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 06, 2017, 10:19:17 PM
 #2621

Satoshi21:
Hey guys to answer your questions, there is a bug in the token contract. The function distributeEBTC in the token contract was found to allow the owner of contract (me) to essentially mint unlimited new tokens, luckily it can only be called by the me. I have not exploited the bug, and I will never exploit the bug. The supply of eBTC will forever remain at 21,000,000 tokens. As soon as it was discovered, the team collectively started brainstorming ideas immediately on how to address the situation and possible solutions. A game plan has formed and will be implemented in the coming days and weeks.

where the link  ?
1714148789
Hero Member
*
Offline Offline

Posts: 1714148789

View Profile Personal Message (Offline)

Ignore
1714148789
Reply with quote  #2

1714148789
Report to moderator
1714148789
Hero Member
*
Offline Offline

Posts: 1714148789

View Profile Personal Message (Offline)

Ignore
1714148789
Reply with quote  #2

1714148789
Report to moderator
1714148789
Hero Member
*
Offline Offline

Posts: 1714148789

View Profile Personal Message (Offline)

Ignore
1714148789
Reply with quote  #2

1714148789
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714148789
Hero Member
*
Offline Offline

Posts: 1714148789

View Profile Personal Message (Offline)

Ignore
1714148789
Reply with quote  #2

1714148789
Report to moderator
piepu75
Member
**
Offline Offline

Activity: 127
Merit: 10



View Profile
October 06, 2017, 10:23:40 PM
 #2622

I don't know what to make of it...

Code:
function distributeEBTC(address[] addresses) onlyOwner {
    for (uint i = 0; i < addresses.length; i++) {
        balances[owner] -= 245719916000;
        balances[addresses[i]] += 245719916000;
        Transfer(owner, addresses[i], 245719916000);
    }
}

2457.19916 was the amount airdropped to each participant, wasn't it ?

I'm not a pro coder, but in row 2 i believe it should be unit instead of uint. Moreover the code seems ok, just the 2457,19916 eBTC everyone got!

Just someone who's trying to FUD the weak hands...


It’s very very unfair. When I have found this AirDrop I understand that every person will have their eBTC in the AirDrop, despite the total number of partecipants .

So, for example if there was 10,000 people partecipants, so the dev must have to do only a simple division: 21,000,000 eBTC / 10,000 people.... so all the people will have 2,100 eBTC each one.
Even if there was 1,000,000 of people partecipants in the AirDrop.... so the dev must divide 21,000,000 eBTC / 1,000,000 people.... so every partecipants has had their 21 eBTC.

This could be  a fairy distribution via AirDrop.... and not a fixed amount of 2,450 eBTC Coin to be divided to only few people, the first lucky people that signed up first, some of which made multiple registration with multiple email and ETH addr belonging to the same person.

Many people, me included, signed up for AirDrop, received correctly the confirmation email, but not received the eBTC token.

This is very unfair AirDrop and distribution.
vegaed1
Full Member
***
Offline Offline

Activity: 406
Merit: 100



View Profile
October 06, 2017, 10:25:55 PM
 #2623

is it normal to have pending transaction about an hour on etherdelta? its taking to long.

On the top right corner of etherdelta change the gas price from 6 or 8 whatever it is set at to 21. It will transact MUCH faster. Seconds to minutes.

I read about by fails of gas, people change the gas price but there was error, idk why but etherdelta quite not comfortable exchange  Smiley

Etherdelta is not a big exchange. Yesterday and today ebtc volume is higher by 3 or 4 times than any other coin on there. On average a transaction is a few seconds to a few minutes for me but these last two day it has been ridiculous. I've always used 8-10 gas and it works fine but after the last few days I raised it due to the delays.
LbtalkL
Full Member
***
Offline Offline

Activity: 1176
Merit: 162


View Profile
October 06, 2017, 10:28:33 PM
 #2624

is it normal to have pending transaction about an hour on etherdelta? its taking to long.

On the top right corner of etherdelta change the gas price from 6 or 8 whatever it is set at to 21. It will transact MUCH faster. Seconds to minutes.
I have change it to 21 but theres ongoing transaction still pending.
and im stuck cannot do any transaction.
vegaed1
Full Member
***
Offline Offline

Activity: 406
Merit: 100



View Profile
October 06, 2017, 10:30:53 PM
 #2625

is it normal to have pending transaction about an hour on etherdelta? its taking to long.

On the top right corner of etherdelta change the gas price from 6 or 8 whatever it is set at to 21. It will transact MUCH faster. Seconds to minutes.
I have change it to 21 but theres ongoing transaction still pending.

Yes as I just mentioned above there is still a little delay with 21 gas but it shouldn't be too long. I'm using 14 gas right now and it's taking a few minutes.
LIN_CHAO
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
October 06, 2017, 10:31:05 PM
 #2626

Satoshi21:
Hey guys to answer your questions, there is a bug in the token contract. The function distributeEBTC in the token contract was found to allow the owner of contract (me) to essentially mint unlimited new tokens, luckily it can only be called by the me. I have not exploited the bug, and I will never exploit the bug. The supply of eBTC will forever remain at 21,000,000 tokens. As soon as it was discovered, the team collectively started brainstorming ideas immediately on how to address the situation and possible solutions. A game plan has formed and will be implemented in the coming days and weeks.

I'm glad to hear the devs address the issue. I still think that is a giant flaw in the code, so I hope they can come up with a satisfactory remedy.  This coin seems like it was reasonably fairly distributed (of course some people abused it with multiple accounts but can't be helped) and already gained a lot of traction.  I'd hate to see an oversight like this be the death of an interesting project with such an active community.

When you put anything that Dev has posted, put the source, a link, if not you're just fudder.

The only thing I know he posted was this( https://twitter.com/ebtctoken/status/916392567087955968 ), if you put more words into what he said, you're just a liar. MAKE A RELIABLE SOURCE OF WHAT HE POSTED.
Meatboy
Full Member
***
Offline Offline

Activity: 138
Merit: 100


View Profile
October 06, 2017, 10:31:21 PM
 #2627

I see a coin, shows great potential Cheesy. good luck Dev. joined (buying coins from etherdelta). Cool
CryptoJojo
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 06, 2017, 10:32:46 PM
 #2628

The coin is in recovery period, hope to solve the coding problem and we see the whitepaper and good exchanges.


It has good potential.

hashmaster1
Hero Member
*****
Offline Offline

Activity: 851
Merit: 1000


Do You Even Onion Bro?


View Profile
October 06, 2017, 10:33:38 PM
 #2629

is it normal to have pending transaction about an hour on etherdelta? its taking to long.

On the top right corner of etherdelta change the gas price from 6 or 8 whatever it is set at to 21. It will transact MUCH faster. Seconds to minutes.
I have change it to 21 but theres ongoing transaction still pending.
log in your my ether wallet and click send offline, copy the from and to addresses into the correct fields, and click generate transaction, set the ether amount to 0 don't change anything else, Enter your method of unlocking wallet, sign the transaction and send it, it will cancel out  you're previous transaction

                                 
                  █████████████████████████████▒
               ▒███████████████████████████████▓░
             ▒████▓                         ░▓███▒░░
         ░▒▓████▓░                            ░▓███▓▓▒▒░░
▓▓▓▓▓████████▓▒               ░░░▒▒▒▒▒░         ░▒█████████▓▓▓▓▓
████████▓▒▒░              ░▒▓▓▓▒▒▒▒▒▒▒▓▓▓▓▒         ░░▒▒████████
▓██▓                   ░▒▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▓███▒░             ███▓
▒███                 ░▓█▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓█████▒░         ▓▓█░
░█▓█░               ▓█▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓█████▓██░     ▓███░
 ▓██▓             ▒██▒▒░▒▒▒▒▒▒▒░▒▒▒▒▒▒▒▒▒▒▒░▒▒░  ░▓█▓      ███▓
 ▒█▓█░           ▓█▓▒▒▒▒▒▒▒▒▒▒░▒░▒░░░░░▒▒░ ░▒░░▓███▓      ▒███▒
  █▓█▓          ▓█▓▒▓▒▒▒▒░░░░░░░░░░░░▒▓▒▒░░▒▒▓█████░      ███▓
  ▒█▓█░        ░██▓▓▒░░░░░░░░░▒▓▒░ ░░░ ░░▒▒▓▓▓▓▓█▒█░     ▓███▒
   ▓▓▓▓        ███▒░░░░░▒░░░▒▒▒▒▒░░░░░▒▒▒▒▒▒▒▒▒▓▓ █░    ▒███▒
   ░▓▓▓▓   ░▒▒ █▓▒▒▒▒▒▓▓▓▒░▒░░░░░░░▒▒▒▒▒▒▒▒▒░▒▒▓ ▒█    ░████▒
    ░▓▒▓▒ ░▓████▓▓▓▒▒▒▓▒░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ██   ░████▒
     ▒▓▓██  ▓████▓▒▒░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒░▒░▒▒░ ░██▒  ░████▒
      ▓████  ░██████▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░  ░███▓  ░████░
       ▒████   ▓█▓░█████▓▓▒▒▒▒▒▒▒▒▒▒░░░░░░▒▓████░  ▒████▒
        ░████▒  ▒░   ▒██████▓▓▓▒▒▒▒▒▒▒▓██████▓░   ▓████▒
          ████▓         ░▒▓██████████████▓░░    ░████▓
           ▒████▒                              ▓████░
             ▓████░                          ▒████▒
              ░████▓░                      ▒████▓
                ░████▓░                  ▒████▓░
                  ░████▓░              ▒████▓░
                     ░▓████▒          ▓████▒░
                       ░▒████▓░    ▒████▓▒
                          ░▓████▓▓████▓░
                             ▒█████▓░
                               ░▒▒░
✬✬✬✬✬

KiparisD
Full Member
***
Offline Offline

Activity: 323
Merit: 101


View Profile
October 06, 2017, 10:36:07 PM
 #2630

Are we need to add custom token MEW for display this tokens, i see it on my wallet with proper value, but MEW tokens list displaying no EBTC token  Huh
LbtalkL
Full Member
***
Offline Offline

Activity: 1176
Merit: 162


View Profile
October 06, 2017, 10:36:36 PM
 #2631

is it normal to have pending transaction about an hour on etherdelta? its taking to long.

On the top right corner of etherdelta change the gas price from 6 or 8 whatever it is set at to 21. It will transact MUCH faster. Seconds to minutes.
I have change it to 21 but theres ongoing transaction still pending.
log in your my ether wallet and click send offline, copy the from and to addresses into the correct fields, and click generate transaction, set the ether amount to 0 don't change anything else, Enter your method of unlocking wallet, sign the transaction and send it, it will cancel out  you're previous transaction
I dont use myetherwallet, I just create new wallet on etherdelta and send my funds there. how should I cancel it from there?
falanya
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
October 06, 2017, 10:38:27 PM
 #2632

Satoshi21:
Hey guys to answer your questions, there is a bug in the token contract. The function distributeEBTC in the token contract was found to allow the owner of contract (me) to essentially mint unlimited new tokens, luckily it can only be called by the me. I have not exploited the bug, and I will never exploit the bug. The supply of eBTC will forever remain at 21,000,000 tokens. As soon as it was discovered, the team collectively started brainstorming ideas immediately on how to address the situation and possible solutions. A game plan has formed and will be implemented in the coming days and weeks.

where the link  ?

https://t.me/joinEBTC
juanmix
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
October 06, 2017, 10:38:50 PM
 #2633

is it normal to have pending transaction about an hour on etherdelta? its taking to long.

On the top right corner of etherdelta change the gas price from 6 or 8 whatever it is set at to 21. It will transact MUCH faster. Seconds to minutes.
I have change it to 21 but theres ongoing transaction still pending.
log in your my ether wallet and click send offline, copy the from and to addresses into the correct fields, and click generate transaction, set the ether amount to 0 don't change anything else, Enter your method of unlocking wallet, sign the transaction and send it, it will cancel out  you're previous transaction
I dont use myetherwallet, I just create new wallet on etherdelta and send my funds there. how should I cancel it from there?

I did it and had 0 issues
vegaed1
Full Member
***
Offline Offline

Activity: 406
Merit: 100



View Profile
October 06, 2017, 10:50:11 PM
 #2634

is it normal to have pending transaction about an hour on etherdelta? its taking to long.

On the top right corner of etherdelta change the gas price from 6 or 8 whatever it is set at to 21. It will transact MUCH faster. Seconds to minutes.
I have change it to 21 but theres ongoing transaction still pending.
log in your my ether wallet and click send offline, copy the from and to addresses into the correct fields, and click generate transaction, set the ether amount to 0 don't change anything else, Enter your method of unlocking wallet, sign the transaction and send it, it will cancel out  you're previous transaction
I dont use myetherwallet, I just create new wallet on etherdelta and send my funds there. how should I cancel it from there?

I did it and had 0 issues

I created new wallet as well because didn't feel comfortable send MEW private key to the exchange. Works just fine.
LIN_CHAO
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
October 06, 2017, 10:51:25 PM
 #2635

Satoshi21:
Hey guys to answer your questions, there is a bug in the token contract. The function distributeEBTC in the token contract was found to allow the owner of contract (me) to essentially mint unlimited new tokens, luckily it can only be called by the me. I have not exploited the bug, and I will never exploit the bug. The supply of eBTC will forever remain at 21,000,000 tokens. As soon as it was discovered, the team collectively started brainstorming ideas immediately on how to address the situation and possible solutions. A game plan has formed and will be implemented in the coming days and weeks.

where the link  ?

https://t.me/joinEBTC

Here's what he said in telegram: https://imgur.com/a/S0k1T You're too lazy to post anything right. lol

This means that Dev is not wasting time posting replies to replies to newbies, in fact they are working and being honest with the community.
vegaed1
Full Member
***
Offline Offline

Activity: 406
Merit: 100



View Profile
October 06, 2017, 10:54:50 PM
 #2636

Satoshi21:
Hey guys to answer your questions, there is a bug in the token contract. The function distributeEBTC in the token contract was found to allow the owner of contract (me) to essentially mint unlimited new tokens, luckily it can only be called by the me. I have not exploited the bug, and I will never exploit the bug. The supply of eBTC will forever remain at 21,000,000 tokens. As soon as it was discovered, the team collectively started brainstorming ideas immediately on how to address the situation and possible solutions. A game plan has formed and will be implemented in the coming days and weeks.

where the link  ?

https://t.me/joinEBTC

Here's what he said in telegram: https://imgur.com/a/S0k1T You're too lazy to post anything right. lol

This means that Dev is not wasting time posting replies to replies to newbies, in fact they are working and being honest with the community.

Thank you!  Any coders on here have an opinion of how difficult this might be to fix?  Is it serious?
orvant
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 06, 2017, 10:58:59 PM
 #2637

Satoshi21:
Hey guys to answer your questions, there is a bug in the token contract. The function distributeEBTC in the token contract was found to allow the owner of contract (me) to essentially mint unlimited new tokens, luckily it can only be called by the me. I have not exploited the bug, and I will never exploit the bug. The supply of eBTC will forever remain at 21,000,000 tokens. As soon as it was discovered, the team collectively started brainstorming ideas immediately on how to address the situation and possible solutions. A game plan has formed and will be implemented in the coming days and weeks.

where the link  ?

https://t.me/joinEBTC

Here's what he said in telegram: https://imgur.com/a/S0k1T You're too lazy to post anything right. lol

This means that Dev is not wasting time posting replies to replies to newbies, in fact they are working and being honest with the community.

its scam news u can ask  telegram
Paltus
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
October 06, 2017, 11:06:05 PM
 #2638

I registered but didn't received airdrop tokens. Is there a way to receive it ?

                 FREE DISTRIBUTION TO BTC HOLDERS         NEW CONSENSUS ALGORITHM
● Byteball ●    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
               REGULATORY COMPLIANT ASSETS               UNTRACEABLE PAYMENTS
orvant
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 06, 2017, 11:10:07 PM
 #2639

I registered but didn't received airdrop tokens. Is there a way to receive it ?
no airdrop is over u can just buy some
LbtalkL
Full Member
***
Offline Offline

Activity: 1176
Merit: 162


View Profile
October 06, 2017, 11:12:45 PM
 #2640

is it normal to have pending transaction about an hour on etherdelta? its taking to long.

On the top right corner of etherdelta change the gas price from 6 or 8 whatever it is set at to 21. It will transact MUCH faster. Seconds to minutes.
I have change it to 21 but theres ongoing transaction still pending.
log in your my ether wallet and click send offline, copy the from and to addresses into the correct fields, and click generate transaction, set the ether amount to 0 don't change anything else, Enter your method of unlocking wallet, sign the transaction and send it, it will cancel out  you're previous transaction
I set the nonce to 4 but theres a field below nonce named data what should I input there?
Pages: « 1 ... 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 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 ... 510 »
  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!