Bitcoin Forum
June 29, 2024, 12:27:35 AM *
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 [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 ... 93 »
  Print  
Author Topic: [GP] GoldPieces - An expandable digital currency for online multiplayer gaming  (Read 131271 times)
melwinder
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
January 19, 2015, 09:58:15 AM
 #761

Since everyone is seeming to have wrong stakes, I have a block of 90 going to be staking within the next 11+ hours, so when that stakes I will let you guys know the results and see what comes of it. Smiley
Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
January 19, 2015, 10:13:36 AM
 #762

So.... We have to make our coins into blocks of 50 coins and then it will stake faster..?

SBear
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
January 19, 2015, 10:19:13 AM
 #763

So.... We have to make our coins into blocks of 50 coins and then it will stake faster..?

There's a couple of us testing for optimal staking right now, so for the time being just let your coins age until we have some statistics. Smiley
inkha (OP)
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500


View Profile WWW
January 19, 2015, 12:55:24 PM
Last edit: January 19, 2015, 01:28:25 PM by inkha
 #764

Gold pieces coin is a online games coin.
it is a exchanging coin.
it have community forums.
if you want to play their games you will need to have some kind of callback system.
so they know when a player has submitted payment.
this could work similar to wallet but will be specifically created to game owner and players.
anyone can play this games easily whit this coin.

I'l be working on a payment gateway/callback system for online games after I get our first game http://Halhan.com to a public release. I know many online games that can integrate us as well once the payment gateway is ready (As a payment option for their cash shops, not an in-game currency)

GoldPieces - An expandable digital currency to be used as an in-game currency.
inkha (OP)
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500


View Profile WWW
January 19, 2015, 01:22:02 PM
 #765

Ok guys it's been a great weekend, Here's my To DO for today

Organize OP /Spruce it up/Work on a road map
After which il continue working on our first game.

Also 100GP was added to the Team Funds

current balance: 1,819 GP
donate: GVPx5Vysf9jNQ5dPXHzYLE2xUNbqmkUJt2

I will get started on our Marketing campaign after the op is organized a bit better today as well.

Thanks!
~Inkha

GoldPieces - An expandable digital currency to be used as an in-game currency.
inkha (OP)
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500


View Profile WWW
January 19, 2015, 01:25:52 PM
 #766

So.... We have to make our coins into blocks of 50 coins and then it will stake faster..?

It should workout to be about the same speed either way you stack them, around 4m~ coins (500%) in January 2016

GoldPieces - An expandable digital currency to be used as an in-game currency.
toddtervy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
January 19, 2015, 01:27:00 PM
 #767

It all in the code, I sure u know how to search for words in text editor. CTRL-F or CMD-F works nicely Wink

Here is a hint:
Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nRewardCoinYear;

    nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;

    int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;


    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}


I'm trying to get someone with expertise in POS coins to look over the code for us.

Get off my c@ck !
inkha (OP)
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500


View Profile WWW
January 19, 2015, 01:29:59 PM
 #768

It all in the code, I sure u know how to search for words in text editor. CTRL-F or CMD-F works nicely Wink

Here is a hint:
Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nRewardCoinYear;

    nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;

    int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;


    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

I'm trying to get someone with expertise in POS coins to look over the code for us.
There will be around 4m coins (500%) after one year. Everything looks to be working fine. I to am getting stakes in the 0.5-1gp range, that is normal.

GoldPieces - An expandable digital currency to be used as an in-game currency.
elektrax
Full Member
***
Offline Offline

Activity: 141
Merit: 100



View Profile
January 19, 2015, 02:04:43 PM
 #769

Can you please PLEASE fix the bug that turns off staking everytime you send coins or create new addresses ?
Ive lost several days of staking now.


BTC: 1G6Fc3sWL9E9DShfitjQvP2SGXvNLbqzGz | GP: GdTPHPNRV6P49mtW6Bc8kFBvRx4oofx4eX
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
January 19, 2015, 02:22:04 PM
 #770

Can you please PLEASE fix the bug that turns off staking everytime you send coins or create new addresses ?
Ive lost several days of staking now.



Which POS does not turn off staking when you send coins? I thought that all POS coins turns off staking when coins are sent.
kernik
Full Member
***
Offline Offline

Activity: 188
Merit: 100

sector5.xyz - HYPER, GP, LTC


View Profile WWW
January 19, 2015, 02:24:18 PM
 #771

Can you please PLEASE fix the bug that turns off staking everytime you send coins or create new addresses ?
Ive lost several days of staking now.



Which POS does not turn off staking when you send coins? I thought that all POS coins turns off staking when coins are sent.

it's not a bug. it's a feature! make sure to uncheck 'for staking only' when unlocking your wallet.

Turning caffeine into code since 1999
https://sector5.xyz - Bullethell with crypto - HYPER - GP - LTC
toddtervy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
January 19, 2015, 02:26:01 PM
 #772

