Bitcoin Forum
May 05, 2024, 01:36:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 192 »
  Print  
Author Topic: [AC] AsiaCoin | Pure PoS | 100% Interest  (Read 264516 times)
Maxikosw
Full Member
***
Offline Offline

Activity: 151
Merit: 100


View Profile
May 10, 2014, 05:35:46 AM
 #1281

Ty for your great work team!!!


"Tonight we're flying and we're free,
We're free before the thunderstorm,
On towards the wilderness,
Our quest carries on,
Far beyond the sundown,
Far beyond the moonlight!!!"

https://www.youtube.com/watch?v=0jgrCKhxE1s


1714872972
Hero Member
*
Offline Offline

Posts: 1714872972

View Profile Personal Message (Offline)

Ignore
1714872972
Reply with quote  #2

1714872972
Report to moderator
1714872972
Hero Member
*
Offline Offline

Posts: 1714872972

View Profile Personal Message (Offline)

Ignore
1714872972
Reply with quote  #2

1714872972
Report to moderator
1714872972
Hero Member
*
Offline Offline

Posts: 1714872972

View Profile Personal Message (Offline)

Ignore
1714872972
Reply with quote  #2

1714872972
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714872972
Hero Member
*
Offline Offline

Posts: 1714872972

View Profile Personal Message (Offline)

Ignore
1714872972
Reply with quote  #2

1714872972
Report to moderator
1714872972
Hero Member
*
Offline Offline

Posts: 1714872972

View Profile Personal Message (Offline)

Ignore
1714872972
Reply with quote  #2

1714872972
Report to moderator
1714872972
Hero Member
*
Offline Offline

Posts: 1714872972

View Profile Personal Message (Offline)

Ignore
1714872972
Reply with quote  #2

1714872972
Report to moderator
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
May 10, 2014, 05:38:11 AM
 #1282

But it's still interesting to me, where does that ~19 GH/s come from? I mean, someone or some pool with that amount of hashpower should clearly know that they're not getting reward for their hashrate. I think it could be a pool whose settings gone totally wrong. getdifficulty output:

Code:
{
"proof-of-work" : 274.46071294,
"proof-of-stake" : 0.00367996,
"search-interval" : 1
}

To expand further on where these numbers come from..

