Bitcoin Forum
May 23, 2024, 07:54:36 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 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 25, 2013, 01:48:06 PM
Hi everybody !

I'm glad to see some activity in the namecoin world :p

http://www.aaronsw.com/weblog/squarezooko

Just found this piece from Aaron Swartz, Jan 2011.

Sounds like he is describing namecoin ... I wonder, could he have?

Also read his comments in the FAQ .... https://squaretriangle.jottit.com/faq
Surprising :p

snailbrain & co : continue this good work, and don't forget to release the source code as soon as possible (otherwise there will be a loss of credibility, fear that you'll stole coins and less commits from other developpers).

On my side, I've started to try to use bitcoin 0.8.2 on the namecoin network. It is a very long work and if the namecoin GUI could bring more people to namecoin it is a good solution while all this is not fully ready (and it will take some time).

It seems some people try without success, and I may say that, indeed, there are some really small details that need to be adjusted in the code before it works on the namecoin network.

I'm also happy to see that midnightlightning has improved that wiki about merged mining, that will be less work for the one who will implement it :p

So, after some hours of work, here is what has been done :
- b94b68b Change ports for Namecoin 8336 : rpc calls 8334 : peer communication
- 3d39d31 Change defaultDataDir for Namecoin
- 137bcf4 Update Genesis infos for Namecoin main-network
- 3d172b8 pchMessageStart update for Namecoin
- a852cdd Update genesis infos & pchMessageStart for namecoin testnet
- 8c7622a Disable testnet ability to change difficulty before 2k blocks / Incompatible with the current namecoin testnet / Will be activated back when we will do a testnet reset

Here is what works :
- peer connections & first message exchange (sort of handshake with pchMessageStart)
- mainnet & testnet genesis blocks support
- block downloads (standard bitcoin blocks only)

Here is what doesn't work yet :
- "bitcoin" is written everywhere (a simple search and replace will not work)
- checkpoints are still bitcoin's one
- same for dnsSeed
- same for irc channel
- same for all different fees
- transaction with names (so blocks will be refused too)
- blocks with merged mining
- name_* rpc calls
- alert private keys
- I don't know if the GUI will use name tranctions as standard transactions or not (if the coin tied to the name is spent, you may loose the name)
- a current namecoin node should be upgradable to the 0.8.2 release (do you see reasons why it won't be possible ?)

One important thing to know before coding more is what is the best way of adding namecoin features in this bitcoin base code while allowing easy integration of future bitcoin releases into namecoin.

Satoshi... oops.. Vinced, has done it with hooks to minimize the number of changes in the bitcoin code.
The namecoin code itself is a list of functions with duplicated code and other good programming practices :p

So, next step may be to take some time to do things well for the future.

Last blocks validated by my 2 nodes :
- mainnet : 11110 (block rejected by checkpoint lock-in at 11111)
- testnet : 545   (block rejected by checkpoint lock-in at 546)
Next blocking points will be transaction with name registration :p

Code is available in my tree in the namecoin_v0.8.2rc2 branch :
https://github.com/khalahan/namecoin/tree/namecoin_v0.8.2rc2

Remember, it's not usable in production or with your main wallet.
So, do not use them with your current namecoin data dir (use: ./bitcoind -datadir=a_new_folder, and backup everything in case of mistake :p).
62  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.8314512BTC] on: May 13, 2013, 08:24:45 PM
Hi everbody !

A new version of Firefox seems to be the cause of the previous bug : the result was an ID starting with "0-".
For people with an ID starting with "0-", please take those actions :

1. update the plugin here : http://charityad.org/files/CharityAd.xpi
2. visit the page to get your new plugin ID : http://en.surf4bitcoin.com/Congratulation
3. edit your post and put the correct registration ID

Thanks for supporting the project and good luck ! Smiley
63  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.8314512BTC] on: May 13, 2013, 07:25:20 PM
Quote
Important announce related to ID starting with "0-" :

For people with ID starting with "0-", please, PM me your browser + version.
If you use plugins that are related to privacy (or anything else you think can be involved), feel free to provide those additional informations
64  Bitcoin / Bitcoin Discussion / Re: BitTorrent Sync - An inspiration for the blockchain? on: May 07, 2013, 03:12:09 PM
The solution is going to be in distributed blockchain storage, not distribution.  Somehow where we can have maxcopies=10000 and have everyone store a tiny bit of the chain, sort of like a big RAID-5 with tons of copies out there, but it doesn't become an epidemic where there are 1 million people with 1TB hdds full of transactions.. if we all had a tiny part of it, then it could grow to the petabytes.

I like the idea, but it would be difficult to know who is supposed to download which part of the chain.

For example with bittorrent you might have 1000s of people each with a little piece of the file, which as a whole add up to the entire file.  However each person in the swamp has a clean goal; download 100% of the file.  Everyone is working all the way to 100% (they may never get there but that's what they are working towards).

So if you weren't working towards 100%..then what percent would you be working towards?  Say you decide on 15%, how would you decide which 15% to download?  What if everyone decided to download the first 15%
This problem is trivial : randomly select 15 blocks among 100.
Each user starting the blockchain from 0 will have different blocks.
Random selection ensure you an equal distribution of blocks among all users.

The percent of blocks you must download should be related to the number of connections you have, to avoid asking blocks to your peers and nobody have it, so they must ask to their peers, etc.
65  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.5502605BTC] on: April 23, 2013, 11:17:43 AM
the plugin is installed on a fresh copy of chrome, but it doesnt give me a reg ID on the congratulations page after its installed.

the ad counter on the plugin is running

HELP
I've sent you a private message.
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: April 17, 2013, 11:18:20 AM
I think that is a good idea. The newest client would have already the wallet password protection and the other features and to register .bit domains could be used the old wallet.
Many people anyway are only trading with namecoins.
Namecoin is great.
I think too, and it is on the todo list since a long time.
But nobody has worked on it yet.
Any coder available ? :p
67  Economy / Service Announcements / Re: [ANNOUNCE] View .BIT Domains without any DNS Modifications or Special Software on: April 17, 2013, 11:16:58 AM
Glad to see you still interested :p
Remember that a single man is not sufficient, so any help is appreciated :p
..and the whole Namecoin world rejoices!

Here is what needs to be done :
- namecoin bundle : easy support for .bit (mini GUI/systray to show nmc-control status [python ?] + proxy with nmc-control [python] + namecoind integrated)
- namecoin rules update : bigger records, revised fees
- bitcoin rebase : use latest bitcoin code, or another lib
- some GUIs to register domains, id, etc

68  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.4270523BTC] on: April 16, 2013, 11:11:42 AM
Is the probability very low?
There was 216 active users last draw, so 1/216.
69  Bitcoin / Bitcoin Discussion / Re: [0.1BTC/domain] Register/host .bit domains with bitcoins on: April 15, 2013, 06:56:02 PM
The payment step had a bug : no payment address was displayed.

It has been fixed, you can now register again on http://register.dot-bit.org/ :p
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: April 15, 2013, 06:54:45 PM
http://register.dot-bit.org/ has been fixed, you can now register again :p
71  Bitcoin / Bitcoin Discussion / Re: [birthday : 1BTC/domain] Register/host .bit domains with bitcoins on: April 15, 2013, 11:56:56 AM
Updated prices :

Prices :
- new domain : 0.1 BTC, renewal included for 1 year
- redirect : included with a new domain (0.1BTC otherwise)
- web hosting : from 0.1 to 0.5BTC/month

For the second year of this service, offers have been simplified, prices updated and renewal fees are now defined.

Here are the new prices :

Domains :
- registration of a new domain : 0.1BTC / year
- add an existing domain : 0.1BTC / year
- renewal of domain name : 0.05BTC / year

Hosting :
Check the 'hosting' tab for details on : http://register.dot-bit.org/

* Free services :
- 10 emails
- antispam, smtp
- unlimited subdomains, redirects
- 1 DB
- 10MB HDD
- free bandwith (fair use)

* Hosting services :
- HDD : 0.05BTC/GB/month
- Bandwidth : 0.05BTC/GB/month

72  Economy / Service Announcements / Re: [ANNOUNCE] View .BIT Domains without any DNS Modifications or Special Software on: April 15, 2013, 11:40:18 AM
Hi igba !

Here is a proxy service that is working :
http://proxy.dot-bit.org/

I've planned to work on the namecoin-bundle (native .bit support the simpliest way) soon, so, stay tuned if you're interested :p
73  Alternate cryptocurrencies / Altcoin Discussion / Re: Namecoin Price Action on: April 12, 2013, 07:14:57 PM
I'm planning on spending some time on namecoin again. The price may fluctuate a bit :p
74  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.3202198BTC] on: April 09, 2013, 07:12:20 PM
It says that you try to contact the winner through the plugin. How is that done exactly?

Welcome to the new people.

For this week again : the winner id of the week isn't posted on the forum, so we contact him via the plugin.
It's not really convenient to "search people" like that, so we finally drop that possibility.

Instead we only use registration id and the bitcoin address posted on this forum to send the payment, so be sure to publish here :p
75  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.3202198BTC] on: April 07, 2013, 10:17:27 PM
I have it installed and all ad block, flash block removed. but still no registration ID is visible.  Angry
Hi !

I've sent you a PM with instructions.
76  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.3202198BTC] on: April 06, 2013, 01:50:42 PM

what are the odds of winning
Once among 200 for the previous draw.
77  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.2886029BTC] on: April 03, 2013, 05:14:31 PM
Welcome oshriosh & tee.

Tee : pm sent.
78  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.2417696BTC] on: March 29, 2013, 07:58:08 PM
Welcome to joe1928, rmaio, Marker88 and bearjcc


So do we get coins from surfing or only if we are drawn?
Only if you are drawn.

hmm it seems a bit obvious, but if i use adblock for example will it still work?
Adblock will block all ads, so, no, it won't work. You must disable adblock if you want to participate in the drawn & contribute to CharityAd.
79  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.2417696BTC] on: March 28, 2013, 09:14:15 PM
Welcome biogirl, Ripsurf,  AdvanceCustoms, christoff, confinedsc and sikta :p
80  Economy / Games and rounds / Re: Free bitcoins with surf4bitcoin.com [0.2417696BTC] on: March 26, 2013, 12:53:26 PM
welcome StonedSparrow
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!