Pages:
Author

Topic: [ANN][LOC]UPDATE V1.4.5 OUT!! LOCO|Quark|PoW/PoS|HiPos|Masternodes|Tor[LOC][ANN] - page 59. (Read 88708 times)

full member
Activity: 140
Merit: 100
when i am solo mining this coin,why it keeps rejecting? Sad Sad
hero member
Activity: 1008
Merit: 1000
Thats the bad thing about the alt section is there are just so many cry baby's on here.  The people posting just want to bitch when something unexpected happens and they refuse to accept the risks that are  known about alts.

There were people talking about how much money the dev was going to make but at the same time bitching there is no volume so its impossible to even trade.
Anyone can see that contradiction.  The reality is the cry babys end up hurting the coin by bitching so much and if the dev comes back it becomes that much harder to clear the air.  The other possibility is they are creating FUD in hopes people will stop mining, dump coins mega cheap so they can swoop them up in speculation that the dev will come back and resume the project.

I would not take any of it personal.
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
GUYS seriously what the fuck Huh?

stakes was by accident I WILL BURN THEM IF YOU WANT ME TO I have been staying at my parents with my kids so PISS OFF With that he took us for a ride shit, I have closed the wallet altogether which was also a node So you cannot complain now.

I TOLD YOU ALL ON MY LAST POST I HAVE SERIOUS ISSUES OUTSIDE OF CRYPTO. ARE THEY SORTED NO Is It Getting There well I'm gonna make sure it does.

I have the next update ready and for comparing me to half of those other coins well yea we will see won't we when I get back into it. Now you bring ZNP into which i have not even released yet  Huh


What the Fuck like really I just don't even know what to say.

There is Only two people i associate with on here who know the Actual reason and why my priorities have changed.

I'm not here to fuck you about or mug you off just bloody wait please like honestly.

hahaha ...

and what did you expect mate? ...

a bouqet of roses with a get well wish? ... this is crypto - and there is little anyone can do about it ...

have you forgotten the previous work and crap fight that went on with the previous coin nightz? ...

dejavu much? ...

deal with what you need to deal with - and dont abuse - they are just being the crypto community that they always have been ... klassje came out mentioned that he has personally spoke to you about the issues and posted also - in an attempt to elay any issues that may arise - and did that work also? ... not in the slightest ...

greedyjohn has been posting also - did that work? ... not in the slightest ...

o yes - and YOU posted the reason also ... how did that go for you? ... Wink ...

why do you think i havent posted that i have actually worked on a previous coin WITH you ( as much as i complained about teamwork then also ) - and mentioned how reliable you are with your dev work and focus? ... why do you think i never mentioned anything about that? ... maybe because that wouldnt work either? ...

industries as flaky as crypto is - will ALWAYS slam the dev first - THEN the code - THEN themselves for joining a 'shitcoin' community ... NEVER the other way around ... thats the way it works here mate ... dont get too upset with it ...

i have ALWAYS said that family comes first - no matter what ... so no one has an argument they can present to me if anything does happen ... unfortunately for you - it happened at the launch of a coin that YOU have been working long and hard on ...

the majority of community members do NOT know where you have your fingers and what pies - and how much dev work you do for eveyone else ... thats why there is little faith in you and your work ...

so dont worry too much about it mate - your work ( and coins ) will prove their worth - so you wont have to tell anyone to nick off ... the coins will do that for you Wink ...

just focus on fixing your personal stuff first ... whether we ( community that is ) believe you are telling the truth or not ... just do it mate ...

my offer for help is still open ... all you need to do is ask / accept ...

#crysx
sr. member
Activity: 266
Merit: 266
Is there a block explorer yet and is it possible to try and get this on yobit?
sr. member
Activity: 306
Merit: 250
wow that was a long and big announcement, staking is working good so far

Sorry mate but I have been away at my parents with my kids as I'm going through issues and I left the wallet open on my pc at home without realising as my mind is everywhere, I told all on saturday about this then I check the thread just as I managed to get some free time and everybody is firing all cylinders at me for no reason as far as I'm concerned And as I stated just

I WILL BURN ALL STAKED COINS IF YOU PEOPLE WANT ME TO

Dude not everybody thinks you are a scammer, there is still a lot of thinks that can be done to save LOCO,
- Why burn the coins? you could arrange some type of give away or bountys.
- What is wrong with the stakes 6 hours? 1440 confirmations? I just don't get it.
- You can relaunch LOCO and swap the existing coins.

Fix your personal business, that is the most important, then come and fix LOCO.

Well thank you for that.
Bit late as I have now burnt the coins.
You have to wait for full maturity (I will also look at this when I can)
No relaunch needed all will get done plus more once I have the time to do so



LOL, yep a little late, now chill out no matter how much transparent you try to do thinks, there always will be people calling you a scammer, but we have no way to prove nothing so we can be all day discussing conspiracy theories of how are you planing to scam us or you can be all day trying to explain that you are really in a bad personal moment, and in the end we will get nothing, when we putt money in a project we are betting for a DEV, for the concept, for whatever reason we can have, but in the end is just a bet we will never know for sure how is it going to end, so we won't get instant profit from the HI-POS ok, but the blockchain keeps moving, so lets behave like grown ups.

BTW there are instruction to compile the coin in linux, I just keep getting secp256k1 errors (yes I'm a newbie)

did u build secp?u need to build it first
 if yes go to the folder and type lsconfig



sorry dude I missed your message, thanks anyway for your help


linux mint 17.3 cinnamon and ubuntu server 14.04 LTS, also I tried to compile secp256k1 with the autogen.sh file inside the default  folder in the src directory with no error in the console output, then when compiling the coin livmemenv.a can't find -lsecp256k1 (this is on linux mint)

Is your Ubuntu 14.04 64 bit or 32 bit?

PS: Have you changed the permissions on the build_detect_platform file? You have to go to yoursourcelocation/Loco/src/leveldb and execute sudo chmod +x build_detect_platform. After this try to build again.

Both OS are 64 bits and yes I changed permissions on build_detect_platform (I saw you tell this to the guy from Novaexchange in this same thread), the problem with compiling was that I was missing "sudo make install" at the end of the secp256k1 compiling, now I could compile the coin but when I try to run the daemon I get

Code:
./locod: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory

I'm compiling in mint because is more friendly for me, the idea is after know the process take it to the VM with ubuntu server so I can setup a node in mi local network, and keep experimenting, I already did this with some cryptonote forks, but know I wanted to do it with loko to learn how to mount a block explorer

A quick hack on your Ubuntu is to execute sudo cp /usr/local/lib/libsecp* /usr/lib then run ./locod again. Maybe it will work on the Mint as well.

Your binary is dynamically compiled and it cannot find the libsecp256k1 dependencies. You have one of 3 options:

1. Do the quick hack above and copy the dependencies from where it was installed to a generic default library
2. Create a path to where the libraries can be found
3. Compile the binary statically. You can do this with sudo make STATIC=1 -f makefile.unix. The required libraries will then be coded into the binary and it will not look for them during run-time. The file becomes roughly double in size.

sudo cp /usr/local/lib/libsecp* /usr/lib did the trick instantly (in mint), now I'll try the other options, to finally move to ubuntu server, thank you very much you save me a lot of time.
sr. member
Activity: 334
Merit: 250
OK! Noticed some weird things on this coin with staking. Some kinda good some I don't get.

I have multiple inputs from my mining from the pool being paid out ~ 10 LOCO each but they do vary in size from 8 to 13 and so far I have got ALL 16.42744 LOCO rewards for staking a block.  So there may be a minimum stake or something else going on.

Also instead of like most coins it does not seem inputs are split upon staking.  So my ~10 input +16 stake is now a 24 loco single input without me having to combine it!

scan your location for residual traces of anyon particles.
then once again verify 10 + 16 = 24
 Cool
stake is % of tx weight, not amount,
maybe some magic powers made all tx-es to stake at equal weight

Opps when I made that post I was looking at my first 8 loco input so it should have been 8+16.42744 = ~24 LOCO input.  But what I am saying is still valid and 2 fold.

I know what OP stays but its not working as a direct % of stake since both my first 8.3 loco input and my 10.1 loco input have staked +16.42744 so maybe there is a minimum stake or something.

https://imgur.com/abmG8Zi
legendary
Activity: 1638
Merit: 1036
it's quite amazing how fast the money supply goes up Cheesy it's good hi_pos will not go on forever Wink

"blocks" : 7136,
"moneysupply" : 133517.21490000,



Money supply will be slightly less than 27,800 LOC at block 5,000, when POS is supposed to commence.

good call ...

and fairly accurate ...

#crysx
sr. member
Activity: 334
Merit: 250
OK! Noticed some weird things on this coin with staking. Some kinda good some I don't get.

I have multiple inputs from my mining from the pool being paid out ~ 10 LOCO each but they do vary in size from 8 to 13 and so far I have got ALL 16.42744 LOCO rewards for staking a block.  So there may be a minimum stake or something else going on.

Also instead of like most coins it does not seem inputs are split upon staking.  So my ~10 input +16 stake is now a 24 loco single input without me having to combine it!

scan your location for residual traces of anyon particles.
then once again verify 10 + 16 = 24
 Cool
stake is % of tx weight, not amount,
maybe some magic powers made all tx-es to stake at equal weight

Opps when I made that post I was looking at my first 8 loco input so it should have been 8+16.42744 = ~24 LOCO input.  But what I am saying is still valid and 2 fold.

I know what OP stays but its not working as a direct % of stake since both my first 8.3 loco input and my 10.1 loco input have staked +16.42744 so maybe there is a minimum stake or something.
sr. member
Activity: 334
Merit: 250
OK! Noticed some weird things on this coin with staking. Some kinda good some I don't get.

I have multiple inputs from my mining from the pool being paid out ~ 10 LOCO each but they do vary in size from 8 to 13 and so far I have got ALL 16.42744 LOCO rewards for staking a block.  So there may be a minimum stake or something else going on.

Also instead of like most coins it does not seem inputs are split upon staking.  So my ~10 input +16 stake is now a 24 loco single input without me having to combine it!

hero member
Activity: 924
Merit: 1000
I AM
Oh good, Stuff is happening.

I am sure you can understand people's concerns Nightz, this is BCT after all and people panic

But glad your still kicking and it's not fatal


Than long confirm on blocks is a killer  Cry

sr. member
Activity: 266
Merit: 266
There isn't much trading because we're all still staking. I think after 10K block, which ends the 205% per day, we'll start seeing more on the exchange.

I firmly believe now that my hash power didn't go to waste and I feel very reassured.

I'm going to start 0.00025000 sell. Reasonable guys? Only 1,000 at first though. If anyone objects to this, please speak up. I want to be fair to everyone since I have a large majority now.

-----
About to play a game of DOTA and promote LOCO! I talk a lot about cryptocurrency and profitability, betting with GBT coin on gamebet.gg, and esports in general!

Follow me on Twitter: https://twitter.com/GameBetDotGG

Follow me on Twitch.TV: https://www.twitch.tv/totogamebet

Sign up at https://www.gamebet.gg/?r=865
and start making money today with me.

The World's FIRST eSport betting, covering news for DOTA, CS:GO, LOL, and HoTS, with altcoin and mining news and profitability. Left on 24/7 almost. Follow my life!
hero member
Activity: 602
Merit: 500
member
Activity: 70
Merit: 10
Yes, welcome back Knightz. 

I do apologize if I had any doubts on my head.

Well families comes first, for most  of us too.  Take good care of it and we can slowly lift the project forward.

Good to see you again.


member
Activity: 116
Merit: 10
https://twitter.com/_Crypto_Mike
hero member
Activity: 602
Merit: 500
Only the coins earned from POS were burnt, the initial 10K still remain in his possession and now everything is fine an all should be happy.

Plus Nightz is back and this should clear some statements that he has abandoned the project, although he never said he is abandoning it, only that he will not have a lot of time for LOCO due to personal reasons.

Again we now need a block explorer for LOCO that has features such as richlist, anyone up for the task of making one?
sr. member
Activity: 266
Merit: 266
Is anyone interested in purchasing 3500 LOCO? If so, please PM me your offer.

Also Nightz, I wouldn't take back what I said if my life depended on it. I've seen this exact case many times before and unfortunately most developers don't get the benefit of the doubt anymore. Do you know how often a dev does what you did, but in their case, they actually did rip us off? Tons of coins get pumped and we end up mining it to get the block counts in the required stage for profiting, so the dev can benefit the most, only to have them abandon in the end and dump their massive profits.

You obviously did not now that you've done what you did with the coins. You did state the 10K were for you to do as you pleased, but you wouldn't stake. Burning them was unnecessary.

I hope you come back and continue this project, but burning the coins implies there's no more interest and you'll most likely not come back.

Good luck.

Follow me on Twitter: https://twitter.com/GameBetDotGG

Follow me on Twitch.TV: https://www.twitch.tv/totogamebet

Start making money today with me and bet on DOTA, CS:GO, LOL, and HoTS. Sign up for a nice referral bonus after you bet your first game!
Sign up at https://www.gamebet.gg/?r=865

The World's FIRST eSport betting, covering news for DOTA, CS:GO, LOL, and HoTS, with altcoin and mining news and profitability. Left on 24/7 almost. Follow my life!
[/color]
legendary
Activity: 1638
Merit: 1013
linux mint 17.3 cinnamon and ubuntu server 14.04 LTS, also I tried to compile secp256k1 with the autogen.sh file inside the default  folder in the src directory with no error in the console output, then when compiling the coin livmemenv.a can't find -lsecp256k1 (this is on linux mint)

Is your Ubuntu 14.04 64 bit or 32 bit?

PS: Have you changed the permissions on the build_detect_platform file? You have to go to yoursourcelocation/Loco/src/leveldb and execute sudo chmod +x build_detect_platform. After this try to build again.

Both OS are 64 bits and yes I changed permissions on build_detect_platform (I saw you tell this to the guy from Novaexchange in this same thread), the problem with compiling was that I was missing "sudo make install" at the end of the secp256k1 compiling, now I could compile the coin but when I try to run the daemon I get

Code:
./locod: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory

I'm compiling in mint because is more friendly for me, the idea is after know the process take it to the VM with ubuntu server so I can setup a node in mi local network, and keep experimenting, I already did this with some cryptonote forks, but know I wanted to do it with loko to learn how to mount a block explorer

A quick hack on your Ubuntu is to execute sudo cp /usr/local/lib/libsecp* /usr/lib then run ./locod again. Maybe it will work on the Mint as well.

Your binary is dynamically compiled and it cannot find the libsecp256k1 dependencies. You have one of 3 options:

1. Do the quick hack above and copy the dependencies from where it was installed to a generic default library
2. Create a path to where the libraries can be found
3. Compile the binary statically. You can do this with sudo make STATIC=1 -f makefile.unix. The required libraries will then be coded into the binary and it will not look for them during run-time. The file becomes roughly double in size.
sr. member
Activity: 334
Merit: 250
Can someone tell me how that picture of the richlist was got?  It looks like you pointed to localhost so is it in the running wallet if you know how to get it?Huh


Someone pls explain this witchcraft to me!  Roll Eyes
sr. member
Activity: 306
Merit: 250
linux mint 17.3 cinnamon and ubuntu server 14.04 LTS, also I tried to compile secp256k1 with the autogen.sh file inside the default  folder in the src directory with no error in the console output, then when compiling the coin livmemenv.a can't find -lsecp256k1 (this is on linux mint)

Is your Ubuntu 14.04 64 bit or 32 bit?

PS: Have you changed the permissions on the build_detect_platform file? You have to go to yoursourcelocation/Loco/src/leveldb and execute sudo chmod +x build_detect_platform. After this try to build again.

Both OS are 64 bits and yes I changed permissions on build_detect_platform (I saw you tell this to the guy from Novaexchange in this same thread), the problem with compiling was that I was missing "sudo make install" at the end of the secp256k1 compiling, now I could compile the coin but when I try to run the daemon I get

Code:
./locod: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory

I'm compiling in mint because is more friendly for me, the idea is after know the process take it to the VM with ubuntu server so I can setup a node in mi local network, and keep experimenting, I already did this with some cryptonote forks, but know I wanted to do it with loko to learn how to mount a block explorer
legendary
Activity: 1638
Merit: 1013
linux mint 17.3 cinnamon and ubuntu server 14.04 LTS, also I tried to compile secp256k1 with the autogen.sh file inside the default  folder in the src directory with no error in the console output, then when compiling the coin livmemenv.a can't find -lsecp256k1 (this is on linux mint)

Is your Ubuntu 14.04 64 bit or 32 bit?

PS: Have you changed the permissions on the build_detect_platform file? You have to go to yoursourcelocation/Loco/src/leveldb and execute sudo chmod +x build_detect_platform. After this try to build again.
Pages:
Jump to: