Search content
Sort by

Showing 20 of 26 results by lewellyn
Post
Topic
Board Services
Re: fix my php - blockchain.info ticker call
by
lewellyn
on 17/12/2014, 06:16:57 UTC
the following code was working to retrieve the usd price, now for some reason its not

    require 'Mysql.php';
    require 'Util.php';
    $file = file_get_contents("http://blockchain.info/ticker");
    $vars = json_decode($file, true);
    $usd = $vars['USD']['15m'];
    $net_usd = number_format((($usd) * (100 - Settings::fee)) / 100, 2);

echo $net_usd returns zero when should be the price. offering 0.1 btc to someone who can fix.

You left out where Settings::fee is coming from. If the class Settings isn't found, you'd get a fatal error. The fact that you aren't indicates that it's mis-defined somewhere. You'll need to either post more code, or do digging with that lead yourself. Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / IOS RELEASE IS HERE.
by
lewellyn
on 03/09/2014, 20:51:04 UTC
somebody please tell how many confirmations until staking starts (approx) ?
About 9 days.
Or more. And good luck getting confirms when it finally does mint stuff at random. Tongue

http://i.imgur.com/wkqKvDC.png
(Screenshot taken moments ago. Yes, stuff from Aug 19 still lacks confirms and that's the last time it's bothered staking. In other words, the screenshot is up to date as of this moment.)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / IOS RELEASE IS HERE.
by
lewellyn
on 19/08/2014, 17:17:38 UTC
Is anyone else having problems with their PoS mined coins not confirming? As far as I can tell, the coins only stake when you close and re-open the wallet which I apparently don't do often enough. It looks like most of my PoS mined coins haven't actually confirmed. That's kinda.... yeah...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / IOS RELEASE IS HERE.
by
lewellyn
on 17/08/2014, 13:11:10 UTC
Cant wait for the next update.
I hope we find out what it is soon.

At this rate, the next update will be after Bittrex delists the coin.  Undecided
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / APPLE IOS NEWS!
by
lewellyn
on 09/08/2014, 07:15:14 UTC
Indeed. This coin had a ton of promise, according to its whitepaper. But at this point, I'm believing it was all talk to pump-and-dump. If I wanted to be generous, I'd say that raxe didn't realize how much work would be involved and is hoping to save face by not admitting it.

I wouldn't mind being proven wrong. But it's gonna take a lot to happen all at once for people to notice it again, I fear.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 18/06/2014, 22:28:46 UTC
Woohoo!
Programmer is payed and problems are fixed!
How long should coins lay at wallet for staking to get started?

It looks like 10 days or so for 3%. (I'll let someone else correlate that to the announcement's 15%...)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 17/06/2014, 09:33:05 UTC
I will post a screenshot of my wallet staking. It probably staked 20x in the past 24hrs.
My coins have been sitting with the wallet open 24/7 for at least a week.
Hope this happens for all you guys soon.

And here I am at about 10 days without a single stake yet.  Undecided Raxe.io hasn't been the most communicative, which isn't helping confidence at all.

I have a decently large stash of DIS, and my fingers are getting itchy to ditch it in small batches before it falls more. Sad

It really sucks because I had really high hopes for this coin. There were many things which attracted me to it, and it's starting to look like the basics can't be delivered upon, let alone the really interesting bits.  Cry

Please read back through the thread for the developer explanation of how staking works, per the code itself, please don't come here with ignorance and start trying to convince other ignorant people that something is wrong, when all you have to do is read the *short* thread to find your answers.

If you wish to sell I will have more buy walls set up at 200, 225 and 250 for people like you, see you there.

I understand perfectly well how staking works. It's just a bit disconcerting to see people reporting multiple stakes over the course of days when you have a large sum which hasn't seen a single stake.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 17/06/2014, 08:21:43 UTC
I will post a screenshot of my wallet staking. It probably staked 20x in the past 24hrs.
My coins have been sitting with the wallet open 24/7 for at least a week.
Hope this happens for all you guys soon.

And here I am at about 10 days without a single stake yet.  Undecided Raxe.io hasn't been the most communicative, which isn't helping confidence at all.

I have a decently large stash of DIS, and my fingers are getting itchy to ditch it in small batches before it falls more. Sad

It really sucks because I had really high hopes for this coin. There were many things which attracted me to it, and it's starting to look like the basics can't be delivered upon, let alone the really interesting bits.  Cry
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 13/06/2014, 15:32:57 UTC

what t.f. are you exactly babbling? i ve done all work we had an appointment on. PoS is working nice. you are not able to compile on ubuntu and still looking for someone to blame?? LOL... blame your self for beeing an incompetent user... you & RAXE.io are the cause of all your wasted time...

i am not the official DEV of DISTRO. my job was to update the icons, check the PoS and recompile the wallets.
thats it. editing the docs or anything else was not part of my job..


I'm curious to see exactly what you did, now. Could you please link to a github diff of your changes against the tree prior to your changes? That would help dispel much of the "did the work actually happen to what should be raxe.io's satisfaction?"

my job was to update the icons, check the PoS and recompile the wallets.
https://github.com/DistroCoin/DistroCoin

no diff there as it was a clean commit. you can only see the diff in my 2nd commit which was for OSX comability..

So you did a force push, wiping out the previous repository contents? There's a PR older than your first commit, which indicates that there were extant sources prior to that commit. The entire point of version control is to be able to see what changed, when, and by whom. Blowing away the history doesn't help bolster your claims that you fixed things which were broken, as it's impossible for a third party to validate such a claim.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 13/06/2014, 15:26:32 UTC

what t.f. are you exactly babbling? i ve done all work we had an appointment on. PoS is working nice. you are not able to compile on ubuntu and still looking for someone to blame?? LOL... blame your self for beeing an incompetent user... you & RAXE.io are the cause of all your wasted time...

i am not the official DEV of DISTRO. my job was to update the icons, check the PoS and recompile the wallets.
thats it. editing the docs or anything else was not part of my job..


I'm curious to see exactly what you did, now. Could you please link to a github diff of your changes against the tree prior to your changes? That would help dispel much of the "did the work actually happen to what should be raxe.io's satisfaction?"
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 13/06/2014, 13:30:29 UTC
so you re saying some of you are able to stake (if you look at the blockchain which always tells the truth.....) and some are not (if you look at your posts)??! i smell bs...

Did you not actually pay attention to the screenshot during your ranting? https://bitcointalk.org/index.php?topic=614921.msg7289391#msg7289391

This has the signs of vendetta or trying to depress the market or something. I'm not sure what. But my own BS meter starts waggling when someone starts shouting "SCAMMER DOES NOT WANT TO PAY ME AND I DID THE WORK!" and I can see myself that the claimed work has not happened.

EDIT: The blockchain doesn't prove the Windows client is working. It was confirmed a few days ago that the Linux client is staking now. So of course the blockchain would show staking, even if the Windows client doesn't work.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 13/06/2014, 13:24:16 UTC
i can confirm windows wallet is not staking and new wallet has not been released yet

So that makes two of us confirming issues with staking on Windows, versus a screenshot which doesn't actually prove staking is working and a screenshot prior to the staking issues? We really need more of this story than big red "SCAMMER!" text.

Seriously.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 13/06/2014, 13:17:27 UTC
This needs sorting out ASAP.  As I understand RAXE.IO is involved in a lot of other coin pojects (epawncoin to name one) so loss of credibility is going to make these other projects suffer.  If your seeing this Raxe, please give your side, and if indeed bitsta has done the work, then pay him and lets move on.


i made the work. i can proove you.
check the github repository and you will see that i commited the new sources. plus i made an update on icons, etc. and created an .icns for OSX icon compability.  https://github.com/Distrocoin/DistroCoin/commits/master

also i just deactivated the wallet-downloads on my MEGA-account. so they are not reachable anymore from the OP.
it will show you "file not available". this could only be done by me.


Based on the bits of information from one side, the only thing that strikes me is that Windows staking was a requirement before payment. That isn't working. So, yeah. We need more of the story.

