Giter Site home page Giter Site logo

burstcoin's People

Contributors

billvp avatar burstproject avatar wulfcastle avatar

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  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

burstcoin's Issues

Could not decrypt encrypted message

Using Qbundle v2.0.0 with Burstcoin Wallet v2.0.4. I have sent 1 Burst to a new user who responded after 10 minutes with an encrypted message, which cannot be decrypted. (See attached screenshot)
Note that for the user who has sent me the messsage, this was the first outgoing transaction.
wallet decryption issue

Caused by: java.sql.SQLException: Login timeout

2017-02-01 17:50:58 SEVERE: Error in blockchain download thread
java.lang.RuntimeException: java.sql.SQLException: Login timeout
at nxt.BlockDb.hasBlock(BlockDb.java:43)
at nxt.BlockchainProcessorImpl$4.getCommonMilestoneBlockId(BlockchainProcessorImpl.java:471)
at nxt.BlockchainProcessorImpl$4.run(BlockchainProcessorImpl.java:293)
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)
Caused by: java.sql.SQLException: Login timeout
at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:208)
at nxt.db.Db.getPooledConnection(Db.java:126)
at nxt.db.Db.getConnection(Db.java:140)
at nxt.BlockDb.hasBlock(BlockDb.java:36)
... 9 more

Unable to set reward recipient

When I try to set a reward recipient it gives the error message that it was unsuccessful. I've tried transferring burst coins into the wallet from bittrex but that also fails. Any guidance would be greatly appreciated.

./run.sh ..and nothing happen.

Hello,
I'm on Debian Stretch.
I type ./run.sh and nothing happens after this "verbose".
Could you help me ?
Best Regards

./run.sh
Initializing Burst server version 1.2.9
2018-06-23 20:48:28 INFO: nxt.enableStackTraces = "true"
2018-06-23 20:48:28 INFO: nxt.enableLogTraceback = "false"
2018-06-23 20:48:28 INFO: logging enabled
2018-06-23 20:48:28 INFO: nxt.disableGenerateBlocksThread not defined, assuming false
2018-06-23 20:48:28 INFO: nxt.dbCacheKB = "0"
2018-06-23 20:48:28 INFO: nxt.maxRollback = "1440"
2018-06-23 20:48:28 INFO: nxt.isTestnet = "false"
2018-06-23 20:48:28 INFO: nxt.isOffline = "false"
2018-06-23 20:48:28 INFO: nxt.dbUrl = "jdbc:h2:./burst_db/burst;DB_CLOSE_ON_EXIT=FALSE"
2018-06-23 20:48:28 INFO: nxt.maxDbConnections = "30"
2018-06-23 20:48:28 INFO: nxt.dbLoginTimeout = "70"
2018-06-23 20:48:28 INFO: nxt.dbDefaultLockTimeout = "60"
2018-06-23 20:48:28 INFO: Initializing an empty database
2018-06-23 20:48:29 INFO: Deleting blockchain...
2018-06-23 20:48:29 INFO: burst.blockCacheMB not defined, assuming 0
2018-06-23 20:48:29 INFO: burst.oclVerify = "false"
2018-06-23 20:48:29 INFO: burst.oclThreshold not defined, assuming 0
2018-06-23 20:48:29 INFO: burst.oclWaitThreshold not defined, assuming 0
2018-06-23 20:48:29 INFO: nxt.trimDerivedTables = "true"
2018-06-23 20:48:29 INFO: nxt.forceScan = "false"
2018-06-23 20:48:29 INFO: nxt.forceValidate = "false"
2018-06-23 20:48:29 INFO: nxt.disableGetMoreBlocksThread not defined, assuming false
2018-06-23 20:48:29 INFO: nxt.disableImportBlocksThread not defined, assuming false
2018-06-23 20:48:29 INFO: nxt.enableTransactionRebroadcasting = "true"
2018-06-23 20:48:29 INFO: nxt.testUnconfirmedTransactions not defined, assuming false
2018-06-23 20:48:29 INFO: burst.rebroadcastAfter = "5"
2018-06-23 20:48:29 INFO: burst.rebroadcastAfter = "5"
2018-06-23 20:48:29 INFO: burst.rebroadcastEvery = "4"
2018-06-23 20:48:29 INFO: burst.rebroadcastEvery = "4"
2018-06-23 20:48:29 INFO: nxt.maxUnconfirmedTransactions = "400"
2018-06-23 20:48:30 INFO: nxt.disableProcessTransactionsThread not defined, assuming false
2018-06-23 20:48:30 INFO: nxt.disableRemoveUnconfirmedTransactionsThread not defined, assuming false
2018-06-23 20:48:30 INFO: nxt.disableRebroadcastTransactionsThread not defined, assuming false
2018-06-23 20:48:30 INFO: burst.priorityFeederInterval not defined, assuming 0
2018-06-23 20:48:30 INFO: nxt.myPlatform = "PC"
2018-06-23 20:48:30 INFO: nxt.myAddress not defined
2018-06-23 20:48:30 INFO: nxt.peerServerPort = "8123"
2018-06-23 20:48:30 INFO: nxt.shareMyAddress = "true"
2018-06-23 20:48:30 INFO: nxt.myHallmark not defined
2018-06-23 20:48:30 INFO: burst.rebroadcastPeers = "a.storj.eu; 158.69.150.192"
2018-06-23 20:48:30 INFO: burst.priorityBlockFeeders not defined
2018-06-23 20:48:30 INFO: nxt.wellKnownPeers = "192.99.183.10; 18.116.7.200; 84.249.20.155; 45.58.62.236; 210.54.33.230; 203.167.243.44; 210.115.228.231; 171.98.174.125; 38.114.101.88; 38.114.101.87; 158.69.53.36; 176.9.25.254; 5.104.175.156; 5.104.175.157; 37.97.40.203; 192.99.47.76; 87.167.177.45; 5.9.124.68; 1.179.201.220; 75.158.125.140; 160.36.130.180; 178.136.98.153; 5.104.175.162; 91.121.159.44; 203.59.236.69; 5.9.119.180; 70.95.197.163; 88.99.249.245; 89.179.240.131; 126.124.211.226; 92.81.73.43; 178.63.87.215; 211.218.247.79; 71.166.55.129; 5.104.175.152; 5.104.175.154; 162.236.93.205; 75.189.195.82; 5.104.175.134; 5.104.175.137; 5.104.175.138; 107.141.2.251; 137.248.121.73; 88.106.222.81; 204.45.61.2; 85.217.171.59; 184.161.232.180; 213.113.246.35; 38.114.101.90; 188.2.144.168; 137.248.122.195; 162.243.144.202; 199.189.85.178; 111.90.145.100; 218.38.28.183; 5.104.175.11; 203.158.118.10; 151.80.42.137; 103.76.180.145; 88.99.166.52; 24.160.75.65; 198.27.68.159; 62.75.187.160; 91.189.160.214; 5.104.175.131; 73.169.38.202; 78.46.37.137; 103.251.107.78; 62.224.96.21; 95.165.143.249; 5.153.225.55; 5.189.165.186; 210.115.227.99; 213.136.69.222; 81.94.202.156; 81.83.5.50; 89.106.1.126; 77.120.101.95; 93.123.73.133; 202.5.195.252; 35.187.253.145; 77.120.101.180; 216.165.179.49; 162.248.4.26; 85.10.211.130; 192.161.209.104; 185.144.131.131; 2.81.168.154; 112.167.81.44; 86.19.102.12; 211.104.175.60; 87.98.145.132; 174.36.0.110; 88.115.127.46; 128.171.53.34; 173.238.248.170; 5.104.175.110; 90.126.120.47; 5.104.175.211; 37.120.185.33; 46.4.126.236; 108.238.244.144; 5.104.175.214; 112.161.84.93; 39.117.137.191; 5.9.106.250; 176.9.43.13; 67.68.14.47; 151.80.16.34; 223.19.255.106; "
2018-06-23 20:48:30 INFO: burst.connectWellKnownFirst = "10"
2018-06-23 20:48:30 INFO: nxt.knownBlacklistedPeers not defined
2018-06-23 20:48:30 INFO: nxt.maxNumberOfConnectedPublicPeers = "20"
2018-06-23 20:48:30 INFO: nxt.connectTimeout = "4000"
2018-06-23 20:48:30 INFO: nxt.readTimeout = "8000"
2018-06-23 20:48:30 INFO: nxt.enableHallmarkProtection = "false"
2018-06-23 20:48:30 INFO: nxt.pushThreshold = "0"
2018-06-23 20:48:30 INFO: nxt.pullThreshold = "0"
2018-06-23 20:48:30 INFO: nxt.blacklistingPeriod = "600000"
2018-06-23 20:48:30 INFO: nxt.communicationLoggingMask = "0"
2018-06-23 20:48:30 INFO: nxt.sendToPeersLimit = "10"
2018-06-23 20:48:30 INFO: nxt.usePeersDb = "true"
2018-06-23 20:48:30 INFO: nxt.savePeers = "true"
2018-06-23 20:48:30 INFO: nxt.getMorePeers = "true"
2018-06-23 20:48:30 INFO: nxt.dumpPeersVersion not defined
2018-06-23 20:48:30 INFO: nxt.disablePeerConnectingThread not defined, assuming false
2018-06-23 20:48:30 INFO: nxt.disablePeerUnBlacklistingThread not defined, assuming false
2018-06-23 20:48:30 INFO: nxt.disableGetMorePeersThread not defined, assuming false
2018-06-23 20:48:30 INFO: nxt.peerServerHost = "0.0.0.0"
2018-06-23 20:48:30 INFO: nxt.peerServerIdleTimeout = "30000"
2018-06-23 20:48:30 INFO: nxt.enablePeerServerGZIPFilter = "true"
2018-06-23 20:48:30 INFO: nxt.enablePeerServerDoSFilter = "true"
2018-06-23 20:48:30 INFO: nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
2018-06-23 20:48:30 INFO: nxt.peerServerDoSFilter.delayMs = "1000"
2018-06-23 20:48:30 INFO: nxt.peerServerDoSFilter.maxRequestMs = "300000"
2018-06-23 20:48:30 INFO: nxt.enableDebugAPI = "false"
2018-06-23 20:48:30 INFO: nxt.allowedBotHosts = "127.0.0.1; localhost; [0:0:0:0:0:0:0:1];"
2018-06-23 20:48:30 INFO: nxt.enableAPIServer = "true"
2018-06-23 20:48:30 INFO: nxt.apiServerPort = "8125"
2018-06-23 20:48:30 INFO: nxt.apiServerHost = "127.0.0.1"
2018-06-23 20:48:30 INFO: nxt.apiSSL = "false"
2018-06-23 20:48:30 INFO: nxt.apiServerIdleTimeout = "30000"
2018-06-23 20:48:30 INFO: nxt.apiResourceBase = "html/ui"
2018-06-23 20:48:30 INFO: nxt.javadocResourceBase = "html/doc"
2018-06-23 20:48:30 INFO: nxt.enableAPIServerGZIPFilter = "false"
2018-06-23 20:48:30 INFO: nxt.apiServerCORS = "false"
2018-06-23 20:48:30 INFO: nxt.allowedUserHosts = "127.0.0.1; localhost; [0:0:0:0:0:0:0:1];"
2018-06-23 20:48:30 INFO: nxt.enableUIServer = "false"
2018-06-23 20:48:30 INFO: User interface server not enabled
2018-06-23 20:48:30 INFO: nxt.debugTraceQuote = """
2018-06-23 20:48:30 INFO: nxt.debugTraceSeparator = " "
2018-06-23 20:48:30 INFO: nxt.debugLogUnconfirmed = "false"
2018-06-23 20:48:30 INFO: nxt.debugTraceAccounts not defined
2018-06-23 20:48:30 INFO: nxt.debugTraceLog = "nxt-trace.csv"
2018-06-23 20:48:30 INFO: Genesis block not in database, starting from scratch
2018-06-23 20:48:30 INFO: Scanning blockchain starting from height 0...
2018-06-23 20:48:30 INFO: processed block 0
2018-06-23 20:48:30 INFO: ...done at height 0
2018-06-23 20:48:30 INFO: Started peer networking server at 0.0.0.0:8123
2018-06-23 20:48:30 INFO: Started API server at 127.0.0.1:8125
2018-06-23 20:48:30 INFO: Initialization took 2 seconds
2018-06-23 20:48:30 INFO: Burst server 1.2.9 started successfully.
2018-06-23 20:48:30 INFO: burst.mockMining = "false"

How to install this on my local

Hello, Can you explain how to install it on my local.

Readme.md is not defined on this repository.

Sorry to bother you. Hope to hear good news from you.

Please get in touch. I have a lot of question. Even i can work for you.

Regard. From Jeni

sometimes burst address shown instead of contact name in block transaction list

I am sorry i haven't been able to nail down this more precisely.
I have added quite a lot of contacts into the contant list, 54 to be precise. They all show in this list fine. They have ordinary names with only letters and a dot.

However, when i click a block on the main page and get the list of transactions, some of the BURST addresses that in fact match a known contact are still shown just as BURST addresses in the list of transactions. It seems to be more or less the same ones that don't show the contact, and the same ones that show the contact, but what is shown and not seems to change around if i add more contacts.

i have had contacts that showed as contact names, then later showed as burst addresses, after i added other contacts.

The list in the contacts part of the wallet always show all contacts correctly.

I have taken a look at the js code and i could not find anything obviously wrong, but i am not well versed in javascript,so could easily have missed something.

I will try to type in the 54 contacts on another computer to see if the bug is perhaps a local storage problem of some sort.

GetBlocks includeTransactions: false doesnt work

request.post({
        url: getWalletUrl(),
        form: {
            requestType: 'getBlocks',
            firstIndex: 0,
            lastIndex: 10,
            includeTransactions: false
        }
    }

return :


"{"blocks":[  
   {  
      "previousBlockHash":"23a8066b808912b6e2a836040b4d0421519466d13da0dbd1e19a7a8026b88f3c",
      "payloadLength":2640,
      "totalAmountNQT":"2194209999995",
      "generationSignature":"f3c21490c21f4daaf9c0b9cb44333f3f443cecdadfb91d650184ef10e37e38e0",
      "generator":"3416285700457499085",
      "generatorPublicKey":"0f6e5c01ae66a91bd349d1bd3d9155b7c3bbd25c88fe75ef2625194424901e4b",
      "baseTarget":"1016651",
      "payloadHash":"c17f53f61939fd79d2ec4ac664d6fd5eda0468391889aa1035bb2fdf96de3cd4",
      "generatorRS":"BURST-A4GF-RU7J-8WHF-4PAUY",
      "blockReward":"2146",
      "scoopNum":1897,
      "numberOfTransactions":15,
      "blockSignature":"d7c8aebea3e093f062198905eb7db9ca36fc49238fd7bd3004ebe4122ab7e1038bc922bca291e685e0fec14a6e9339f4333b3804d5ff03d0badd42a5ddbe4469",
      "transactions":[  
         "9793643894828539849",
         "10663407126371979083",
         "11234769330484932930",
         "12389484784168942677",
         "14088049378511745241",
         "14890284735310737242",
         "17004900017657612220",
         "338627444099488674",
         "781092564920549793",
         "3511339139056771728",
         "3893400204862242976",
         "5483926921190547933",
         "5695817492696741514",
         "5707742474469806729",
         "7204697310469009401"
      ],
      "nonce":"16231759",
      "version":3,
      "totalFeeNQT":"1600000000",
      "previousBlock":"13119699849128093731",
      "block":"9926724658778808024",
      "height":332263,
      "timestamp":80370195
   },

Burts Wallet Not working on my Windows 10

Download: Burst Wallet(official) Burst_1.2.6.zip
Opening the file (Burst) on my Desktop I get this: A Java Exceptional has occurred.

Java Version: 8 Update 101
Windows 10 64 Bit Version 10.0.14393 Build 14393

Can Someone please help me with this issue? I really want to get my Burst Wallet, miner, plotter on my Windows 10 OS.

Thanks,
Frances

In v1.1.5 the forged by you list is sorted lowest height first

Click forged-balance->more info then click forged by you.
the resulting list is sorted on height with the lowest block in the top. If you have forged many blocks, you cannot see the most recent ones, as only a fixed number of lines are shown. Seeing the most recently forged blocks is probably the most interesting for the user. If the sorting was largest block height first, then the most recent blocks you had forged was in the top. In that way, the blocks would also sort similar to the way the blocks shown when pressing all blocks are sorted.

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.