Bitcoin Forum
September 28, 2025, 10:35:35 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: March 17, 2016, 09:24:31 AM
I set up a small burst mine that has submitted around 20 shares and received response from devs v2 pool (http://178.62.39.204:8121).

However I am not seeing my shares in http://178.62.39.204:8121/shares or my balance in http://178.62.39.204:8121/balance.

Any idea why this may be the case? My user is in the users page.

Sample submission and response:
Submitting share {5878740057488144240:1983679:207949 deadline {177577}}
Reponse {Received share/s}}


As far as i know, shares are comitted like this (UTF-8 encoded)
[numericAccountId]:[nonce]:[blockNumber]\n
[numericAccountId]:[nonce]:[blockNumber]\n
[numericAccountId]:[nonce]:[blockNumber]\n
...
https://github.com/BurstProject/SimpleBurstPool/blob/master/src/scala/simple_burst_pool/WorkSplitter.scala (look at workPattern)

Example:
https://github.com/de-luxe/burstcoin-jminer/blob/master/src/main/java/burstcoin/jminer/core/network/task/NetworkSubmitDevPoolNoncesTask.java

Only shares below given targetDeadline will be accepted:
http://178.62.39.204:8121/pool/getMiningInfo

Hi, thank you for the reply. My miner is running and submitting deadlines below 200,000. The example I included is a response from dev's v2 pool. So it seems like I am awarded the share but it does not seem to be shown/registerd in dev's v2 pool /shares or /balance pages.

Does anyone know how I can contact dev's pool support that can sort this out. Tried to send a burst message to the reward address but no response.

My mining client tells me I have submitted and and received 331 so far but nothing on dev pool's website. Maybe it is time to try another pool.   Sad
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: March 15, 2016, 03:13:42 AM
I set up a small burst mine that has submitted around 20 shares and received response from devs v2 pool (http://178.62.39.204:8121).

However I am not seeing my shares in http://178.62.39.204:8121/shares or my balance in http://178.62.39.204:8121/balance.

Any idea why this may be the case? My user is in the users page.

Sample submission and response:
Submitting share {5878740057488144240:1983679:207949 deadline {177577}}
Reponse {Received share/s}}

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!