bullshit. it s working. check the forums. i saw a couple of posts. even with screenshots of PoS working.
then go and check the blockchain. PoS is working. and a lot of ppl are geting stakes.



i can confirm staking is working. also other posts in this thread confirm staking working.

example:
https://bitcointalk.org/index.php?topic=614921.msg7199225#msg7199225
https://bitcointalk.org/index.php?topic=614921.msg7018924#msg7018924

but there are more posts with successfull staking.


Your first link does not prove POS is working, and your second link is dated before the POS issued arose.

We need to give RAXE some time to at least respond and not jump to conclusions.

Indeed. That first link looks a lot like my screenshot a short time ago in this thread. I've been looking at 1 second for waaaaaaaaaaaaaaay too long now.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 13/06/2014, 13:08:35 UTC
This needs sorting out ASAP.  As I understand RAXE.IO is involved in a lot of other coin pojects (epawncoin to name one) so loss of credibility is going to make these other projects suffer.  If your seeing this Raxe, please give your side, and if indeed bitsta has done the work, then pay him and lets move on.


i made the work. i can proove you.
check the github repository and you will see that i commited the new sources. plus i made an update on icons, etc. and created an .icns for OSX icon compability.  https://github.com/Distrocoin/DistroCoin/commits/master

also i just deactivated the wallet-downloads on my MEGA-account. so they are not reachable anymore from the OP.
it will show you "file not available". this could only be done by me.


Based on the bits of information from one side, the only thing that strikes me is that Windows staking was a requirement before payment. That isn't working. So, yeah. We need more of the story.

bullshit. it s working. check the forums. i saw a couple of posts. even with screenshots of PoS working.
then go and check the blockchain. PoS is working. and a lot of ppl are geting stakes.


It's sure not working for me. And I have a non-trivial amount of coin, so it's worrisome to me if it's not working for me but it is for everyone else.

https://bitcointalk.org/index.php?topic=614921.msg7289391#msg7289391
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 13/06/2014, 12:55:25 UTC
Based on the bits of information from one side, the only thing that strikes me is that Windows staking was a requirement before payment. That isn't working. So, yeah. We need more of the story.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 13/06/2014, 12:04:46 UTC
I am not saying Bitsta is telling lies but i would like to hear other side of the story so that we know what exactly is going on.

Indeed. I'm especially curious about the bit where the Windows wallet is supposed to be staking now, since mine sure isn't and I haven't seen any announcement that it was fixed yet. It's only been a lucky few people I've seen in this thread who it's working for.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 12/06/2014, 13:41:15 UTC
Is multipool working for distro right now? Can't see  it on coinking.io  Undecided

you obviously don't know what a multipool is...

I interpreted the question as "Why isn't it showing on coinking.io as a mineable currency for the multipool?" and answered appropriately.

BTW, unteroid, you can select DIS from the top right of your wallet page on coinking.io to convert almost anything you're mining in a multipool to DIS. The IRC channel can help you figure out the most efficient thing to mine to maximize your payout.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 12/06/2014, 10:20:11 UTC
Is multipool working for distro right now? Can't see  it on coinking.io  Undecided

It's in PoS, so it can't be mined right now. It's listed on coinking still though. https://coinking.io/coin.php?coin=distrocoin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 12/06/2014, 02:39:14 UTC
Windows wallet is staking for myself.
I did a clean install.
Removed my distro roaming file and re-synced to the block chain. (do not delete just move it to desktop)
Everyday since POS started, I have found at least 1 block.
Hope this helps.

No luck for me unfortunately after the clean install.
  "Your weight is 122623, network weight is 1823.  Expected time to reward is 0 seconds."


"Your weight is 147946, network weight is 1755. Expected time to reward is 0 second(s)." here. Just waiting on a new Windows wallet.  Cool
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DISTROCOIN X11 / WALLET UPDATE / DEBIT CARDS SIGNUP / MACOSX WALLET
by
lewellyn
on 12/06/2014, 00:32:40 UTC
is the 50 coins per tweet still going?

Dunno. I'm not entirely sure how one would claim it, either.  Undecided