komdo
Member
Offline
Activity: 98
Merit: 10
|
|
June 10, 2014, 07:06:14 AM |
|
no problem here. wait to buy at 1k
|
|
|
|
fonzerrellie
Legendary
Offline
Activity: 1190
Merit: 1000
Kaspa
|
|
June 10, 2014, 07:44:12 AM |
|
so no hype, no innovation,and nothing new just waiting to die? its going to 1k soon, damn, where is the "action"?
sorry just a solid coin right now, from the sounds of it quite a bit of innovation in the code but that doesn't get the attention of the crypto ADD crowd like fancy untested features lol or sometimes just rumors of features... most of us seem to not want to be yet another coin just trying to blow smoke up peoples ass's all day. lol it's only 6 days of mining people... how can you think a coin is waiting to die when it's still being born ?
|
#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH WAVES
|
|
|
nathalie20
Legendary
Offline
Activity: 952
Merit: 1001
|
|
June 10, 2014, 08:10:58 AM |
|
Everyone wants to be rich one day. The kids.
|
|
|
|
CallMeAXIS (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
June 10, 2014, 09:59:46 AM |
|
hi, dev, are u dumping the premine?
YES! RUN TO THE HILLS! Dump the premine and get 1-2 btc? ummm.. What the heck is wrong with you people? Can't you just mine and not focus on FUD and other useless comments? hi, dev, are u dumping the premine?
lol ya he's dumping it 40 coins at a time on bittrex, people are just distracted by the hype p'n d's and the text/sms feature on vrc...like other buddy said about the multipool dumps, if they've been mining us the expect another drop when they start selling, probably a big part of what has brought the price down already. I'm try'n to make some btc in the trading game so I can buy up some more before pow ends You'll be highly rewarded. If I don't talk, it doesn't mean "I'm dumping the premine". If I have something important to say, I'll do so. I have few important things to say, but not YET. Keep speculating on how the dev is dumping. That's how people lose money in cryptos.
|
|
|
|
TR8888
|
|
June 10, 2014, 10:49:08 AM |
|
How many blocks total?
|
|
|
|
CallMeAXIS (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
June 10, 2014, 12:10:27 PM Last edit: June 10, 2014, 12:24:42 PM by CallMeAXIS |
|
IMPORTANTMANDATORY UPDATE Please update your wallets. We've done some fixes. PoS stage will start from block 7500, instead of block 8000. Backup your wallet.dat, just to be sure. Then download the new wallet, then just run it. Replace the wallet.dat file, and you're set to go! Github is updated. https://mega.co.nz/#!B5Ek2IqA!s5cxUwzg0_4PZhqJeuhxNG75USE624-7NK9F4yA0UMM ( Don't panic, everything is good Just a small update.) "Hot" news is: How about we release an app on google, a coin ticker? ( Yeah, now I'm hyping slowly, with actions. )
|
|
|
|
anarchyx914
|
|
June 10, 2014, 12:29:53 PM |
|
Like it Dev! You guys know.. If I ever made a coin, I'd leave your asses in the dark for a few days after launching, slowly buying all of my own coin up while it hits rock bottom prices because of all your FUD.
|
|
|
|
CallMeAXIS (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
June 10, 2014, 12:33:37 PM |
|
Like it Dev! You guys know.. If I ever made a coin, I'd leave your asses in the dark for a few days after launching, slowly buying all of my own coin up while it hits rock bottom prices because of all your FUD. We both, Mike and me ( Mike ) are busy people. We'd like to hang here on the forum and chat with people, but that's kind of impossible, for another 2-3 weeks. In between, we're working on AXIS. That's our priority in REAL LIFE right now. ( After our family, jobs ) @ThisWeeksCoin said yesterday: FUD is food. Thank you Everyone wants to be rich one day. The kids.
I am indeed rich. I have a kid.
|
|
|
|
PiOfCube
|
|
June 10, 2014, 12:39:15 PM |
|
IMPORTANTMANDATORY UPDATE Please update your wallets. We've done some fixes. PoS stage will start from block 7500, instead of block 8000. Backup your wallet.dat, just to be sure. Then download the new wallet, then just run it. Replace the wallet.dat file, and you're set to go! Github is updated. https://mega.co.nz/#!B5Ek2IqA!s5cxUwzg0_4PZhqJeuhxNG75USE624-7NK9F4yA0UMM ( Don't panic, everything is good Just a small update.) "Hot" news is: How about we release an app on google, a coin ticker? ( Yeah, now I'm hyping slowly, with actions. ) Can you clarify something, please? if (IsProofOfWork() && nHeight > CUTOFF_POW_BLOCK) return DoS(100, error("AcceptBlock() : No proof-of-work allowed anymore (height = %d)", nHeight)); + if (IsProofOfStake() && nHeight < POW_ON_BLOCK) + return DoS(100, error("AcceptBlock() : Proof-of-stake not yet allowed (height = %d)", nHeight)); + static const int CUTOFF_POW_BLOCK = 8640; +static const int POW_ON_BLOCK = 7500; This is a very brief glance at the changes so I might be missing something but the logic in the code makes me wonder what is supposed to happen between blocks 7501 and 8639.
|
|
|
|
CallMeAXIS (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
June 10, 2014, 12:47:13 PM |
|
IMPORTANTMANDATORY UPDATE Please update your wallets. We've done some fixes. PoS stage will start from block 7500, instead of block 8000. Backup your wallet.dat, just to be sure. Then download the new wallet, then just run it. Replace the wallet.dat file, and you're set to go! Github is updated. https://mega.co.nz/#!B5Ek2IqA!s5cxUwzg0_4PZhqJeuhxNG75USE624-7NK9F4yA0UMM ( Don't panic, everything is good Just a small update.) "Hot" news is: How about we release an app on google, a coin ticker? ( Yeah, now I'm hyping slowly, with actions. ) Can you clarify something, please? if (IsProofOfWork() && nHeight > CUTOFF_POW_BLOCK) return DoS(100, error("AcceptBlock() : No proof-of-work allowed anymore (height = %d)", nHeight)); + if (IsProofOfStake() && nHeight < POW_ON_BLOCK) + return DoS(100, error("AcceptBlock() : Proof-of-stake not yet allowed (height = %d)", nHeight)); + static const int CUTOFF_POW_BLOCK = 8640; +static const int POW_ON_BLOCK = 7500; This is a very brief glance at the changes so I might be missing something but the logic in the code makes me wonder what is supposed to happen between blocks 7501 and 8639. Of course. PoS starts from block 7500. PoW ends at block #8639 and we're passing in the phase of full PoS. If you have any other questions, feel free to ask. Boring day at job, I'm logged here and willing to chat a bit.
|
|
|
|
PiOfCube
|
|
June 10, 2014, 12:49:10 PM |
|
IMPORTANTMANDATORY UPDATE Please update your wallets. We've done some fixes. PoS stage will start from block 7500, instead of block 8000. Backup your wallet.dat, just to be sure. Then download the new wallet, then just run it. Replace the wallet.dat file, and you're set to go! Github is updated. https://mega.co.nz/#!B5Ek2IqA!s5cxUwzg0_4PZhqJeuhxNG75USE624-7NK9F4yA0UMM ( Don't panic, everything is good Just a small update.) "Hot" news is: How about we release an app on google, a coin ticker? ( Yeah, now I'm hyping slowly, with actions. ) Can you clarify something, please? if (IsProofOfWork() && nHeight > CUTOFF_POW_BLOCK) return DoS(100, error("AcceptBlock() : No proof-of-work allowed anymore (height = %d)", nHeight)); + if (IsProofOfStake() && nHeight < POW_ON_BLOCK) + return DoS(100, error("AcceptBlock() : Proof-of-stake not yet allowed (height = %d)", nHeight)); + static const int CUTOFF_POW_BLOCK = 8640; +static const int POW_ON_BLOCK = 7500; This is a very brief glance at the changes so I might be missing something but the logic in the code makes me wonder what is supposed to happen between blocks 7501 and 8639. Of course. PoS starts from block 7500. PoW ends at block #8639 and we're passing in the phase of full PoS. If you have any other questions, feel free to ask. Boring day at job, I'm logged here and willing to chat a bit. Yeah, looks like it. Just making sure :-) Thanks.
|
|
|
|
nzszxsl
|
|
June 10, 2014, 12:54:24 PM |
|
OH MY GOD WE FOUND A WILD DEV!
|
|
|
|
CallMeAXIS (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
June 10, 2014, 12:56:19 PM |
|
|
|
|
|
ichai
Member
Offline
Activity: 445
Merit: 10
Worlds Simplest Cryptocurrency Wallet
|
|
June 10, 2014, 12:57:08 PM |
|
Error on compile wallet in debian fugue.c: At global scope: fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory How can I fix it?
|
▂▂▂▂▂▂▂▂▂▂▂▂▂▃▅▆█ L E A D █▆▅▃▂▂▂▂▂▂▂▂▂▂▂▂ World's Simplest and Safest Decentralized Cryptocurrency Wallet! ▬▬▬▬▬▬▬ • STORE • SEND • SPEND • SWAP • STAKE • ▬▬▬▬▬▬
|
|
|
PiOfCube
|
|
June 10, 2014, 01:00:12 PM |
|
Error on compile wallet in debian fugue.c: At global scope: fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory How can I fix it? from inside src
|
|
|
|
CallMeAXIS (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
June 10, 2014, 01:01:28 PM |
|
Error on compile wallet in debian fugue.c: At global scope: fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory How can I fix it? All you have to do is: Make a folder named "obj" in src directory EDIT: PiOfCube was faster, hehe
|
|
|
|
PiOfCube
|
|
June 10, 2014, 01:06:06 PM |
|
Error on compile wallet in debian fugue.c: At global scope: fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory How can I fix it? All you have to do is: Make a folder named "obj" in src directory EDIT: PiOfCube was faster, hehe I'm the cat in that photo you posted... I evolved opposable digits just to use a mouse... well, beyond how I would normally use mice ;-)
|
|
|
|
ichai
Member
Offline
Activity: 445
Merit: 10
Worlds Simplest Cryptocurrency Wallet
|
|
June 10, 2014, 01:07:48 PM |
|
Error on compile wallet in debian fugue.c: At global scope: fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory How can I fix it? from inside src Thanks, that works
|
▂▂▂▂▂▂▂▂▂▂▂▂▂▃▅▆█ L E A D █▆▅▃▂▂▂▂▂▂▂▂▂▂▂▂ World's Simplest and Safest Decentralized Cryptocurrency Wallet! ▬▬▬▬▬▬▬ • STORE • SEND • SPEND • SWAP • STAKE • ▬▬▬▬▬▬
|
|
|
maxsinner
|
|
June 10, 2014, 01:32:10 PM |
|
IMPORTANTMANDATORY UPDATE Please update your wallets. We've done some fixes. PoS stage will start from block 7500, instead of block 8000. Backup your wallet.dat, just to be sure. Then download the new wallet, then just run it. Replace the wallet.dat file, and you're set to go! Github is updated. https://mega.co.nz/#!B5Ek2IqA!s5cxUwzg0_4PZhqJeuhxNG75USE624-7NK9F4yA0UMM ( Don't panic, everything is good Just a small update.) "Hot" news is: How about we release an app on google, a coin ticker? ( Yeah, now I'm hyping slowly, with actions. ) Why should we care about a coin ticker? Every second coin has an android ticker already. I am starting to think that you are just the next big mouth.
|
|
|
|
CallMeAXIS (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
June 10, 2014, 01:33:08 PM |
|
IMPORTANTMANDATORY UPDATE Please update your wallets. We've done some fixes. PoS stage will start from block 7500, instead of block 8000. Backup your wallet.dat, just to be sure. Then download the new wallet, then just run it. Replace the wallet.dat file, and you're set to go! Github is updated. https://mega.co.nz/#!B5Ek2IqA!s5cxUwzg0_4PZhqJeuhxNG75USE624-7NK9F4yA0UMM ( Don't panic, everything is good Just a small update.) "Hot" news is: How about we release an app on google, a coin ticker? ( Yeah, now I'm hyping slowly, with actions. ) Why should we care about a coin ticker? Every second coin has an android ticker already. I am starting to think that you are just the next big mouth. Checked your posting history. Wont even bother to answer to your next question.
|
|
|
|
|