Search content
Sort by

Showing 20 of 45 results by Chris-LC
Post
Topic
Board Press
Re: [2015-05-03] Virgin's PitchtoRich, LazyPay the only Bitcoin startup takes part
by
Chris-LC
on 03/05/2015, 19:30:59 UTC
Do you really want me to keep destroying your business? I will....

https://lazycoins.com/security

Quote
We will not be using TxID's to monitor withdrawals and we will be polling our databases for negative balances before allowing withdrawals.

UHMMM shouldn't you be monitoring your own balances for withdraws so you never double spend? That is what this sentences means, it means you that you keep all addresses in a database and you check them for transactions to build your own transaction right? Instead you should use a double edit system Wink  OR basically that sentence is BS cause why would you need to monitor transactions, the wallet you use would do that for you and you can just spend it, making sure that you keep all balances are kept in a database are correct.

Making you sound like this actually means something important....


Quote
Our withdrawal system performs cryptographic audit of user balance before admin can manually approve all withdrawal requests.

How is this done? What mechanism are you using? Cause this again just you putting words to make it sound important. Shouldn't you perform a cryptographic audit for the public meaning that each user balance is whole? Plus this would prove that you are whole. Also cryptographic audit just for you would make no sense, you would know if the site is whole or not LMAO.


Quote
Physical Security

Do you have a security guard or is it just a locked room? I am guessing it is a locked door that any bank theft can break thru Wink


1. We will not be using TxID's to monitor withdrawals and we will be polling our databases for negative balances before allowing withdrawals.

Perhaps the above sentence is a bit to esoteric leading to the ambiguity you have experienced. We'll look into rewording it.

The sentence is making two separate statements, the first part is a direct response to the transaction malleability issue which had affected MtGox. The second part is referring to an issue which befell poloniex, their withdrawal system did not check for negative balances and thus a user could become 'overdrawn' due to other issues in the way their withdrawal code was written. https://bitcointalk.org/index.php?topic=499580
When we were developing our service we trawled through many exchange theft threads with the purpose of securing ourselves as well as we can.



2. Our withdrawal system performs cryptographic audit of user balance before admin can manually approve all withdrawal requests.

This sentence builds on the 'polling databases for negative balances' statement. We check the arithmetic of all actions the user has made since their balance was last 0. This includes cross referencing new deposits on our db with the blockchain just in case there was a large fork and our main daemon was on the wrong side past the deposit confirmation threshold.



3. Physical Security
"I am guessing it is a locked door that any bank theft can break thru Wink"

You've made it abundantly clear that no physical security will be enough for you so I'm guessing your preceding question was rhetorical.


Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] LazyCoins- LazyPay App Preview
by
Chris-LC
on 24/01/2015, 08:32:06 UTC
In this situation the VPN is acting as a proxy.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !!
by
Chris-LC
on 08/01/2015, 08:34:07 UTC
I sent some EAGS to lazycoins one hour ago but is not deposited into lazy account yet. What is the problem?

If the coins have still not shown up could you provide a txID?

Here is transaction ID. Still waiting 4 hours and not shown.
5636b5c47b18b31165c1a5f6c891c7e220c59eb5440bac986c6835f24e0e09ba

I see the deposit showing on our site, let me know if there is anything else you need assistance with ^^
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !!
by
Chris-LC
on 07/01/2015, 19:37:55 UTC
I sent some EAGS to lazycoins one hour ago but is not deposited into lazy account yet. What is the problem?

If the coins have still not shown up could you provide a txID?

Here is transaction ID. Still waiting 4 hours and not shown.
5636b5c47b18b31165c1a5f6c891c7e220c59eb5440bac986c6835f24e0e09ba

I've looked into this for you. Our wallet is showing the following when I try to run gettransaction on your txID:
error: {"code":-5,"message":"No information available about transaction"}

