Bitcoin Forum
December 09, 2023, 12:34:26 PM *
News: Mixers will no longer be allowed after Jan 1
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Tokens (Altcoins) / [ANN] MillionDollarDAPP – Be part of history | $1m hardcap | 10% referral bounty on: September 12, 2018, 12:36:12 PM
MillionDollarDAPP.com - be part of history!

The MillionDollarDAPP is a homage to the MillionDollarHomepage from 2005. It maintains 1,000,000 pixels which are sold for $1 each. In contrast to the original, the MillionDollarDapp utilizes latest Web 3.0 technologies to operate in a complete decentralized manner.

It allows you placing ads without cencorship, editing their content and deleting them. But beware: History cannot be changed! Every action you take on this DAPP creates an immutable record on the Ethereum Blockchain – forever! Images are recognized by their "fingerprint" (hash) on IPFS (Interplanetary Filesystem) and served as long as anyone in the universe has interest in it. This allows us to look at the site for any given time in the past. Nobody is able to change records once they are written.

By adopting a popular but simple idea from the traditional web we, the crypto community, are getting another chance to showcase outsiders which possibilities are enabled by utilizing blockchain.


FEATURES

  • Ethereum ERC20 token (MDAPP) to claim ownership of pixels
  • Price fixed to $1 via Oraclize price determination within the smart contract
  • Immutable, uncensored ad placement with image, title, description, link and contact information
  • Image automatically stored to IPFS and referenced from smart contract
  • Text data stored on blockchain
  • Editable ads
  • Ads can be marked as NSFW by contract owner (but still be viewed by everyone wishing to see them)
  • Pixels can be released to get the spent tokens back
  • Tokens can be transferred like any other ERC20 token*
  • Old ads are still accessible through blockchain and IPFS data
  • Referral program: get 10% of all ETH spent for purchases using your referral code
  • Time machine: move back in history and see how the ads evolved over time

* once distribution is complete


COMPARISON




TOKEN METRICS

  • Symbol: MDAPP
  • Decimals: 0
  • Max. supply: 10,000
  • Price per token: $100 (corresponds to 10x10 pixels – the smallest possible ad dimensions)
  • Hardcap: $1,000,000
  • Presale starting at: TBA (early October anticipated)
  • Sale starting at: about 1 to 2 weeks after presale end
  • Utility token for an existing, working product – hence no KYC necessary!


MDAPP TOKEN ECOSYSTEM

In order to claim ownership of pixels one needs to own 1 MDAPP per 10x10 pixel block. By claiming pixels the appropriate amount of MDAPP is locked and can‘t neither be transfered nor used for further claiming.
By releasing pixels, one loses ownership of them but at the same time unlocks the appropriate amount of MDAPP.

Unlocked tokens do not guarantee a specific ad position nor do multiple tokens guarantee a cohering area of pixels. However, they guarantee that one gets any free pixels of his or her choice.  Token generation ends at a supply of 10,000 MDAPP, each representing 100 pixels, 1,000,000 pixels in total. The principle is „first come – first serve“.


This allows the MillionDollarDapp to change contents and actors over time, creating a real immutable history of digital mankind.


PRESALE BONUS

Since this is called „Million Dollar“ Dapp, wide discounts and bonuses couldn‘t be granted without changing the nature of this project. However, presale participation is incentivized by a preferred right of claiming pixels and placing ads before participants of the normal sale. The most valuable thing you can gain are the pixels of your desire. At the same time you create a longer trace in history. Take your chance!


CURRENT STATE

All functionality except the time machine is fully implemented and running on the Rinkeby testnet. Before mainnet launch, we want to raise visibility of this project and collect user feedback and find bugs. Furthermore, we are in need of a header and token logo.


BOUNTIES

A logo contest will be called out very soon. The winner will be granted 4 MDAPP, 2nd place 2 MDAPP and 3rd place 1 MDAPP.

Further bounties are granted for finding critical bugs in the smart contracts. We‘re also open for proposals of further bounty programs.

Once the DAPP is launched on mainnet, you can earn real ETH by sharing your referral code over social media and other chanels. The referral code will be forwarded to the sale smart contract which will automatically grant you 10% of the spent Ether. You can see your withdrawable balance by viewing the DAPP with your unlocked MetaMask account.
2  Economy / Service Discussion / Querying Blockchain.info address tags or similar service on: September 02, 2016, 12:05:17 PM
I'm currently writing a research paper about the bitcoin network and need access to a list of well known addresses linked to e.g. MtGox, Silk Road, SatoshiDice, BitPay etc.

However, I can't find a API call on blockchain.info to retrieve this information or at least a search field on the website. Do I just miss them?

Do you know any other sources for this information?
3  Alternate cryptocurrencies / Altcoin Discussion / Establishing testnet connection between 2 machines on: May 25, 2014, 12:59:24 PM
Hello,

I just started playing with the latest litecoin code for personal education. Got the genesis block created and am now trying to establish a testnet connection between my vps and my home machine.

vps IP: x.x.x.x
home IP: y.y.y.y
Testnet port: 19700

From what I read I should do...

on vps: ./foocoind -testnet -connect=y.y.y.y
on home: ./foocoind -testnet -connect=x.x.x.x

I already forwarded the ports on my router to the home machine, so this should be no problem. However, I never geht both machines connected. Here are the conf files I tried (~/.foocoin/foocoin.conf):

Code:
rpcuser=test
rpcpassword=test1

Result (debug.log):
on vps:
2014-05-25 12:47:45 trying connection y.y.y.y lastseen=0.0hrs
2014-05-25 12:47:45 connect() failed after select(): Connection refused

on home:
2014-05-25 12:48:21 trying connection x.x.x.x lastseen=0.0hrs
2014-05-25 12:48:26 connection timeout

Other config:
Code:
rpcuser=test
rpcpassword=test1
testnet=1

Result: same as above

Other config:
Code:
rpcuser=test
rpcpassword=test1
testnet=1
testnet_config=1

Result: same as above

This is the output of "netstat -anet | grep 19700":

vps:
Code:
tcp        0      0 127.0.0.1:19700         0.0.0.0:*               LISTEN      1000       44434377
tcp        0      1 x.x.x.x:38424     y.y.y.y:19700     SYN_SENT    1000       44434729
tcp6       0      0 ::1:19700               :::*                    LISTEN      1000       44434375

home (192.168.1.107 is my local ip which is the port forwarded to):
Code:
tcp        0      0 127.0.0.1:19700         0.0.0.0:*               LISTEN      1000       4104309
tcp        0      1 192.168.1.107:34093     x.x.x.x:19700     SYN_SENT    1000       4105400
tcp6       0      0 ::1:19700               :::*                    LISTEN      1000       4104308

If I put "listen=1" to any of the machines config file I always get:
Code:
Error: An error occurred while setting up the RPC port 19700 for listening on IPv4: bind: Address already in use


Any ideas what else I can try?

Regards, haggis
4  Local / Biete / [WTS] Alu Case; Lepa 1600W; 3x R290 wassergekühlt; MO-RA3 Radiator; Pumpe 12V on: May 07, 2014, 10:26:44 PM
Hallo zusammen,

ich verkaufe folgende Komponenten:

Alu Mining Gehäuse zur Montage von 4 Grafikkarten + Motherboard. Das abgebildete ATX Blech wird nicht mitgeliefert.
Maße: 54x28,5x29cm
Preis: 39€





3 Stück Club 3D R9 290 inkl. vormontierten "EK Water Blocks EK-FC R9-290(X) - Acetal+Nickel" und "EK Water Blocks EK-FC R9-290(X) Backplate - schwarz"

  • 2 Stück "13/10mm (10x1,5mm) Anschraubtülle G1/4 - black nickel" pro Karte beiliegend
  • sorgsamste Behandlung, alle Materialen vom Feinsten
  • lautlos bei 1030-1070/1500 MHz Übertaktung bei unter 60°C im Dauerbetrieb
  • ungenutzte Ausgänge waren permanent verschlossen um Eindringen von Staub zu verhindern
  • original Referenzlüfter beiliegend
  • Originalverpackung sowie alle dem Lieferumfang zugehörenden Teile beiligend
  • Verwendung hochwertiger Wärmeleitpaste (GELID Solutions GC Extreme Thermal Compound)

2 Stück stabil bei 1070/1500 MHz (GPU/VRAM): je 400€
1 Stück stabil bei 1030/1500 MHz (GPU/VRAM): 390€

Alle 3 zusammen: 1150€





LEPA G 1600W ATX 2.3 (G1600-MA)
Derzeit nur schwer im Einzelhandel zu ergattern!

Preis: 180€
Lüfter: 135mm • PFC: aktiv • Anschlüsse (abnehmbar): 1x 24-Pin, 2x 8-Pin EPS12V, 1x 4-Pin ATX12V, 10x 6/8-Pin PCIe, 14x SATA, 10x IDE, 2x Floppy • +3.3V: 25A • +5V: 25A • +12V1: 20A • +12V2: 20A • +12V3: 30A • +12V4: 30A • +12V5: 30A • +12V6: 30A • -12V: 0.5A • +5Vsb: 4.0A • durchschnittliche Effizienz: 90%, 80 PLUS Gold zertifiziert • Formfaktor: ATX PS/2 • Abmessungen (BxHxT): 150x86x180mm • Besonderheiten: unterstützt ErP Lot 6





Innovatek HPPS 12 V Wasserpumpe + AGB-O- Matic
inkl. Adapter und 2x "13/10mm (10x1,5mm) Anschraubtülle G1/4 - black nickel"

Preis: 45€





Watercool MO-RA3 / Mora3 360 Core Radiator inkl. 4x 180mm Lüfter und Thermometer
  • hochwertige Lüfter, lautlos: Phobya G-Silent 18 700rpm Slim black
  • Lüfter vibrationsgedämmt auf Radiatordichtband (siehe Foto #2)
  • digitale Temperaturanzeige (blau)
  • inkl. 4x 60cm Lüfterverlängerungskabel
  • inkl. 2x "13/10mm (10x1,5mm) Anschraubtülle G1/4 - black nickel"

Preis: 95€





3 Stück PCI-E 1x zu 16x Powered Riser Cable

Je 6€

5  Alternate cryptocurrencies / Marketplace (Altcoins) / [NDL] NoodlyAppendageCoin | LOGO CONTEST POLL | Bounty for each vote! on: February 02, 2014, 08:37:26 PM
Welcome to NoodlyAppendageCoin (NDL) Logo Contest Poll!

The poll is open until February, 12th 20:30 GMT.


Every voter gets a bounty of 5k NDL! Just post your wallet adress after voting and you will receive the funds after the poll has ended!
For every 25th posted (unique) wallet adress everyone gets 1k more NDL as bounty. So spread the word about this poll via Twitter, FB, G+, your blog or whatever and everyone gets more Noodlys!


Signature Code:
Code:
[b][size=12pt][glow=orange,2,300][url=https://bitcointalk.org/index.php?topic=429447.0][color=black][NDL] Logo Contest Poll[/color] | » » » [color=purple]5k+ NDL for every voter![/color] « « «[/url][/glow][/size][/b]

Please be fair and don't fake votes.

Reminder:
1st place earns 2.5m NDL
2nd place earns 1m NDL
3rd place earns 500k NDL


After the winner has been choosen, there will be an open discussion whether it needs some tweaking or not (adding coin name, changing shape or similar).
So don't place your vote only at the "ready to use" state of a logo. If a logo brings in a good idea but is not ready to use, it still may be worth a vote since there's always the possibility to tweak it afterwards.


At this point thanks again to all contributors! Independent from the poll result you all did a great job. I never thought there could be so many attendees. Thank you!

NoodlyAppendageCoin announcement thread: https://bitcointalk.org/index.php?topic=396227.0

Now enjoy the noodly gallery of holyness and select your personal favourite(s):
(Here's a nice formatted overview table)

#1 ↓


#2 ↓


#3 ↓


#4 ↓


#5 ↓


#6 ↓


#7 ↓


#8 ↓


#9 ↓


#10 ↓


#11 ↓


#12 ↓


#13 ↓


#14 ↓


#15 ↓


#16 ↓


#17 ↓


#18 ↓


#19 ↓


#20 ↓


#21 ↓


6  Alternate cryptocurrencies / Announcements (Altcoins) / [NDL] NoodlyAppendageCoin | LOGO CONTEST | Submissions closed on: January 23, 2014, 11:09:40 PM
Welcome to NoodlyAppendageCoin (NDL) Logo Contest!

No more submissions possible. Thanks to all your contributions and your great work! Here's the poll:
https://bitcointalk.org/index.php?topic=445742.0




Bounties:
1st: 2.5M NDL
2nd: 1M NDL
3rd: 500k NDL
Every participant: 100k NDL

Promoting this thread in your signature: 25k NDL

Put the following code to your signature and post your wallet adress:

Code:
[b][size=14pt][glow=red,2,300][url=https://bitcointalk.org/index.php?topic=429447.0][color=black][NDL] Logo Contest[/color] | [color=yellow]4M Bounties for winner and participants[/color] | [color=black]Submission deadline: February, 2nd 19:00 GMT[/color][/url][/glow][/size][/b]


Values will rise when donations are made to the logo contest wallet:
NTStjocSmPPbezULUDc3nbg9e6mfuuiRo3


Updates:
  • New total bounty: 4.15M NDL !
  • Total bounty available: 1.15M NDL


Rules:
  • You must be the author of the logo
  • You can submit as much logos as you want
  • Everyone will be rewarded only for his/her best submission
  • Submit your logo together with your NDL adress to receive a bounty
  • Participation rewards will only be granted to accounts registered before the contest started
  • You devolve all rights at your submitted logo(s) to the NDL Dev-Team


Some facts about NoodlyAppendageCoin:
Official Site: http://noodlyappendagecoin.com
Announcment thread: https://bitcointalk.org/index.php?topic=396227.0

13.798 billion NDL in total, one for every year since His Noodly Appendage first touched our universe.
60 second blocks
Difficulty retargets every 60 blocks
Every Friday (or something not terribly far off) is a holy day, with triple block rewards.
Block subsidy halves every 525600 blocks (once per year).

Downloads:
See announcment thread

Other Bounties:
*The first dice site will it's creator a noodlyappendagecoin millionaire.
* An Android wallet and iphone wallet will earn their creators 3m noodlyappendagecoins.
PM His Holy Noodliness to hold bounties, so multiple people don't start working unnecessarily on the same thing at once.


Current Logo:






Submissions:
(Sorry, that table looks quite ugly. I will normalize the logos size for the poll and beautify the presentation.)








































7  Other / Beginners & Help / What is going on with Cryptsy? on: December 02, 2013, 02:24:24 PM
Hello guys,

since a couple of days when the prices exploded, there were several lags on Cryptsy. It felt uncomfortable but it was working in some way.

But since bitcointalk was hacked it feels like Cryptsy is even slower. It tooks 15 to 30min until an order is placed or canceled. On Stablecoin there are nearly no more human trades...only botted micro sh*t. And since Stablecoin crashed extremely yesterday I would expect that some people do a cheap rebuy or at least do panic sells. But nothing...
What's going on? Any information?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!