Bitcoin Forum
May 25, 2024, 02:09:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 90 91 92 ... 137 »
821  Other / Off-topic / Re: What do you do with most of your day? on: November 19, 2015, 09:08:10 PM
Play with my dick.
822  Alternate cryptocurrencies / Altcoin Discussion / Re: GET RICH QUICK on: November 19, 2015, 04:14:15 PM
-snip-

creating a new currency sounds like a very good idea, if you want to get rich quick, like me.

Well for one you're a little late and no one gives a shit about the 2000+ different alt coins. But good luck getting rich anyways..
823  Alternate cryptocurrencies / Altcoin Discussion / Re: New Litecoin Golden Age? on: November 19, 2015, 04:05:40 PM
I think it will happen once Bitcoin really starts to take off. The banks and regulators seem to have shown interest this year. Perhaps next year we'll get the ETF along with greater adoption by banks and retailers then LTC will start to take off. I also think LTC will take off before any of the 2.0 currencies as the general public don't know anything about crypto to begin with. They will all be investing in the most popular crypto, which imo are BTC and LTC.

2017 is my guess.
824  Alternate cryptocurrencies / Altcoin Discussion / Re: Cold Hearted Scammers Copyright Con Coin on: November 19, 2015, 03:33:56 PM
Stuff like this is sickening. I don't understand why people have to be so dirty in the crypto world. People should love and respect eachother!

Shit people all over the world not just in crypto. Trust no one.
825  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | CPU Mineable | DarkSend | Masternode | Exclusively on C-CeX on: November 18, 2015, 02:41:17 PM
Any ETA on new POS launch? Any decision on the ticker (FCX vs. FNX)Huh How are masternodes coming along? I'm excited for the future of this coin.

I need programmatical suggestions on how to make it more efficient.

I put up a vote

No MNodes until code is perfect

My suggestion is to keep masternodes out of it until they actually serve a purpose.
826  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | CPU Mineable | DarkSend | Masternode | Exclusively on C-CeX on: November 17, 2015, 06:30:15 PM
So somehow, one of my machines ended up on a fork for a few hours and I had some connections too. So everyone should check with the block explorer to make sure they're on the same block.

82708 right now.

If you need to connect to the explorer, addnode=194.135.93.51

I am also working on a new type of explorer Wink
Example, www.chipcoin.info/explorer2

I hope to finsish the fantom version within a week or so, really busy atm  Wink

That's some fine stuff man!

Side note, this is my new PoS Scheme:

Code:

int64_t GetProofOfStakeReward(int64_t nFees, int64_t nCoinAge)
{
int64_t currentBalance = pwalletMain->GetBalance();
int64_t nSubsidy;
int64_t nQunti = 0.5 * COIN;
int64_t currentSupply = pindexBest->nMoneySupply;

    if(pindexBest->nHeight < 1000)
    {
nQunti = 0.01 * COIN;
nLexi = 0.01 * COIN;
}
    else if(pindexBest->nHeight < 10000)
    {
nQunti = 0.1 * COIN;
nLexi = 0.1 * COIN
}
    else if(pindexBest->nHeight < 20000)
    {
nQunti = 1 * COIN;
nLexi = 1 * COIN;
}
    else if(pindexBest->nHeight < 50000)
    {
nQunti = 2 * COIN;
nLexi = 2 * COIN;
}
    else if(pindexBest->nHeight < 85000)
    {
nQunti = 1 * COIN;
nLexi = 1 * COIN;
}

if(currentBalance > 12000 * COIN)
{
nLexi = nCoinAge * (1 * CENT) * 33 / (365 * 33 + 8); // 1% Interest Per Annum
}

if(currentBalance > 25000 * COIN && currentSupply > 1500000)
{
nLexi = -50 * COIN;
}

if(currentBalance < 100 * COIN && currentSupply < 1080000)
{
nLexi = 8 * COIN;
}

if (pindexBest->nHeight < 99999999)
{
nSubsidy = nQunti;
}

else {nSubsidy = nLexi;}

if (currentSupply > 2000000)
{
nSubsidy = 0;
}

    LogPrint("creation", "GetProofOfStakeReward() : create=%s nSubsidy=%d\n", FormatMoney(nSubsidy), nSubsidy);
    return nSubsidy + nFees;
}

In English:

It will follow the normal PoS Scheme till block 99999999 (set that number for now)

When Block 99999999 is passed, these will be the new rules:

- If your balance is above 12000, instead of getting HiPoS, you get 1% Interest p.a.
- If your balance is above 25000 and the total supply is above 1500000 Fantoms, the reward (not appl.) becomes - 50 Fantom (a.k.a 50 Fantom Less)
- If your balance is below 100 and the total supply is below 1080000 Fantoms, the reward is a generous 8 Fantom
- If your the total supply exceeds 2000000 Fantoms, the PoS Rewards STOP and nFees hike* to support the stakers.

* - nFees part is still being coded

THIS IS APART FROM MNODES

This is part of the process of making a self sustainable network, MQW is next, self modulating Transaction Fees and auto-PoW Turnoff


I think u may have to tweak that a bit. 99,999,999 blocks will take 88 years. Also, people with 25K fantom can just split that into smaller wallets to prevent to -50 staking thing. Alternatively, they can split that 25K wallet into 250 smaller 100 wallets and stake some uber coinz. This was a joke right?
827  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | Hybrid | ZeroSend | BlankNodes | TOR and FantomText Coming Next! on: November 14, 2015, 05:09:59 PM
The reason for this is basically, the security is so little that a 50% Attack is possible, this is the solution, and why should I choose Skien?

Adding more PoW algos isn't going to bring more miners to further secure the network.
828  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | Hybrid | ZeroSend | BlankNodes | TOR and FantomText Coming Next! on: November 14, 2015, 03:17:45 PM
FantomText will not be implemented (in the next version, but will be soon) as it is a pain to install more dependances (Crypto++) but MultiPoW (Like Myriad) will be

Da List:

WhirlpoolX - GPU - Version 1
SHA256d - ASICS - Version 2
X11 - FGPA - Version 3
M7 - CPU - Version 4
Lyra2Re - GPU - Version 5
Velvet - CPU - Version 6
[NOT EXISTANT] - Version 7
Scrypt - ASICS - Version 8
NIST5 - GPU - Version 9
Magi M7 - GPU - Version 10
MyriadGroestl - GPU - Version 11

Any suggestions?

Leave it the way it is would be my first suggestion.

If you must change it to MultiPoW then Scrypt,Sha256d,X11,NIST5,Velvet. That covers both asic types, fpga, gpus and cpu miners.
829  Alternate cryptocurrencies / Altcoin Discussion / Re: RaiBlocks live network active on: November 13, 2015, 06:35:32 PM
It looks like you have been working on this for some time now. Good job on simplicity and built in block explorer with rich list. Nice. Also like your distribution method. I just don't have the time to sit there all day and solve captchas but I'm sure many do. Good luck with your project, I will be keeping an eye on it.


Thanks, there's definitely some people who have more time than money out there, no doubt they'll sell what they've "mined" out of the faucet.

If you have time we're trying to get listed on exchanged and we're up for a vote on Cryptsy https://www.cryptsy.com/coinvotes/#

Voted.

Just read your design features page and have a question about this: "The supply starts with 2^128 - 1 which satisfies the three supply requirements."

That's 340 billion coins, is my math correct? Also you mention that's where the supply starts, is this coin inflationary and if so how much per year?

Other than that looks like some nice features.
830  Alternate cryptocurrencies / Altcoin Discussion / Re: RaiBlocks live network active on: November 13, 2015, 06:07:58 PM
It looks like you have been working on this for some time now. Good job on simplicity and built in block explorer with rich list. Nice. Also like your distribution method. I just don't have the time to sit there all day and solve captchas but I'm sure many do. Good luck with your project, I will be keeping an eye on it.
831  Alternate cryptocurrencies / Announcements (Altcoins) / Re: QUEDOS is a Virus Trojan use malwarebytes for removal on: November 13, 2015, 02:22:04 PM
Most of us trust what OCMiner says. Don't need proof, his word is good enough. Stay away.
832  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TEK] TEKcoin Hi-PoS hybrid pos/pow no premine/ipo/ico on: November 11, 2015, 01:56:55 PM
I think we might need another exchange.

