Bitcoin Forum
May 05, 2024, 01:15:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 [244] 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 ... 1035 »
  Print  
Author Topic: [ANN] [MINT] Mintcoin (POS / 5%) [NO ICO] [Fair distro, community maintained]  (Read 1369739 times)
deadmanwalking
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 25, 2014, 07:45:12 AM
 #4861

NYTimes Article:

http://www.nytimes.com/2014/02/25/business/apparent-theft-at-mt-gox-shakes-bitcoin-world.html?_r=1

While America Sleeps.

This stuff has not even hit the new-stand yet.  From what I could see,  I think these bitcoin holders have been squirming for the last few months.   Take the coin to $1000 issue a bunch of alts and stall.  

This has been the biggest stall of all time.  History in the making.

So we all knew about MTGOX.  Yet the news was stalled.  Games with exchanges tell me there are ways to stall the downdraft to save face.
I could just imagine BTC hits $1100 and they call a meeting in VEGAS.  That is when they hatched there stall plan.  How to exit without screwing up the market.

Well it has been a slow drip, if you think there will be a bounce, hardly.   2014 is the year BTC died.    Old slow technology.

Grocery store checkout:      Buying with BTC  "please wait on the side for 10 mins for confimation"
                                      Buying with Mint "Thank you, come again"

BTC overpriced piece of crap.       Cryptsy has UDS dollar market but why have they not expanded?  I will tell you why.  It does not fit into the plan.
                                               Chinese exchanges were smart.   Once I saw CNY markets I said, that is the end for LTC BTC.   And they know if they traded in USD it would have been the end.  Instead we get a long drawn out screw job.


Hey guys don't you know who pumped silver after it was at high.  At the top?  Max Keiser.    Silver is so low right now.  So he puts out MAXCOIN when silver is at its lowest.  Why you ask?  Ha ha.  Cause if we were smart we would be buying REAL FUCKING COINS!

BitSilverCoin.com

Anyone want to start a real POS coin?
Email me sometime.  I won't have to spend 6k to buy the domain name!  www.mintcoin.com

Peace.

Oh yah

20% is made in 4 sats - one day!      Million up 4 sat spread.   There is the real interest.

Peace!

You know who the real shills are?  http://www.youtube.com/watch?v=YOxIi80eHxc  Listen to his voice shake.
So scan back the last few months.  You will see who the btc shills are.      Just listen to that interview.   All bullshit!   IT is so obvious to see the people who are controlled.  Controlled opposition.  Alex Jones -   All the alt currency community.   They are drinking too much kool aid or making a complete mockery of intelligence.

Watch out people.  Critically think, don't let these shills walk you around.   USE YOUR BRAIN!

Cocaine is a hell of a drug

\
1714871704
Hero Member
*
Offline Offline

Posts: 1714871704

View Profile Personal Message (Offline)

Ignore
1714871704
Reply with quote  #2

1714871704
Report to moderator
1714871704
Hero Member
*
Offline Offline

Posts: 1714871704

View Profile Personal Message (Offline)

Ignore
1714871704
Reply with quote  #2

1714871704
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714871704
Hero Member
*
Offline Offline

Posts: 1714871704

View Profile Personal Message (Offline)

Ignore
1714871704
Reply with quote  #2

1714871704
Report to moderator
deadmanwalking
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 25, 2014, 07:46:16 AM
 #4862


He didn't didn't say the PoS was bullshit, he said it wasn't as much as someone can get with a pump and dump, which is bullshit because how much you get depends on what your stake is

P.U.R.E.F.U.D

Cool. I guess I misunderstood his rambling argument! Interesting breed these Trolls. Nothing better to do I guess (poor little guy).
Still, if anyone did look at the code, I'm curious, just not so nervous.

https://github.com/mintcoinproject/mintcoin

go ahead

I took a look and in the posproofofwork i found this


    int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;


The compiler uses bedmas i just wanted to ensure but i think in all cases it is same as (coinage*rewardcoinyear)/365 which it might intend to be but I think its the same above. Quick sanity test tells me its a good fn.

