Bitcoin Forum
May 24, 2024, 12:24:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
1501  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL] burst-pool.cryptoport.io [ No-Deadline Limit ] [ Instant Payout ] on: September 04, 2014, 11:51:13 PM
Good afternoon. My mine works for a few hours in this pool.
But my wallet has not even received 10 coins. Can I check my mine works right?
My address : 16617998205507466145
My wallet : BURST-MWX3-CBQP-C7Q2-GXR9F
My steps:
1)Launch burst_1.0.3/run.bat
2) go to Burst_wallet site
3) Launch burst-pool-miner/run_mine.bat
C:\Windows\SysWOW64\java -Xmx1024m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine http://burst-pool.cryptoport.io




It works in a few hours.
But sometimes there's this error. After them my mine works fine?


Mine does this too. What does it mean?

its ok if you got that for short period of time, basicaly miner want update every second from pool, they ask pool every second if there is a new block so they should start over, single "unable to get mining info" means miner does not receive any update from pool for 1 second (what a lame)
1502  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 11:24:26 PM
at the http://burst-pool.cryptoport.io/ pool i alway get failed to submit nonce is thie normal ??
plotting is already done.

It was doing that to me as well. i switched back to the devs V2 pool. I think the new pool is getting overloaded.

i will check the issue, does anyone have network issue too ?

