Blago
|
|
December 31, 2014, 12:46:58 PM |
|
hi m3ta! io sono un altro "non inglese" lingua madre scrittrice !!! perché avete bisogno di sottolineare ogni volta se qualche utente scrivere in un non perfetto inglese ?? stiamo cercando di scrivere un corretto inglese ... ma quando non riusciamo, saremo molto più felici se ci si corregge e non se si dice "bla !!! quel povero inglese" Пoлнocтью coглaceн c тoвapищeм!
|
Relax, I’m russian!... BURST-B2LU-SGCZ-NYVS-HZEPK
|
|
|
Kartojal
|
|
December 31, 2014, 12:48:35 PM Last edit: December 31, 2014, 04:35:03 PM by Kartojal |
|
Im just starting out on this coin and got the newest wallet, Im running win 8 and it says i dont have java installed but i do. Ive tried starting it with the java executable and the run bat
If you don't have java in your system path, the bat file is still aimed at java 7. If you have java 8 installed open the bat file in notepad and change jre7 to jre8. yeah just figured that out the windows 8 installed it as jre1.8.0_25 so changed batfile and its up and running. Thanks tho! Is there a way we could make this more user friendly? Would be nice if new users didn't have to edit .bat files. I'm not familiarized with .bat scripting but i will try to edit the .bat file to detect from java 7 to up. PD: Does anyone have optimized a plot with MDCCT in Linux? I optimize it from 8192 to 819200 stagger and now the miner shows me having 1114112 nonces instead of 827932 nonces in that plot. ¿That's good? Im using Uray miner! Solved, thanks DCCT!
|
|
|
|
smaxer
Newbie
Offline
Activity: 47
Merit: 0
|
|
December 31, 2014, 01:59:32 PM |
|
I'm working on a update for http://burstcoin.eu . Some of the new functions are already online. Check it out! Next comes: - New layout for burstcoin.eu - Asset Explorer - Marketplace Explorer - API - Web Wallet - Stats for all Pools and comparsion of pools - Faucet - E-mail alert when a block is generated or when coins are sent/received - Chart: Asset exchange Trades in Burst per Day - Translation into other languages Please send me a message if you have any suggestions.
|
|
|
|
mczarnek
|
|
December 31, 2014, 05:05:51 PM |
|
I'm working on a update for http://burstcoin.eu . Some of the new functions are already online. Check it out! Next comes: - New layout for burstcoin.eu - Asset Explorer - Marketplace Explorer - API - Web Wallet - Stats for all Pools and comparsion of pools - Faucet - E-mail alert when a block is generated or when coins are sent/received - Chart: Asset exchange Trades in Burst per Day - Translation into other languages Please send me a message if you have any suggestions. Nice! I'm a regular.. not seeing anything new though? Any changes within last month or so two? I'd particularly like to see the Asset Explorer and Marketplace Explorer. Also.. any chance you could get more data from pools so that your estimated network size is a little more reliable?
|
|
|
|
fran2k
|
|
December 31, 2014, 06:19:29 PM |
|
I'm working on a update for http://burstcoin.eu . Some of the new functions are already online. Check it out! Next comes: - New layout for burstcoin.eu - Asset Explorer - Marketplace Explorer - API - Web Wallet - Stats for all Pools and comparsion of pools - Faucet - E-mail alert when a block is generated or when coins are sent/received - Chart: Asset exchange Trades in Burst per Day - Translation into other languages Please send me a message if you have any suggestions. Web wallet will be a very good one!
|
|
|
|
smaxer
Newbie
Offline
Activity: 47
Merit: 0
|
|
December 31, 2014, 06:24:50 PM |
|
Nice! I'm a regular.. not seeing anything new though? Any changes within last month or so two? I'd particularly like to see the Asset Explorer and Marketplace Explorer.
Also.. any chance you could get more data from pools so that your estimated network size is a little more reliable?
Here you can see the changes: http://burstcoin.eu/changelogI will add a tool for pool comparsion soon but don't know exactly if i can add estimated network size for each pool.
|
|
|
|
fivebells
|
|
December 31, 2014, 10:26:37 PM |
|
Does it throw that error for any input, or just that example, and what version of scala are you using?
Any input: Same error on a couple of assembly files, and random files. Scala version 2.9.2.
|
|
|
|
fivebells
|
|
December 31, 2014, 10:28:36 PM |
|
By the way, are there any tests for the AT stuff? Or for burst generally? Are these kept out of the repository to help keep cloners at bay?
|
|
|
|
burstcoin (OP)
|
|
December 31, 2014, 10:50:34 PM |
|
Does it throw that error for any input, or just that example, and what version of scala are you using?
Any input: Same error on a couple of assembly files, and random files. Scala version 2.9.2. 2.9.2 was released April 2012. might want to try a newer version. I've been using 2.11.2.
|
BURST-QHCJ-9HB5-PTGC-5Q8J9
|
|
|
mczarnek
|
|
December 31, 2014, 10:56:12 PM |
|
Nice! I'm a regular.. not seeing anything new though? Any changes within last month or so two? I'd particularly like to see the Asset Explorer and Marketplace Explorer.
Also.. any chance you could get more data from pools so that your estimated network size is a little more reliable?
Here you can see the changes: http://burstcoin.eu/changelogI will add a tool for pool comparison soon but don't know exactly if i can add estimated network size for each pool. I more meant that this graph, doesn't seem to be very precise.. wonder if there is a way you could get more data.. which I assume would mean having access to a significant amount of mining power and checking how many blocks are mined with those HDDs: http://burstcoin.eu/charts/estimated-network-sizeThat being said.. that sounds like a nice chart as well.
|
|
|
|
vipervince2002
Newbie
Offline
Activity: 22
Merit: 0
|
|
December 31, 2014, 11:02:32 PM |
|
Since I only know the basics of batch file commands, I did a search on Stack Overflow for an alternative method of launching the wallet that will not be affected by the version of Java installed. I found other solutions like scanning the registry for the version of Java and then running from that particular folder, but the solution below was less complicated. Using the FOR loop from http://stackoverflow.com/questions/638301/discover-from-a-batch-file-where-is-java-installed, I created the following bat file because I use Java 8 and uninstalled Java 7. It will search for java.exe and set a variable called JAVA_HOME. The command to start the wallet is the same as the original run.bat. Feel free to test it out or if it does not work, I can post another solution that has worked for me. I added the first IF statement so the FOR loop would not run every time, but that IF may need to be removed if the batch file does not work after a Java update. If you see something wrong, feel free to make the correction. @ECHO off IF %JAVA_HOME%.==. ( FOR /f %%j in ("java.exe") DO ( SET JAVA_HOME=%%~dp$PATH:j ) )
IF EXIST %JAVA_HOME% ( start "BURST" "%JAVA_HOME%\java.exe" -cp burst.jar;lib\*;conf nxt.Nxt ) ELSE ( ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java. PAUSE )
|
|
|
|
fivebells
|
|
January 01, 2015, 12:15:57 AM |
|
2.9.2 was released April 2012. might want to try a newer version. I've been using 2.11.2.
Thanks. It runs without error with 2.11.2 (and .4, the latest version) but produces no output, even with garbage files. Here is what I was testing it on recently. Is it correct? 00000000* SET @00000000 #0000000000000000 0000000d SET @00000001 #0000000000000001 0000001a SET @00000002 #0000000000000002 00000027 SET @00000003 #0000000000000003 00000034 SET @00000004 #0000000000000004 00000041 SET @00000005 #0000000000000005 0000004e SET @00000006 #0000000000000006 0000005b SET @00000007 #0000000000000007 00000068 SET @00000008 #0000000000000008 00000075 SET @00000009 #0000000000000009 00000082 SET @0000000a #000000000000000a 0000008f SET @0000000b #000000000000000b 0000009c SET @0000000c #000000000000000c 000000a9 SET @0000000d #000000000000000d 000000b6 SET @0000000e #000000000000000e 000000c3 SET @0000000f #000000000000000f 000000d0 ADD @00000000 @00000001 000000d9 ADD @00000001 @00000002 000000e2 ADD @00000002 @00000003 000000eb ADD @00000003 @00000004 000000f4 ADD @00000004 @00000005 000000fd ADD @00000005 @00000006 00000106 ADD @00000006 @00000007 0000010f ADD @00000007 @00000008 00000118 ADD @00000008 @00000009 00000121 ADD @00000009 @0000000a 0000012a ADD @0000000a @0000000b 00000133 ADD @0000000b @0000000c 0000013c ADD @0000000c @0000000d 00000145 ADD @0000000d @0000000e 0000014e ADD @0000000e @0000000f 00000157 FIN
|
|
|
|
vbcs
Full Member
Offline
Activity: 137
Merit: 100
AT - Automated Transactions - CIYAM Developer
|
|
January 01, 2015, 02:47:19 AM |
|
2.9.2 was released April 2012. might want to try a newer version. I've been using 2.11.2.
Thanks. It runs without error with 2.11.2 (and .4, the latest version) but produces no output, even with garbage files. Here is what I was testing it on recently. Is it correct? 00000000* SET @00000000 #0000000000000000 0000000d SET @00000001 #0000000000000001 0000001a SET @00000002 #0000000000000002 00000027 SET @00000003 #0000000000000003 00000034 SET @00000004 #0000000000000004 00000041 SET @00000005 #0000000000000005 0000004e SET @00000006 #0000000000000006 0000005b SET @00000007 #0000000000000007 00000068 SET @00000008 #0000000000000008 00000075 SET @00000009 #0000000000000009 00000082 SET @0000000a #000000000000000a 0000008f SET @0000000b #000000000000000b 0000009c SET @0000000c #000000000000000c 000000a9 SET @0000000d #000000000000000d 000000b6 SET @0000000e #000000000000000e 000000c3 SET @0000000f #000000000000000f 000000d0 ADD @00000000 @00000001 000000d9 ADD @00000001 @00000002 000000e2 ADD @00000002 @00000003 000000eb ADD @00000003 @00000004 000000f4 ADD @00000004 @00000005 000000fd ADD @00000005 @00000006 00000106 ADD @00000006 @00000007 0000010f ADD @00000007 @00000008 00000118 ADD @00000008 @00000009 00000121 ADD @00000009 @0000000a 0000012a ADD @0000000a @0000000b 00000133 ADD @0000000b @0000000c 0000013c ADD @0000000c @0000000d 00000145 ADD @0000000d @0000000e 0000014e ADD @0000000e @0000000f 00000157 FIN The code is correct. But if you want to pass it through the assembler to get the final machine code you need to remove the first column ( 00000000*, 0000000d etc )
|
1ELCU3hahFLMPPqsoHS2Mg2Rqjya6VXjAW
|
|
|
fivebells
|
|
January 01, 2015, 02:52:56 AM |
|
The code is correct. But if you want to pass it through the assembler to get the final machine code you need to remove the first column ( 00000000*, 0000000d etc )
Oh, I tried it that way too. Same result. % ~/alien/scala-2.11.2/bin/scala ATAssembler.scala tst.s % ls -a . .. ATAssembler.scala tst.s % head -5 tst.s SET @00000000 #0000000000000000 SET @00000001 #0000000000000001 SET @00000002 #0000000000000002 SET @00000003 #0000000000000003 SET @00000004 #0000000000000004 % Thought it might be an interaction with the system-installed 2.9 version, but removing that didn't help.
|
|
|
|
fivebells
|
|
January 01, 2015, 03:50:28 AM |
|
Oh, it's the way I'm invoking it. You have to compile the file first, or it does something inscrutable with stdout. Still not sure it's behaving correctly, though. lap% ~/alien/scala-2.11.2/bin/scalac ATAssembler.scala lap% ~/alien/scala-2.11.2/bin/scala ATAssembler tst.s Unknown: ADD @00000000 @00000001 Unknown: ADD @00000001 @00000002 Unknown: ADD @00000002 @00000003 Unknown: ADD @00000003 @00000004 Unknown: ADD @00000004 @00000005 Unknown: ADD @00000005 @00000006 Unknown: ADD @00000006 @00000007 Unknown: ADD @00000007 @00000008 Unknown: ADD @00000008 @00000009 Unknown: ADD @00000009 @0000000a Unknown: ADD @0000000a @0000000b Unknown: ADD @0000000b @0000000c Unknown: ADD @0000000c @0000000d Unknown: ADD @0000000d @0000000e Unknown: ADD @0000000e @0000000f 01000000000000000000000000010100000001000000000000000102000000020000000000000001030000000300000000000000010400000004000000000000000105000000050000000000000001060000000600000000000000010700000007000000000000000108000000080000000000000001090000000900000000000000010a0000000a00000000000000010b0000000b00000000000000010c0000000c00000000000000010d0000000d00000000000000010e0000000e00000000000000010f0000000f0000000000000028
|
|
|
|
CIYAM
Legendary
Offline
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
|
|
January 01, 2015, 04:28:15 AM |
|
Oh, it's the way I'm invoking it. You have to compile the file first, or it does something inscrutable with stdout. Still not sure it's behaving correctly, though. lap% ~/alien/scala-2.11.2/bin/scalac ATAssembler.scala Unknown: ADD @00000000 @00000001
Although I haven't played with that assembler tool myself perhaps try this instead: (I've just noticed that the test case listings are different to when I use the current C++ prototype)
|
|
|
|
tex81
|
|
January 01, 2015, 12:03:43 PM Last edit: January 01, 2015, 01:24:19 PM by tex81 |
|
looking through the logfiles of Blago's miner I found 2 interesting entries: stat-log.csv: xxxxxxxxxxxxxxxxxxx,48695,3893490,17 ( However blockexplorer says it took 4.72 mins to solve and Generator is BURST-2A99-N2WF-BPY5-FHMF6 <-- not me ) xxxxxxxxxxxxxxxxxxx,48628,2166197,538 ( However blockexplorer says it took 18.10 mins to solve and Generator is BURST-F4J9-MESK-VDX5-8DM2T <-- not me ) according to my logfiles content, both deadlines were confirmed, yet I didn't get these blocks what does this mean? anyone have weird stuff in logs like this? someone could write a tool that accepts blago miner's "stat-log.csv" and compares against blockchain to single out strange entries like these 2 I found manually http://burstcoin.eu/ or https://bchain.info/BURST/tools/ could be good spots for this analyzer Try my little tool (AutoIt script): https://yadi.sk/d/jlbEbj73djZRKHow it works: 1) Open Blago-miner`s "stat-log.csv" 2) Read best deadlines from every line 3) Compare it with blockchain data (Burst daemon API - " http://localhost:8125/burst?requestType=getBlock&height="&$blockHeight) 4) Write and execute "results.txt" Now there`s two types of behavior: 1) write only if your best deadline is less then blockchain data 2) write all (append blockchain data to every line for further analysis) Sample log and source included. P.S. you can close working script by right-clicking tray icon.
|
Russia
|
|
|
dec93
Newbie
Offline
Activity: 4
Merit: 0
|
|
January 01, 2015, 01:33:07 PM |
|
Hello All.
Does anyone have non java miner for ARM cpu? i tried to compile dcct's c miner for Linux but no success...
Thanx!
|
|
|
|
callmejack
|
|
January 01, 2015, 01:36:44 PM |
|
Hello All.
Does anyone have non java miner for ARM cpu? i tried to compile dcct's c miner for Linux but no success...
Thanx!
replace the shabal.s file with the one for the arm platform. the url for the shabal.s file is mentioned in the source. worked for me fine.
|
|
|
|
oktay50000
|
|
January 01, 2015, 01:37:07 PM |
|
any working web wallet? my offline wallet not syncing
|
BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9
feel free to buy me a bear
|
|
|
|