Author

Topic: [ANN] Qora | Released 16 May | 100% POS | New Source - page 167. (Read 748250 times)

legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
Hey guys, there's a user yussuf89 who can traslate the OP to Turkish and update it once in a while. How do you think how much should be the reward?

I dunno. Maybe 50K?
legendary
Activity: 1806
Merit: 1001
Hey guys, there's a user yussuf89 who can traslate the OP to Turkish and update it once in a while. How do you think how much should be the reward?
hero member
Activity: 700
Merit: 501
Nope, it does work for NXT just not for QORA. Version 7, 8 and 9 worked perfectly.
Did you try to recover from seed yet?   Undecided

What do you mean?

If you have saved your seed...  and I mean ONLY IF you have saved your seed...  delete the data and wallet folders and try to fire it up again... recover your wallet from seed and wait until the re-download of the chain has completed before you start clicking on things!   Wink

Worked, thanks!
hero member
Activity: 700
Merit: 501
Nope, it does work for NXT just not for QORA. Version 7, 8 and 9 worked perfectly.

Did you try to recover from seed yet?   Undecided

What do you mean?
hero member
Activity: 700
Merit: 501
My client shuts down immediately after running the .bat (path is correct) - what's the issue?

Replace the text in run.bat with the following:

Code:
@ECHO OFF
IF EXIST java (
start "Qora" java -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
IF EXIST "%PROGRAMFILES%\Java\jre7" (
start "Qora" "%PROGRAMFILES%\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
IF EXIST "%PROGRAMFILES(X86)%\Java\jre7" (
start "Qora" "%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
PAUSE
)
)
)
Props to NXT developers. Not made by me, I just edited.

Nope, not working.

€: Managed to capture the window: https://i.imgur.com/i3h4LPU.png

I installed java somewhere else, my bat looks like this and it works: (change the route yourself)

Code:
@ECHO OFF
IF EXIST java (
   start "Qora" java -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
   IF EXIST "d:\Java\" (
      start "Qora" "d:\Java\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
   ) ELSE (
      IF EXIST "%\Java\" (
         start "Qora" "d:\Java\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
      ) ELSE (
         ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
         PAUSE
      )
   )
)

Nope, it does work for NXT just not for QORA. Version 7, 8 and 9 worked perfectly.
hero member
Activity: 812
Merit: 1000
My client shuts down immediately after running the .bat (path is correct) - what's the issue?

Replace the text in run.bat with the following:

Code:
@ECHO OFF
IF EXIST java (
start "Qora" java -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
IF EXIST "%PROGRAMFILES%\Java\jre7" (
start "Qora" "%PROGRAMFILES%\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
IF EXIST "%PROGRAMFILES(X86)%\Java\jre7" (
start "Qora" "%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
PAUSE
)
)
)
Props to NXT developers. Not made by me, I just edited.

Nope, not working.

€: Managed to capture the window: https://i.imgur.com/i3h4LPU.png

I installed java somewhere else, my bat looks like this and it works: (change the route yourself)

Code:
@ECHO OFF
IF EXIST java (
   start "Qora" java -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
   IF EXIST "d:\Java\" (
      start "Qora" "d:\Java\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
   ) ELSE (
      IF EXIST "%\Java\" (
         start "Qora" "d:\Java\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
      ) ELSE (
         ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
         PAUSE
      )
   )
)
full member
Activity: 168
Merit: 100
I never had a problem with the wallet until now. Version 10. When I extract and run the first time it syncs and works fine. After I close it down it won't reopen either the next time of one time after. I've had this happen at least 5 times now.
hero member
Activity: 700
Merit: 501
My client shuts down immediately after running the .bat (path is correct) - what's the issue?

Replace the text in run.bat with the following:

Code:
@ECHO OFF
IF EXIST java (
start "Qora" java -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
IF EXIST "%PROGRAMFILES%\Java\jre7" (
start "Qora" "%PROGRAMFILES%\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
IF EXIST "%PROGRAMFILES(X86)%\Java\jre7" (
start "Qora" "%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar
) ELSE (
ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
PAUSE
)
)
)
Props to NXT developers. Not made by me, I just edited.

Nope, not working.

€: Managed to capture the window: https://i.imgur.com/i3h4LPU.png
hero member
Activity: 700
Merit: 501
My client shuts down immediately after running the .bat (path is correct) - what's the issue?
full member
Activity: 168
Merit: 100
Just asked Qora if he is BCNxt on the chat and he said....[drum roll]
[y] or [n]
take a vote.  Grin

Everyone says that Qora is a great programmer. If Qora is a great programmer Qora is not BCNext because we all know that BCNext is not a good programmer at all and BCNext's code would not work without modification by a real programmer like CFB or JLP. BCNext was good at design but could hardly program.


Not EVERYONE says Qora is BCNext, SOME people say he is BCNext. Personally I think it has held back the coin.  The important thing is Qora seems very able to do the job seen in the way he put the voting function in without much trouble. We probably will never know. One thing I do wonder is if BCNext saw someone seemingly to not deny he was BCNext then he would probably pop up and say its not him. I mean even Satoshi denied false identities recently.

All that matters is what we do know, he has made a brand new code a user friendly wallet and its functions will put it at least up to the level of NXT or beyond. Just for that we should probably be much higher in price and recognition.
sr. member
Activity: 336
Merit: 260
If Qora is a great programmer Qora is not BCNext because we all know that BCNext is not a good programmer at all and BCNext's code would not work without modification by a real programmer like CFB or JLP. BCNext was good at design but could hardly program.

I said the same thing 2 weeks ago in this thread.
hero member
Activity: 763
Merit: 500
Just asked Qora if he is BCNxt on the chat and he said....[drum roll]
[y] or [n]
take a vote.  Grin

Everyone says that Qora is a great programmer. If Qora is a great programmer Qora is not BCNext because we all know that BCNext is not a good programmer at all and BCNext's code would not work without modification by a real programmer like CFB or JLP. BCNext was good at design but could hardly program.
sr. member
Activity: 334
Merit: 250
hero member
Activity: 502
Merit: 500
what is the POS interest rate?
Interest come only from tx fees, whenever you generate a new block containing some transactions/votes/name registration....it is similar to Nxt.
legendary
Activity: 1894
Merit: 1087
what is the POS interest rate?
hero member
Activity: 585
Merit: 500
newbie
Activity: 5
Merit: 0
  i like QORA!
hero member
Activity: 910
Merit: 1000
member
Activity: 70
Merit: 10
Jump to: