Pages:
Author

Topic: ◥TALK◥15%◣bitcointalk(💬) est✪2014★yr4✪ [btc]💬 - page 74. (Read 125363 times)

legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
re: How do I get hold of some of these TALK coins?

1. OTC  (pos 4 pos trades) ... I made a OTC thread but business can be done in this thread until it clutters things up
2. alcurex .... https://alcurex.org/index.php/crypto/index
3. tips (PM me your TALK address) ... a kind of p2p faucet

---
@bumba
fun coin like it, but runs a little sluggish for my taste, small issue in the bigger picture

"also twice an hour, we've got a bot sending coins with a random tx fee of between 10-40 coins. So anyone staking has a chance to get that extra fee."

i might 'borrow' that idea  Grin
legendary
Activity: 1176
Merit: 1005
crunck
How do I get hold of some of these TALK coins ? is there a faucet or something as I am not signed upto either of the exchanges.

Thanks
legendary
Activity: 1176
Merit: 1005
crunck
Hi, been meaning to post here for a while but have been distracted...

bumbacoin is an oldish coin, nearly 2 years Cheesy although starting off as scrypt pow, converting to x11 pos in nov2014.

During the swap not all coins were exchanged, leaving a few million (of the 20 million in circulation).
We have been giving those away in a variable process for the last few months. (for recent remaining balances see this post https://www.cryptopia.co.nz/Forum/Thread/338?postId=2893)

After the exchanges it was listed on all (comkort and allcrypt) going the way of the dodo,
we were privileged to get on cryptopia through user votes.

----------------------------------------------------------
The basic stake values are:
static reward of 2 coins,
10 minutes min age
30 days max age
30 blocks maturity (lol i'll have to check that number)

Our current giveaway process is a few random giveaways in this thread https://www.cryptopia.co.nz/Forum/Thread/361

And also twice an hour, we've got a bot sending coins with a random tx fee of between 10-40 coins. So anyone staking has a chance to get that extra fee.


Main bumba thread https://bitcointalksearch.org/topic/ann-bumbacoin-pos-x11-592679


Hmm interesting and not a coin I have come across, I shall follow your links and read up on the coin now.....
legendary
Activity: 1638
Merit: 1036
Hi, been meaning to post here for a while but have been distracted...

bumbacoin is an oldish coin, nearly 2 years Cheesy although starting off as scrypt pow, converting to x11 pos in nov2014.

During the swap not all coins were exchanged, leaving a few million (of the 20 million in circulation).
We have been giving those away in a variable process for the last few months. (for recent remaining balances see this post https://www.cryptopia.co.nz/Forum/Thread/338?postId=2893)

After the exchanges it was listed on all (comkort and allcrypt) going the way of the dodo,
we were privileged to get on cryptopia through user votes. https://www.cryptopia.co.nz/Exchange?market=BUMBA_BTC



----------------------------------------------------------
The basic stake values are:
static reward of 2 coins,
10 minutes min age
30 days max age
30 blocks maturity (lol i'll have to check that number)

Our current giveaway process is a few random giveaways in this thread https://www.cryptopia.co.nz/Forum/Thread/361

And also twice an hour, we've got a bot sending coins with a random tx fee of between 10-40 coins. So anyone staking has a chance to get that extra fee.


Main bumba thread https://bitcointalksearch.org/topic/ann-bumbacoin-pos-x11-592679
legendary
Activity: 1176
Merit: 1005
crunck
I like DMD
the tech is solid POS+POW(on anti-asic flavor Groestl?)
but the inflation is a bit high.  so i'd watchout for a major down pricing, but it should regain and hold the $500k marketcap after a dip.


Thanks for the comments there appreciated  Smiley
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
Cryptsy - Complaint Filed with the Florida Attorney General [UPDATE]
https://bitcointalksearch.org/topic/deleted-by-request-361514

UPDATE:

I took a day off on Thursday December 12th and drove up to Tallahassee to the Florida AG's Office. After about an hour lecture and introduction to Crypto for two Investigators and Assistant AG, I then showed them several exchanges and Cryptsy, who was operating inside the State of Florida. Excited wasn't the word, you would have thought it was Christmas in addition to their jaw's dropping when they saw the volume and the amount of unregulated $$$ flowing through Mr. Vernon's site. They were extremely concerned at the potential fraud that was happening and the theory of a possible multimillion dollar ponzi scheme just seemed to materialize out of thin air. While she said they couldn't determine "if anything was indeed amiss, they were certainly going to be talking to Mr. Vernon as well as contacting their Federal counterparts"
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
I like DMD
the tech is solid POS+POW(on anti-asic flavor Groestl?)
but the inflation is a bit high.  so i'd watchout for a major down pricing, but it should regain and hold the $500k marketcap after a dip.

TLDR; dmd=top100_LONG_TERM // (easy call)
legendary
Activity: 1176
Merit: 1005
crunck
Another informative read here, I do like this thread - an un bias view on various coins !

So may I ask for your thoughts on Diamond please as SandG is thinking of investing... Many Thanks
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
Cryptopia
POS in 'maintenance'
------------
PIG
XMG
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
@ctgiant
Thank Q!  Bounty check is in the block chain mail Wink

-----
Noticed POT withdraws are now pending at cryptsy.

Also JBS (a prefectly working POS) is be captured in 'maintenance' for several months.

[Bounty 10TALK]
 per known working POS coin on cryptsy either stuck in pending or maintenance
sr. member
Activity: 298
Merit: 250
CENT
does it stake?
https://github.com/Rozu/Pennies


(bounty 125 TALK for proof ... say a blockchain link?)

Sure it stakes.  Here is a link to the latest block.  Look at the column titled mint.  That was the last stake, which was for 2940 CENT.

http://pennies-explorer.ddns.net:8080/richi-master.php?7c156e81c55f34b50812023807465f8d4a05e0c0dece7470ec6d7e80c05917ae


Also this is the code in main.cpp that refers to staking rewards:
Code:
// ppcoin: miner's coin stake is rewarded based on coin age spent (coin-days)
int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nTime)
{
    static int64 nRewardCoinYear = 1;  // creation amount per coin-year
    int64 nSubsidy = nCoinAge * 1 * nRewardCoinYear;

    // Now that we have a block number reduced rewards started use this
    // instead. This should prevent syncing issues going forward.
    if(nTime >= 1389139200)
    {
        nSubsidy = nCoinAge * 0.0001 * nRewardCoinYear;
    }
    if (fDebug && GetBoolArg("-printcreation"))
        {printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);}
         
    return nSubsidy;
}
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds


in case the opportunity is to big for u
u can get at least 150 DMD by find someone who can take it



https://bit.diamonds/auction.html


(first round only two legendary10 are avaiable and both have a bid already!)

(The Allnatt Diamond: Unique Crypto Asset)is at 2.6 BTC

and other /The Moussaieff Red Diamond: Unique Crypto Asset) at 3.5 BTC already

so in fact both stones of phase 1 are above starting bid of phase 2 already
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
>> getinfo
Coin Supply (TALK)
64162126.599509

--
so inflation is well below schedule from the base of 64M
162126.5 coins minted (nearly 2 years @15%)


my math 84.640.000
so 20M coins basically have not been staked/minted!


2050
2043
2036
2029
2022
2015
2008
2001
1994
1987
1980
1973
1966
1959
1952
1945
1938
1931
1924
1917
1910
-----
1913 (December 23, 1913)

debt accelerate from G
restoration of the land titles (land of their fathers)

TALK 2.299
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
CENT
does it stake?
https://github.com/Rozu/Pennies


(bounty 125 TALK for proof ... say a blockchain link?)
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
stakes IPO 21 jan 2016

http://www.bitcoin-21.com/




Specifications

21 Million Coins POW
SHA256 Algorithm
10 Minute Block Time (may consider reduced block time)
2MB block size (may consider increased block size)
0.00021% POS
2.1 days to stake
21 day coin maturity to stake reward

Premine: 1 million (to be held for 5 years and available to corporate investors to increase value and adoption)

A digital certificate guaranteeing the premine will be held for 5 years will also be provided to each IPO investor as an official legal bond.
Until the 5 year period has expired those 1 million coins shall be the joint property of IPO investors and the inventor/developer for the purposes of ensuring
a sustainable financial future for a foundation, roadmap, hardware and any other necessary running costs.
(IPO investors will be required to register and verify identity to receive the digital certificate and voting consensus for the future of the digital currency)

IPO: 1.1million (available to the general public, businesses etc) maximum purchase of 5,000 units per person


IPO Unit prices

0 - 250 units - $1 each / 0.0025 BTC each
251 - 500 units - $2 each / 0.005 BTC each
501 - 1000 units - $3 each / 0.0075 BTC each
1001 - 2500 units - $4 each / 0.01 BTC each
2501 - 5000 units - $5 each / 0.0125 BTC each

legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
"Yes, yes, I ve been listening to doom theorists since I got into DMD over a year ago. Yet, after 2.5 years, DMD Diamond s still around. Do you want me to calculate total volume over these 2 years? I m sure you could sell your house, car, kidney and who knows what else and still you wound not come close."
https://litecointalk.org/index.php?topic=25532.msg293696#msg293696


---
like the idea of LTC TALK Wink
legendary
Activity: 2020
Merit: 1041
@#crysx

thanks for reviewing the DMD auction details ... i just saw lots of words and was a bit confused ... but it looks fancY!

---------
Cryptsy Rumours

https://www.reddit.com/r/Bitcoin/comments/3waq3m/beware_of_cryptsy_please_read/

It has less then 1 btc volume.
check out Litecointalk.

https://litecointalk.org/index.php?topic=25532.120
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
TEK has CNY market!

Cryptsy has locked the Tekcoin wallet and claims there is something wrong with the Tekcoin block chain. Is this true or is this another example of suspicious activity at Cryptsy?

no word yet.

TEKcoin has been added to https://wwww.bitebi9.com/markets/view/TEK_CNY

Thundertoe > there's a typo in the url you posted for the new exchange listing Tek. You've gone into overdrive with your wwwwws! You've put 4 instead of 3. People using Firefox have been getting untrusted connection warnings! Here's the corrected url:

bitebi9     https://www.bitebi9.com/markets/view/TEK_CNY

bitebi9 is a start up company within the Bao Luo Technology Company Ltd., Dalian, China. It is interesting because the only fiat featured there is Chinese CNY. Apparently you can buy BTC cheaper there. Lots of other coins are listed besides BTC and Tek.

The exchange looks like a Cryptsy subsidiary. mmmmmmm ... I wonder. Well worth encouraging in my book.
Pages:
Jump to: