Bitcoin Forum
June 24, 2024, 09:17:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 12, 2013, 09:09:30 AM
- Stakeholders will start doing anything and Nxt will grow

The fundraising was anonymous -- how can BCNext tell who of the contributing people is a stakeholder?
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 07, 2013, 03:41:26 PM
To automate the updating of the NXT client (on Linux) I wrote a small bash script.
Hope it may be useful for some of you:

Code:
#!/bin/sh

echo "should be run from one level above 'nxt' directory"
pkill -9 java
mv nxt nxt_old
wget https://dl.dropboxusercontent.com/u/67242472/nxt.zip && unzip nxt.zip && cd nxt
xmlstarlet ed -u "/web-app/servlet/init-param[param-name='myAddress']/param-value" \
        -v YOUR_IP_ADDRESS webapps/root/WEB-INF/web.xml > web.xml
mv web.xml webapps/root/WEB-INF/web.xml
mv ../nxt_old/*.nxt .
rm -rf ../nxt_old
rm -rf ../nxt.zip
java -ms256m -mx512m -jar start.jar &
echo "-------------   UPDATED   ------------"
exit 0

Replace YOUR_IP_ADDRESS with your actual IP address, store it as nxt_update (for example) and then run it as
Code:
./nxt_update

Note that xmlstarlet must be installed:
Code:
sudo apt-get install xmlstarlet


43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: December 04, 2013, 10:19:52 PM
guys whats with the LOGO? the logo we have now is not the best..

The logo discussion is here:
http://nextcoin.org/index.php/topic,6.0.html
44  Other / Beginners & Help / Encryption on cryptoforum on: November 24, 2013, 10:40:11 PM
What do we really know about bitcointalk? What are the chances it's a honeypot?
Even if we trust the people that run it today, can we be sure they keep controlling it in the future?

I see a lot of private financial information disclosed on this forum, both on- (giveaways, donations, trading bragging) and behind-the-scenes (logged IP addresses, account emails, stored private messages). If or when your %encrypted%coins turn very very valuable, some N-word folks might become pretty curious. I'm not saying we're doing anything illegal now, I'm just worried of possible future interpretations.

You may call me paranoid of course... but I think the least we can do to improve our chances is to access this site anonymously.
Hence the poll.
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!