Finding Namecoin threads on bitcointalk.org

virtual_master
Posts: 541
Joined: Mon May 20, 2013 12:03 pm
Contact:

Finding Namecoin threads on bitcointalk.org

Post by virtual_master »

Finding Namecoin threads on bitcointalk.org and browsing them when bitcointalk.org is offline:
(first is direct link, second is from web.archive.org or Google cache, if archive found)

- historical Namecoin thread started by Vinced (eventually Satoshi Nakamoto):
https://bitcointalk.org/index.php?topic=6017.0
http://web.archive.org/web/201309210728 ... pic=6017.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- thread about the actual Namecoin client created by Snailbrain:
https://bitcointalk.org/index.php?topic=236375.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- NamecoinGUI (with bitcoin support) - v0.5.0.18
https://bitcointalk.org/index.php?topic=48737.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- [ANN] NamecoinToBind v3.0.4 : run a .bit DNS server !
https://bitcointalk.org/index.php?topic=83992.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- Possible Namecoin Applications
https://bitcointalk.org/index.php?topic=205469.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- The firefox .bit addon is now opensource at Github
https://bitcointalk.org/index.php?topic=248634.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- Namecoin Stock Control - by Phelix
https://bitcointalk.org/index.php?topic=123271.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- New site: Buy a .bit domain for Namecoins or Bitcoins
https://bitcointalk.org/index.php?topic=176518.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- Pitching Namecoin support to Opera Software- makers of Opera Mini
https://bitcointalk.org/index.php?topic=197761.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- Namecoin.com is back! Now with Bitcoin, Litecoin and Namecoin support.
https://bitcointalk.org/index.php?topic=204306.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- Libcoin's post about the domain transfer bug
https://bitcointalk.org/index.php?topic=310954.0
http://webcache.googleusercontent.com/s ... hp&strip=1

- Faster browsing with Acrylic DNS Proxy (cache) - .bit enabled - by Phelix
https://bitcointalk.org/index.php?topic=205026.0
http://webcache.googleusercontent.com/s ... hp&strip=1
Last edited by virtual_master on Sun Nov 17, 2013 11:18 am, edited 11 times in total.
http://namecoinia.org/
Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba | NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S

virtual_master
Posts: 541
Joined: Mon May 20, 2013 12:03 pm
Contact:

Re: Finding Namecoin threads on bitcointalk.org

Post by virtual_master »

Other languages or Namecoin related:

- Namecoin Windows Interface
https://bitcointalk.org/index.php?topic=133856.0

- Ufasoft Coin - Multi-currency Open Source client for Windows
https://bitcointalk.org/index.php?topic=58821.0

- First Video Explaining NameCoin !! Go Check it out :)
https://bitcointalk.org/index.php?topic=223616.0

- namecoin getreceivedbyaddress
https://bitcointalk.org/index.php?topic=96190.0

- Can namecoin be used to store bitcoin wallet
https://bitcointalk.org/index.php?topic=141990.0

- Created Namecoin page on facebook
https://bitcointalk.org/index.php?topic=203489.0

- Futuristic project: upload your brain in a blockchain
https://bitcointalk.org/index.php?topic=291020.0

- I love Namecoin
https://bitcointalk.org/index.php?topic=311418.0
Last edited by virtual_master on Wed Oct 23, 2013 6:49 pm, edited 5 times in total.
http://namecoinia.org/
Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba | NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S

cassini
Posts: 336
Joined: Sun May 26, 2013 6:36 pm

Re: Finding Namecoin threads on bitcointalk.org

Post by cassini »

virtual_master wrote:- thread about the actual Namecoin client created by Snailbrain:
https://bitcointalk.org/index.php?topic=236375.0
no archive found
It is still in google's cache:
http://webcache.googleusercontent.com/s ... hp&strip=1
http://webcache.googleusercontent.com/s ... hp&strip=1
upto
http://webcache.googleusercontent.com/s ... hp&strip=1

Here is a simple Bash/curl script that downloads the 14 existing webpages of this thread.
You'll receive 14 files with filenames from bitcointalk236375.0.html to bitcointalk236375.260.html:

Code: Select all

BITCOINTALK_TOPIC=236375
BITCOINTALK_LASTPAGE=260
for ((i=0; i <= $BITCOINTALK_LASTPAGE ; i+=20))
do
 curl -A "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:22.0) Gecko/20130328 Firefox/22.0" \
 "http://webcache.googleusercontent.com/search?q=cache:https://bitcointalk.org/index.php%3Ftopic%3D$BITCOINTALK_TOPIC.$i&noj=1&site=webhp&strip=1" \
 > bitcointalk$BITCOINTALK_TOPIC.$i.html
done
(tested on Linux RHEL4 and Mac OS 10.6.8)

cassini
Posts: 336
Joined: Sun May 26, 2013 6:36 pm

Re: Finding Namecoin threads on bitcointalk.org

Post by cassini »

:-P It's all there. Here is the full list (correct as of Oct 6th 2013).
Use the script above and replace those two variable definitions accordingly.
To avoid Google's infamous "Our systems have detected unusual traffic" error, wait some time between each request or use proxies or similar.

- historical Namecoin thread started by Vinced (eventually Satoshi Nakamoto) - 43 files:

Code: Select all

BITCOINTALK_TOPIC=6017
BITCOINTALK_LASTPAGE=840
- thread about the actual Namecoin client created by Snailbrain - 14 files:

Code: Select all

BITCOINTALK_TOPIC=236375
BITCOINTALK_LASTPAGE=260
- [ANN] NamecoinToBind v3.0.4 : run a .bit DNS server ! - 1 file:

Code: Select all

BITCOINTALK_TOPIC=83992
BITCOINTALK_LASTPAGE=0
- Possible Namecoin Applications - 1 file:

Code: Select all

BITCOINTALK_TOPIC=205469
BITCOINTALK_LASTPAGE=0
- The firefox .bit addon is now opensource at Github - 1 file:

Code: Select all

BITCOINTALK_TOPIC=248634
BITCOINTALK_LASTPAGE=0

virtual_master
Posts: 541
Joined: Mon May 20, 2013 12:03 pm
Contact:

Re: Finding Namecoin threads on bitcointalk.org

Post by virtual_master »

:) :) :)
Thanks.
It is a very good idea how to grab disappeared contents.

What I remarked that the same post is on a different page if archived at a different time.
Hmmm. May be some Namecoin related posts were deleted.
http://namecoinia.org/
Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba | NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S

snailbrain
Posts: 309
Joined: Tue Jul 19, 2011 9:33 pm

Re: Finding Namecoin threads on bitcointalk.org

Post by snailbrain »

virtual_master wrote::) :) :)
Thanks.
It is a very good idea how to grab disappeared contents.

What I remarked that the same post is on a different page if archived at a different time.
Hmmm. May be some Namecoin related posts were deleted.
i commented on your futuristic brain upload thing lol...

virtual_master
Posts: 541
Joined: Mon May 20, 2013 12:03 pm
Contact:

Re: Finding Namecoin threads on bitcointalk.org

Post by virtual_master »

snailbrain wrote: i commented on your futuristic brain upload thing lol...
Thanks Snailbrain.
The thread was just intended to show what fantastical possibilities are hiding in Namecoin and I wrote it after drinking a glass of wine.
But I am thinking about a more realistic usance concept based on Namecoin (still futuristic a little bit but what could be possible after the next extension) to upload Intelligent Agents (as AI autonomous entity concepts) in the Namecoin value fields and combine them in a Collective Intelligence (or swarm intelligence) system on a local machine.
5k value fields could be even enough to test the concept. (they exists chess programs with occupy only couple ob kb space)
What do you think ?
http://namecoinia.org/
Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba | NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S

snailbrain
Posts: 309
Joined: Tue Jul 19, 2011 9:33 pm

Re: Finding Namecoin threads on bitcointalk.org

Post by snailbrain »

virtual_master wrote:
snailbrain wrote: i commented on your futuristic brain upload thing lol...
Thanks Snailbrain.
The thread was just intended to show what fantastical possibilities are hiding in Namecoin and I wrote it after drinking a glass of wine.
But I am thinking about a more realistic usance concept based on Namecoin (still futuristic a little bit but what could be possible after the next extension) to upload Intelligent Agents (as AI autonomous entity concepts) in the Namecoin value fields and combine them in a Collective Intelligence (or swarm intelligence) system on a local machine.
5k value fields could be even enough to test the concept. (they exists chess programs with occupy only couple ob kb space)
What do you think ?
Glass of wine (or whatever) helps creativity.. even if we are unable to talk properly :)
we should make a thread on this forum especially for these circumstances lol

I will read later, little bit busy .. but my mind works like your mind.. chaos in the mind = creativity/imagination + openmind.. also having too much knowledge in 1 area produces a very narrow linear thought process.. (this is at least my excuse ;d)

snailbrain
Posts: 309
Joined: Tue Jul 19, 2011 9:33 pm

Re: Finding Namecoin threads on bitcointalk.org

Post by snailbrain »

virtual_master wrote:
snailbrain wrote: i commented on your futuristic brain upload thing lol...
Thanks Snailbrain.
The thread was just intended to show what fantastical possibilities are hiding in Namecoin and I wrote it after drinking a glass of wine.
But I am thinking about a more realistic usance concept based on Namecoin (still futuristic a little bit but what could be possible after the next extension) to upload Intelligent Agents (as AI autonomous entity concepts) in the Namecoin value fields and combine them in a Collective Intelligence (or swarm intelligence) system on a local machine.
5k value fields could be even enough to test the concept. (they exists chess programs with occupy only couple ob kb space)
What do you think ?
but what would they do? don't fully understand

virtual_master
Posts: 541
Joined: Mon May 20, 2013 12:03 pm
Contact:

Re: Finding Namecoin threads on bitcointalk.org

Post by virtual_master »

snailbrain wrote: but what would they do? don't fully understand
Longer time ago I intended to write a dissertation about Intelligent Agents cooperating in an Emerging Intelligence but finally I abandoned this work because I was to lazy.
They can do whatever an Artificial Intelligence program can do. It depends on your programming capacity and your phantasy. It is considered a much easier approach to create a complex AI solution this way than with neural networks(you can easier cut the problem in parts). Every Intelligent Agent(IA) has a limited capacity but they cooperate toward a higher intelligence after specified rule.
https://en.wikipedia.org/wiki/Intelligent_agent
I saw also that somebody created already an autonomous Agent concept entry in connection with Bitcoin.
https://en.bitcoin.it/wiki/Agents
So they are enough user cases listed in AI literature and also many proof of concept implementations.
The question what we should put is more what specific advantage would bring to put an agent(or more which cooperate)in the blockchain.
You could help me also to brainstorm about it. :) :) :)
What advantage brings generally the blockchain over storing something on a server ? Security against manipulation.
Tasks which doesn't occupy very much resources but which are security sensitive.
IAs could act or interact as cronjobs or could solve DeadManSwitch problems more reliable. They could read some inputs(like weather, temperature in different locations, Stock values, Gold price, Forex values) and generate outputs(send message, create buy or sell orders, commands to local computers or devices, outputs to voting systems)
How should work ?
At the beginning some central servers could be set up to run this agents in small Virtual Machine environments.
Later could be created Agencies(a category like miners and users now) with Agency software and an incentive system to run decentralized all stored and active Namecoin Intelligent Agents. Agencies would receive Namecoins like miners for running the active agents.
At the beginning IAs would act or interact in a weak emerging system like swarm intelligence concurrently or cooperatively later they could eventually develop a strong emerging intelligence and act almost like a secretary of a person or a pseudonymous identity .
http://namecoinia.org/
Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba | NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S

Post Reply