Bitcoin Forum
April 27, 2024, 09:14:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 [70] 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ... 345 »
  Print  
Author Topic: [ANN][XEL] Elastic Project - The Decentralized Supercomputer  (Read 450431 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 25, 2016, 12:12:08 PM
 #1381

so when will we have a testnet? Cheesy

Well, everyone can setup an own testnet using the instructions here:
https://bitcointalk.org/index.php?topic=1396233.msg16030417#msg16030417

For the "real" testnet I must fix one small bug which allows charging back more XEL than allowed upon work cancellation. This one will take a few days. Also I am not sure if we should do the hackathon first and then launch a testnet or do them simultaneourly.
Also I am not sure how we will handle "updates" to the software. We need some kind of way to invalidate old testnets and enforce new ones when a major update comes in (which is expected in the first days of public testing). What do you think?
1714209274
Hero Member
*
Offline Offline

Posts: 1714209274

View Profile Personal Message (Offline)

Ignore
1714209274
Reply with quote  #2

1714209274
Report to moderator
1714209274
Hero Member
*
Offline Offline

Posts: 1714209274

View Profile Personal Message (Offline)

Ignore
1714209274
Reply with quote  #2

1714209274
Report to moderator
1714209274
Hero Member
*
Offline Offline

Posts: 1714209274

View Profile Personal Message (Offline)

Ignore
1714209274
Reply with quote  #2

1714209274
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 25, 2016, 12:16:51 PM
 #1382

Current UI

Thefrolly
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


CryptoTalk.Org - Get Paid for every Post!


View Profile
August 25, 2016, 12:34:45 PM
 #1383

lets go

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
CryptoTalk.org| 
MAKE POSTS AND EARN BTC!
🏆
bubbletea789
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
August 25, 2016, 01:08:00 PM
 #1384

sleek!!

Current UI


unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 25, 2016, 05:04:37 PM
Last edit: August 25, 2016, 05:28:02 PM by unvoid
 #1385

Quote
elastic@srv:~/elastic/elastic-reference-client$ ./compile.sh
src/java/nxt/WorkLogicManager.java:954: error: cannot find symbol
        public ArrayList<Quartett<Integer,Long,String,Long>> getDataForPlot(long id, int limit_minutes) {
                         ^
  symbol:   class Quartett
  location: class WorkLogicManager
src/java/nxt/http/GetAccountWorkEfficiencyPlot.java:11: error: cannot find symbol
import nxt.Quartett;
          ^
  symbol:   class Quartett
  location: package nxt
src/java/nxt/WorkLogicManager.java:956: error: cannot find symbol
                ArrayList<Quartett<Integer,Long,String,Long>> ret = new ArrayList<Quartett<Integer,Long,String,Long>>();
                          ^
  symbol:   class Quartett
  location: class WorkLogicManager
src/java/nxt/WorkLogicManager.java:956: error: cannot find symbol
                ArrayList<Quartett<Integer,Long,String,Long>> ret = new ArrayList<Quartett<Integer,Long,String,Long>>();
                                                                                  ^
  symbol:   class Quartett
  location: class WorkLogicManager
src/java/nxt/WorkLogicManager.java:968: error: cannot find symbol
                                Quartett<Integer,Long,String,Long> d = new Quartett<Integer,Long,String,Long>((int) check.getInt(1),stime,(String) check.getString(2), 0L);
                                ^
  symbol:   class Quartett
  location: class WorkLogicManager
src/java/nxt/WorkLogicManager.java:968: error: cannot find symbol
                                Quartett<Integer,Long,String,Long> d = new Quartett<Integer,Long,String,Long>((int) check.getInt(1),stime,(String) check.getString(2), 0L);
                                                                           ^
  symbol:   class Quartett
  location: class WorkLogicManager
src/java/nxt/http/GetAccountWorkEfficiencyPlot.java:78: error: cannot find symbol
                ArrayList<Quartett<Integer,Long,String, Long>> ret_pre = WorkLogicManager.getInstance().getDataForPlot(workId, last_num);
                          ^
  symbol:   class Quartett
  location: class GetAccountWorkEfficiencyPlot
src/java/nxt/http/GetAccountWorkEfficiencyPlot.java:79: error: cannot find symbol
                for(Quartett<Integer,Long,String, Long> t : ret_pre){
                    ^
  symbol:   class Quartett
  location: class GetAccountWorkEfficiencyPlot
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 errors
elastic@srv:~/elastic/elastic-reference-client$ java -version
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
elastic@srv:~/elastic/elastic-reference-client$


Any hints @Evil-Knievel? I think it's related to last changes you made. Could you please compile it and try on your machine? Probably compiler can't find Quartett class. You forgot to import?

Reverted to fbec3cb commit. Works fine so yes, this compile error is related to your last changes.

BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 25, 2016, 05:47:44 PM
 #1386

Will you write any sort of basic documentation regarding ElasticPL @Evil-Knievel?

BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 25, 2016, 06:03:10 PM
 #1387

so when will we have a testnet? Cheesy

Well, everyone can setup an own testnet using the instructions here:
https://bitcointalk.org/index.php?topic=1396233.msg16030417#msg16030417

For the "real" testnet I must fix one small bug which allows charging back more XEL than allowed upon work cancellation. This one will take a few days. Also I am not sure if we should do the hackathon first and then launch a testnet or do them simultaneourly.
Also I am not sure how we will handle "updates" to the software. We need some kind of way to invalidate old testnets and enforce new ones when a major update comes in (which is expected in the first days of public testing). What do you think?

The sooner testnet will be live the better IMO. Hackathon can and should run simultaneously. I think more people will join then to test out the software. And when new (not backwards compatible ) version will show up either we do a hard fork or testnet total reset if there will be major change.

BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 25, 2016, 08:27:15 PM
 #1388

@unvoid: A file was missing. Sorry! It should be fixed now!
xtester
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


Risk taker & Black Swan farmer.


View Profile
August 25, 2016, 08:28:02 PM
 #1389

Current UI



Great work, Evil-Knievel. Looking forward to testing that wallet.  Cool
unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 25, 2016, 08:41:11 PM
 #1390

@unvoid: A file was missing. Sorry! It should be fixed now!

Forgot git add? Smiley

BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 25, 2016, 08:54:52 PM
 #1391

@unvoid: A file was missing. Sorry! It should be fixed now!

Compiled. Working like a charm.

Did you deleted hallmark functionality? Why? Also please describe commits with little more details Smiley

BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 25, 2016, 08:56:53 PM
 #1392

Quote
elastic@srv:~/elastic/elastic-reference-client$ screen ./run.sh
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546)
        at java.lang.Thread.run(Thread.java:745)
nxt.http.ParameterException
        at nxt.http.ParameterParser.getAccount(ParameterParser.java:243)
        at nxt.http.GetAccountTransactions.processRequest(GetAccountTransactions.java:28)
        at nxt.http.APIServlet.process(APIServlet.java:209)
        at nxt.http.APIServlet.doGet(APIServlet.java:153)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:800)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:497)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:313)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248)
        at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546)
        at java.lang.Thread.run(Thread.java:745)

Any concern here?

I've changed those settings (I've node on other machine in LAN) in config file. Maybe it's related:

Quote
# Hosts from which to allow http/json API requests, if enabled. Set to * to allow all.
# Can also specify networks in CIDR notation, e.g. 192.168.1.0/24.
nxt.allowedBotHosts=127.0.0.1; localhost; 192.168.1.2; [0:0:0:0:0:0:0:1];

# Host interface on which to listen for http/json API request, default localhost only.
# Set to 0.0.0.0 to allow the API server to accept requests from all network interfaces.
nxt.apiServerHost=0.0.0.0


BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
Crypto_FreeMan
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
August 25, 2016, 09:02:58 PM
 #1393

refund bounties from community? not the best idea .........
unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 25, 2016, 09:05:26 PM
 #1394

I'll take source code and try to help but first I have to create blockchain explorer. So please focus on XEL and after blockchain explorer I'll join to help with developing (more or less). Blockchain explorer should be ready before testnet launch so we will have explorer for testnet also.

BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 25, 2016, 09:07:08 PM
 #1395

unvoid, ignore the Account exceptions. There is still a lot of debug stuff enabled which can be safely ignored. The exception you have seen always is fired when you log into an account that has not been used before. I will make sure to strip the massive amounts of outputs. And I will try to name the commits a bit more "obvious" ;-)

Thanks for trying out everything. Feel free to change whatever you like and commit / create a pull request. I appreciate every helping hand.
unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 25, 2016, 09:13:34 PM
 #1396

unvoid, ignore the Account exceptions. There is still a lot of debug stuff enabled which can be safely ignored. The exception you have seen always is fired when you log into an account that has not been used before. I will make sure to strip the massive amounts of outputs. And I will try to name the commits a bit more "obvious" ;-)

Thanks for trying out everything. Feel free to change whatever you like and commit / create a pull request. I appreciate every helping hand.

Awesome. So we get back to work. Happy coding weekend! Smiley

BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 25, 2016, 09:16:01 PM
 #1397

Awesome. So we get back to work. Happy coding weekend! Smiley

Thanks, you too!  Wink
Redawn
Member
**
Offline Offline

Activity: 122
Merit: 10


View Profile
August 25, 2016, 11:08:57 PM
 #1398

Should those who have donate must do something beside voting? Is voting for the amount coins mandatory? Is there an indication where we can play with the main wallet and "swipe" some XEL?
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 25, 2016, 11:24:22 PM
 #1399

Should those who have donate must do something beside voting? Is voting for the amount coins mandatory? Is there an indication where we can play with the main wallet and "swipe" some XEL?

Actually, if you don't care about scaling the coin supply (scaling by for example 2 means that everyone who had 1000 XEL now gets 2000 XEL) you don't have to bother voting. You can right now download the wallet and play with your own local testnet (there is a setup guide video a few posts earlier), but please note that work is done constantly and things may still change. If you use your own testnet, use account "test" (passphrase "test") to have an account with 5 Million XEL funded.  Wink

If you have any questions or if you cannot watch the video, just ask ;-)

The public testnet will hopefully go online soon! But for this we need to do a few last modifications.
boomboom
Hero Member
*****
Offline Offline

Activity: 1068
Merit: 523



View Profile
August 26, 2016, 03:15:00 AM
 #1400

I'd love to see XEL trading on jl777's InstantDEX one day. You two guys could make a pretty awesome dble act!
Pages: « 1 ... 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 [70] 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ... 345 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!