Search content
Sort by

Showing 20 of 31 results by ihaveaducky
Post
Topic
Board Announcements (Altcoins)
Re: 🔴HADRON🔴⠀WEB⠀BROWSER⠀AI⠀MINING🔴 Mine⠀on⠀Monday⠀apply⠀now,⠀AIRDRP⠀bounty🔴
by
ihaveaducky
on 15/01/2018, 03:20:16 UTC
PC: Windows 10, Chrome (latest available), i7, GTX 1050

Mobile: iPhone 6s, latest OS
Post
Topic
Board Bitcoin Discussion
Re: Web app, mobile app and network security testing. Looking for beta testers
by
ihaveaducky
on 27/07/2014, 02:33:56 UTC
wow you doge fan boy ? thats great to sell or not . because i think it  will worth at around 10 satoshi this year . but interested with this coin , so much Cheesy

Wtf are you on?
Post
Topic
Board Altcoin Discussion
Topic OP
New coins and apps need to be security tested! Looking for beta testers.
by
ihaveaducky
on 27/07/2014, 02:18:45 UTC
Hi guys,

I'm in the process of releasing a new website that will help cryptocurrencies secure their network and applications.

I'm looking for some beta testers. If you or anyone you know has a webapp, mobile app, or network that could do with some security testing please PM me. I'm also looking for some security testers that could help out, so if you fit the build please PM me.

I'm not going to list the site or go into detail publicly just yet as I will likely need to iron out some kinks. I will do if you’re interested in being a beta tester though!

I decided to create a website to help with security testing due to the lack of adequately secured web applications that I was seeing in the cryptocurrency space. I won't list specifics here, but one sunday I was pretty bored so I decided to automate some cryptocurrency gambling website games. It worked well. Some of the admins noticed the large amounts traffic and the speed at which games were being played. I got to talking with them, then offered to spend some time looking at their websites for security vulnerabilities. I identified a number of high risk issues in a few hours. One website even allowed me to set my wallet to 99999999 dogecoins. If someone else had identified these vulnerabilities it would likely be game over for these websites.

A little about my background, I work professionally as a penetration tester and have done so for the last 10 years. I'm also a well established security researcher having found critical vulnerabilities in popular applications such as Microsoft Word.

I'm aiming this website at startups in the cryptocurrency space. It would be great if you guys can help with the beta process.

Cheers.
Post
Topic
Board Bitcoin Discussion
Topic OP
Web app, mobile app and network security testing. Looking for beta testers
by
ihaveaducky
on 27/07/2014, 02:17:12 UTC
Hi guys,

I'm in the process of releasing a new website that will help cryptocurrencies secure their network and applications.

I'm looking for some beta testers. If you or anyone you know has a webapp, mobile app, or network that could do with some security testing please PM me. I'm also looking for some security testers that could help out, so if you fit the build please PM me.

I'm not going to list the site or go into detail publicly just yet as I will likely need to iron out some kinks. I will do if you’re interested in being a beta tester though!

I decided to create a website to help with security testing due to the lack of adequately secured web applications that I was seeing in the cryptocurrency space. I won't list specifics here, but one sunday I was pretty bored so I decided to automate some cryptocurrency gambling website games. It worked well. Some of the admins noticed the large amounts traffic and the speed at which games were being played. I got to talking with them, then offered to spend some time looking at their websites for security vulnerabilities. I identified a number of high risk issues in a few hours. One website even allowed me to set my wallet to 99999999 dogecoins. If someone else had identified these vulnerabilities it would likely be game over for these websites.

A little about my background, I work professionally as a penetration tester and have done so for the last 10 years. I'm also a well established security researcher having found critical vulnerabilities in popular applications such as Microsoft Word.

I'm aiming this website at startups in the cryptocurrency space. It would be great if you guys can help with the beta process.

Cheers.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SalamiCoin - Unlimited Supply, No Premine, Completely Transparent
by
ihaveaducky
on 08/05/2014, 23:32:16 UTC
Wallet is soon to be released. I'm giving people the chance to mine it first. Should be out in a day or two.

The wallet is in a way built into the miner. It maintains how many coins you have. The actual wallet will mainly implement send and receive.

Algorithm is coppascrypt.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SalamiCoin - Unlimited Supply, No Premine, Completely Transparent
by
ihaveaducky
on 08/05/2014, 06:26:04 UTC
Start mining your salami coins!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Word on the street SalamiCoin is valued at $1.53USD each.

EDIT: I'm not bored at all.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SalamiCoin - Unlimited Supply, No Premine, Completely Transparent
by
ihaveaducky
on 08/05/2014, 06:20:39 UTC
RIGHT NOW! Start mining whenever Smiley

EDIT: All salamis, not just German.
Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] SalamiCoin - Unlimited Supply, No Premine, Completely Transparent
by
ihaveaducky
on 08/05/2014, 06:14:38 UTC
http://i.imgur.com/KkcfIdu.png

* Name: SalamiCoin
* Released: March 8, 2014. OUT NOW, START MINING!

* Possibly a revolutionary coin. PM if you represent a country that would like to adopt SalamiCoin as its currency.

* CPU/GPU Mine. GPU mining doesn't really help though. GPU more so for looks.

* Miner Source Code:
http://pastebin.com/E53RdvHW

First save the program as miner.cpp, then create a folder called "wallet", then compile:

Compile with Visual Studio:
cl miner.cpp

Code:
C:\\coin>cl miner.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler
Copyright (C) Microsoft Corporation.  All rights reserved.

miner.cpp

/out:miner.exe
miner.obj

Sample miner output:
Code:
C:\coin>miner.exe
Powering up miner
  * Block found (total: 1)
  * Block found (total: 2)
  * Block found (total: 3)
  * Block found (total: 4)
  * Block found (total: 5)
  * Block found (total: 6)
  * Block found (total: 7)
  * Block found (total: 8)
  * Block found (total: 9)
  * Block found (total: 10)
  * Block found (total: 11)
  * Block found (total: 12)
  * Block found (total: 13)
  * Block found (total: 14)
  * Block found (total: 15)
  * Block found (total: 16)
  * Block found (total: 17)
  * Block found (total: 18)
  * Block found (total: 19)
  * Block found (total: 20)
  * Block found (total: 21)
  * Block found (total: 22)
  * Block found (total: 23)
  * Block found (total: 24)
  * Block found (total: 25)
  * Block found (total: 26)
  * Block found (total: 27)
  * Block found (total: 28)
  * Block found (total: 29)
  * Block found (total: 30)
  * Block found (total: 31)
  * Block found (total: 32)
  * Block found (total: 33)
  * Block found (total: 34)
  * Block found (total: 35)
  * Block found (total: 36)
  * Block found (total: 37)
  * Block found (total: 38)
  * Block found (total: 39)
  * Block found (total: 40)
  * Block found (total: 41)
  * Block found (total: 42)
  * Block found (total: 43)
  * Block found (total: 44)
  * Block found (total: 45)
  ** BLOCK REWARD **
  * Block found (total: 53)
  * Block found (total: 54)

* Windows only.

* NO POOLS NEEDED
* NO BOUNTIES - MINE THE COIN YOURSELF

* Wallet not out at present - you can manually send and receive if needed.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AC] Official Asia Coin Revival | Fix Released to Exchanges
by
ihaveaducky
on 08/05/2014, 01:38:48 UTC

Wow, you guys are really reviving it. Good to hear I guess.
Post
Topic
Board Bitcoin Discussion
Re: Dark Wallet: Let There Be Dark!
by
ihaveaducky
on 07/05/2014, 10:45:02 UTC
one word, centralized.
Post
Topic
Board Bitcoin Discussion
Re: team bitcoin wallpaper
by
ihaveaducky
on 07/05/2014, 10:43:16 UTC
looks awesome dude.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AC] Official Asia Coin Revival | Hard Fork and Voiding Pre-Mine
by
ihaveaducky
on 07/05/2014, 06:10:42 UTC
sounds good
Post
Topic
Board Altcoin Discussion
Re: deleted thread
by
ihaveaducky
on 07/05/2014, 04:38:21 UTC
sounds like a doge rip.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PURE POS]Information Coin(ITC) Fair&Free distribution New thread
by
ihaveaducky
on 07/05/2014, 04:36:02 UTC
sounds cool.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AC]AsiaCoin - Relaunch
by
ihaveaducky
on 07/05/2014, 02:43:42 UTC
would be good to get some money back on this coin, but its over, maybe just let it be.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]FreebiesCoin - Rewards loyalty coin |100% FREE DIstribution Pure PoS
by
ihaveaducky
on 07/05/2014, 02:40:47 UTC
freeeebiiiiieeesss
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AC]AsiaCoin - Relaunch
by
ihaveaducky
on 06/05/2014, 10:21:30 UTC
If anyone has some leftover coins, and are (rightfully so) done with them, you can send them to me. You'd make my day. I dreamed of owning 25k... I only ever got 10k. All I could afford. It would still put a big smile on my face to ever see that number.

AN9XiQJTtEu8EPwpy2HjRHKfgL9KsQuZuf

Wtf. you were on the pandacoin thread a couple of days ago happy to exchange/claim pandacoins for your asiacoins. You, are your own scam.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AC]AsiaCoin - Relaunch
by
ihaveaducky
on 03/05/2014, 23:54:42 UTC
I got this information from an anonymous source:

developer of coin Asia has made a video in which he shows his email
urbansoldier90@gmail.com

in search box in facebook type urbansoldier90@gmail.com
see ... the dev of asia coin
https://www.facebook.com/dallas.urban?fref=ts

in facebook he say
.... he live here
https://www.facebook.com/pages/Provo-Utah/106066949424984

in search box in google+ type urbansoldier90@gmail.com
see ... the dev of asia coin
https://plus.google.com/u/0/110587325042504256988/posts

Where is the original video?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AC]AsiaCoin - Relaunch
by
ihaveaducky
on 03/05/2014, 23:26:46 UTC
Who has any details of this dev? Anyone had any one on one chats with him?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AC]AsiaCoin - Relaunch
by
ihaveaducky
on 03/05/2014, 23:15:57 UTC
How can this dev live with himself.