I'm a little confused about how your pool works. If it gives you some credit for every deadline(although not much for bad deadlines), why wouldn't a user just spam every single nonce they have stored(or even ones they don't), since they'll get some credit for each one?

Also, why is your min payout so low? Fast payouts may be nice, but considering the 1 transaction fee, some of your users are losing almost 10% on the fee.

it gives credit for account best deadline for current round only, if you send nonce with deadline 1000, then later you send nonce with deadline 9999 only share with deadline 1000 is counted, but if miner have not send any deadline in the current round, any deadline is accepted as long as wallet confirm that nonce is valid. as for next round, share value is added up

yup, thats bad for low share users, my plan is to add miner option, using secretPhrase field on submitNonce, so user can specify how much minimum payout they want
1503  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 10:42:46 PM
Would people be interested in a service where you can buy pre-plotted external hard drives with a one-click miner?

why not cloud mining, just rent couple TB, for any period of time

Already providing that (0.045BTC/TB for setup + one month, then 0.0225BTC/TB a month after), but some people would probably prefer to outright own the hardware if they're looking for long-term BURST mining.

cool, i have a nice idea to mix PoC with PoW
first we do read plot as PoC, then we are idle right?
then during that idle time, we are generating more plots on the fly using GPU, just like on GPU PoW mining
thats like adding extra GB over your plot without need any disk space at all
but i am not sure how much GB, GPU can generate per seconds
1504  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 10:35:56 PM
Would people be interested in a service where you can buy pre-plotted external hard drives with a one-click miner?

why not cloud mining, just rent couple TB, for any period of time
1505  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 10:32:09 PM
at the http://burst-pool.cryptoport.io/ pool i alway get failed to submit nonce is thie normal ??
plotting is already done.

It was doing that to me as well. i switched back to the devs V2 pool. I think the new pool is getting overloaded.

i will check the issue, does anyone have network issue too ?

Yep, but seems to work nevertheless

if we get into huge network traffic, i am planning to run another instance on different location just for mirror alternative
1506  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 10:28:29 PM
at the http://burst-pool.cryptoport.io/ pool i alway get failed to submit nonce is thie normal ??
plotting is already done.

It was doing that to me as well. i switched back to the devs V2 pool. I think the new pool is getting overloaded.

i will check the issue, does anyone have network issue too ?
1507  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 10:26:29 PM
exactly this is my point. if it is possible to secure something by not offering a huge target platform its safer. encapsulating a java vm by proper protocols is impossible. the only solution is to not allow the vm access to all critical data and do the critical things on a encapsulated secured system without java. this means you can build a block explorer in java but nothing which requires the private key like the ui login.
exactly this is why i have completely ignored nxt and i know many people who did the same.
if there is no c based wallet within the next couple of month burst wont be able gain market cap.

You are always talking about C/C++ as a safe alternative. You know what can happen if a buffer overflow is exploited? Or even malicious code is run?

This is not JAVA running in the browser running malicious code here, this is an application from a trusted source, open source, you can compile it yourself. It has less attack vectors compared to a C wallet with equal code quality.

I agree with you we need a C/C++ wallet, but for speed and usability, not safety.

i don't know about safety issue, the reason i choose C/C++ is because
1. Java is owned by Oracle
2. Its slow as hell and always slow
3. Its memory hog, i don't know what they do with memory, and heap size
1508  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 05:55:18 PM
would someone listen to me...

 i will tell you my story, how i Lost 50K burst while developing http://burst-pool.cryptoport.io, do you know that javascript implementation of integer is 56-bit !? really... its 56-bit !

so what't the problem with 56-bit ? did you know that burst account number is encoded in 64-bit integer, then if you do parseInt(accountId), you lost last Byte of account ID, and when payment was made, it was sent to stupid address !

stupid address with zero byte on the last accountId bytes... sigh
50 K is 5 block i solo-mined dude !

that blockchain explorer is a piece of art. what are your other development plans?

i posted it .... here it is

so here is our next plan

1. convert Nxt code base from Java to C++11
2. stratum-like mining protocol
3. desktop wallet (osx, win, linux)
4. iOS / android wallet
5. Faucet
6. Official IRC channel
7. Subreddit
8. sidechain, where plot of this chain will hold public data, think like torrent where leecher pay seeder with burst
9. forget anon, its green address, you can associate your address with real/legal identity
10. gpu based plot generator
11. multipool (reverse-pool)

For the desktop wallet is that aiming for design and ease of use for miners and general wallet users? If these two are added together a simple wallet and simple mining software it would really help spread the coin further. Very exciting developments best of luck, your software is fantastic you should be proud.

ofcourse not...no.. its not for general wallet users

its for stupid users
1509  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 05:49:02 PM
I want to try mining this coin...but I think I better start in http://burst-pool.cryptoport.io/ without trying solo.
But I am required to have 1 BURST first...
Can anyone help me out?
BURST-MUK2-RG8T-343G-6BHSP

Can you please send me 1 coin - so i can register in a pool (i always receive {"errorCode":5,"errorDescription":"Unknown account"})?

BURST-CX83-PARX-LMF8-CHV9A

sent
1510  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 05:46:56 PM
would someone listen to me...

 i will tell you my story, how i Lost 50K burst while developing http://burst-pool.cryptoport.io, do you know that javascript implementation of integer is 56-bit !? really... its 56-bit !

so what't the problem with 56-bit ? did you know that burst account number is encoded in 64-bit integer, then if you do parseInt(accountId), you lost last Byte of account ID, and when payment was made, it was sent to stupid address !

stupid address with zero byte on the last accountId bytes... sigh
50 K is 5 block i solo-mined dude !

that blockchain explorer is a piece of art. what are your other development plans?

i posted it .... here it is

so here is our next plan

1. convert Nxt code base from Java to C++11
2. stratum-like mining protocol
3. desktop wallet (osx, win, linux)
4. iOS / android wallet
5. Faucet
6. Official IRC channel
7. Subreddit
8. sidechain, where plot of this chain will hold public data, think like torrent where leecher pay seeder with burst
9. forget anon, its green address, you can associate your address with real/legal identity
10. gpu based plot generator
11. multipool (reverse-pool)
1511  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 05:43:02 PM
I want to try mining this coin...but I think I better start in http://burst-pool.cryptoport.io/ without trying solo.
But I am required to have 1 BURST first...
Can anyone help me out?
BURST-MUK2-RG8T-343G-6BHSP

thats why we need faucet, i will make it soon... ah... not that sooner
1512  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 05:42:08 PM

wow... reddit is blocked in my country.. by stupidity ministry of information
1513  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 05:29:35 PM
would someone listen to me...

 i will tell you my story, how i Lost 50K burst while developing http://burst-pool.cryptoport.io, do you know that javascript implementation of integer is 56-bit !? really... its 56-bit !

so what't the problem with 56-bit ? did you know that burst account number is encoded in 64-bit integer, then if you do parseInt(accountId), you lost last Byte of account ID, and when payment was made, it was sent to stupid address !

stupid address with zero byte on the last accountId bytes... sigh
50 K is 5 block i solo-mined dude !
1514  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 05:18:49 PM
I want to know if anyone has heard anything about Cryptsy or Bittrex... I hear rumors of their adding BURST today, but see no actual proof, has anyone heard anything else? Huh

bittrex operator does not even have any clue how to integrate Burst into their system, what a noob...

crowetic, you probably heard IE supposedly rumor of a exchange taking it today, don't believe everything he says.

uray, isn't it the same implementation as NXT. I don't see why would it be an issue.

Yes , Burst implementation shouldn't be an issue for bittrex but may be they are busy listing other scam coins.

because scam coin developer are eager to pay exchange for their coin to be listed, while real coin developer are busy developing coin, dev does not need to take care of exchange or any shit like that, thats community job
1515  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 05:13:13 PM
so here is our next plan

1. convert Nxt code base from Java to C++11
2. stratum-like mining protocol
3. desktop wallet (osx, win, linux)
4. iOS / android wallet
5. Faucet
6. Official IRC channel
7. Subreddit
8. sidechain, where plot of this chain will hold public data, think like torrent where leecher pay seeder with burst
9. forget anon, its green address, you can associate your address with real/legal identity
10. gpu based plot generator
11. multipool (reverse-pool)
1516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 04:55:41 PM
I want to know if anyone has heard anything about Cryptsy or Bittrex... I hear rumors of their adding BURST today, but see no actual proof, has anyone heard anything else? Huh

bittrex operator does not even have any clue how to integrate Burst into their system, what a noob...
1517  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 04:47:36 PM
Anyone working on the GPU plotter generator? Anyone recoding and compiling dcct's Linux plotter/miner for Windows?

http://burst-pool.cryptoport.io

set your reward assignment to 10745596296835956940 (BURST-L28E-WSYC-F4N3-B82AC)
mining URL : http://burst-pool.cryptoport.io port 80

make sure you are using correct mining program for this pool
Java Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/burst-pool-miner.zip ] for OSX, Windows, Linux
DCCT Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz ] for Linux-x86_64

