Bitcoin Forum
May 02, 2024, 04:39:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
841  Local / India / Re: Coinsecure gets hacked after their bank account suspension on: May 09, 2018, 10:29:33 AM
No idea about the amazon thing.But I know one thing for sure:

Quote
Companies claiming they got hacked and lost your coins sounds like fraud so perfect it could be called fashionable.  I never believe them.  Remember that trusting strangers with your coins without any recourse is, as a matter of principle, not a best practice.  Don't keep coins online. Use paper or hardware wallets instead.

Lets hope that neophyte Indian bitcoiners will learn from this and won't use exchanges as wallets.
842  Economy / Services / Re: [CFNP] IOS - Signature & Avatar Campaign | Up to $150/week in BTC & Tokens! on: May 08, 2018, 04:13:09 PM
Is there any person to contact to aside from Madz regarding the update whether the campaign will continue or if when are we gonna receive the pay for the 4th week? Madz was online yesterday, I just wonder why he hasn't give us any updates on whether we continue with this campaign or even receive our pay. We've all been waiting patiently but this time is different since this is the final week and he left us hanging. I mean no harm with this post just trying to clarify some things.
IOS tokens have a discord channel.Can someone ask there?Not sure whether that will be a right channel or not.
Or we could just wait for Madz to give an update.
843  Bitcoin / Project Development / Re: Bitcoin & Altcoins Live Price Image generator on: May 08, 2018, 11:48:10 AM
This is really cool! I just tried my first image generation at http://35.226.164.123/image.php?coin=bitcoin&amount=123.So if you don't mind revealing your secret stash,how did you make it ? Does the image transformations happen on the fly or you fetch them from a server?
Either way,I'm happy to see such projects in this board.

It's probably pretty simple.

Just fetch the Bitcoin price from an API (i.e CoinMarketCap) and calculate how much the amount is worth, then create an image with this method1] or similar.

[1] http://php.net/manual/en/function.imagettftext.php
Ahh..I see! Never been a fan of PHP but this does sound extremely simple.So the 3rd party package is where all the magic happens. Great! Also I don't see the data being fetched from the server which actually confused me. Usually, my console or my terminal records all the API calls but when I opened the URL with the given params,I didn't see any network calls happening so I was a doubtful if it's happening on the fly. Thanks for the clarification.
Yup, it is as easy as it sounds.

I'd like the new updates, now the text seems pretty clear.
Thanks :>


Why you didn't make it as an open source project in the first place. I believe making it open source would do easily the job.


The source code is very messy ATM.Even though it has just 100 lines, still it's hard to understand.
I will create a rep at github after tidying the code, as soon as I can.

Thanks for following the project guys, appreciate it!


844  Local / India / Re: Coinsecure gets hacked after their bank account suspension on: May 07, 2018, 03:12:42 PM
Does anyone have any update on this?Benson is offline ever since the hack.The last update from coinsecure was on 29th April.
AFAIK, no one has got the money back(neither fiat nor BTC).

845  Bitcoin / Project Development / Re: Bitcoin & Altcoins Live Price Image generator on: May 07, 2018, 01:52:05 PM
Updated a few things:

1.) Changed background color & text color of the image.
2.) Only values till 4th decimal places will be printed.
3.) The width of the image is now dynamic, depending upon the length of the string.



Things to do:
1.) Build the homepage and a link generator, with options like changing the font,color,currency,decimal place, etcetra
2.) Add a short domain name.
3.) Will try to reduce the time taken to generate images.
4.) Make it open source once everything is built & final.
846  Bitcoin / Project Development / Re: Bitcoin & Altcoins Live Price Image generator on: May 06, 2018, 08:33:29 PM
Domain Name?
cryptocapture
cryptotracker



Any information about the sources you gathered prices data?

adding an option to show the converted result in Bitcoin would be good.
It is using worldcoinindex.com for price.Yup, I will add that option too in the next update.


Really good work mate. I would like to find the more information like adding name details to show on the page and if you design the webpage with any good template you can gather for the more information designers over here.
Check vod signature, she really made good work to find the various details about this forum one page.

Since I like this work, I have merited you as well mate.
I will update the front page with a bootstrap design.Thanks for the merit.

I am busy with my college exams ATM :/ Will update everything once my exams are over .-.
847  Bitcoin / Project Development / Re: Bitcoin & Altcoins Live Price Image generator on: May 05, 2018, 09:55:27 AM
Hey,

this is actually very nice!

I see the image width is set to fixed - I suggest to calculate the image width after your script know the price.

