snafflecoin
|
|
April 15, 2015, 05:16:46 AM |
|
CRAVE CRYPTSY COOL
|
|
|
|
Hyperjacked
Legendary
Offline
Activity: 1610
Merit: 1119
It's all mathematics...!
|
|
April 15, 2015, 05:16:52 AM |
|
For now I sleep...but when I wake its Twitter time! The mods can't delete my posts on Twitter... Att:Thomasvd! Never a doubt sir...We all know ! Holla back Playa.....
|
@Hyperjacked1 Twitter
|
|
|
webprods
Sr. Member
Offline
Activity: 308
Merit: 250
Millionaires Club 47
|
|
April 15, 2015, 05:19:04 AM |
|
What are you able to do with the "My Adrenaline Nodes" section of the new wallet? I have my masternode running successfully. Should it show up in this new section? And if not, and I click on "Create" and put my masternode IP:port# in, will that make my masternode do anything special, or does this section just allow you to manage multiple masternodes from one wallet?
I don't see MY Adrenaline Nodes Sections after update .I did upload wallet from first page ..Is this wallet what I got correct?? v1.4.2.0-g32a928e Please let me know. click on drop down menu and click on Adrenaline and then you should see My Adrenaline Nodes and Adrenaline network tabs Got it.Thank you for your help and patience
|
Altcoins programming is a race between software engineers, who strive to produce idiot-proof programs, and the universe which strives to produce bigger idiots
|
|
|
crazytrain
|
|
April 15, 2015, 05:21:39 AM |
|
Basic MasterNode Profit Calculator http://jj12880.azurewebsites.net/CraveCalc.aspxAccording with masternod calculator a single adrenaline node gives me a ROI of $2.00 per day...thats at current prices of crave marketcap of $180k....wtf , in 30days i get $60...if it goes to $1m cap, each node gets $300 per month, awesome ROI...better than any other coin, if it goes to $5m, each node gets about $1.500.
Is this real ? if yes, I have sure that some of you guys will retire here with some masternodes... the struggle to decide if its better to stake or adrenaline node... as time passes there will be more coins and more stakers, noders and urge market curators. remember as time goes on the cravechain "cravytrain"? produces just over 500k per year every year. we wont be so low on supply forever :p No bro, The offer will be scarce because many coins gonna used in the nodes of market, and many other ones will be burned to blur, pick up some while still cheap. , Thanks dumpers $ 2.29 per day right now. $ 2.61 few minutes later.... I love this coin.
|
|
|
|
goblynn
|
|
April 15, 2015, 05:24:44 AM |
|
What are you able to do with the "My Adrenaline Nodes" section of the new wallet? I have my masternode running successfully. Should it show up in this new section? And if not, and I click on "Create" and put my masternode IP:port# in, will that make my masternode do anything special, or does this section just allow you to manage multiple masternodes from one wallet?
I don't see MY Adrenaline Nodes Sections after update .I did upload wallet from first page ..Is this wallet what I got correct?? v1.4.2.0-g32a928e Please let me know. click on drop down menu and click on Adrenaline and then you should see My Adrenaline Nodes and Adrenaline network tabs Got it.Thank you for your help and patience np dude...we are all in this together!! LIBERTY OR DIE!!!
|
|
|
|
alexbarov
Newbie
Offline
Activity: 3
Merit: 0
|
|
April 15, 2015, 05:37:47 AM |
|
|
|
|
|
Hyperjacked
Legendary
Offline
Activity: 1610
Merit: 1119
It's all mathematics...!
|
|
April 15, 2015, 05:38:22 AM |
|
Basic MasterNode Profit Calculator http://jj12880.azurewebsites.net/CraveCalc.aspxAccording with masternod calculator a single adrenaline node gives me a ROI of $2.00 per day...thats at current prices of crave marketcap of $180k....wtf , in 30days i get $60...if it goes to $1m cap, each node gets $300 per month, awesome ROI...better than any other coin, if it goes to $5m, each node gets about $1.500.
Is this real ? if yes, I have sure that some of you guys will retire here with some masternodes... the struggle to decide if its better to stake or adrenaline node... as time passes there will be more coins and more stakers, noders and urge market curators. remember as time goes on the cravechain "cravytrain"? produces just over 500k per year every year. we wont be so low on supply forever :p No bro, The offer will be scarce because many coins gonna used in the nodes of market, and many other ones will be burned to blur, pick up some while still cheap. , Thanks dumpers $ 2.29 per day right now. $ 2.61 few minutes later.... I love this coin. Yes! Some wise honest and humble investors on da Crave train for some time...It's going off the rails on a Crazy Train! Sing it Crazytrain $$$
|
@Hyperjacked1 Twitter
|
|
|
Hyperjacked
Legendary
Offline
Activity: 1610
Merit: 1119
It's all mathematics...!
|
|
April 15, 2015, 05:40:03 AM |
|
|
@Hyperjacked1 Twitter
|
|
|
Hyperjacked
Legendary
Offline
Activity: 1610
Merit: 1119
It's all mathematics...!
|
|
April 15, 2015, 05:41:33 AM |
|
|
@Hyperjacked1 Twitter
|
|
|
cryptohangman
|
|
April 15, 2015, 05:43:36 AM |
|
China will wake up soon...
|
|
|
|
fmz89
Legendary
Offline
Activity: 1762
Merit: 1002
|
|
April 15, 2015, 05:49:19 AM |
|
dumper wake up,,they jealeous
|
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
April 15, 2015, 06:05:06 AM |
|
Getting this when trying to compile daemon with latest secp256k1 installed: key.cpp:729:106: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_tweak_add(const secp256k1_context_t*, unsigned char*, int, const unsigned char*)’ bool ret = secp256k1_ec_pubkey_tweak_add((unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out); ^ make: *** [obj/key.o] Error 1
I'm assuming because as was mentioned, crave daemon does not currently support latest secp256k1 ? Had to do this to get it to actually reset/rollback and successfully compile: git clone https://github.com/bitcoin/secp256k1 cd secp256k1 git reset a0d3b8 git add . git reset --hard ./autogen.sh ./configure make sudo make install cd .. sudo ldconfig
cd crave/src make -f makefile.unix USE_UPNP= strip craved tvm wil test and confirm
|
|
|
|
industrialcoinmagic (OP)
|
|
April 15, 2015, 06:08:02 AM |
|
Adrenaline Surge craving satisfied. Now we crave Surge Protector.
|
|
|
|
hussar
|
|
April 15, 2015, 06:12:19 AM |
|
Adrenaline Surge craving satisfied. Now we crave Surge Protector. bad ass
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
April 15, 2015, 06:17:42 AM |
|
The Crave Adrenaline Surge Windows wallet link is now updated in the OP. This update has the unlock-for-staking fix, in wallet adrenaline node count and list, and in-wallet configuration of your adrenaline nodes. You can use it to quickly setup your VPS's and then start them by clicking a button. The in-wallet configurator doesn't pull in the info from the conf file, it is self contained. wow IMC amazing edit: just catching the thread
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
April 15, 2015, 06:21:34 AM |
|
welcome to cryptsy!
holy shit..we are on cryptsy! confirmed! nice!!!! edit: just catching up, ignore me lol
|
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
April 15, 2015, 06:21:47 AM |
|
Witch is the last wallet guys? cravex64surge or cravex64mn7 ??
|
|
|
|
JJ12880
|
|
April 15, 2015, 06:23:31 AM |
|
Basic MasterNode Profit Calculator http://jj12880.azurewebsites.net/CraveCalc.aspxAccording with masternod calculator a single adrenaline node gives me a ROI of $2.00 per day...thats at current prices of crave marketcap of $180k....wtf , in 30days i get $60...if it goes to $1m cap, each node gets $300 per month, awesome ROI...better than any other coin, if it goes to $5m, each node gets about $1.500.
Is this real ? if yes, I have sure that some of you guys will retire here with some masternodes... the struggle to decide if its better to stake or adrenaline node... as time passes there will be more coins and more stakers, noders and urge market curators. remember as time goes on the cravechain "cravytrain"? produces just over 500k per year every year. we wont be so low on supply forever :p No bro, The offer will be scarce because many coins gonna used in the nodes of market, and many other ones will be burned to blur, pick up some while still cheap. , Thanks dumpers $ 2.29 per day right now. $ 2.61 few minutes later.... I love this coin. Yes! Some wise honest and humble investors on da Crave train for some time...It's going off the rails on a Crazy Train! Sing it Crazytrain $$$ This pic is from before the calculator was updated, just FYI the number of masternodes is now automatic and in realtime
|
|
|
|
waffles99
|
|
April 15, 2015, 06:24:13 AM |
|
surge.
will linux wallet be up to date with masternode v2 if i compile? still not working with latest libsecp256k?
|
|
|
|
|