Bitcoin Forum
May 04, 2024, 08:20:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
  Print  
Author Topic: Archived  (Read 41972 times)
joyofish (OP)
Newbie
*
Offline Offline

Activity: 81
Merit: 0


View Profile
March 07, 2018, 07:22:42 AM
 #361

As far as I know, solo mining pools don't pay you to find shares like allother pools, they only pay you the full reward (minus comission and fees) IF a share you submitted unlocked a block. You can submit a billion shares, but if none of em solved a block, there's no payout.

Am I right.com?

the pool difficulty is only used for tracking how the reward should be distributed.

if there is 1 miner then the miner get everything minus pool fee.
if there are 2 then the reward is divided up based on the share submitted.
the difference between a normal pool and solo only comes after there is more than 1 miner.

If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714854029
Hero Member
*
Offline Offline

Posts: 1714854029

View Profile Personal Message (Offline)

Ignore
1714854029
Reply with quote  #2

1714854029
Report to moderator
1714854029
Hero Member
*
Offline Offline

Posts: 1714854029

View Profile Personal Message (Offline)

Ignore
1714854029
Reply with quote  #2

1714854029
Report to moderator
PesoAmericano
Jr. Member
*
Offline Offline

Activity: 71
Merit: 1


View Profile
March 07, 2018, 07:38:24 AM
 #362

the difference between a normal pool and solo only comes after there is more than 1 miner.

Mmmmmmm  Undecided

See PPLNS vs PPS vs SOLO


https://2miners.com/blog/how-the-mining-pool-works-pplns-vs-solo/


What you are saying is that the pools switch between SOLO and PPS/PPLNS, if there more than one miner mining.

I'm no pool manager and I believe this is how it works.

Can a dev/pool admin cprrect me?
joyofish (OP)
Newbie
*
Offline Offline

Activity: 81
Merit: 0


View Profile
March 07, 2018, 08:39:41 AM
 #363

the difference between a normal pool and solo only comes after there is more than 1 miner.

Mmmmmmm  Undecided

See PPLNS vs PPS vs SOLO


https://2miners.com/blog/how-the-mining-pool-works-pplns-vs-solo/


What you are saying is that the pools switch between SOLO and PPS/PPLNS, if there more than one miner mining.

I'm no pool manager and I believe this is how it works.

Can a dev/pool admin cprrect me?

This is how the payments are calculated
https://github.com/bbscoin/bbscoin-pool/blob/master/lib/blockUnlocker.js#L173

Line 173
var reward = Math.round(block.reward - (block.reward * feePercent));
Reward is the total block reward minus pool fee.

Line 180
var percent = block.workerShares[worker] / totalShares;
The percentage a miner get is share submitted divided by total shares.

Line 182
payments[worker] = (payments[worker] || 0) + workerReward;
The pending balance is updated.

In the case that a pool only has 1 miner.
No matter how shares are calculated. There is only 1 worker that's contributing the shares.
The total shares will equal to share submitted in this case, so the miner gets all the reward.
joyofish (OP)
Newbie
*
Offline Offline

Activity: 81
Merit: 0


View Profile
March 07, 2018, 08:54:05 AM
 #364

the difference between a normal pool and solo only comes after there is more than 1 miner.

Mmmmmmm  Undecided

See PPLNS vs PPS vs SOLO


https://2miners.com/blog/how-the-mining-pool-works-pplns-vs-solo/


What you are saying is that the pools switch between SOLO and PPS/PPLNS, if there more than one miner mining.

I'm no pool manager and I believe this is how it works.

Can a dev/pool admin cprrect me?

This is how the payments are calculated
https://github.com/bbscoin/bbscoin-pool/blob/master/lib/blockUnlocker.js#L173

Line 173
var reward = Math.round(block.reward - (block.reward * feePercent));
Reward is the total block reward minus pool fee.

Line 180
var percent = block.workerShares[worker] / totalShares;
The percentage a miner get is share submitted divided by total shares.

Line 182
payments[worker] = (payments[worker] || 0) + workerReward;
The pending balance is updated.

In the case that a pool only has 1 miner.
No matter how shares are calculated. There is only 1 worker that's contributing the shares.
The total shares will equal to share submitted in this case, so the miner gets all the reward.

if you have to find a definition. BBSCoin pools are all RBPPS (Round Based Pay Per Share) pools.
Lexxon
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
March 07, 2018, 10:55:18 AM
 #365

Hey everyone. I don't know if I'm allowed to do this, but I'll do it anyways.
The first 5 people to post their wallets will receive 2000BBS from me. I'm not a dev and this is not a bounty/campaign/hoax.
GO!

Why not ? Cheesy
My bbs adress:
fyTVMSzXongA1F7VFpCSpW81Y4S1CUtBuVjG9EW26qroF9YX8sj9KquEmDdvEHd31F9XMUExYPawn7W JLsoVnW4x1Tcb88irL
Thank you.

PesoAmericano
Jr. Member
*
Offline Offline

Activity: 71
Merit: 1


View Profile
March 07, 2018, 12:17:43 PM
 #366

Hey everyone. I don't know if I'm allowed to do this, but I'll do it anyways.
The first 5 people to post their wallets will receive 2000BBS from me. I'm not a dev and this is not a bounty/campaign/hoax.
GO!

Why not ? Cheesy
My bbs adress:
fyTVMSzXongA1F7VFpCSpW81Y4S1CUtBuVjG9EW26qroF9YX8sj9KquEmDdvEHd31F9XMUExYPawn7W JLsoVnW4x1Tcb88irL
Thank you.

Done!
Lexxon
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
March 07, 2018, 12:49:11 PM
 #367

Done!

I got it. Thank you so much for your bounty, it's pretty funny.  Cheesy

visax
Newbie
*
Offline Offline

Activity: 322
Merit: 0


View Profile
March 07, 2018, 12:50:10 PM
 #368

update to the moon http://pool-marine.ga/bbs/  0% POOL FEE,
happy mining guys 😀
fellestreum
Jr. Member
*
Offline Offline

Activity: 111
Merit: 5

--nemo me impune lacessit--


View Profile
March 07, 2018, 01:39:21 PM
 #369

Hey everyone. I don't know if I'm allowed to do this, but I'll do it anyways.

The first 5 people to post their wallets will receive 2000BBS from me. I'm not a dev and this is not a bounty/campaign/hoax.

If you don't want your private wallet to be public, create a new one and post it. Only one wallet per account. Newbies allowed. If I don't send them now, I'll do it tomorrow. No catch.

Why? I'm boozed and I feel generous.

GO!

Cheers  Grin  I'll take you up on this.  Here's my wallet:

fySTyWKTvUUeSiVMDZ3pyeZ9zKoRyGS4cK3bP5K17ero4qsTzyiMuf44jJEQ2o9bkTSJg6kSEnq8gTq MK6ivaZ141cuAVwne9
davey76
Full Member
***
Offline Offline

Activity: 508
Merit: 101


View Profile
March 07, 2018, 02:55:56 PM
 #370

I wonder if other exchanges are coming our way soon?
Saugani
Member
**
Offline Offline

Activity: 672
Merit: 35

#BUIDL team to become delegates-validator


View Profile WWW
March 07, 2018, 03:21:26 PM
 #371

I wonder if other exchanges are coming our way soon?


Just stay-tuned more Info next to our Exchange,
joined the group the news about BbsCoin.

PesoAmericano
Jr. Member
*
Offline Offline

Activity: 71
Merit: 1


View Profile
March 07, 2018, 09:00:29 PM
 #372

Cheers  Grin  I'll take you up on this.  Here's my wallet:

fySTyWKTvUUeSiVMDZ3pyeZ9zKoRyGS4cK3bP5K17ero4qsTzyiMuf44jJEQ2o9bkTSJg6kSEnq8gTq MK6ivaZ141cuAVwne9

Sure, I'm at work. In 4 hours (If my internet works) I'll send it.
arajaxa
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
March 07, 2018, 09:44:27 PM
 #373

and me please 2000bbs
fyU3239oJEaZTqCd9QCTunjJTUUvz2ovLABzk1WFkh3YKKuZ7deQjfERe9FADzRTBQdXJ7jAh1FgE2Q b1zp4YmHm1dedG7zuq
PesoAmericano
Jr. Member
*
Offline Offline

Activity: 71
Merit: 1


View Profile
March 07, 2018, 10:02:05 PM
 #374

and me please 2000bbs
fyU3239oJEaZTqCd9QCTunjJTUUvz2ovLABzk1WFkh3YKKuZ7deQjfERe9FADzRTBQdXJ7jAh1FgE2Q b1zp4YmHm1dedG7zuq

Roger dodger, deploying in 3 hours
PesoAmericano
Jr. Member
*
Offline Offline

Activity: 71
Merit: 1


View Profile
March 08, 2018, 12:36:44 AM
 #375

and me please 2000bbs
fyU3239oJEaZTqCd9QCTunjJTUUvz2ovLABzk1WFkh3YKKuZ7deQjfERe9FADzRTBQdXJ7jAh1FgE2Q b1zp4YmHm1dedG7zuq

Roger dodger, deploying in 3 hours
Cheers  Grin  I'll take you up on this.  Here's my wallet:

fySTyWKTvUUeSiVMDZ3pyeZ9zKoRyGS4cK3bP5K17ero4qsTzyiMuf44jJEQ2o9bkTSJg6kSEnq8gTq MK6ivaZ141cuAVwne9

Sure, I'm at work. In 4 hours (If my internet works) I'll send it.


Done! Check your wallets in a bit
PesoAmericano
Jr. Member
*
Offline Offline

Activity: 71
Merit: 1


View Profile
March 08, 2018, 02:03:22 AM
 #376

and me please 2000bbs
fyU3239oJEaZTqCd9QCTunjJTUUvz2ovLABzk1WFkh3YKKuZ7deQjfERe9FADzRTBQdXJ7jAh1FgE2Q b1zp4YmHm1dedG7zuq

Roger dodger, deploying in 3 hours
Cheers  Grin  I'll take you up on this.  Here's my wallet:

fySTyWKTvUUeSiVMDZ3pyeZ9zKoRyGS4cK3bP5K17ero4qsTzyiMuf44jJEQ2o9bkTSJg6kSEnq8gTq MK6ivaZ141cuAVwne9

Sure, I'm at work. In 4 hours (If my internet works) I'll send it.


Done! Check your wallets in a bit


Tx are qeued but not going into the mempool by some reason. Wait it up a few hours, patience grasshoppers, coin is going nowhere Cheesy
Saugani
Member
**
Offline Offline

Activity: 672
Merit: 35

#BUIDL team to become delegates-validator


View Profile WWW
March 08, 2018, 02:26:49 AM
 #377

and me please 2000bbs
fyU3239oJEaZTqCd9QCTunjJTUUvz2ovLABzk1WFkh3YKKuZ7deQjfERe9FADzRTBQdXJ7jAh1FgE2Q b1zp4YmHm1dedG7zuq


Hi..

You can look our official this forum.
Here

https://forum.bbscoin.xyz/showthread.php?tid=3

PesoAmericano
Jr. Member
*
Offline Offline

Activity: 71
Merit: 1


View Profile
March 08, 2018, 04:15:03 AM
 #378

and me please 2000bbs
fyU3239oJEaZTqCd9QCTunjJTUUvz2ovLABzk1WFkh3YKKuZ7deQjfERe9FADzRTBQdXJ7jAh1FgE2Q b1zp4YmHm1dedG7zuq


Hi..

You can look our official this forum.
Here

https://forum.bbscoin.xyz/showthread.php?tid=3

He's talking to me about my give away.

I've got 4k left to gift away between 2 more wallets

Happy spending!
iisbetoq
Jr. Member
*
Offline Offline

Activity: 165
Merit: 1


View Profile
March 08, 2018, 05:02:05 AM
 #379

hi, how to restore wallet ?
i just have address and view key, all on txt not wallet file, can i restore it ?
tired using --generate-from-keys but dont work


sb054
Jr. Member
*
Offline Offline

Activity: 159
Merit: 1


View Profile
March 08, 2018, 05:35:04 AM
 #380

----------------------------------------------------------------------
Network  Hash Rate: -------- > 1.54 MH/sec -- @ 5/3/18 -- > 1.94 MH/sec
Connected Miners: ---------- >  469 -- @ 5/3/18 -- > 568
Difficulty: --------------------- >  383M -- @ 5/3/18 -- > 232 M
Estimate 1 KH/s  ------------- > 140,267 BBS/day @ 5/3/18 -- > = 232,166 BBS/day
Price (10000 BBS): ---------- > 0.10 USD 0.62CNY 5.55RUB 104KRW 10JPY
----------------------------------------------------------------------
Exchange ---- > https://crex24.com/exchange/BBS-BTC
Telegram ---- > https://t.me/bbscoin <---- 289 members
Discord ------ > https://discord.gg/SDTJQfK
----------------------------------------------------------------------
block explorer --- > https://explorer.bbscoin.xyz
pool explorer ---- > https://explorer.bbscoin.xyz/#pools
----------------------------------------------------------------------
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!