Something like:
Image width = number of digits * 10px + 50px

1 digit is ~10px wide.
'USD' + some margins is ~50px.

Or you could limit the decimal.

I will keep my eye on your project Smiley
I wish you the best of luck!

Thank you so much for being so generous.
Yes, I will work upon your suggestion.I will limit the decimals plus will change the width accordingly.Need to fix few other things too.

Thanks again Cheesy

848  Other / Meta / Re: Image caching on: May 04, 2018, 08:38:56 PM
My query is related to the forum.Probably it belongs here.
Yes you are right. My bed and accept my sincere apology.
Did you post that from the wrong account? Your username is similar to the OP’s...

mdayonliner edgycorner Quickseller

All three are mine LOL
Me=mdayonliner
mdayonliner=Quickseller
Me=Quickseller
Mind=Blown
849  Other / Meta / Re: Image caching on: May 04, 2018, 08:33:16 PM
Send an appropriate Expires or Cache-Control header.
It WORKED Cheesy I added
Code:
header( 'Cache-Control: max-age=6' ); 

Now images are getting cached for just 6 seconds :DDDD
Arigato sensei .-.-.-.-.


My query is related to the forum.Probably it belongs here.
Yes you are right. My bed and accept my sincere apology.
Did you post that from the wrong account? Your username is similar to the OP’s...
Nein, he thought this was the wrong board for.So suggested me to move my thread to some other board.That reply is deleted tho

My query is related to the forum.Probably it belongs here.
Yes you are right. My bed and accept my sincere apology.
Its alright, even I was confused whether it belongs here or not.

Thanks again for your help Theymos. Locking this thread.
850  Other / Meta / Re: Image caching on: May 04, 2018, 07:19:49 PM
I have created a small project which helps you to embed live price of coins as image.You can follow it here: https://bitcointalk.org/index.php?topic=3485877

But because image caching, it can be rendered useless.I can see the same image loading up even after 24 hours :c
Is there any solution to this? Or is it a server/user side thing, which can't be changed?

Any help will be appreciated .-.

Well, it is kind of, yes. I think it will indeed be cached by default for everyone who uses a normal browser ( tor might not do this), simply because the server tells you to ( cache ) by default..

However, you can manually disable this.

I use Chrome, so i'm not too sure how it works for FireFox.

 on Chrome -> F12, Customize Dev tools -> Settings -> "Disable cache while devtools is open".

I just tried loading in your topic a couple times, and the values indeed change. One thing i noticed though is that they 500 a lot of times.



Theymos could indeed disable this, or lower the default time to cache certain stuff from what it is now to 10 minutes or whatever, but i don't really see why he should.

It'll massively increase bandwidth for no other reason then some (sorry Tongue) useless price tickers you can see everywhere.
Yup, after disabling the caching the images are loading as normal .-. And yes I got the internal server error too for some images

I will look into the logs.

I don't expect theymos to change that either :v I am hoping for a solution that might prevent the browser from caching it.
Just like you can use noCache=true, but it isn't working here because(maybe) the images are tunneled via a proxy too .-.(imo it's a good thing, else people could track your IP address by your visit).


You posted it on the wrong section. This section is for forum related topics. May be you consider moving it to some other board if I am not mistaken.
My query is related to the forum.Probably it belongs here.
851  Alternate cryptocurrencies / Speculation (Altcoins) / Re: ETH will reach $15,000 this year Says Reddit Co-Founder on: May 04, 2018, 06:52:12 PM
The other speculation of reaching 2.5k$ (by Nigel Green) sounds more believable than 15k$.Its adoption will surely cause a surge in the price, but 15k is unbelievable and illogical.
Probably he was mocking the move by reddit to accept ETH as a payment? 
852  Alternate cryptocurrencies / Speculation (Altcoins) / Re: IOS Token Speculation Thread on: May 04, 2018, 06:45:17 PM
The east wind is coming! Today IOSt was featured in a MAJOR KOREAN NEWSPAPER*.Which will surely boom the price this weekend.This will surely capture the attention of the wealthy koreans.I am expecting a 100+ satoshi run again.Place your bets now!(But make sure its your own decision, this is just a speculation)

And IOSt was listed by a major Indian exchange too, KOINEX.I am very surprised & happy about this, because I use koinex for all my cryptos Cheesy Cheers!



* https://twitter.com/IOStoken/status/992217474073477120
853  Other / Meta / Image caching on: May 04, 2018, 06:36:26 PM
I have created a small project which helps you to embed live price of coins as image.You can follow it here: https://bitcointalk.org/index.php?topic=3485877

