Pages:
Author

Topic: 🌟 [ANN][AIRDROP]Genesis Coin | Fast. Secure. Flexible | Airdrop FINAL ROUND 🌟 - page 68. (Read 55921 times)

hero member
Activity: 1736
Merit: 857
Maybe the second time I will get something, although it is very doubtful. The first did not send anything.
hero member
Activity: 1064
Merit: 633
Try to catch all airdrops, use slack, google, twitter channels, but nothing found about first airdrop. ((
member
Activity: 138
Merit: 10
such as an interesting project, I can use this token for transactions to another marketplace quickly, what is the advantage I have this token for the future, is there a system like PoS?  Smiley

Hello,

There is no PoS, there are only 16 million coins and that's it.

16 million is the initial supply or total max supply? because lately a lot of tokens that say supply only a little bit,  but in the end they change it  Embarrassed I just wondering a project like this be consistent with what is created  Roll Eyes

16 million is the maximum supply. All 16 million tokens have been created and we are distributing them out. There can never be anymore than 16 million, no new tokens can be created.
member
Activity: 138
Merit: 10
I am the developer of Genesis and will be able to answer any questions along with llyfee regarding the airdrop, Genesis etc Smiley

We moved to this new thread to allow us to include the signature bounties as well as add in some images and more information.

The old thread can be found here, https://bitcointalksearch.org/topic/annairdrop-genesis-coin-launch-fast-secure-flexible-free-airdrop-2291834, incase anyone wanted to see any previous posts.

Greetings, and good luck to your new venture. Could you tell us a bit more about the Genesis project that you hint at in the first post? I generally just ignore all of these airdrops, save the odd one here and there, but perhaps it was the name or the way the post was written, that made me wonder.

We can sidestep the "main advantages" of the coin (faster than Bitcoin etc.) simply because these are not unique features. Just one question:

1. What's Genesis going to be about? If it's interesting, tell us so more people will participate in the airdrop!

Hello and thanks for your question Smiley

As well as being used as a currency, that requires some merchant adoption which we are aware of and will work towards, we are looking into building a platform/app that makes use of Genesis Coin as its currency. Right now I'm looking into creating a voting App for Genesis which would serve two purposes.

Firstly it would allow everyone who holds Genesis Coins to have a vote on a number of different matters relating to the coin and the project. Community is central is us and it's important the community has a meaningful voice.

Not only that, but the app could be expanded to allow other users to run their own votes, other projects, coins etc. So there's some flexibility there.

member
Activity: 212
Merit: 10
“The Internet of Sovereignty”
counting so much on this coin to be successful and be traded across the globe. this will be a flag bearer in the years to come. get on board!!
full member
Activity: 351
Merit: 100
pollow twitter and joinned telegram I will support this project  Smiley
sr. member
Activity: 1153
Merit: 252
the amount of supply is very good , also we need only 15sec to do the transaction it's pretty thing .
good luck
hero member
Activity: 2296
Merit: 953
Temporary forum vacation
I am the developer of Genesis and will be able to answer any questions along with llyfee regarding the airdrop, Genesis etc Smiley

We moved to this new thread to allow us to include the signature bounties as well as add in some images and more information.

The old thread can be found here, https://bitcointalksearch.org/topic/annairdrop-genesis-coin-launch-fast-secure-flexible-free-airdrop-2291834, incase anyone wanted to see any previous posts.

Greetings, and good luck to your new venture. Could you tell us a bit more about the Genesis project that you hint at in the first post? I generally just ignore all of these airdrops, save the odd one here and there, but perhaps it was the name or the way the post was written, that made me wonder.

We can sidestep the "main advantages" of the coin (faster than Bitcoin etc.) simply because these are not unique features. Just one question:

1. What's Genesis going to be about? If it's interesting, tell us so more people will participate in the airdrop!
full member
Activity: 686
Merit: 108
I like your twitter page graphics. Re-tweeted a lot of your posts and did a bit of advertising on other social media too. Put a link on my fb crypto group i run also. Let's get this projects name widespread!
full member
Activity: 532
Merit: 101
Was looking for a roadmap for 2018, but it seems that is to be announced.. Oh well the current one for 2017 looks like the marketing part of the coin is going at full speed.
full member
Activity: 518
Merit: 100
Hi Bounty Manager,

I already follow the rules for the second airdrop unfortunately the form is still lock. Hope to be included in the list . Thanks
hero member
Activity: 1316
Merit: 546
Monday Hit Me Every week
such as an interesting project, I can use this token for transactions to another marketplace quickly, what is the advantage I have this token for the future, is there a system like PoS?  Smiley

Hello,

There is no PoS, there are only 16 million coins and that's it.

16 million is the initial supply or total max supply? because lately a lot of tokens that say supply only a little bit,  but in the end they change it  Embarrassed I just wondering a project like this be consistent with what is created  Roll Eyes
member
Activity: 185
Merit: 10
Crypto_Pugz
Looks like a great project! Any social media bounties to join? Genesis is a great name for crypto too!
full member
Activity: 434
Merit: 103
Quote
Second Airdrop: 2,250,000 Genesis Coins (October 31 @ 6PM UK-TIME) [750 people receiving 3000 Genesis Coins each]

RESERVED.
member
Activity: 126
Merit: 10
I think bitfinex would be a good exchange for this token!
newbie
Activity: 51
Merit: 0
full member
Activity: 336
Merit: 101
I like the fact you look so organized. Congrats
newbie
Activity: 35
Merit: 0
Good project , followed twitter and finished retweet , hope more people will know this project
newbie
Activity: 94
Merit: 0
Joined your telegram group and retweeted/followed on twitter. Really interesting idea with the coin, I like that transactions will be sent and confirmed within 15 seconds, one question (may be a noob question) what exactly is the SafeMath code and how does it prevent overflows? Looking forward to the project, thanks in advance dev's

Hello,

Thanks for your question Smiley

I'll try to give an answer as simply as I can.

Basically an overflow occurs when a value is attempted to be created that is outside either the maximum or minimum specified value. Token contracts including Genesis use the uint256 type to store values such as account balances, transfer amounts etc. Of course, you wouldn't want a value created outside of the specified values and if it does happen, it can really screw up the program/app/contract etc that you're using, making is less secure and unreliable. Not good.

The SafeMath code, thanks to OpenZeppelin, is used in a lot of contracts to prevent overflows from occurring. It does that as it basically checks each operation to make sure that the value isn't outside of the specified value in the contract. If it does, it stops the execution by throwing it meaning that nothing will be executed on the contract and therefore nothing happens. Without it, there's a chance that it doesn't throw and that's when it can cause problems.

Here is the code from Zeppelin if you wanted it Smiley https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/math/SafeMath.sol


Thank you for that explaination, now we noobs understand it a little more better. hopefully we can be a part of that 16.000.000 token supply.







full member
Activity: 416
Merit: 103
Interesting project that has potential to do well with what looks like a professional dev. It seems to have positive feed back from members.
I will keep an eye and hope it does well in the future when the development begins.
Good luck dev.
Pages:
Jump to: