Code Monkey home page Code Monkey logo

qbundle's Introduction

Qbundle

Get Support at https://discord.gg/NKXGM6N MIT

Qbundle is a Windows Wrapper / Launcher for the BRS wallet and other burst tools.

Installer package is made with Advanced installer.

Credits

@HeosSacer

  • Main Developer

@Quibus

  • Former Main Developer

@SvlatCjelli

  • Improved vanity address generation
  • Various bug fixes and visual improvments

@Venkat Naidu

  • Visual improvements.

qbundle's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qbundle's Issues

Set reward recipent don't work qbundle 2.1.1

Hi,

I updated qbundle to version 2.1.1 and setting reward recipient don't work using local or online wallet. In previous version was working like a charm . I just get error :
"rewardassignment did not succed. "

Qbundle update 2.0.2 is not taking properly

I have 2 machines on the same network both running Qbundle. Both are showing the following versions:

Qbundle v2.0.0
Wallet v2.0.2

One machine shows "New Beta" in the blue box in the dashboard for the BRS version, the other does not.

Machine A is stuck at block height 473347
Machine B is stuck at block height 473451

Both are stuck at downloading blockchain at 0 blocks/min.

Machine A has 0/20 Up-to-date Peers
Machine B has 20/20 Up-to-date Peers

Both show "New update available" which is Qbundle 2.0.1. But when I apply the update, it tells me it completes, but I'm stuck on the same 2.0.0 version afterwards. This is true on both machines.

Machine A shows this in the console:

[SEVERE] 2018-03-28 23:38:20 brs.BlockchainProcessorImpl - Uncaught exception in blockImporterThread brs.Account$DoubleSpendingException: Unconfirmed #################) exceeds confirmed (################) balance or quantity for account #################### at brs.Account.checkBalance(Account.java:308) at brs.Account.checkBalance(Account.java:313) at brs.services.impl.AccountServiceImpl.addToUnconfirmedBalanceNQT(AccountServiceImpl.java:231) at brs.TransactionType.undoUnconfirmed(TransactionType.java:269) at brs.services.impl.TransactionServiceImpl.undoUnconfirmed(TransactionServiceImpl.java:74) at brs.TransactionProcessorImpl.requeueAllUnconfirmedTransactions(TransactionProcessorImpl.java:343) at brs.BlockchainProcessorImpl.pushBlock(BlockchainProcessorImpl.java:959) at brs.BlockchainProcessorImpl.lambda$new$7(BlockchainProcessorImpl.java:266) at brs.util.ThreadPool.lambda$start$0(ThreadPool.java:96) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

Machine B shows the following:

[SEVERE] 2018-03-28 23:38:43 brs.BlockchainProcessorImpl - Block not accepted brs.BlockchainProcessor$TransactionNotAcceptedException: Double spending transaction: ########################### transaction: {"senderPublicKey":"####################################","signature":"#############################################################","feeNQT":100000000,"type":0,"version":1,"ecBlockId":"7761686684300405094","attachment":{},"subtype":0,"amountNQT":34900000000,"recipient":"########################","ecBlockHeight":473429,"deadline":900,"timestamp":114520049} at brs.BlockchainProcessorImpl.accept(BlockchainProcessorImpl.java:989) at brs.BlockchainProcessorImpl.pushBlock(BlockchainProcessorImpl.java:961) at brs.BlockchainProcessorImpl.lambda$new$7(BlockchainProcessorImpl.java:266) at brs.util.ThreadPool.lambda$start$0(ThreadPool.java:96) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)

Hard to adjust plotsize perfectly

Hello,
It's really hard to perfectly adjust the slider for how big the plotsize should be.
Is there any way we could get a textbox in here to do the same as well?

Burst wallet stops every time

Hello,

I installed the Qbundle and downloaded the database from multiple places but I get the same issue every time(latest try is from: https://burstneon-bc.ddns.net/)

I get the following errors in the console every time I try to start the wallet:

com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...[SEVERE] 2017-12-26 17:41:27 com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
org.h2.jdbc.JdbcSQLException: General error: "java.lang.NullPointerException" [50000-196]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:168)
at org.h2.message.DbException.convert(DbException.java:295)
at org.h2.engine.Database.openDatabase(Database.java:307)
at org.h2.engine.Database.(Database.java:270)
at org.h2.engine.Engine.openSession(Engine.java:64)
at org.h2.engine.Engine.openSession(Engine.java:176)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:154)
at org.h2.engine.Engine.createSession(Engine.java:137)
at org.h2.engine.Engine.createSession(Engine.java:27)
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:354)
at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:116)
at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:100)
at org.h2.Driver.connect(Driver.java:69)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:375)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:204)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:445)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:516)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:116)
at com.zaxxer.hikari.HikariDataSource.(HikariDataSource.java:72)
at nxt.db.sql.Db.(Db.java:130)
at nxt.Nxt$Init.(Nxt.java:245)
at nxt.Nxt.init(Nxt.java:202)
at nxt.Nxt.main(Nxt.java:193)
Caused by: java.lang.NullPointerException
at org.h2.mvstore.db.ValueDataType.compare(ValueDataType.java:104)
at org.h2.mvstore.MVMap.compare(MVMap.java:713)
at org.h2.mvstore.Page.binarySearch(Page.java:334)
at org.h2.mvstore.MVMap.binarySearch(MVMap.java:466)
at org.h2.mvstore.MVMap.get(MVMap.java:455)
at org.h2.mvstore.MVMap.remove(MVMap.java:543)
at org.h2.mvstore.db.TransactionStore.rollbackTo(TransactionStore.java:506)
at org.h2.mvstore.db.TransactionStore$Transaction.rollback(TransactionStore.java:803)
at org.h2.mvstore.db.MVTableEngine$Store.initTransactions(MVTableEngine.java:256)
at org.h2.engine.Database.open(Database.java:767)
at org.h2.engine.Database.openDatabase(Database.java:276)
... 22 more
Exception in thread "main" java.lang.ExceptionInInitializerError
at nxt.Nxt$Init.(Nxt.java:245)
at nxt.Nxt.init(Nxt.java:202)
at nxt.Nxt.main(Nxt.java:193)
Caused by: java.lang.RuntimeException: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: General error: "java.lang.NullPointerException" [50000-196]
at nxt.db.sql.Db.(Db.java:143)
... 3 more
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: General error: "java.lang.NullPointerException" [50000-196]
at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:545)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:537)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:116)
at com.zaxxer.hikari.HikariDataSource.(HikariDataSource.java:72)
at nxt.db.sql.Db.(Db.java:130)
... 3 more
Caused by: org.h2.jdbc.JdbcSQLException: General error: "java.lang.NullPointerException" [50000-196]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:168)
at org.h2.message.DbException.convert(DbException.java:295)
at org.h2.engine.Database.openDatabase(Database.java:307)
at org.h2.engine.Database.(Database.java:270)
at org.h2.engine.Engine.openSession(Engine.java:64)
at org.h2.engine.Engine.openSession(Engine.java:176)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:154)
at org.h2.engine.Engine.createSession(Engine.java:137)
at org.h2.engine.Engine.createSession(Engine.java:27)
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:354)
at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:116)
at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:100)
at org.h2.Driver.connect(Driver.java:69)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:375)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:204)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:445)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:516)
... 6 more
Caused by: java.lang.NullPointerException
at org.h2.mvstore.db.ValueDataType.compare(ValueDataType.java:104)
at org.h2.mvstore.MVMap.compare(MVMap.java:713)
at org.h2.mvstore.Page.binarySearch(Page.java:334)
at org.h2.mvstore.MVMap.binarySearch(MVMap.java:466)
at org.h2.mvstore.MVMap.get(MVMap.java:455)
at org.h2.mvstore.MVMap.remove(MVMap.java:543)
at org.h2.mvstore.db.TransactionStore.rollbackTo(TransactionStore.java:506)
at org.h2.mvstore.db.TransactionStore$Transaction.rollback(TransactionStore.java:803)
at org.h2.mvstore.db.MVTableEngine$Store.initTransactions(MVTableEngine.java:256)
at org.h2.engine.Database.open(Database.java:767)
at org.h2.engine.Database.openDatabase(Database.java:276)
... 22 more

Full log:
log.txt

unable to connect to remote server

After i start qbundle it logging error
Message: Unable to connect to the remote server
StackTrace: at System.Net.HttpWebRequest.GetResponse()
at QB.clsHttp.GetUrl(String url)

Request for feature

The dynamic plot feature is brilliant but it would be great if you could add more than one drive plot folder to it i.e. if you have 10 drives, add 10 drives to the list and it will work its way through them all. Would save ever having to touch the normal plotter window again.

Error with latest java 64 bits

I have this error with latest java 64 bits

dez 30, 2017 12:39:06 PM nxt.Nxt getBooleanProperty
INFO: nxt.disableGenerateBlocksThread not defined, assuming false
Initializing Burst server version 1.3.6cg
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.RuntimeException: nxt-default.properties not in classpath a
nd system property nxt-default.properties not defined either
        at nxt.Nxt.(Nxt.java:59)

Accessing Blago Miner

When trying to access Blago Miner for the first time it ask's "do you want to download and install it?"

-click yes

Error Popup says
"something went wrong, internet connection might have been lost."

Did not have this issue in previous build version 1.8

Make Run It in background.

Please Make it run in background like BitTorrent or UTorrent. When we are clicking the cross/close button it is exiting the program. Please make it run in background.

System.InvalidOperationException on 2.1 qbundle

Hello,
When I installed the QBundle version 2.1.0 I got the following message whenever I run it as administrator or no :

`See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Cannot start service Burst Service on computer '.'. ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
--- End of inner exception stack trace ---
at System.ServiceProcess.ServiceController.Start(String[] args)
at QB.clsServiceHandler.StartService(Boolean Monitor)
at QB.frmMain.StartWallet(Boolean WriteDebug)
at QB.frmMain.frmMain_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36440 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

BurstWallet
Assembly Version: 2.1.0.0
Win32 Version: 2.1.0.0
CodeBase: file:///C:/Qbundle/BurstWallet.exe

Microsoft.VisualBasic
Assembly Version: 10.0.0.0
Win32 Version: 12.0.52415.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll

System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36430 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.36430 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.36430 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.ServiceProcess
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll

System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.36415 built by: FX452RTMLDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

`

Check for updates

Hello,

I'm testing the new Qbundle 2.0.0 wallet on Windows 10 Pro 64 bits.

I don't know if this "issue" was already reported but :
The problem is that I clicked on "Check for updates" and everything was up to date, then the following message apears on a new window when trying to close the "check for update" window :

"Do you want to stop the wallet?
It must be stopped before updating the components."

Why this message when everything is already up to date ?

check for updates

Resume plotting discards set limitations on cpu-core usage

When resuming a plotting operation, all limitations set in the initial plotting are forgotten, or at least those concerning the amount of cpu cores used.
When resuming plotting, the plotter always grabs 100% of available cpu power, which is less than desireable.

Checking Environment Problem

When I download the .exe file and execute it, the program installs. but when I hit the .exe file again it says Checking environment and underneath it Java and H2. When I click Download missing components, nothing happens and I can not use the wallet! What am I doing wrong or what does not work?
Windows 10 64bit on a AMD FX 8320 CPU

Marketplace Doesn't List Stores

I assume that the "Marketplace" is implemented on the blockchain the same way the "Crowdfunding" is. Why does the crowdfunding tab display multiple results, but the marketplace tab requires you to type in the "store account ID"?

I'd really love to see what stores are available, and I think it would increase utility/value of Burst if it was easier to find stores to use Burst in. Can this be made a priority to fix before Dymaxion?

1 click update doesn't work on QBundle 2.0.0

Can't upgrade to Qbundle 2.0.1 due to 1 click update not working well...

When I click update, says it needs to stop the wallet and I allow it;
then says QBundle need to restart after the update and I allow it;
then it stops the wallet and shows the download manager downloading;
after that shows updated sucessfully and doesn't restart QBundle;
then I click Close and says it needs then says QBundle need to restart after the update and I allow it (again),
it shows the download manager downloading again,
closes the update window and doesn't restart QBundle, so I do it manually and I'm still at QBundle 2.0.0...

Do I need to do a fresh instalation of 2.0.1?

QBundle 2.0.0, 2.0.1, 2.0.2 not connecting to peers at all

There seems to be an issue between the wallet and Miniupnp (http://miniupnp.free.fr/).
The wallet does not connect to peers.

Wallet log:
Mar 28, 2018 7:28:10 PM brs.Burst loadProperties
INFO: Initializing Burst Reference Software (BRS) version 2.0.2
Mar 28, 2018 7:28:10 PM org.ehcache.core.EhcacheManager createCache
INFO: Cache 'account' created in EhcacheManager.
[INFO] 2018-03-28 19:28:11 brs.db.sql.Db - Using mariadb Backend
[INFO] 2018-03-28 19:28:11 brs.db.mariadb.MariadbDbVersion - Database update may take a while if needed, current db version 177...
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.testUnconfirmedTransactions undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disableProcessTransactionsThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disableRemoveUnconfirmedTransactionsThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disableRebroadcastTransactionsThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disableGetMoreBlocksThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disableImportBlocksThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disableGenerateBlocksThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - P2P.myHallmark undefined. Default: >null<
[INFO] 2018-03-28 19:28:11 brs.Burst - P2P.BlacklistedPeers undefined. Default: >null<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.sendToPeersLimit undefined. Default: >0<
[INFO] 2018-03-28 19:28:11 brs.Burst - DEV.dumpPeersVersion undefined. Default: >null<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disablePeerConnectingThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disablePeerUnBlacklistingThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.disableGetMorePeersThread undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - JETTY.API.GzipFilter undefined. Default: >false<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.debugTraceQuote undefined. Default: >"<
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.debugTraceSeparator undefined. Default: > <
[INFO] 2018-03-28 19:28:11 brs.Burst - brs.debugTraceAccounts undefined. Default: >null<
[INFO] 2018-03-28 19:28:11 brs.peer.Peers - Attempting to map {0}:{1} -> {2}:{3} on Gateway {0} ({1})
[INFO] 2018-03-28 19:28:11 brs.peer.Peers - UPNP Mapping successful
[INFO] 2018-03-28 19:28:12 brs.BlockchainProcessorImpl - Genesis block already in database
[INFO] 2018-03-28 19:28:12 brs.BlockchainProcessorImpl - Last block height: 329883
[INFO] 2018-03-28 19:28:12 brs.http.API - Started API server at 127.0.0.1:8125

When i disable miniupnp service in my router and restart the wallet everything works again.
I need miniupnp for other services and have no alternative to it.

GBP instead of USD

How can I get the included Wallet software to display GBP instead of USD? I am in the UK not the USA and seeing USD is very very anoying

Unable to start wallet

OS: Windows 8.1
Qbundle: 2.0.2
Wallet: 2.0.4
Java: 1.8.0

Log:

[SEVERE] 2018-05-26 18:15:39 com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
org.h2.jdbc.JdbcSQLException: General error: "java.lang.NullPointerException" [50000-196]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.get(DbException.java:168)
	at org.h2.message.DbException.convert(DbException.java:295)
	at org.h2.engine.Database.openDatabase(Database.java:307)
	at org.h2.engine.Database.<init>(Database.java:270)
	at org.h2.engine.Engine.openSession(Engine.java:64)
	at org.h2.engine.Engine.openSession(Engine.java:176)
	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:154)
	at org.h2.engine.Engine.createSession(Engine.java:137)
	at org.h2.engine.Engine.createSession(Engine.java:27)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:354)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:116)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:100)
	at org.h2.Driver.connect(Driver.java:69)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81)
	at brs.db.sql.Db.init(Db.java:95)
	at brs.Burst.loadWallet(Burst.java:196)
	at brs.Burst.init(Burst.java:176)
	at brs.Burst.main(Burst.java:157)
Caused by: java.lang.NullPointerException
	at org.h2.mvstore.db.ValueDataType.compare(ValueDataType.java:104)
	at org.h2.mvstore.MVMap.compare(MVMap.java:713)
	at org.h2.mvstore.Page.binarySearch(Page.java:334)
	at org.h2.mvstore.MVMap.binarySearch(MVMap.java:466)
	at org.h2.mvstore.MVMap.get(MVMap.java:455)
	at org.h2.mvstore.MVMap.remove(MVMap.java:543)
	at org.h2.mvstore.db.TransactionStore.rollbackTo(TransactionStore.java:506)
	at org.h2.mvstore.db.TransactionStore$Transaction.rollback(TransactionStore.java:803)
	at org.h2.mvstore.db.MVTableEngine$Store.initTransactions(MVTableEngine.java:256)
	at org.h2.engine.Database.open(Database.java:767)
	at org.h2.engine.Database.openDatabase(Database.java:276)
	... 22 more
[SEVERE] 2018-05-26 18:15:39 brs.Burst - com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: General error: "java.lang.NullPointerException" [50000-196]
java.lang.RuntimeException: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: General error: "java.lang.NullPointerException" [50000-196]
	at brs.db.sql.Db.init(Db.java:108)
	at brs.Burst.loadWallet(Burst.java:196)
	at brs.Burst.init(Burst.java:176)
	at brs.Burst.main(Burst.java:157)
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: General error: "java.lang.NullPointerException" [50000-196]
	at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:569)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:555)
	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81)
	at brs.db.sql.Db.init(Db.java:95)
	... 3 more
Caused by: org.h2.jdbc.JdbcSQLException: General error: "java.lang.NullPointerException" [50000-196]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.get(DbException.java:168)
	at org.h2.message.DbException.convert(DbException.java:295)
	at org.h2.engine.Database.openDatabase(Database.java:307)
	at org.h2.engine.Database.<init>(Database.java:270)
	at org.h2.engine.Engine.openSession(Engine.java:64)
	at org.h2.engine.Engine.openSession(Engine.java:176)
	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:154)
	at org.h2.engine.Engine.createSession(Engine.java:137)
	at org.h2.engine.Engine.createSession(Engine.java:27)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:354)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:116)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:100)
	at org.h2.Driver.connect(Driver.java:69)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
	... 6 more
Caused by: java.lang.NullPointerException
	at org.h2.mvstore.db.ValueDataType.compare(ValueDataType.java:104)
	at org.h2.mvstore.MVMap.compare(MVMap.java:713)
	at org.h2.mvstore.Page.binarySearch(Page.java:334)
	at org.h2.mvstore.MVMap.binarySearch(MVMap.java:466)
	at org.h2.mvstore.MVMap.get(MVMap.java:455)
	at org.h2.mvstore.MVMap.remove(MVMap.java:543)
	at org.h2.mvstore.db.TransactionStore.rollbackTo(TransactionStore.java:506)
	at org.h2.mvstore.db.TransactionStore$Transaction.rollback(TransactionStore.java:803)
	at org.h2.mvstore.db.MVTableEngine$Store.initTransactions(MVTableEngine.java:256)
	at org.h2.engine.Database.open(Database.java:767)
	at org.h2.engine.Database.openDatabase(Database.java:276)
	... 22 more

I tried:

  • Removed the whole blockchain data, and sync again
    • But whenever sync is done, it shows the same error after restarting wallet
  • Roleback chain
    • Not working, same error

Multiple selection or clear option in plots file listing

In the launcher for the miner you are required to delete plots one at a time out of the list please allow multiple selection via ctrl or shift selection to remove multiple and possibly add a clear button to clear the list all together...

Unhandled exception when opening wallet

I downloaded the latest Qbundle (1.7), unzipped the contents, and ran BurstWallet.exe. I see the first screen, and it shows two green boxes (that I have the required stuff). When I hit Continue, I get the error message below. If I continue, I get the error message again when I try to start the wallet.

I'm running Windows 10. Otherwise, I can plot and even mine. It says my reward recipient is BTFG Pool, so I put burst.btfg.space as the mining sever. It seems to be working, and I show up when I check the pool's page.

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at QB.Generic.SanityCheck()
   at QB.frmMain.StartWallet(Boolean WriteDebug)
   at QB.frmMain.frmMain_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2600.0 built by: NET471REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
BurstWallet
    Assembly Version: 1.7.0.0
    Win32 Version: 1.7.0.0
    CodeBase: file:///C:/burst/BurstWallet.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2600.0 built by: NET471REL1LAST
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.ServiceProcess
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Management
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2556.0 built by: NET471REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Window on top during install

During install when downloading latest.bbd from the repository that db-window stays on top and in the center blocking all view making it hard to use the PC.

Qbundle v1.4, win 10.

feature request: be able to get passphrase from Qbundle wallet

Dear PoC-Consortium, I would like to do a feature request.

what: Be able to get passphrase from Qbundle, since Qbundle already stores the encrypted passphrase.

why: Being able to get the passphrase quickly, for example with the assets: when creating a sell order which is wrong,

For example: I was using assets (new to me) and I wanted to withdraw a sell (I set the price to low). I needed the passphrase for this and was not able to get this quickly from the wallet. By the time I got my written down passphrase, I had already sold the assets to somebody with the low price.

Wallet doesn't run with Patch v2.0.1

Patch v2.0.1 doesn't run wallet.
Just shown white window and menu bar and footer.
real time console view show below log.

3 28, 2018 12:21:47 午前 brs.Burst loadProperties
情報: Initializing Burst Reference Software (BRS) version 2.0.1
3 28, 2018 12:21:47 午前 org.ehcache.core.EhcacheManager createCache
情報: Cache 'account' created in EhcacheManager.
[SEVERE] 2018-03-28 00:21:49 com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
org.h2.jdbc.JdbcSQLException: 一般エラー: "java.lang.NullPointerException"
General error: "java.lang.NullPointerException" [50000-196]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.get(DbException.java:168)
	at org.h2.message.DbException.convert(DbException.java:295)
	at org.h2.engine.Database.openDatabase(Database.java:307)
	at org.h2.engine.Database.<init>(Database.java:270)
	at org.h2.engine.Engine.openSession(Engine.java:64)
	at org.h2.engine.Engine.openSession(Engine.java:176)
	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:154)
	at org.h2.engine.Engine.createSession(Engine.java:137)
	at org.h2.engine.Engine.createSession(Engine.java:27)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:354)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:116)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:100)
	at org.h2.Driver.connect(Driver.java:69)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81)
	at brs.db.sql.Db.init(Db.java:95)
	at brs.Burst.loadWallet(Burst.java:184)
	at brs.Burst.init(Burst.java:164)
	at brs.Burst.main(Burst.java:156)
Caused by: java.lang.NullPointerException
	at org.h2.mvstore.db.ValueDataType.compare(ValueDataType.java:104)
	at org.h2.mvstore.MVMap.compare(MVMap.java:713)
	at org.h2.mvstore.Page.binarySearch(Page.java:334)
	at org.h2.mvstore.MVMap.binarySearch(MVMap.java:466)
	at org.h2.mvstore.MVMap.get(MVMap.java:455)
	at org.h2.mvstore.db.TransactionStore.commit(TransactionStore.java:349)
	at org.h2.mvstore.db.TransactionStore$Transaction.commit(TransactionStore.java:783)
	at org.h2.mvstore.db.MVTableEngine$Store.initTransactions(MVTableEngine.java:254)
	at org.h2.engine.Database.open(Database.java:767)
	at org.h2.engine.Database.openDatabase(Database.java:276)
	... 22 more
[SEVERE] 2018-03-28 00:21:49 brs.Burst - com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: 一般エラー: "java.lang.NullPointerException"
General error: "java.lang.NullPointerException" [50000-196]
java.lang.RuntimeException: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: 一般エラー: "java.lang.NullPointerException"
General error: "java.lang.NullPointerException" [50000-196]
	at brs.db.sql.Db.init(Db.java:108)
	at brs.Burst.loadWallet(Burst.java:184)
	at brs.Burst.init(Burst.java:164)
	at brs.Burst.main(Burst.java:156)
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: 一般エラー: "java.lang.NullPointerException"
General error: "java.lang.NullPointerException" [50000-196]
	at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:569)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:555)
	at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81)
	at brs.db.sql.Db.init(Db.java:95)
	... 3 more
Caused by: org.h2.jdbc.JdbcSQLException: 一般エラー: "java.lang.NullPointerException"
General error: "java.lang.NullPointerException" [50000-196]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.get(DbException.java:168)
	at org.h2.message.DbException.convert(DbException.java:295)
	at org.h2.engine.Database.openDatabase(Database.java:307)
	at org.h2.engine.Database.<init>(Database.java:270)
	at org.h2.engine.Engine.openSession(Engine.java:64)
	at org.h2.engine.Engine.openSession(Engine.java:176)
	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:154)
	at org.h2.engine.Engine.createSession(Engine.java:137)
	at org.h2.engine.Engine.createSession(Engine.java:27)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:354)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:116)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:100)
	at org.h2.Driver.connect(Driver.java:69)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
	... 6 more
Caused by: java.lang.NullPointerException
	at org.h2.mvstore.db.ValueDataType.compare(ValueDataType.java:104)
	at org.h2.mvstore.MVMap.compare(MVMap.java:713)
	at org.h2.mvstore.Page.binarySearch(Page.java:334)
	at org.h2.mvstore.MVMap.binarySearch(MVMap.java:466)
	at org.h2.mvstore.MVMap.get(MVMap.java:455)
	at org.h2.mvstore.db.TransactionStore.commit(TransactionStore.java:349)
	at org.h2.mvstore.db.TransactionStore$Transaction.commit(TransactionStore.java:783)
	at org.h2.mvstore.db.MVTableEngine$Store.initTransactions(MVTableEngine.java:254)
	at org.h2.engine.Database.open(Database.java:767)
	at org.h2.engine.Database.openDatabase(Database.java:276)
	... 22 more
[INFO] 2018-03-28 00:21:49 brs.Burst - Shutting down...
Exception in thread "Thread-1" java.lang.NullPointerException
	at brs.db.sql.Db.shutdown(Db.java:144)
	at brs.Burst.shutdown(Burst.java:292)
	at java.lang.Thread.run(Unknown Source)

Cant download missing components for first lauch of Qbundle

Qbundle version 2.0.1

I downloaded the .exe file of qbundle but when I try to download the missing compnents I recieve an error of:
Internet is unreachable or repository offline.

What can I do to fix this issue?
Thanks for the help.
Theres probably a step i overlooked. Sorry for the dumb problem.

Upgrade to 2.0.1 doesn't work

Qbundle finds there is a new version, gives the warnings to stop the wallet and restart the app. It downloads the new version, but doesn't install it. (Tested it on 2 machines)
Installing it manually from Github works.

Account Manager is not signing in after password input

As title says, the account manager is not signing in on wallet start... Neither with accounts that were in there already nor with new accounts.
Didn't tried anything else but local wallet is running for a couple of hours now and stable. ;D

Error with GUI/Application on startup.

Error: Could not find or load main class brs.Burst
Error: Could not find or load main class brs.Burst
Error: Could not find or load main class brs.Burst
Error: Could not find or load main class brs.Burst
Error: Could not find or load main class brs.Burst
image

These are the errors I get after installing it/ Blank screen.

Windows 10 1803 (April Update 2018)

After the 1803 update to Windows 10, the wallet mode sits on the dark charcoal background and none of the assets on it seem to load at all. The wallet seems to run just fine but it doesn't display anything within the window, running in launcher mode works just fine.

screenshot_1

screenshot_2

Mining Issue

I'm solo mining with 1.3PB and recently tried to change my rig from aio wallet with this burst version "burstcoincg-1.3.4cg" to qbundle with this burst version "burstcoin-2.0.4". While I was mining on aio wallet I used to receive about 10k Burst weekly but after I changed my rig to qbundle I have been mining for almost 10 days and I haven't found a single block. Do I have to change reward assignment after moving to mariadb or what because this is so confusing to me.

Feature request: link handler

I’d like to be able to add a hyperlink in a web page that opens the wallet on the ‘send burst’ form with the wallet address pre-filled.

This would make it so much easier to allow users to pay for goods and services with Burst.

e.g. ...

Would this be possible?
Thanks in advance.

Shutting down Windows shortly after exiting Qbundle corrupts database.

This happens in both Qbundle 1.6 and 1.8.

  • If I do File/Exit in Qbundle, wait for GUI to disappear, and then shutdown Windows, the next time I start Windows the wallet tries to start, then stops without displaying the initial screen.
  • Rollback database doesn't fix it. Tried various numbers 1 through 1440. It says starting in debug mode but stops shortly after
  • Deleting the database fixes the issue. So I have to delete and re-download database each time this happens.
  • nxt.log and screenshot:
    [INFO] 2018-01-10 20:56:26 LoggerConfigurator - logging enabled [INFO] 2018-01-10 20:56:26 nxt.Nxt - nxt.maxRollback = "1440" [INFO] 2018-01-10 20:56:26 nxt.Nxt - nxt.isTestnet = "false" [INFO] 2018-01-10 20:56:26 nxt.Nxt - nxt.isOffline = "false" [INFO] 2018-01-10 20:56:26 nxt.Nxt - nxt.dbUrl = "jdbc:h2:./burst_db/burst;DB_CLOSE_ON_EXIT=False" [INFO] 2018-01-10 20:56:26 nxt.Nxt - burst.enableSqlMetrics = "false" [INFO] 2018-01-10 20:56:26 nxt.Nxt - nxt.dbUrl = "jdbc:h2:./burst_db/burst;DB_CLOSE_ON_EXIT=False" [INFO] 2018-01-10 20:56:26 nxt.Nxt - nxt.dbUsername = "sa" [INFO] 2018-01-10 20:56:26 nxt.Nxt - nxt.dbPassword = "sa" [INFO] 2018-01-10 20:56:26 nxt.Nxt - nxt.dbMaximumPoolSize = "10" [INFO] 2018-01-10 20:56:26 com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... [SEVERE] 2018-01-10 20:56:28 com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization. org.h2.jdbc.JdbcSQLException: General error: "java.lang.NullPointerException" [50000-196] at org.h2.message.DbException.getJdbcSQLException(DbException.java:345) at org.h2.message.DbException.get(DbException.java:168) at org.h2.message.DbException.convert(DbException.java:295) at org.h2.engine.Database.openDatabase(Database.java:307) at org.h2.engine.Database.<init>(Database.java:270) at org.h2.engine.Engine.openSession(Engine.java:64) at org.h2.engine.Engine.openSession(Engine.java:176) at org.h2.engine.Engine.createSessionAndValidate(Engine.java:154) at org.h2.engine.Engine.createSession(Engine.java:137) at org.h2.engine.Engine.createSession(Engine.java:27) at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:354) at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:116) at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:100) at org.h2.Driver.connect(Driver.java:69) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:375) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:204) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:445) at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:516) at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:116) at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:72) at nxt.db.sql.Db.<clinit>(Db.java:130) at nxt.Nxt$Init.<clinit>(Nxt.java:245) at nxt.Nxt.init(Nxt.java:202) at nxt.Nxt.main(Nxt.java:193) Caused by: java.lang.NullPointerException at org.h2.mvstore.db.ValueDataType.compare(ValueDataType.java:104) at org.h2.mvstore.MVMap.compare(MVMap.java:713) at org.h2.mvstore.Page.binarySearch(Page.java:334) at org.h2.mvstore.MVMap.binarySearch(MVMap.java:466) at org.h2.mvstore.MVMap.get(MVMap.java:455) at org.h2.mvstore.db.TransactionStore.commit(TransactionStore.java:349) at org.h2.mvstore.db.TransactionStore$Transaction.commit(TransactionStore.java:783) at org.h2.mvstore.db.MVTableEngine$Store.initTransactions(MVTableEngine.java:254) at org.h2.engine.Database.open(Database.java:767) at org.h2.engine.Database.openDatabase(Database.java:276) ... 22 more [INFO] 2018-01-10 20:56:28 nxt.Nxt - Shutting down...
    burstwallet

Shutting down core wallet forever

When I close the wallet, sometimes it is shutting down forever and I have to kill the processes of QBundle.
default

Windows 7 Pro 64bit, QBundle 1.8 with portable java and Maria DB

v1.9 on windows is failing to download blockchain

This is the debug log.

------------------------- 1/21/2018 1:12:05 PM --------------------------
Message: java version "1.8.0_40"
StackTrace:Java installed version
------------------------- 1/21/2018 1:12:20 PM --------------------------
Message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
StackTrace: at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Receive(Byte[] buffer)
at QB.Generic.GetNTPTime(String ntpServer)
------------------------- 1/21/2018 1:12:20 PM --------------------------
Message: The conversion could not be completed because the supplied DateTime did not have the Kind property set correctly. For example, when the Kind property is DateTimeKind.Local, the source time zone must be TimeZoneInfo.Local.
Parameter name: sourceTimeZone
StackTrace: at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone, TimeZoneInfoOptions flags, CachedData cachedData)
at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone)
at QB.Generic.SanityCheck()
------------------------- 1/21/2018 1:12:21 PM --------------------------
Message: java version "1.8.0_40"
StackTrace:Java installed version
------------------------- 1/21/2018 1:12:26 PM --------------------------
Message: Unable to connect to the remote server
StackTrace: at System.Net.HttpWebRequest.GetResponse()
at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:26 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:26 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:26 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:27 PM --------------------------
Message: Unable to connect to the remote server
StackTrace: at System.Net.HttpWebRequest.GetResponse()
at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:27 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:27 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:27 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:28 PM --------------------------
Message: Unable to connect to the remote server
StackTrace: at System.Net.HttpWebRequest.GetResponse()
at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:28 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:28 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:28 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:28 PM --------------------------
Message: Unable to connect to the remote server
StackTrace: at System.Net.HttpWebRequest.GetResponse()
at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:28 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:28 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:28 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:30 PM --------------------------
Message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
StackTrace: at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Receive(Byte[] buffer)
at QB.Generic.GetNTPTime(String ntpServer)
------------------------- 1/21/2018 1:12:30 PM --------------------------
Message: The conversion could not be completed because the supplied DateTime did not have the Kind property set correctly. For example, when the Kind property is DateTimeKind.Local, the source time zone must be TimeZoneInfo.Local.
Parameter name: sourceTimeZone
StackTrace: at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone, TimeZoneInfoOptions flags, CachedData cachedData)
at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone)
at QB.Generic.SanityCheck()
------------------------- 1/21/2018 1:12:30 PM --------------------------
Message: Unable to connect to the remote server
StackTrace: at System.Net.HttpWebRequest.GetResponse()
at QB.clsHttp.GetUrl(String url)
------------------------- 1/21/2018 1:12:30 PM --------------------------
Message: Object reference not set to an instance of an object.
StackTrace: at QB.clsHttp.GetUrl(String url)

Java not installed

During install says that I do not have java installed even though I have. Forced to let the app download the portable version.

Qbundle v1.4, Win 10

Miner executes and closes inmediately

I just moved from one pool (pool.burstpay.net), to another (http://0-100-pool.burst.cryptoguru.org/), after doing this I got an error saying that passphrase didnt match, after setting the reward again, I run the miner but it just pops up and closes inmediately. Is this a pool issue? Is there anything I can do to fix it? Am running the latest version. I moved cuz I have like 18tbs , and I heard that a pool 0-100 has better performance for my size of storage.

Thanks!

Malware investigation?

https://www.reddit.com/r/burstcoin/comments/7qfnjy/how_is_it_possible_that_someone_is_stealing_from
Basically, there have been several cases of burst getting stolen from folks.
(I am d13f00l on those forums)

http://files.getburst.net/QInfo

I've been trying to find out how that is happening, and digging into the source.

Did PoC-Consortium do any auditing of the code of bundled apps?

I did some hash checking - for BlagoMiner and XPlotter, md5s at least match from the files Qbundle would pull from files.getburst.net and official releases on github - however -

Did PoCC do it's own builds of these apps? If so, I would be very surprised if the hashes match, exactly. Compiler cruft, optimization params, etc, may differ which would affect the hashes.

Isn't there potential that exe files on github are compromised from these third party sources?

It's also a bit surprising that the address that has stolen burst has been the same, in several cases.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.