chanc3r
Sr. Member
  
Offline
Activity: 770
Merit: 253
USDQ - QDAO
|
 |
February 22, 2014, 11:26:59 PM |
|
good people leaving cos of stupid morrons here, that is what is happening. look at the dictatorship of rickyjames, decentralized my ass fools.
moron has one 'r', its use was to describe a form of mental disability and using it in this way is crass even if you spell it correctly. dictatorship is the absolute concentration of power in one person - as we can choose to ignore ricky (which we don't) this is incorrect. if you decentralise your ass then that must mean you are or have multiple assholes - possibly one of these that produces this effluent.
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
EvilDave
|
 |
February 22, 2014, 11:29:17 PM |
|
good people leaving cos of stupid morrons here, that is what is happening. look at the dictatorship of rickyjames, decentralized my ass fools.
moron has one 'r', its use was to describe a form of mental disability and using it in this way is crass even if you spell it correctly. dictatorship is the absolute concentration of power in one person - as we can choose to ignore ricky (which we don't) this is incorrect. if you decentralise your ass then that must mean you are or have multiple assholes - possibly one of these that produces this effluent. cruel.....+10!
|
|
|
|
tooroth
Newbie
Offline
Activity: 20
Merit: 0
|
 |
February 22, 2014, 11:34:40 PM |
|
Don´t feed the troll, please
|
|
|
|
|
Damelon
Legendary
Offline
Activity: 1092
Merit: 1001
|
 |
February 22, 2014, 11:35:45 PM |
|
Don´t feed the troll, please
But he's hungry!  404'd
|
|
|
|
chanc3r
Sr. Member
  
Offline
Activity: 770
Merit: 253
USDQ - QDAO
|
 |
February 22, 2014, 11:50:28 PM |
|
|
|
|
|
Mario123
|
 |
February 22, 2014, 11:52:29 PM |
|
No way. Please reload 
|
|
|
|
tooroth
Newbie
Offline
Activity: 20
Merit: 0
|
 |
February 22, 2014, 11:55:21 PM |
|
Works for me, but I can't see the images, if there are.
|
|
|
|
chanc3r
Sr. Member
  
Offline
Activity: 770
Merit: 253
USDQ - QDAO
|
 |
February 22, 2014, 11:55:36 PM |
|
No way. Please reload  ok now it loads but is it supposed to have all these grey squares 
|
|
|
|
Mario123
|
 |
February 22, 2014, 11:56:10 PM |
|
Proofread, not proofwatch  Images not ready.
|
|
|
|
antanst
|
 |
February 23, 2014, 12:18:29 AM |
|
We were going to test NIP workflow. The test failed.
Can you comment on why it failed?
|
|
|
|
Fern
|
 |
February 23, 2014, 12:39:51 AM Last edit: February 23, 2014, 02:24:03 AM by Fern |
|
why has this thread gone so quite?
Devs at BCNext's pool party 
|
|
|
|
lucky88888
Sr. Member
  
Offline
Activity: 404
Merit: 250
https://nxtforum.org/
|
 |
February 23, 2014, 12:43:56 AM |
|
why has this thread gone so quite?
At BCNext's hot tub party  BCNext is actually a really hot girl? WOW this changes alot. 
|
Fuck Mt.Gox! Fuck Mintpal! Fuck Bter! FUCK kyc! Protect yourself use MGW! SUPERNET! Recommended ASSET ->InstantDex : Lead Dev Jl777 (decentralized multi currency instant exchange) Recommended ASSET -> Jinn : Lead Dev Come-from-Beyond (ternary processors!) https://nxtforum.org/news-and-announcements/(ann)-jinn/
|
|
|
allwelder
Legendary
Offline
Activity: 1526
Merit: 1004
|
 |
February 23, 2014, 12:49:27 AM |
|
Nxt's 3-months Birthday in 2 days! You got that wrong. There are no women here. Edit: actually, those are cross-nerds. QBTC is a ladyperson  Edit: as is allwelder, but we aren't allowed to tell. me too. 
|
|
|
|
^[GS]^
Member

Offline
Activity: 112
Merit: 10
|
 |
February 23, 2014, 12:59:19 AM Last edit: February 23, 2014, 01:15:15 AM by ^[GS]^ |
|
1) as I can run the 0.8.0 to enable SSL? to work in the same way that came running in previous versions. What use in nxt.keyStorePath=keystore and nxt.keyStorePassword=password ??
2) as I can start and stop the server 0.8.0? I can use the STOP.PORT = x and STOP.KEY = x?
3) how to access the API in the server 0.8.0?
|
|
|
|
allwelder
Legendary
Offline
Activity: 1526
Merit: 1004
|
 |
February 23, 2014, 01:01:47 AM |
|
im trying to do the btc38 thing but this keeps giving me an error! wont work
* Verify Q & A: For a fund for your safety, please do not use as this forum login password password or QQ passwords trading market. Set a good password, please fill in the above text box "Bitcoin." After repeated an error, please refresh the page and try again.
keeps just givin little yellow x
any ideas?
支持币种:虚拟币 NXT 验证问答: 比特币 have a try again,it works.
|
|
|
|
ebereon
|
 |
February 23, 2014, 01:42:21 AM |
|
I have updated my raspi start script for version 0.8.0e, please update wiki also! It's not working with 0.7.x! Save the following script to run_nxt.sh: #!/bin/bash ### BEGIN INIT INFO # Provides: NXTserver # Required-Start: $local_fs $remote_fs $network $syslog $named $sshd # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop NXT server ### END INIT INFO
if [ `id -u` != "0" ] && [ "$1" = "start" -o "$1" = "stop" ] ; then echo "You must be root to start/stop nxt." exit 1 fi
# Settings nxtdir=/home/pi/nxt nxt=nxt.jar java=/usr/bin/java nxtpid=/var/run/nxt.pid nxtlog=/home/pi/nxt/nxt.log nxtuser=pi nxtgroup=pi nxtnice=20 timeout=700 maxmem=150 # end Settings
# check for exist files and dirs test -d $nxtdir || exit 0 test -f $nxtdir/$nxt || exit 0 test -f $java || exit 0
# make sure $nxtdir is ours! chown -R $nxtuser:$nxtgroup $nxtdir
. /lib/lsb/init-functions
function status {
start-stop-daemon -T --pidfile "$nxtpid" && echo "NXT server is started." \ || { echo "NXT server is stopped." ; return 1; }
return 0; }
case "$1" in start) log_daemon_msg "Starting NXT server..." "" || true
# check if server is running if [ -e $nxtpid ]; then pid=`cat $nxtpid` var=`ps -p$pid | wc -l`
if [ $var -lt "2" ]; then # clear logfile echo -n > $nxtlog else echo -n " NXT server is already running!" log_end_msg 0 || true exit 0 fi fi # Enable Debug for more info when starting NXT if cat $nxtdir/conf/nxt.properties | grep -q "nxt.debug="; then if cat $nxtdir/conf/nxt.properties | grep -q "nxt.debug=true"; then # Debug is enabled, nothing todo... echo -n "" elif cat $nxtdir/conf/nxt.properties | grep -q "nxt.debug=false"; then echo nxt.debug=true >> $nxtdir/conf/nxt.properties fi else echo nxt.debug=true >> $nxtdir/conf/nxt.properties fi # n minute timeout. sleep $timeout & timerPid=$!
# check log file and generate status-msg; will be killed when server is started or timeout hit tail -q -n0 -F --pid=$timerPid $nxtlog 2> /dev/null | while read line; do
if echo $line | grep -q "Scanning blockchain"; then echo -n " Scanning blockchain" elif echo $line | grep -q "processed block"; then echo -n "." fi
if echo $line | grep -q "started successfully."; then echo -n "NXT server started successfully." log_end_msg 0 || true # stop the timer.. kill $timerPid > /dev/null 2>&1 fi done & # start server if start-stop-daemon --start --name nxt --nicelevel $nxtnice --chuid $nxtuser:$nxtgroup --pidfile $nxtpid -m --chdir $nxtdir --exec $java > /dev/null 2>&1 -- -Xmx"$maxmem"m -cp $nxt:lib/*:conf nxt.Nxt > /dev/null 2>&1 & then # wait for the timer to expire (or be killed) wait %sleep > /dev/null 2>&1 else log_end_msg 1 || true fi ;; stop) log_daemon_msg "Stopping NXT server..." || true
# check if server is running if start-stop-daemon --stop --pidfile $nxtpid > /dev/null 2>&1; then while status > /dev/null; do sleep 1; done echo -n " NXT server stopped." log_end_msg 0 || true rm $nxtpid > /dev/null 2>&1 else echo -n " NXT server is not running!" log_end_msg 0 || true exit 0 fi ;; restart) $0 stop sleep 1 $0 start ;; status) status ;; *) echo "usage:`basename $0` start | stop | restart | status" exit 1 ;; esac Make it executable with "chmod +x run_nxt.sh" If you want to autostart and stop at boot/shutdown copy or link this script to "/etc/init.d/nxt". To install the service run "sudo update-rc.d nxt defaults", to remove the service run "sudo update-rc.d nxt remove". Then for manual start run "sudo service nxt start" Enjoy! Greets, eb
|
|
|
|
ebereon
|
 |
February 23, 2014, 02:00:55 AM |
|
I run now a raspberry PI model A (256mb) @100% solar (very GREEN!) No grid needed for more then 100 hours without sunshine!
It's running @900Mhz with EDIMAX EW-7811Un 150Mbps nano USB Adapter.
Power consumption: - while starting/blockchain scan @ ~265mA (1.325 Watt) - nxt started @ ~195mA (0.975 Watt)
It's driven by: - 5 Volt, 1.5 Ampere (7.5 Watt) Solar panel - 8 x 3400mAh 18650 Li-Ion battery (Panasonic NCR 18650B) (=27200mAh!)
Greets, eb
|
|
|
|
Fern
|
 |
February 23, 2014, 02:23:11 AM |
|
I run now a raspberry PI model A (256mb) @100% solar (very GREEN!) No grid needed for more then 100 hours without sunshine!
It's running @900Mhz with EDIMAX EW-7811Un 150Mbps nano USB Adapter.
Power consumption: - while starting/blockchain scan @ ~265mA (1.325 Watt) - nxt started @ ~195mA (0.975 Watt)
It's driven by: - 5 Volt, 1.5 Ampere (7.5 Watt) Solar panel - 8 x 3400mAh 18650 Li-Ion battery (Panasonic NCR 18650B) (=27200mAh!)
Greets, eb
So if the grid does go down, where is your wi-fi coming from? Assuming the ISP stays running, you could run your wi-fi router off solar as well. There is probably more chance of the cellphone network not going down, lets hope data rates come down. The solar idea is a great way to showcase NXT green credentials but I'm just being realistic. Thanks for Pi info.
|
|
|
|
okaynow
|
 |
February 23, 2014, 02:30:38 AM |
|
I run now a raspberry PI model A (256mb) @100% solar (very GREEN!) No grid needed for more then 100 hours without sunshine!
It's running @900Mhz with EDIMAX EW-7811Un 150Mbps nano USB Adapter.
Power consumption: - while starting/blockchain scan @ ~265mA (1.325 Watt) - nxt started @ ~195mA (0.975 Watt)
It's driven by: - 5 Volt, 1.5 Ampere (7.5 Watt) Solar panel - 8 x 3400mAh 18650 Li-Ion battery (Panasonic NCR 18650B) (=27200mAh!)
Greets, eb
So if the grid does go down, where is your wi-fi coming from? Assuming the ISP stays running, you could run your wi-fi router off solar as well. There is probably more chance of the cellphone network not going down, lets hope data rates come down. The solar idea is a great way to showcase NXT green credentials but I'm just being realistic. Thanks for Pi info. i don think it is about going offgrid, i believe its more like unplugged forging...
|
1PeecNu1J8VNKpgR13nasMZWLcMZrwNJfc
|
|
|
|