Can you please PLEASE fix the bug that turns off staking everytime you send coins or create new addresses ?
Ive lost several days of staking now.


Try using the coin control feature to send coins that aren't likely to stake soon.

Get off my c@ck !
Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
January 19, 2015, 03:44:13 PM
 #773

So, basicly make a ton of small under 50 coin blocks and stake those?
That would be best?

TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
January 19, 2015, 03:55:00 PM
 #774

So, basicly make a ton of small under 50 coin blocks and stake those?
That would be best?

If you keep your wallet open 24/7 then each time your coins stake they split into two smaller sets. They will keep splitting until they get too small and then they will start to group up during each stake. So if you make them too small they will group up against the network weight to solve a block. As the network weight goes down the smaller blocks will stake more often then when a POS network is first starting out since most coins are in large chunks which make the network weight larger. So as all of the chucks in all of the wallet keep spitting and staking the network weight will even out against the stakes. Just need to give it some time and everyone should be staking good.
emelac
Full Member
***
Offline Offline

Activity: 184
Merit: 100



View Profile
January 19, 2015, 03:55:26 PM
 #775

Can you please PLEASE fix the bug that turns off staking everytime you send coins or create new addresses ?
Ive lost several days of staking now.


Try using the coin control feature to send coins that aren't likely to stake soon.

I thought it was normal for staking to get turned off when you send PoS coins. The only way to get round it is to use coin control and not many coins have it. Either that or spit your coins into multiple wallets/addresses.
candlesticks
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
January 19, 2015, 03:57:50 PM
 #776


Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nRewardCoinYear;

    nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;

    int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;


    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

wait a second the last part of that equation. Is that dividing the reward by the amount of coins your staking? if so wouldn't that mean more coins = less reward?

That's what it looks like to me as well, but I'm no programmer.
Just for reference.

Mintcoin  int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;

Hyperstake int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;


http://www.paycon.xyz/  Can you CON us? Try your luck at http://con-games.tk/con/blackjack Come chat with us on Slack
CryptoHobo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
January 19, 2015, 04:06:31 PM
 #777


Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nRewardCoinYear;

    nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;

    int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;


    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

wait a second the last part of that equation. Is that dividing the reward by the amount of coins your staking? if so wouldn't that mean more coins = less reward?

That's what it looks like to me as well, but I'm no programmer.
Just for reference.

Mintcoin  int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;

Hyperstake int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;


That's more like I'd expect, which source file contains the staking function? I was trying to find camorra and Kingdom earlier but so many files in gave up and went to work
candlesticks
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
January 19, 2015, 04:12:16 PM
 #778




That's more like I'd expect, which source file contains the staking function? I was trying to find camorra and Kingdom earlier but so many files in gave up and went to work

main.cpp

http://www.paycon.xyz/  Can you CON us? Try your luck at http://con-games.tk/con/blackjack Come chat with us on Slack
toddtervy
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
January 19, 2015, 05:00:02 PM
 #779


Code:
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nRewardCoinYear;

    nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;

    int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;


    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}

wait a second the last part of that equation. Is that dividing the reward by the amount of coins your staking? if so wouldn't that mean more coins = less reward?

That's what it looks like to me as well, but I'm no programmer.
Just for reference.

Mintcoin  int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;

Hyperstake int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;



Agreed, and Clam is :
 int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
or roughly the same

Get off my c@ck !
elektrax
Full Member
***
Offline Offline

Activity: 141
Merit: 100



View Profile
January 19, 2015, 06:29:43 PM
Last edit: January 19, 2015, 06:45:37 PM by elektrax
 #780

Can you please PLEASE fix the bug that turns off staking everytime you send coins or create new addresses ?
Ive lost several days of staking now.


Try using the coin control feature to send coins that aren't likely to stake soon.

I thought it was normal for staking to get turned off when you send PoS coins. The only way to get round it is to use coin control and not many coins have it. Either that or spit your coins into multiple wallets/addresses.

Why would i disable staking just because i sent some coins?
Of course i want to stake the remaining coins.
And of course i want to keep staking the coins i already have when i have made a new address.

And when you say ' The only way to get round it', do you mean the code is just too complex, so that the user must re-enable staking manually?

I dont get the concept, apparently, lol.

Edit: And it even disables staking if you cancel the password request for sending coins also.
Edit2: When i say 'disable staking' i mean that the coins get actually locked from staking. not that staking is disabled because of unmature coins, or because staking is 'actually' disabled by staking=0 in the .conf. I mean the green staking icon.

BTC: 1G6Fc3sWL9E9DShfitjQvP2SGXvNLbqzGz | GP: GdTPHPNRV6P49mtW6Bc8kFBvRx4oofx4eX
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 [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 ... 93 »
  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!