Pages:
Author

Topic: [ANN] FlutterCoin FLT Proof Of Transaction Cash Back for Sending & Recieving - page 94. (Read 368041 times)

full member
Activity: 196
Merit: 100
newbie
Activity: 45
Merit: 0
hei

Is there a way to display wallet balance like in way dogecoin has it?

addressbalance
Returns amount ever received minus amount ever sent by a given address.

Code:
URL: http://dogechain.info/chain/Dogecoin/q/addressbalance

Example: http://dogechain.info/chain/Dogecoin/q/addressbalance/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e

getreceivedbyaddress
Returns the amount ever received by a given address.

Code:
URL: http://dogechain.info/chain/Dogecoin/q/getreceivedbyaddress

Example: http://dogechain.info/chain/Dogecoin/q/getreceivedbyaddress/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e

getsentbyaddress
Returns the amount ever sent from a given address.

Code:
URL: http://dogechain.info/chain/Dogecoin/q/getsentbyaddress

Example: http://dogechain.info/chain/Dogecoin/q/getsentbyaddress/DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e

If someone know how to achieve this with fluttercoin, please let me know!
full member
Activity: 154
Merit: 100
FlutterCoin [FLT] is on Europex : https://www.europex.eu/#!coin/btc/flt
Only 0.12% exchange fee
Only 0.00002 BTC fee for instant BTC withdraw

Wallet is now upgraded to version v0.4.5.7
sr. member
Activity: 436
Merit: 250
sr. member
Activity: 392
Merit: 250
Looking for shmexy coins!
Hey guys , big props to the dev I love this coin Smiley

I've designed a new banner for the OP with a more clean and balanced layout
It's still a WIP ( need a couple more sessions on it ) , but let me know what you think of the design direction
the PoW part is the most "complete"



I've also wanted to tryout a more "catchy" slogan


Variants
  • Flutter - More Proofs Than Any Other Coin
  • What more proof do you need? Use Flutter


So , What do you think?
Feedback will be appreciated
I like it ! It makes it clear. The catchy slogan and the 2 alternatives are really good. It focuses on the innovation of the coin.

I believe it will help attract more people to this sexy coin if we also mention what is the maximum possible PoS reward per year. Saying minimum 5% is not as attractive as saying maximum 30% for example. Is somebody able to calculate what is the maximum compound interest that a person could get per year? Also does it make sense to sell all my coins when the 90 days maturation period expires and buy new ones which I then start staking again for maximum per year gains?
full member
Activity: 196
Merit: 100
Hey guys , big props to the dev I love this coin Smiley

I've designed a new banner for the OP with a more clean and balanced layout
It's still a WIP ( need a couple more sessions on it ) , but let me know what you think of the design direction
the PoW part is the most "complete"



I've also wanted to tryout a more "catchy" slogan


Variants
  • Flutter - More Proofs Than Any Other Coin
  • What more proof do you need? Use Flutter


So , What do you think?
Feedback will be appreciated
I like it ! It makes it clear. The catchy slogan and the 2 alternatives are really good. It focuses on the innovation of the coin.
newbie
Activity: 12
Merit: 0
Hey guys , big props to the dev I love this coin Smiley

I've designed a new banner for the OP with a more clean and balanced layout
It's still a WIP ( need a couple more sessions on it ) , but let me know what you think of the design direction
the PoW part is the most "complete"

http://clickit.ort.org.il/files/upl/858904808/282695448.png

I've also wanted to tryout a more "catchy" slogan
http://clickit.ort.org.il/files/upl/858904808/112254315.png

Variants
  • Flutter - More Proofs Than Any Other Coin
  • What more proof do you need? Use Flutter


So , What do you think?
Feedback will be appreciated
full member
Activity: 149
Merit: 100
newbie
Activity: 20
Merit: 0
http://i.imgur.com/RonVFOx.png
flutter.miningwith.us
Come throw some hash at us!
Updated to v0.4.5.7.
sr. member
Activity: 308
Merit: 250
FlutterCoin Developer
I said that twice, I'm like Jimmy Two Times.  Gotta go get the papers, get the papers (goodfellas LOL)
sr. member
Activity: 308
Merit: 250
FlutterCoin Developer
PoW blocks are rejected...

hmm, was not aware of that, but then why are numerous miners still hashing away at bc? must be a reason?
Huh

Are you talking about the BC multipool? If so they are only mining other coins in order to buy BC, but they are not directly mining BC.

no, the PoW phase still going on. read up a few posts ago.

From main.h:

static const int LAST_POW_BLOCK = 10000;

from main.cpp:

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
        return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight));

so, no mining on BC anymore...
sr. member
Activity: 308
Merit: 250
FlutterCoin Developer
PoW blocks are rejected...

hmm, was not aware of that, but then why are numerous miners still hashing away at bc? must be a reason?
Huh

Are you talking about the BC multipool? If so they are only mining other coins in order to buy BC, but they are not directly mining BC.

no, the PoW phase still going on. read up a few posts ago.
Yes sorry I skipped the second answer of thekidcoin where he says those are rejected.

Are there so many miners on BC?
From main.h:

static const int LAST_POW_BLOCK = 10000;

from main.cpp:

if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
        return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight));

so, no mining on BC anymore...
sr. member
Activity: 308
Merit: 250
FlutterCoin Developer
So how does a 51% attack work on PoW/PoS coin? You need to have both 51% of PoW and PoS power? Can you for example 51% a PoW/PoS coin by having just 51%+ of the PoW hashrate?

For a low PoW reward PoW/PoS hybrid you only need to control 51% of the PoW network hashpower (which is easy because the PoW reward is so low) and then you can override the PoS and produce a long stretch of only PoW blocks on the blockchain, effectively converting it to a pure PoW system for a given amount of time and thereby allowing you to take control of the blockchain and double spend during the time period. The BC devs "demonstrated" this on Mintcoin, and Mintcoin had to switch to pure PoS to fix the issue. I think PoT would prevent this from happening even as fluttercoin transitions to a lower reward and the network hashrate drops because the PoT blocks are tied to the PoW blocks and "check" the validity of PoW blocks and would fork the attackers chain away from the main chain. In otherwords, low PoW reward PoS/PoW hybrids are generally vulnerable but I think fluttercoin changes that with the addition of PoT Smiley

I still think there are some issues with pure PoS systems. Particularly systems which have a low PoS interest (e.g. 1% for BC) because that means there is less incentive for people to keep their wallets open and securing the network which means the network weight at any given time that one would have to compete with to get 51% of the weight is lower. Also, since the weight is based off of coin-days (a function of number of coins and their age), it seems to me that having no max coin-age (such as in the case of BC) would allow, in theory, somebody to gather infinite coin-days with a small number of coins over an infinite period of time. Practically speaking nobody can let their coins age for an infinite amount of time but depending on how many coins you have you could let those coins sit and collect coin-age indefinitely until you have accumulated enough coin-days to posses 51% of the network weight.

This is my understanding, somebody correct me.

Great assessment...
hero member
Activity: 868
Merit: 1000
So how does a 51% attack work on PoW/PoS coin? You need to have both 51% of PoW and PoS power? Can you for example 51% a PoW/PoS coin by having just 51%+ of the PoW hashrate?

For a low PoW reward PoW/PoS hybrid you only need to control 51% of the PoW network hashpower (which is easy because the PoW reward is so low) and then you can override the PoS and produce a long stretch of only PoW blocks on the blockchain, effectively converting it to a pure PoW system for a given amount of time and thereby allowing you to take control of the blockchain and double spend during the time period. The BC devs "demonstrated" this on Mintcoin, and Mintcoin had to switch to pure PoS to fix the issue. I think PoT would prevent this from happening even as fluttercoin transitions to a lower reward and the network hashrate drops because the PoT blocks are tied to the PoW blocks and "check" the validity of PoW blocks and would fork the attackers chain away from the main chain. In otherwords, low PoW reward PoS/PoW hybrids are generally vulnerable but I think fluttercoin changes that with the addition of PoT Smiley

I still think there are some issues with pure PoS systems. Particularly systems which have a low PoS interest (e.g. 1% for BC) because that means there is less incentive for people to keep their wallets open and securing the network which means the network weight at any given time that one would have to compete with to get 51% of the weight is lower. Also, since the weight is based off of coin-days (a function of number of coins and their age), it seems to me that having no max coin-age (such as in the case of BC) would allow, in theory, somebody to gather infinite coin-days with a small number of coins over an infinite period of time. Practically speaking nobody can let their coins age for an infinite amount of time but depending on how many coins you have you could let those coins sit and collect coin-age indefinitely until you have accumulated enough coin-days to posses 51% of the network weight.

This is my understanding, somebody correct me.
hero member
Activity: 938
Merit: 1000
@halofirebtc
PoW blocks are rejected...

hmm, was not aware of that, but then why are numerous miners still hashing away at bc? must be a reason?
Huh

Are you talking about the BC multipool? If so they are only mining other coins in order to buy BC, but they are not directly mining BC.

no, the PoW phase still going on. read up a few posts ago.
Yes sorry I skipped the second answer of thekidcoin where he says those are rejected.

Are there so many miners on BC?

I don't have an updated BC client or I'd do it myself, open up the console and type getdifficulty
Haven't one either. I managed to find the difficulty on blackchain. It's 242 for PoW.

That's quite a bit of GH.
full member
Activity: 196
Merit: 100
PoW blocks are rejected...

hmm, was not aware of that, but then why are numerous miners still hashing away at bc? must be a reason?
Huh

Are you talking about the BC multipool? If so they are only mining other coins in order to buy BC, but they are not directly mining BC.

no, the PoW phase still going on. read up a few posts ago.
Yes sorry I skipped the second answer of thekidcoin where he says those are rejected.

Are there so many miners on BC?

I don't have an updated BC client or I'd do it myself, open up the console and type getdifficulty
Haven't one either. I managed to find the difficulty on blackchain. It's 242 for PoW.
hero member
Activity: 938
Merit: 1000
@halofirebtc
PoW blocks are rejected...

hmm, was not aware of that, but then why are numerous miners still hashing away at bc? must be a reason?
Huh

Are you talking about the BC multipool? If so they are only mining other coins in order to buy BC, but they are not directly mining BC.

no, the PoW phase still going on. read up a few posts ago.
Yes sorry I skipped the second answer of thekidcoin where he says those are rejected.

Are there so many miners on BC?

I don't have an updated BC client or I'd do it myself, open up the console and type getdifficulty
full member
Activity: 196
Merit: 100
PoW blocks are rejected...

hmm, was not aware of that, but then why are numerous miners still hashing away at bc? must be a reason?
Huh

Are you talking about the BC multipool? If so they are only mining other coins in order to buy BC, but they are not directly mining BC.

no, the PoW phase still going on. read up a few posts ago.
Yes sorry I skipped the second answer of thekidcoin where he says those are rejected.

Are there so many miners on BC?
hero member
Activity: 938
Merit: 1000
@halofirebtc
PoW blocks are rejected...

hmm, was not aware of that, but then why are numerous miners still hashing away at bc? must be a reason?
Huh

Are you talking about the BC multipool? If so they are only mining other coins in order to buy BC, but they are not directly mining BC.

no, the PoW phase still going on. read up a few posts ago.
Pages:
Jump to: