Bitcoin Forum
May 14, 2024, 07:31:45 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 »
961  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 07, 2014, 01:44:54 PM
Restarted java, blue and green arrows are blinking, but stuck at 35133 block and no timer.
962  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 07, 2014, 01:36:03 PM
Recent blocks [-2920] Sad

Code:
[2014-01-07 17:17:37.372] Generated an incorrect block. Waiting for the next one...
[2014-01-07 17:17:38.228] Re-scanning blockchain...
Shocked
Did you try reloading the page in the browser, or you had to restart java process to fix it?

No other errors in the log (except the usual jetty warning exceptions)?

Page reload fixed it for a minute and again got -
Log has only
Code:
2014-01-07 17:18:00.438:WARN:oejs.DoSFilter:qtp1998254841-203: DOS ALERT: Request delayed=1000ms ip=0:0:0:0:0:0:0:1,session=null,user=null
2014-01-07 17:32:07.997:WARN:oejs.DoSFilter:qtp1998254841-221: DOS ALERT: Request delayed=1000ms ip=0:0:0:0:0:0:0:1,session=null,user=null
Looks like some peer (hallmarked?) is attacking NXT. Can we catch him?
963  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 07, 2014, 01:20:47 PM
Recent blocks [-2920] Sad

Code:
[2014-01-07 17:17:37.372] Generated an incorrect block. Waiting for the next one...
[2014-01-07 17:17:38.228] Re-scanning blockchain...
Shocked
964  Local / Альтернативные криптовалюты / Re: [NXT] Nxt crypto - немного инфы, и самих NXT. on: January 07, 2014, 12:24:31 PM
Что плохо - не подойдет перфекционистам Smiley Нельзя сразу взять и сделать идеальный продукт...Это как гонка за горизонтом Smiley Или так, чтобы еще понятнее - в погоне за разработкой идеального продукта будет потерянно время, силы, и за время пока вы "вылизываете" свой продукт - его место уже займут другие, не такие идеальные, но те которыми уже могут работать потребители.
Это вы походу Emunie описали  Wink
965  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 06, 2014, 07:20:42 PM
I was tired that my client always hung after working for some hours and decided to code little hack. Now it seems to me its working much smoother. Cool
Sorry, but i am no way a programmer, so could some gurus look at it? It is very rude attempt to regulate connected peers.

I added two functions in activePeers.html into "function initialize()"

Original code:
Code:
			function initialize() {
setInterval(function() {
var i, time = (new Date()).getTime(), element;
for (i = 0; i < downloadingDeadlines.length; i++) {
if (downloadingDeadlines[i] > 0 && downloadingDeadlines[i] <= time) {
element = document.getElementById("downloading" + i);
if (element != null) {
element.className = "disabledDownloading";
}
downloadingDeadlines[i] = 0;
}
}
for (i = 0; i < uploadingDeadlines.length; i++) {
if (uploadingDeadlines[i] > 0 && uploadingDeadlines[i] <= time) {
element = document.getElementById("uploading" + i);
if (element != null) {
element.className = "disabledUploading";
}
uploadingDeadlines[i] = 0;
}
}
}, 100);
}

And with my hack:
Code:
			function initialize() {
setInterval(function() {
var i, time = (new Date()).getTime(), element;
for (i = 0; i < downloadingDeadlines.length; i++) {
if (downloadingDeadlines[i] > 0 && downloadingDeadlines[i] <= time) {
element = document.getElementById("downloading" + i);
if (element != null) {
element.className = "disabledDownloading";
}
downloadingDeadlines[i] = 0;
}
}
for (i = 0; i < uploadingDeadlines.length; i++) {
if (uploadingDeadlines[i] > 0 && uploadingDeadlines[i] <= time) {
element = document.getElementById("uploading" + i);
if (element != null) {
element.className = "disabledUploading";
}
uploadingDeadlines[i] = 0;
}
}
}, 100);
setInterval(function() {
var ev = new Event("click");
var p = document.getElementById("peers");
for (var k = 0; k < p.rows.length; k++) {
if (p.rows[k].cells[0].className == "disconnected" || p.rows[k].cells[4].className == "disabledWeight") p.rows[k].cells[12].dispatchEvent(ev);
}
}, 60000);
setInterval(function() {
var ev = new Event("click");
var p = document.getElementById("peers");
for (var k = 0; k < p.rows.length; k=k + 2) {
p.rows[k].cells[12].dispatchEvent(ev);
}
}, 300000);
}
Can anyone comment on this? Grin
966  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 06, 2014, 04:21:28 PM
Same * in allowedBotHosts
967  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 06, 2014, 01:04:29 PM
Why base target is 10x higher today?
968  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 06, 2014, 11:33:03 AM
Oh, again "Recent blocks [-2442]" Sad
And all weights are zeros.
969  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 06, 2014, 11:29:59 AM
How can one get a list of all created accounts? (CFB?)
Go through the blocks and see which transaction it has. Numbers with NXT on it are accounts. Wink

I would like to see a site where you can see the distribution of the NXT.

Lol, you read my mind or what?
Windows Delphi client loads bases of all blocks, all accounts and all transactions. You may want to look at it.
970  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 05, 2014, 07:48:15 PM
http://torrentfreak.com/how-the-pirate-bay-plans-to-beat-censorship-for-good-140105/

Quote
Another important change is that the new software will not use standard domain names. Instead, it will use its own fake DNS system that will link the site’s name to a unique and verified public key. For example, within the application bt://mysite.p2p/ will load 929548249111abadfjab29347282374.p2p.

“Site owners will be able to register their own names, which will serve as an alias for the curve25519 pub-key that will identify the site,” the Pirate Bay insider notes.

Should someone tell them about NXT? Wink

we gotta be careful here....we don;t want to incur the wrath of certain institutions that break laws on a daily basis....Nxt is still a baby.

Do you think they can do it better than us?
Well, they use same curve, same approach, may be nxt devs take something from them instead?  Roll Eyes
971  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 05, 2014, 07:39:04 PM
http://torrentfreak.com/how-the-pirate-bay-plans-to-beat-censorship-for-good-140105/

Quote
Another important change is that the new software will not use standard domain names. Instead, it will use its own fake DNS system that will link the site’s name to a unique and verified public key. For example, within the application bt://mysite.p2p/ will load 929548249111abadfjab29347282374.p2p.

“Site owners will be able to register their own names, which will serve as an alias for the curve25519 pub-key that will identify the site,” the Pirate Bay insider notes.

Should someone tell them about NXT? Wink
972  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 05, 2014, 03:18:39 PM
WHY ARE PEOPLE AFRAID OF RIPPLE?
Because they think its something wrong with it?
973  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 05, 2014, 01:49:06 PM
Somth strange with the network. All weights become zero Shocked
974  Local / Альтернативные криптовалюты / Re: [NXT] Nxt crypto - немного инфы, и самих NXT. on: January 04, 2014, 02:16:11 PM
Значит была собрана некая группа людей, которые собрали определённую сумму денег, для того чтобы написать свою валюту.
И теперь они являются держателями 100% монет.
Вовсе не "некая". Участвовать мог люблй желающий, все происходило публично и открыто. Кто сколько вложил и получил - все открыто и можно проверить. Никаких 100% держателей уже нет. За прошедшее время через биржу прошло по разным оценкам от 10% до 30% NXT Cool
975  Local / Альтернативные криптовалюты / Re: [NXT] Nxt crypto - немного инфы, и самих NXT. on: January 04, 2014, 02:11:36 PM
Как вы могли купить валюту? Как вы её купили?
Как-как - перевел бтц на указанный адрес а в ответ получил NXT на свой кошелек Smiley
Как создатель сам у себя купил все монеты NXT за биткоины?
Сколько раз вам нужно повторить, что создатель не покупал сам у себя все монеты? Roll Eyes
Только подробно чтбы всем было понятно.
Знаете, если вам лень читать, то мне лень писать Kiss
976  Local / Альтернативные криптовалюты / Re: [NXT] Nxt crypto - немного инфы, и самих NXT. on: January 04, 2014, 01:55:52 PM
Я думаю Вы, сами не знаете о чём говорите.
А я думаю, что вы тролль Tongue
Создатель, как и все остальные (включая меня) купил монеты в первом (-1) блоке за биткоины Grin
977  Local / Альтернативные криптовалюты / Re: [NXT] Nxt crypto - немного инфы, и самих NXT. on: January 04, 2014, 01:43:19 PM
1. Создатель является держателем 100% монет.

может я в чём то не прав?
Уже первый пункт не верен  Grin
978  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 04, 2014, 11:34:22 AM
Oh, again long blocks Sad
979  Local / Альтернативные криптовалюты / Re: [NXT] Nxt crypto - немного инфы, и самих NXT. on: January 04, 2014, 11:09:45 AM
но происходит однозначно в интервале >12 ночи и < 7 утра.
У меня тоже, сколько не пытался оставить на ночь работать, всегда висло, в 4, 5, 7 утра. Вчера даже пробовал ручками спец скрипт прикрутить - не помогло  Sad
980  Local / Альтернативные криптовалюты / Re: [NXT] Nxt crypto - немного инфы, и самих NXT. on: January 03, 2014, 04:19:11 PM
Увы, всё без изменений  Sad
У меня такая же картина на XP, а на 7 и 8 с теми же файлами все ок.
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!