But because of image caching, it can be rendered useless.I can see the same image loading up even after 24 hours :c
Is there any solution to this? Or is it a server/user side thing, which can't be changed?

Any help will be appreciated .-.
854  Alternate cryptocurrencies / Speculation (Altcoins) / Re: What coins are about to explode? on: May 04, 2018, 06:31:52 PM
I am waiting for IOST to explode.With such an active team, I am waiting for a bunch of whales to gulp down all the supply and spout the price to the moon.I am holding some of it, in hope that it will reach the moon.
Till Q1 2019, it can surely cross 10x of what it is today Smiley)) Good luck!
855  Alternate cryptocurrencies / Speculation (Altcoins) / Re: FUCK TRUMP COIN on: May 04, 2018, 06:21:48 PM
I remember a similar ICO which began 2 months back, SpaceKim.It had Kim Jong-il as its ex-CEO(who used to look at things lol).They were able to raise 50k$ tho.According to the road map, they had to get listed on an exchange by April.April has passed no signs of progress.A scam, it became .-.

100% sure that this coin will follow the foot steps :v only a fool will invest in such ICOs.But they are fun to follow XD
856  Alternate cryptocurrencies / Speculation (Altcoins) / Re: **Crypto trading signals** (share what you're targeting) on: May 04, 2018, 06:10:26 PM
I am holding some ripples.I bought them when they were worth 2$.But after a few days, ripple went to the bottom and is there ever since.
Will sell them all once they cross 2$.An expensive investment for me(and a stupid one too).I don't see any big thing coming for ripple, fingers crossed .-.

I am holding some IOS tokens too, just want to see where they will reach after a year.That's all.
857  Economy / Gambling discussion / Re: IPL( Indian Premier League) Prediction Thread, 2018. on: May 04, 2018, 06:05:43 PM
I lost 2.5mBTC yesterday on CSK lel, and I think most of the gamsters shared the same fate.Even with wickets in hand they weren't able to score much in the final overs, SCREW JADEJA! That guys is the sole reason for KKRs win.

I have placed 5mBTC on punjab in a hope for recovery :v Indore is a batting ground, good batting pitch and small ground.With Chris Gayle and killer Miller in the team, Punjab has very high chances of winning.GO PUNJAB!
Damn man, no more betting on IPL for me lol
This league is insane! Gonna sit back and will see just the results from now on :v 

In tomorrow's match, I think SRH will out-bowl DD.DD's batting power relies on just 2 players, if they fail to perform then it will be impossible for them to win.So SRH FTW

858  Economy / Gambling discussion / Re: IPL( Indian Premier League) Prediction Thread, 2018. on: May 04, 2018, 12:11:03 PM
I lost 2.5mBTC yesterday on CSK lel, and I think most of the gamsters shared the same fate.Even with wickets in hand they weren't able to score much in the final overs, SCREW JADEJA! That guys is the sole reason for KKRs win.

I have placed 5mBTC on punjab in a hope for recovery :v Indore is a batting ground, good batting pitch and small ground.With Chris Gayle and killer Miller in the team, Punjab has very high chances of winning.GO PUNJAB!
859  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Ethereum 2k in 2 months? on: May 03, 2018, 08:35:32 PM
2 months have passed and ether haven't reached the 2k mark.It is at 800$ now, but I am glad that it didn't.
I would prefer a healthy growth with time.A sudden surge will only discourage the holders and might even cause panic.

It will reach 2k$ for sure, but not too soon.HODL till then Cheesy
860  Economy / Service Discussion / Re: THE EASIEST BOUNTIES 🏆 Will Be Updated Accordingly.. on: May 03, 2018, 08:27:38 PM
Care to share what's your intention of putting this up? I mean the title seems to be misleading. Easiest bounties? What does it mean? Does this bounty is a good project or give the bounty hunter big rewards at the end? Or the manager who's running the campaign is trusted? I also found this list: List of Campaign Managers Latest Post(Sig & Twitter Campaign) for Bounty Hunter - (https://bitcointalk.org/index.php?topic=2842283.0). Maybe it can help bounty hunters in choosing the campaign based on the managers.


Both of these threads seems to be outdated.OP can you update for the recent months?Seems like many new members were following your thread.
A thread like this https://bitcointalk.org/index.php?topic=615953.0 will be a big help for bounty hunters.Maybe I will create one after my sem exams .-.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!