So NetHashRate uses the GetDifficulty() and timestamps from blocks to calculate.. (thats why it may seem variable because timestamps differ.. so it'll bounce around 18-19..

GetDifficulty() itself basically returns the *last* block that was proof of work.  And thus it's always stable.  

The code is just a while loop that keeps searching the prevblock index until it finds a block that was done via PoW:

Code:
const CBlockIndex* GetLastBlockIndex(const CBlockIndex* pindex, bool fProofOfStake)
{
    while (pindex && pindex->pprev && (pindex->IsProofOfStake() != fProofOfStake))
        pindex = pindex->pprev;
    return pindex;
}

double GetDifficulty(const CBlockIndex* blockindex)
{
    // Floating point number that is a multiple of the minimum difficulty,
    // minimum difficulty = 1.0.
    if (blockindex == NULL)
    {
        if (pindexBest == NULL)
            return 1.0;
        else
            blockindex = GetLastBlockIndex(pindexBest, false);
    }



And.. I guess that must have been the last block at 20160... yep, last PoW block difficulty was indeed locked at : 274.46071294.

Code:
getblockhash 20160
0000000000bd301676a0e57aeb7c63165f875dd015ed2e44262a41ce3feca390

getblock 0000000000bd301676a0e57aeb7c63165f875dd015ed2e44262a41ce3feca390
{
"hash" : "0000000000bd301676a0e57aeb7c63165f875dd015ed2e44262a41ce3feca390",
"confirmations" : 12230,
"size" : 5540,
"height" : 20160,
"version" : 4,
"merkleroot" : "47105789d11856e5f2cea3356a3d3e4f57e3387fc3e0f0f5be80e44ef57f232c",
"mint" : 5000.03700000,
"time" : 1398926850,
"nonce" : 4172128409,
"bits" : "1c00eec7",
"difficulty" : 274.46071294,
"previousblockhash" : "0000000000b94ea70342a8219e89b8bcf6c6f402e90bf493996942b64e8bfb5e",
"nextblockhash" : "99dbd72ce0b370df3b6dad5d61be279ce874aa5cbfc3accbcb69ab1bedee89e7",
"flags" : "proof-of-work",
"proofhash" : "0000000000bd301676a0e57aeb7c63165f875dd015ed2e44262a41ce3feca390",
"entropybit" : 0,
"modifier" : "5b13c49e3d59da47",
"modifierchecksum" : "76639dba",
"tx" : [
"640666e861238d5212b78219a68b329f4de1642cfc92d92e683f445a78f07ff6",
"397b22d78097de1619a70dd7891218c4f014e2ac36954c27a788c38740c6d151",
"d510fcf164267a0bf44bf9bc7d39cd9d4f851bad5d65fd9cfb61e1fbc8114e48",
"f724ce029cad2a88281d81bb0e5081c9d573a65eb756b096f3e59fc5c767ecaf",
"838ea24c4d87c97344c5334cda4870d8dfcfc530abb5507244b1c0c45c8e1b49"
],
"signature" : "3044022076f574731c818943b983d8460fe99ca02f27f4f494cf421bfdd83aec9820dc2002202e7c2da59be560228af0e3614d2dc1adf9d40db5218c6c48257c3ed6cd4085bd"
}


So in a very simple sense: the RPC calls for getmininginfo and getdifficulty are showing the frozen state of the last PoW block difficulty and nethash rates.

I think when everyone cloned their coins from ppcoin, which was supposed to be a PoW/PoS coin.. moving to 100% PoS, a lot of the RPC calls were never modified to take this into account to return the proper information.. PPcoin wasn't designed to be a 100% PoS coin to begin with...

I bet rat4 and others may be updating the code under blackcoin to clean up some of this stuff.... or i can just update it.. but this stuff is just informational data through the RPC calls, it doesn't factor into actual operations..

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
May 10, 2014, 05:40:50 AM
 #1283

Oh and in case anyone is interested, I posted a winmerge report of main.cpp (one of the key files), line by line diffs between Asiacoinfix and Cinni

http://www.realstackcoin.org/asiacoinfix_cinni.htm

Just search for the yellow sections to see the diffs.

So just to prove that we're no worse than the other coins in other areas (aside from the security patch).

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
mackj
Full Member
***
Offline Offline

Activity: 168
Merit: 100

The mysterious


View Profile
May 10, 2014, 05:52:01 AM
 #1284

The new AC out yet
Maestro1 (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 10, 2014, 05:56:02 AM
 #1285

The new AC out yet

Yes it is. Read the OP.

If you're happy with our work on AsiaCoin revival, please consider giving us trust feedback and provide donations to the new AsiaCoin Foundation.
BTC: 1LCsuAojeFqf5YamN9iiwEo3VJ9YM8HHjf
Maestro1 (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 10, 2014, 05:56:51 AM
 #1286

Thanks micryon, I'm learning new stuff from you everyday Smiley

If you're happy with our work on AsiaCoin revival, please consider giving us trust feedback and provide donations to the new AsiaCoin Foundation.
BTC: 1LCsuAojeFqf5YamN9iiwEo3VJ9YM8HHjf
Collegestudent
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

The blockchain is the future


View Profile
May 10, 2014, 05:59:53 AM
 #1287

This is excellent guys i was sleeping and doing other work, and Mircyon since you're feeling bored i wanna assign you some new features to work on that no other coin may have:

1. You are able to view transactions on each side so on one side its Money coming in, while on the other side its money going out. This is kind of like a Accounting cash book.

2. Be able to borrow Asiacoins from the blockchain (other inactive wallets) at a fixed interest that are payable within a fixed time. The other Asiacoin holder that is requested to be the lender can either accept or decline and contact through Asiacoin messaging.

3. Automatically send Asiacoins to another address of your choice at fixed intervals, for example like banks make automated payments each month to your bills if you ask them to.

This ideas i have listed arent done by any other coin and they may even take days/weeks along with other coders. However these codes make it very suitable as a currency as its very similar to a bank but much faster.

Btw Maestro, you're already on the right track on marketing so no need to tell you anything Tongue
johntseng
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 10, 2014, 06:12:35 AM
 #1288

This is excellent guys i was sleeping and doing other work, and Mircyon since you're feeling bored i wanna assign you some new features to work on that no other coin may have:

1. You are able to view transactions on each side so on one side its Money coming in, while on the other side its money going out. This is kind of like a Accounting cash book.


This sounds great.


2. Be able to borrow Asiacoins from the blockchain (other inactive wallets) at a fixed interest that are payable within a fixed time. The other Asiacoin holder that is requested to be the lender can either accept or decline and contact through Asiacoin messaging.

What if the borrower disappears and so not pay the AC?


3. Automatically send Asiacoins to another address of your choice at fixed intervals, for example like banks make automated payments each month to your bills if you ask them to.

This ideas i have listed arent done by any other coin and they may even take days/weeks along with other coders. However these codes make it very suitable as a currency as its very similar to a bank but much faster.

Btw Maestro, you're already on the right track on marketing so no need to tell you anything Tongue


This is good, it can also derive another method that send the stakes to pre-set address automatically.

Nanolite : KStrzPctAn8Qr1QppWDMwhqdG9rzmtQNWV
Collegestudent
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

The blockchain is the future


View Profile
May 10, 2014, 06:17:25 AM
 #1289

This is excellent guys i was sleeping and doing other work, and Mircyon since you're feeling bored i wanna assign you some new features to work on that no other coin may have:

1. You are able to view transactions on each side so on one side its Money coming in, while on the other side its money going out. This is kind of like a Accounting cash book.


This sounds great.

Quote

2. Be able to borrow Asiacoins from the blockchain (other inactive wallets) at a fixed interest that are payable within a fixed time. The other Asiacoin holder that is requested to be the lender can either accept or decline and contact through Asiacoin messaging.

What if the borrower disappears and so not pay the AC?

Quote

3. Automatically send Asiacoins to another address of your choice at fixed intervals, for example like banks make automated payments each month to your bills if you ask them to.

This ideas i have listed arent done by any other coin and they may even take days/weeks along with other coders. However these codes make it very suitable as a currency as its very similar to a bank but much faster.

Btw Maestro, you're already on the right track on marketing so no need to tell you anything Tongue


This is good, it can also derive another method that send the stakes to pre-set address automatically.

This is exactly why Asiacoin Lending can be set up or something like that that fixes the contract between 2 known entities by the 3rd party "Asiacoin lending". However the wallet can be used to start the loan request
copychicken
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Pools Of Honor


View Profile
May 10, 2014, 06:21:17 AM
 #1290

https://c-cex.com/?rf=8C70008E385D8103

https://c-cex.com/?rf=8C70008E385D8103


Great News from C-cex -- First Exchange ever giving POS stakes rewards..

What this means:

POS are generated stakes when you have your coins in your wallet for a certain period of time...
If you have them in an exchange ... you simply dont get stakes.....

Whats different on C-cex

Coins deposited and placed on sell orders...if they reach their Stake-Age-Mature time...
They generate other coins...
These coins are credited on the user's account.. without having to do anything,from the user side..
SO SIMPLE!!!

VISIT c-cex and try it for yourself.... Dont loose stakes anymore...!!!


ASIAcoin back on trading!!!


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



...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Collegestudent
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

The blockchain is the future


View Profile
May 10, 2014, 06:22:50 AM
 #1291

Sounds good, and btw Cryptsy is the first to offer stake Tongue
Collegestudent
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

The blockchain is the future


View Profile
May 10, 2014, 06:23:27 AM
 #1292

Maestro, hows ur work going so far? Atm i just contacted someone who i think can help with Mac wallet
18602981897
Full Member
***
Offline Offline

Activity: 151
Merit: 100


View Profile
May 10, 2014, 06:26:24 AM
 #1293

Sounds good, and btw Cryptsy is the first to offer stake Tongue
When will Cryptsy start to trade AC?

BTC:14NxNcYM5WFG7N9NmcQioT5JxZjh5dbTET
Maestro1 (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 10, 2014, 06:26:42 AM
 #1294

I like the idea of cryptocurrency loans (so we will have cryptocurrency debt collectors at some point Cheesy), but there must be a precise way to control/manage this. I don't think the challenge is the implementation of it into code, it's figuring a viable model out.

If you're happy with our work on AsiaCoin revival, please consider giving us trust feedback and provide donations to the new AsiaCoin Foundation.
BTC: 1LCsuAojeFqf5YamN9iiwEo3VJ9YM8HHjf
Zaxxon
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
May 10, 2014, 06:27:21 AM
 #1295


1. You are able to view transactions on each side so on one side its Money coming in, while on the other side its money going out. This is kind of like a Accounting cash book.


I really like this idea in particular. The transaction tab is the same in every wallet I've seen.

Speaking of the transaction tab, can anyone explain why the Type column filter has "Mined" in it twice? One filters and shows your mined transactions and the other shows nothing (in my wallet anyway). It's the same in other wallets too (but not all); not just this one. Should it perhaps read "Minted"?

If it is supposed to be "Minted", then should the minted (staked) coins coming in be labeled as minted instead of mined? It's a minor thing in any event.
Collegestudent
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

The blockchain is the future


View Profile
May 10, 2014, 06:31:11 AM
 #1296


1. You are able to view transactions on each side so on one side its Money coming in, while on the other side its money going out. This is kind of like a Accounting cash book.


I really like this idea in particular. The transaction tab is the same in every wallet I've seen.

Speaking of the transaction tab, can anyone explain why the Type column filter has "Mined" in it twice? One filters and shows your mined transactions and the other shows nothing (in my wallet anyway). It's the same in other wallets too (but not all); not just this one. Should it perhaps read "Minted"?

If it is supposed to be "Minted", then should the minted (staked) coins coming in be labeled as minted instead of mined? It's a minor thing in any event.


https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQBFnTwmTTtC6N1LF395zoNi_VDS6oKgho-hwhR1qlWLFJB5lNgtQ

Yup it would look extremely neat and almost like a real banking and payment processor tool. Coding BTC itself was almost impossible and these 3 things i mentioned are like the icing on the cake. I cant code myself for shit, but ive got the ideas Tongue
Collegestudent
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

The blockchain is the future


View Profile
May 10, 2014, 06:33:59 AM
 #1297

The guy i contact for a Mac wallet told me to expect it within 8 hrs!! Be sure to donate to bounty guys! We doing serious actual work for the long term.
johntseng
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 10, 2014, 06:34:12 AM
 #1298

I like the idea of cryptocurrency loans (so we will have cryptocurrency debt collectors at some point Cheesy), but there must be a precise way to control/manage this. I don't think the challenge is the implementation of it into code, it's figuring a viable model out.

It may led to short selling of the Coin, which may put the coin into higher risk.

Nanolite : KStrzPctAn8Qr1QppWDMwhqdG9rzmtQNWV
Collegestudent
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

The blockchain is the future


View Profile
May 10, 2014, 06:35:44 AM
 #1299

I like the idea of cryptocurrency loans (so we will have cryptocurrency debt collectors at some point Cheesy), but there must be a precise way to control/manage this. I don't think the challenge is the implementation of it into code, it's figuring a viable model out.

It may led to short selling of the Coin, which may put the coin into higher risk.

Well if there are many venders, then this will definately need to be implemented at some point. currently as u are stating it is very true because not too many venders at this point.
Vann
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 606



View Profile
May 10, 2014, 06:43:34 AM
 #1300

Great job on the relaunch. Glad to see it work out for the best. Is the minimum stake age still 2 weeks, with no maximum age? It's not noted in the OP.
Pages: « 1 ... 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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 192 »
  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!