Show Posts
|
|
Pages: [1] 2 3 4
|
|
It looks like a big project, whether $500 Million token sale is too high?
|
|
|
|
|
Reserved, any bounty or air drop program?
|
|
|
|
|
hi,guys I think you should better become a tester. Just now, I decided to apply to be a tester of this project, a few minutes after i sent the email, dev told me that he had sent HYBRID to my address. i didn't expect it to go so fast. the team behind this project is working seriously and very active, and there are some new concepts in the project, so i'm sure that they will build successful project..
|
|
|
|
|
I participate at NeoConnect air drop
|
|
|
|
|
i hadn't understood what is the core of the project When I have read this thread, can you point to a specific example?
|
|
|
|
|
It's a good idea, but I think it's out of step with our time and our society. the first and most important thing was to you have to let consumer trust you accept you. It requires a lot of time and energy.
|
|
|
|
|
{ "blocks" : 734, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.07534525, "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "networkhashps" : 90831339, "pooledtx" : 0, "testnet" : false }
|
|
|
|
Launched?the blocks is 6212, what's wrong? the countdown?advance launch, why?
I'm wondering the same . . . the one pool that is listed won't pull up for me either.  { "blocks" : 6218, "currentblocksize" : 0, "currentblocktx" : 0, "difficulty" : 16.00000000, "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "networkhashps" : 1234315677, "pooledtx" : 0, "testnet" : false } i'm out
|
|
|
|
|
Launched?the blocks is 6212, what's wrong? the countdown?advance launch, why?
|
|
|
|
|
ICO or IPO? what's the ICO price if ICO?
|
|
|
|
|
{ "blocks" : 14702, "timeoffset" : 0, "connections" : 2, "proxy" : "", "difficulty" : 0.01804654, "testnet" : false, "keypoololdest" : 1420784257, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00001000, "errors" : "" }
|
|
|
|
dev, blocks rewards?
block reward is 500 to 20 depending on the difficulty if difficulty goes down then block reward increases. if difficulty goes up then block reward decreases if you want to know exactly how it works, here is the code for the block reward calculations: main.cpp line 1090: // block reward between 500 and 20 depending on the difficulty. int64 nSubsidy = 0; if(dDiff > 250) { // GPU/ASIC difficulty calc 2000000/(((x+1900)/10)^2) nSubsidy = (2000000.0 / (pow((dDiff+1900.0)/10.0,2.0))); if (nSubsidy > 100) nSubsidy = 100; if (nSubsidy < 20) nSubsidy = 20; } else { // CPU mining calc nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0))); if (nSubsidy > 500) nSubsidy = 500; if (nSubsidy < 200) nSubsidy = 200; } then block time?
|
|
|
|
5% premine. = 50000 blocks! Pre-production of 347 days to dig! Huge pre-dug, I go!  no, you were wrong, it's 500000 blocks
|
|
|
|
|