Rest looks ok.


Thanks

\
sidhujag
Legendary
*
Offline Offline

Activity: 2044
Merit: 1005


View Profile
February 25, 2014, 07:55:08 AM
 #4863

Code:
        // Set output amount
        if (txNew.vout.size() == 3)
        {
            txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT;
            txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue;
        }

Not sure what this is? When it sends to itself?

Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap?
PCJargon
Full Member
***
Offline Offline

Activity: 126
Merit: 100

Smashing rocks with my GPU


View Profile
February 25, 2014, 07:57:29 AM
 #4864

Code:
        // Set output amount
        if (txNew.vout.size() == 3)
        {
            txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT;
            txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue;
        }

Not sure what this is? When it sends to itself?

Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap?
Personally I think a limited inflation would be best anyways, doge already implemented it. There's spillage, people break their computers, hard drives crash, etc.

Check out this site for legit free BTC. It's like an hourly free lottery ticket that always pays out at least 300 satoshi, and could net you over .3 BTC if you're really lucky. Just gotta fill out a captcha each time. (basically a faucet with chance of real reward)
http://freebitco.in/?r=242778
deadmanwalking
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 25, 2014, 07:58:22 AM
 #4865

Code:
        // Set output amount
        if (txNew.vout.size() == 3)
        {
            txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT;
            txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue;
        }

Not sure what this is? When it sends to itself?

Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap?

I think that is the transaction fee for when you send Mint

\
coolbeans94
Hero Member
*****
Offline Offline

Activity: 613
Merit: 500


Mintcoin: Get some


View Profile
February 25, 2014, 07:59:18 AM
 #4866

Everything went down, but MINT didn't go down "as much". Awesome strength considering the gains it has been making the last week.

(1.) Moral happiness depends upon moral order.
(2.) Moral order depends upon the harmonious action of all our powers, as
individuals and as members of society.
t-minus
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 25, 2014, 07:59:26 AM
 #4867

Code:
        // Set output amount
        if (txNew.vout.size() == 3)
        {
            txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT;
            txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue;
        }

Not sure what this is? When it sends to itself?

Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap?

I think that is the transaction fee for when you send Mint

now that you say that, it kinda does look like it could be.
sidhujag
Legendary
*
Offline Offline

Activity: 2044
Merit: 1005


View Profile
February 25, 2014, 08:02:24 AM
 #4868

Code:
        // Set output amount
        if (txNew.vout.size() == 3)
        {
            txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT;
            txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue;
        }

Not sure what this is? When it sends to itself?

Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap?

I think that is the transaction fee for when you send Mint

There is a seperate fee for mint? Thats what minfee is for 10*cent? Its something else...

Also no 70 billion cap of mining
MaxMinersNet
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
February 25, 2014, 08:07:21 AM
 #4869

https://mint.maxminers.net


We are proud to announce our new Mintcoin Pool:

0% Fee
Only 0.1 mnt withdrawal fees

Automatic Payouts every minute !
DDoS protected
Best EU/US connectivity
Stratum on Port 7890 with Variable Difficulty
Bonuses will be started as soon as first Block has been found !

Check it out now and get your Scrypt Miners in:
https://mint.maxminers.net


1000 MNT Bonus per Block Finder !!!
rznag
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 25, 2014, 08:08:07 AM
 #4870

Code:
        // Set output amount
        if (txNew.vout.size() == 3)
        {
            txNew.vout[1].nValue = ((nCredit - nMinFee) / 2 / CENT) * CENT;
            txNew.vout[2].nValue = nCredit - nMinFee - txNew.vout[1].nValue;
        }

Not sure what this is? When it sends to itself?

Also there doesnt seem to be a hard limit of 70 billion anywhere... 1 coin pow and 5% inflation per year to infinity... Where is the cap?

main.h line 35:             static const int64 MAX_MONEY = 70000000000 * COIN;         // 70 bil

https://coinstorm.net - the Internet of Coins fundraiser starts March 21st, 2017. Join the storm!
Monerodice https://monerodice.net
coolbeans94
Hero Member
*****
Offline Offline

Activity: 613
Merit: 500


Mintcoin: Get some


View Profile
February 25, 2014, 08:11:10 AM
 #4871

Good to see people checking the code. Can anyone confirm at about what time is the Proof-of-Stake supposed to start? It starts in 24 hours or so correct?

(1.) Moral happiness depends upon moral order.
(2.) Moral order depends upon the harmonious action of all our powers, as
individuals and as members of society.
Party Hard
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
February 25, 2014, 08:24:11 AM
 #4872


He didn't didn't say the PoS was bullshit, he said it wasn't as much as someone can get with a pump and dump, which is bullshit because how much you get depends on what your stake is

P.U.R.E.F.U.D

Cool. I guess I misunderstood his rambling argument! Interesting breed these Trolls. Nothing better to do I guess (poor little guy).
Still, if anyone did look at the code, I'm curious, just not so nervous.

https://github.com/mintcoinproject/mintcoin

go ahead

I took a look and in the posproofofwork i found this


    int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;


The compiler uses bedmas i just wanted to ensure but i think in all cases it is same as (coinage*rewardcoinyear)/365 which it might intend to be but I think its the same above. Quick sanity test tells me its a good fn.

Rest looks ok.

Dude you rock! I'm not a pro at sniffing out bad code, but I see what you mean. For others wanting a quick peek at it scroll to line 982 here: https://github.com/mintcoinproject/mintcoin/blob/a4a00c4e4c3c2998368281afe09d12bb5e9e261b/src/main.cpp

Ladies ladies, one at a time.
hadi
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 25, 2014, 08:43:34 AM
 #4873

i am going to vote for mint here
http://www.allcrypt.com/beta/voting.php

where they add mint?which website?
gofoter
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 25, 2014, 08:47:02 AM
 #4874

They'll add it here when it launches-http://www.allcrypt.com/.It's good to vote,I already did.

Kergekoin
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
February 25, 2014, 08:50:07 AM
 #4875


So you quoted the integer, but didnt quote the variables. Im curious, what do think
Code:
int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;
means?

 Cheesy

******  NB! The links below are affiliate - friend type links, which bring additional benefits both, to you and me  ******
Binance - Best Crypto Trading Platform          CoinBase - Fastest way from FIAT to Crypto
Windscribe - The quickest and easyest way to secure and anonymize your internet traffic
hadi
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 25, 2014, 08:51:19 AM
 #4876

They'll add it here when it launches-http://www.allcrypt.com/.It's good to vote,I already did.


and https://www.mintpal.com/voting
i see PND(pandacoin) is on top with 66000 vote but pandacoin is in they list already.why ?
is it scam ?
gofoter
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 25, 2014, 08:52:48 AM
 #4877

Well,I don't know why's that.Maybe a mistake.

djslick
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
February 25, 2014, 08:55:37 AM
 #4878

so these PoS rewards, do i have to keep the wallet open to "generate them" or are they automatically going to be generated based on the date that they were moved into the wallet?

Yes, but you only have to open it up every couple months or so. If you keep your wallet offline for the whole year and then turn it on, you will still get the 20% for the first year.

EDIT: If you want to take advantage of compunding interest, then mint every month or so.

cool! thanks for the tip man

*** STUMP THE TRUMP *** SPURN THE BERN *** VOTE BILLARY! ***
-= www.Billary.rocks | https://bitcointalk.org/index.php?topic=1439754 =-
hadi
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
February 25, 2014, 08:58:00 AM
 #4879

any1 know?
BachMann
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile
February 25, 2014, 08:58:15 AM
 #4880

There are 3 different Pandacoins.
Pand (Panda nr.1) nobody cares about it it seems,
Panda (Panda nr. 2) Wolongs (<- bad guy, so mean) Panda
and PND (Panda nr.3) A Panda without premine and fair launch that was created as a protest to wolong.
Pages: « 1 ... 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 [244] 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 ... 1035 »
  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!