Apparently cryptsy is insolvent or is having problems. I have a "moderate" amount of bitcoin missing from there (not going to lose sleep over it) but others are having much worse problems and the chat admins are banning people for bringing it up.

My support ticket has gone unanswered after being told there's some sort of difficulty with btc withdrawals.

I think Poloniex would be fine as previous users have mentioned it. Let's make it happen.

I'm also having trouble withdrawing from there. I bought 16K tek and can't get it off cryptsy. I guess the good thing is I did get 100K tek off cryptsy and into my wallet just before these troubles.

833  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】【❶】【 RUBLEbit 】 ☭ 【RUBIT】☭【 First Russian Coin 】+ RoadMap Available on: November 11, 2015, 01:52:52 PM
First Russian Coin
The first russian coin is not RUBIT. Check out AUM and SIB.
No ANN in russian. The site doesn't have a russian translation, even not a .ru domain.
2015. Still using Scrypt. Even SIB have russian cryptoalgorithm called "GOST 34.11-2012 Stribog" embedded in the coin.
Even ocminer did not want to make a pool for this. No, thanks; Next!

I thought the first Russian coin was Novacoin..
834  Other / Off-topic / Re: Are you a logophile? on: November 10, 2015, 06:22:50 PM
I'm a log-o-file too.. Just sit back and log those hours..

835  Other / Off-topic / Re: Are you a religious person or not? on: November 10, 2015, 06:20:07 PM
I'm religious when I have to be.

Jesus Saves..
https://www.youtube.com/watch?v=bm38xVMa5Ic
836  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RELEASED]BitMoney.i2p - Centralized|Const solo POW|Unlimited supply|Instant tx on: November 09, 2015, 07:59:55 PM
This is interesting, so I guess we have to port forward our routers in order for this to work. I have firewalled i2p router but cannot connect to the bitmoney servers.

837  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | Hybrid | ZeroSend | BlankNodes | CPU Only | Update NOW! on: November 05, 2015, 01:27:23 PM
Why I became 148.12000002 FNX balance?

previous 300 FNX

'coz u had to lock PoS as I did. Sad

I thought this was fixed and a new release was available for download..

Dev pls confirm what the situation is.
838  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | PoW+PoS+PoSR | Giveaway | JUST LAUNCHED! | Anon 2.0 on: November 02, 2015, 08:21:16 PM
getblockhash 135

00000e82eb00bf50bc26fea108d631cb6108ea3925de60b013fb8e620e901f1a


Correct.
Correct, but we stuck on block 135 now...

Diff for this algo is high for solo already maybe ...

Its not because we are soloing, hash is hash, if there is enough then blocks should be moving 1 a minute  every 28 seconds but that's not happening..

<edit>
839  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | PoW+PoS+PoSR | Giveaway | JUST LAUNCHED! | Anon 2.0 on: November 02, 2015, 07:29:35 PM
maybe new release with checkpoint?

Correct answer here.. guys, I'm out. This needs to be fixed and then re-released. Since it just launched a re-launch should be painless.
840  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | PoW+PoS+PoSR | Giveaway | JUST LAUNCHED! | Anon 2.0 on: November 02, 2015, 07:02:52 PM
19:52:07

getblockhash 50


19:52:07

000028e750d25374a23f7fd610c3c45c883715f25f756c78349d83748b0efc9b

Please check  Huh

Were not that high. Well, I am but that's something else..

getblockhash 40

0000157559b274369c8e04fefd150343c935402621176c87a4fa2a12849b4957

seems stuck anyways..
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 90 91 92 ... 137 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!