Bitcoin Forum
May 08, 2024, 02:32:40 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 »  All
  Print  
Author Topic: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD  (Read 47445 times)
DOGEbubble
Hero Member
*****
Offline Offline

Activity: 884
Merit: 501


View Profile WWW
November 17, 2016, 04:58:36 PM
 #101

Block reward is now 0 + fees.

So mining is essentially done, which is a shame for such a unique coin.

The CryptoID explorer did not seem to get the right count. I though it would take about one month to complete the total supply of 2.8 million Joincoin.

Before anything else, We have to rely only on transaction fee from mining.  Smiley

1715178760
Hero Member
*
Offline Offline

Posts: 1715178760

View Profile Personal Message (Offline)

Ignore
1715178760
Reply with quote  #2

1715178760
Report to moderator
1715178760
Hero Member
*
Offline Offline

Posts: 1715178760

View Profile Personal Message (Offline)

Ignore
1715178760
Reply with quote  #2

1715178760
Report to moderator
1715178760
Hero Member
*
Offline Offline

Posts: 1715178760

View Profile Personal Message (Offline)

Ignore
1715178760
Reply with quote  #2

1715178760
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715178760
Hero Member
*
Offline Offline

Posts: 1715178760

View Profile Personal Message (Offline)

Ignore
1715178760
Reply with quote  #2

1715178760
Report to moderator
1715178760
Hero Member
*
Offline Offline

Posts: 1715178760

View Profile Personal Message (Offline)

Ignore
1715178760
Reply with quote  #2

1715178760
Report to moderator
1715178760
Hero Member
*
Offline Offline

Posts: 1715178760

View Profile Personal Message (Offline)

Ignore
1715178760
Reply with quote  #2

1715178760
Report to moderator
isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
November 17, 2016, 05:13:02 PM
 #102

Block reward is now 0 + fees.

So mining is essentially done, which is a shame for such a unique coin.
and whats about this? http://j.explorer.bitnodes.net/

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 17, 2016, 05:15:10 PM
 #103

Block reward is now 0 + fees.

So mining is essentially done, which is a shame for such a unique coin.
and whats about this? http://j.explorer.bitnodes.net/

We're at block 626825 at the time of writing.

The last block with a reward was 626200:

Code:
    int64 nSubsidy = 0;
    if (nHeight == 1) nSubsidy = 1400000 * COIN; // IPO block
    else
    if (nHeight <= 800) nSubsidy = 0.5 * COIN;
    else
    if (nHeight <= 2000) nSubsidy = 6 * COIN;
    else
    if (nHeight <= 10000) nSubsidy = 5 * COIN;
    else
    if (nHeight <= 20000) nSubsidy = 4 * COIN;
    else
    if (nHeight <= 40000) nSubsidy = 3 * COIN;
    else
    if (nHeight <= 626200) nSubsidy = 2 * COIN;

    return nSubsidy + nFees;

Not your keys, not your coins!
DOGEbubble
Hero Member
*****
Offline Offline

Activity: 884
Merit: 501


View Profile WWW
November 17, 2016, 05:34:35 PM
 #104

Any one considering taking over, probably restarting with halving starting at 1 Joincoin/block, or perhaps fixed 0.5 Joincoin/block? It should be a lower amount of rewards no matter what, considering the initial supply has been officially completely mined.

If not, we have to consider outsourcing.
Cheesy

bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 17, 2016, 05:37:54 PM
 #105

Any one considering taking over, probably restarting with halving starting at 1 Joincoin/block, or perhaps fixed 0.5 Joincoin/block? It should be a lower amount of rewards no matter what, considering the initial supply has officially completely mined.

If not, we have to consider outsourcing.
Cheesy

Yes, I think it should be forked with an ever decreasing reward (1, 0.5, 0.25, etc).

Unfortunately since the coin is barely used, there are no transaction fees so mining is pointless and the total supply is very low anyway.

Not your keys, not your coins!
Pachech
Full Member
***
Offline Offline

Activity: 182
Merit: 250



View Profile
November 18, 2016, 09:15:40 AM
 #106


If you do not plug the coin dies
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 18, 2016, 09:20:26 AM
 #107

changing the block reward scheme is easy.
the hard part is programming the fork, updating the exchanges, notifying everybody and stuff.

Pachech
Full Member
***
Offline Offline

Activity: 182
Merit: 250



View Profile
November 18, 2016, 09:27:17 AM
 #108

It would be great
DOGEbubble
Hero Member
*****
Offline Offline

Activity: 884
Merit: 501


View Profile WWW
November 18, 2016, 04:13:22 PM
Last edit: November 19, 2016, 06:14:31 PM by DOGEbubble
 #109

changing the block reward scheme is easy.
the hard part is programming the fork, updating the exchanges, notifying everybody and stuff.

Let's think it over for a couple of days and probably reach a preliminary consensus over the weekend.

With a great future, I am 100% in support of this coin and luckily enough probably can get enough funding for the purpose. All I need is continuing support.

With the final work based on practicality & feasibility & Critical and essentially fixes. Algo & difficulty adjustment should be considered and made but only if it is possible and easy to make. Not everything can be done exactly what we want but I would rather the team to handle the specifics of these. Consider this as once for all  and a long term fix; avoiding constant algo changes like what the Myriad coin does; we cannot afford that; And in the end, it does not really matter if for example such as the difficulty level ratios between different algos being not exactly right, because miners come and go based on the difficulty level and adjust to that.

Lastly, with so many great mining pools and  supports, it's not a problem to drastically increase block time to say 777 second (and this would be the nickname of this coin) and block rewards can start at 16 (based on less daily block counts to about 1/17) , as long as the network would be able to handle the future needs. This would drastically cut down the (total) blockchain (file) size, which when too big would make wallet client hard to handle its jobs and the wallet functions become extremely sluggish. Some coin(s) with a very short blocktime is facing such problems.  Cheesy

umunkun
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
November 18, 2016, 04:23:24 PM
 #110

Circulate more coins by different campaigns. Lot of coins stuck in the useless faucet. Circulate it by hosting twitter, facebook and signature campaigns.
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 19, 2016, 01:43:13 PM
 #111

changing the block reward scheme is easy.
the hard part is programming the fork, updating the exchanges, notifying everybody and stuff.

Let's think it over for a couple of days and probably reach a preliminary consensus over the weekend.

With a great future, I am 100% in support of this coin and luckily enough probably can get enough funding for the purpose. All I need is continuing support.

With the final work based on practicality & feasibility & Critical and essentially fixes. Algo & difficulty adjustment should be considered and made but only if it is possible and easy to make. Not everything can be done exactly what we want but I would rather the team to hand the specifics of that. Consider this as once for all  and a long term fix; avoiding constant algo changes like what the Myriad coin does; we cannot afford that; And in the end, it does not really matter,for example such as the difficulty level being not exactly right, because miners come and go based on the difficulty level and adjust to that.

Lastly, with so much great mining hosting supports, it's no problem to drastically increase block time to say 777 (and this would be the nickname of this coin) and block rewards can start at 16, as long as the network would be able to hand the future needs. This would drastically cut down the blockchain size, which when too big would make wallet client hard to handle its jobs and the wallet functions become extremely sluggish. Some coin(s) with a very short blocktime is facing such problems.  Cheesy


I'm strongly against increasing the blocksize. It would be a step back.

Not your keys, not your coins!
DOGEbubble
Hero Member
*****
Offline Offline

Activity: 884
Merit: 501


View Profile WWW
November 19, 2016, 06:14:01 PM
 #112

changing the block reward scheme is easy.
the hard part is programming the fork, updating the exchanges, notifying everybody and stuff.

Let's think it over for a couple of days and probably reach a preliminary consensus over the weekend.

With a great future, I am 100% in support of this coin and luckily enough probably can get enough funding for the purpose. All I need is continuing support.

With the final work .........

Lastly, with so much great mining hosting supports, it's no problem to drastically increase block time to say 777 (and this would be the nickname of this coin) and block rewards can start at 16, as long as the network would be able to hand the future needs. This would drastically cut down the blockchain size, which when too big would make wallet client hard to handle its jobs and the wallet functions become extremely sluggish. Some coin(s) with a very short blocktime is facing such problems.  Cheesy


I'm strongly against increasing the blocksize. It would be a step back.

I think you are talking about the block time.

It is true that a shorter block time make confirmations of transactions faster and more appealing.

The Joincoin has around 0.3 GB total blockchain files at this moment. It will very soon reach 1 GB if the blockchain advances at it maximal pace. During the life time of this coin, it has not reached the maximal blocks/day- mostly within 350-1500 blocks/day.
Most very-short-block-time altcons went through pump-dump-die, not having to face such issues.

It is still possible to leave the present block time of 45 seconds, leaving the need for solutions, say, 3-5 years down the road, when the next generations of faster CPU chips/computers might be out to prevent these issues. Or simply fork to a new coins with old wallet balances. The Bitcoin has a 500-second block time; it has a slightly larger total blockchain files size after around 9 year (since Jan 2008.)

I am fine with this- to leave alone the present block time of 45 seconds
.  Cheesy

What about the halving time of block chain rewards? I think it should be longer one, again 777 days or 999 days is good.  ("888 coin" is already taken.) Cheesy

bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 20, 2016, 06:33:48 AM
 #113

changing the block reward scheme is easy.
the hard part is programming the fork, updating the exchanges, notifying everybody and stuff.

Let's think it over for a couple of days and probably reach a preliminary consensus over the weekend.

With a great future, I am 100% in support of this coin and luckily enough probably can get enough funding for the purpose. All I need is continuing support.

With the final work .........

Lastly, with so much great mining hosting supports, it's no problem to drastically increase block time to say 777 (and this would be the nickname of this coin) and block rewards can start at 16, as long as the network would be able to hand the future needs. This would drastically cut down the blockchain size, which when too big would make wallet client hard to handle its jobs and the wallet functions become extremely sluggish. Some coin(s) with a very short blocktime is facing such problems.  Cheesy


I'm strongly against increasing the blocksize. It would be a step back.

I think you are talking about the block time.


Oh yes, I wanted to write block time.

Not your keys, not your coins!
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
November 20, 2016, 07:49:31 AM
 #114

Does anybody need a pool?

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
cryptospreader_temp
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile WWW
November 20, 2016, 09:20:07 AM
 #115

Circulate more coins by different campaigns. Lot of coins stuck in the useless faucet. Circulate it by hosting twitter, facebook and signature campaigns.
I also agree! The withdrawal is 0.2 every 12 hours, but it will require a control in the disbruition by signature campaigns, for not to entopir the discussion page with useless and vague things!

I'm on windows 10 and my wallet does not want to sync! You're stuck 119 weeks ago, what's going on?

Check for addnodes in the faucet site. That will help.
cointhinkers
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile
November 20, 2016, 09:27:59 AM
 #116

why you open a new thread ? any bad news on the old thread?

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 20, 2016, 10:50:26 AM
 #117

why you open a new thread ? any bad news on the old thread?

The original post can't be updated because the owner is unavailable.

Vita1ico
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
November 21, 2016, 08:51:37 PM
 #118

Why block produced in solo shows [0.00]
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 21, 2016, 08:54:21 PM
 #119

Why block produced in solo shows [0.00]

Because it was intended that miners only mine transaction fees. Unfortunately there's nowhere near enough transactions going on for that to happen.

Check out the previous page for more info.


I think we should come together and fork it to have some rewards, like 1 J per block then 0.5 and then so on.

Not your keys, not your coins!
pjcltd (OP)
Legendary
*
Offline Offline

Activity: 1778
Merit: 1003

NodeMasters


View Profile WWW
November 21, 2016, 09:05:14 PM
 #120

Why block produced in solo shows [0.00]

Because it was intended that miners only mine transaction fees. Unfortunately there's nowhere near enough transactions going on for that to happen.

Check out the previous page for more info.


I think we should come together and fork it to have some rewards, like 1 J per block then 0.5 and then so on.

HI
yes we need to make sure that  this dose not die

Lets get-together and sort it out

thanks
Paul
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  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!