more mining instruction : http://burst-pool.cryptoport.io/howto.html
more detail about pool : http://burst-pool.cryptoport.io/howitwork.html

  • No Deadline Limit
  • 1.5% Pool Fee
  • Instant Payout, no registration required (only reward assignment)
  • 10 Burst Minimum Payout
  • Node.JS + WebSocket based pool

please post on this thread for any questions or suggestion

That pool is looking way better and no deadline limit. I might switch to that once my ~28TB of storage can't get a 1~2 blocks a day.

yup no deadline limit, until we got spammed by invalid shares... LOL LOL

please use correct miner i give you on the link or on the site
my next project is to create better mining protocol
since currently we are still using poll-ed based mining, i am planing to create stratum like protocol to reduce net trafic
unless dev already did it

What measures are used to minimize invalid shares on the pool?

invalid shares are rejected by pool's wallet anyway and their share does not count by pool,
but their traffic is annoying and hurting my eyes

what is the advantage of this pool vs. the current v2 pool mining? 

EDIT:  I see that this is a version 2 pool as well but whats the differences in this one over the other?

umm.... you can do chat over pool ? ...
1518  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 04:36:23 PM
Anyone working on the GPU plotter generator? Anyone recoding and compiling dcct's Linux plotter/miner for Windows?

http://burst-pool.cryptoport.io

set your reward assignment to 10745596296835956940 (BURST-L28E-WSYC-F4N3-B82AC)
mining URL : http://burst-pool.cryptoport.io port 80

make sure you are using correct mining program for this pool
Java Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/burst-pool-miner.zip ] for OSX, Windows, Linux
DCCT Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz ] for Linux-x86_64

more mining instruction : http://burst-pool.cryptoport.io/howto.html
more detail about pool : http://burst-pool.cryptoport.io/howitwork.html

  • No Deadline Limit
  • 1.5% Pool Fee
  • Instant Payout, no registration required (only reward assignment)
  • 10 Burst Minimum Payout
  • Node.JS + WebSocket based pool

please post on this thread for any questions or suggestion

That pool is looking way better and no deadline limit. I might switch to that once my ~28TB of storage can't get a 1~2 blocks a day.

yup no deadline limit, until we got spammed by invalid shares... LOL LOL

please use correct miner i give you on the link or on the site
my next project is to create better mining protocol
since currently we are still using poll-ed based mining, i am planing to create stratum like protocol to reduce net trafic
unless dev already did it

What measures are used to minimize invalid shares on the pool?

invalid shares are rejected by pool's wallet anyway and their share does not count by pool,
but their traffic is annoying and hurting my eyes
1519  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 04:30:29 PM
Anyone working on the GPU plotter generator? Anyone recoding and compiling dcct's Linux plotter/miner for Windows?

http://burst-pool.cryptoport.io

set your reward assignment to 10745596296835956940 (BURST-L28E-WSYC-F4N3-B82AC)
mining URL : http://burst-pool.cryptoport.io port 80

make sure you are using correct mining program for this pool
Java Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/burst-pool-miner.zip ] for OSX, Windows, Linux
DCCT Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz ] for Linux-x86_64

more mining instruction : http://burst-pool.cryptoport.io/howto.html
more detail about pool : http://burst-pool.cryptoport.io/howitwork.html

  • No Deadline Limit
  • 1.5% Pool Fee
  • Instant Payout, no registration required (only reward assignment)
  • 10 Burst Minimum Payout
  • Node.JS + WebSocket based pool

please post on this thread for any questions or suggestion

That pool is looking way better and no deadline limit. I might switch to that once my ~28TB of storage can't get a 1~2 blocks a day.

yup no deadline limit, until we got spammed by invalid shares... LOL LOL

please use correct miner i give you on the link or on the site
my next project is to create better mining protocol
since currently we are still using poll-ed based mining, i am planing to create stratum like protocol to reduce net trafic
unless dev already did it
1520  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 04, 2014, 04:17:31 PM


http://burst-pool.cryptoport.io

set your reward assignment to 10745596296835956940 (BURST-L28E-WSYC-F4N3-B82AC)
mining URL : burst-pool.cryptoport.io port 80

make sure you are using correct mining program for this pool
Java Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/burst-pool-miner.zip ] for OSX, Windows, Linux
DCCT Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz ] for Linux-x86_64

more mining instruction : http://burst-pool.cryptoport.io/howto.html
more detail about pool : http://burst-pool.cryptoport.io/howitwork.html

  • No Deadline Limit
  • 1.5% Pool Fee
  • Instant Payout, no registration required (only reward assignment)
  • 10 Burst Minimum Payout
  • Node.JS + WebSocket based pool

please post on this thread for any questions or suggestion
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!