We are currently on block 4636 and this is increasing roughly every minute so I am confident we are upto date with the blockchain.
I also tried to search your txID on the blockexplorer(cryptobe) given in the OP but it showed nothing; it is worth noting that cryptobe is showing their latest block as 2795 so that may be why.
I cannot find any other independent way to verify your deposit and we have successful deposits from other users so I would guess perhaps its a fork or a bug in the wallet. If we had a working block explorer we could ascertain the truth independently.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !!
by
Chris-LC
on 07/01/2015, 18:53:39 UTC
I sent some EAGS to lazycoins one hour ago but is not deposited into lazy account yet. What is the problem?

If the coins have still not shown up could you provide a txID?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !!
by
Chris-LC
on 07/01/2015, 12:20:12 UTC
Hi guys,

EAGS market is now live at LazyCoins https://lazycoins.com/trade#EAGS-btc

Follow us on twitter for news and updates https://twitter.com/LazyCoins

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !!
by
Chris-LC
on 07/01/2015, 09:37:51 UTC
I'm getting this compile error on ubuntu 14.04.1

obj/walletdb.o: In function `copy_file':
/usr/local/include/boost/filesystem/operations.hpp:497: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::detail::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [eagsd] Error 1

There's no doc folder and no discernible documentation for this coin.
Please advise.

change into your leveldb folder (src/leveldb) and do a :

make clean

then leave the folder again and try to rebuild

Thanks for the prompt advice, I tried this but the issue persists. Does this coin need an odd version of libboost?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !!
by
Chris-LC
on 06/01/2015, 20:52:58 UTC
I'm getting this compile error on ubuntu 14.04.1

obj/walletdb.o: In function `copy_file':
/usr/local/include/boost/filesystem/operations.hpp:497: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::detail::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [eagsd] Error 1

There's no doc folder and no discernible documentation for this coin.
Please advise.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][STELLAR] new coin/exchange System like Ripple - get in free!!!
by
Chris-LC
on 26/12/2014, 21:55:53 UTC
Hi does this coin use the bitcoin RPC API & can anyone direct me to the daemon build instructions because it isn't obvious on the github how to compile the wallet.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XDE] [100 ~Rare!] ~XDECOIN~ PURE POS [ ICO ENDED ]
by
Chris-LC
on 23/12/2014, 02:00:13 UTC
Hi guys,

XDE market is now live at LazyCoins https://lazycoins.com/trade#XDE-btc

Follow us on twitter for news and updates https://twitter.com/LazyCoins

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif
by
Chris-LC
on 23/12/2014, 01:06:14 UTC
Google chrome is the most used browser, but this makes it a high profile target on privacy/malware.  Good to support all browsers because you just never know which way usage will run.

You're saying chrome has a larger attack surface which is true but I doubt it has more exploits(per arbitrary unit of time such as month) than IE, if I'm wrong then I don't mind being corrected.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XDE] [100 ~Rare!] ~XDECOIN~ PURE POS [ ICO ENDED ]
by
Chris-LC
on 22/12/2014, 14:43:27 UTC
Can i ask if you're on an old wallet?

As the most recent wallets have the nodes built in, so you dont need to add them manually.

I'm on the latest wallet, and i connect within a few seconds.

If you do have to update the wallet please read the instructions carefully  Wink

Im on     "version" : "v1.1.0.0",

I used the master branch to compile from source yesterday.
So do you have any working nodes you can share?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif
by
Chris-LC
on 22/12/2014, 11:40:20 UTC
A bigger exchange and more pools are quite needed at present.
lazycoins are not a reliable exchange and nonce-pool seems not stable.

In what way is lazycoins unreliable? If you've had an unresolved issue with our site I can try to help you.

I think he might be talking about wallet updates, and now that things have calmed down that shouldn't be an issue.  

There are a couple bugs that I have noted though;

1 The trade history of KHC is not showing present data.
2. IE 11 does not show the order books.

When it comes down to it, an exchange that is frequented by more users would stand to help some but there is a mutual benefactor of being just on Lazycoins for the moment, there is a need for more exposure for the coin if it is going to survive the dumpers.  Not sure what dev has planned for that, but at any rate if it is designed as well as the coin itself using PID for diff and compliant 320bit hash, then this could be a BTC v2.0.  The one thing that could put it over the top is code present in the wallet that will detect/avert collision.

Thanks for the reply, perhaps your presumption of his intent is correct. I'd just want to remind everyone that we are still in beta, we do not intent to remain a low volume exchange (or only crypto to crypto.) As for the two bugs you've mentioned. The KHC trade history we are aware of and it's being fixed however I didn't know about the IE11 issue. O.O People still use IE? Or is it a computer at your work that forcing this? Either way I'll look into it
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif
by
Chris-LC
on 21/12/2014, 23:19:50 UTC
A bigger exchange and more pools are quite needed at present.
lazycoins are not a reliable exchange and nonce-pool seems not stable.

In what way is lazycoins unreliable? If you've had an unresolved issue with our site I can try to help you.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]BitMiles (BTMi) Launched - First Cryptogenic Frequent-Flyer Miles
by
Chris-LC
on 21/12/2014, 23:13:55 UTC
Hi guys,

BTMI market is now live at LazyCoins https://lazycoins.com/trade#btmi-btc

Follow us on twitter for news and updates https://twitter.com/LazyCoins

Finally if there is a .png coin icon you'd like us to use can you please pm me a link to it

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XDE] [100 ~Rare!] ~XDECOIN~ PURE POS | ANON [ICO LIVE!] WALLET UPDATE ! !
by
Chris-LC
on 21/12/2014, 22:48:28 UTC
No problems here.

Can you post your node list please?

Thanks

Here you go

162.245.219.59
128.199.158
205.206.75.13
162.244.28.194
108.61.180.166
31.220.4.140
104.131.102.29
178.221.161.237
67.248.116.41
5.135.190.96
74.208.227.191
85.222.170.28
108.61.176.116
162.244.28.33
128.199.43.35
82.211.31.107
178.62.238.69
31.220.4.41
85.24.143.44
82.44.30.10
90.13.228.31
37.231.56.191
212.80.67.130
82.66.55.40
31.220.48.246
80.47.242.73
77.222.97.132
162.244.28.218
71.56.38.220
109.87.255.75

Hi I've added all of these nodes but I still have no connections in the daemon. Can somebody give me a *working* node or two please.
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] LazyCoins- (Adding new markets - Send us your coin request) 0% Fee trading
by
Chris-LC
on 17/12/2014, 10:09:25 UTC
Does the cold storage of funds slow down the deposit and withdrawal transactions? How close is Lazycoins from getting out of beta?

It can slow down withdrawals because by design it isn't automated. This doesn't however, affect deposits.
As for your question regarding beta, we are taking our time to ensure everything is as perfect as it can be before we launch and we will announce this when the time is right; suffice to say we have some big plans for next year.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif
by
Chris-LC
on 10/12/2014, 22:56:50 UTC
Okay it's done, withdrawals and deposits are opened up.
Can someone please make a small deposit/withdrawal and let me know. Just want to make sure, after all the forks, that everything is working 100%.


Deposit working.

Thanks I appreciate all your help thus far
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif
by
Chris-LC
on 10/12/2014, 21:04:46 UTC
Okay it's done, withdrawals and deposits are opened up.
Can someone please make a small deposit/withdrawal and let me know. Just want to make sure, after all the forks, that everything is working 100%.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif
by
Chris-LC
on 10/12/2014, 20:01:39 UTC
Hi Guys,

We have been receiving a lot of support tickets regarding KHC withdrawals. Please let us know when the Dev team has resolved all wallet issues so we can resume deposits and withdrawals. Trading is still active!

Tweet us or email support

https://twitter.com/LazyCoins

Thanks


Chris,

Are people still reporting issues with the new wallet 0.3.8? or were these tickets open because of the 6 checkpoints we had to do between blocks 5000 and 5900 to resolve the 3 known forks we had in the network?


That wasn't me, we've had quite a few tickets generally for KHC.
As I said elsewhere in the thread I was trying to stay up for the .8 version but I fell asleep maybe 20 minutes before you released it heh.
I compiled from github a few minutes ago and the version is reporting  "version" : 30700,

Have you updated the source?