Bitcoin Forum
June 21, 2024, 02:01:24 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 [381] 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 »
7601  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 05, 2017, 11:03:43 AM
Airdrop craze seems to be over Cheesy time for good bounties now
  Grin
7602  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 05, 2017, 05:41:56 AM
Bluzelle telegram bounty (just join and fill form) : https://bitcointalk.org/index.php?topic=2348399.0
7603  Alternate cryptocurrencies / Tokens (Altcoins) / Re: 🚀[ANN][PoSToken]First PoS Smart Contract Token[Lending Program Announced] on: December 05, 2017, 04:09:01 AM
Who knows how long it takes to see staking reward returning to Ether address?
Thank you.

On the transaction confirmation.

Step-by-Step Tutorial to PoSToken PoS Mining -  Fast & Easy

Hi, community

We make a step-by-step tutorial on how to start PoSToken PoS mining. Hope this helpful to you!
Any Ethereum wallet can be used to interact with smart contracts. In the example below we use MyEtherWallet.com to tell you how to start PoSToken PoS mining and get some reward.

1.Query your COINAGE and EXPECTED REWARD
Go to https://calculator.postoken.org/
Most Important: Make sure that your coinage is greater than zero, thus you can get reward via PoS mining.



2.Go to MyEtherWallet & Click "Contracts"



3.Input Contract Address & Contract ABI, then Click "Access" Button.

Contract Address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
ABI/JSON Interface:[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"mint","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"coinAge","outputs":[{"name":"myCoinAge","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"timestamp","type":"uint256"}],"name":"ownerSetStakeStartTime","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"maxTotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"getBlockNumber","outputs":[{"name":"blockNumber","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"chainStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_recipients","type":"address[]"},{"name":"_values","type":"uint256[]"}],"name":"batchTransfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"ownerBurnToken","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalInitialSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"annualInterest","outputs":[{"name":"interest","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeMinAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"chainStartBlockNumber","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeMaxAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"maxMintProofOfStake","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"burner","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"_reward","type":"uint256"}],"name":"Mint","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]



4.Select 'mint' in the dropdown box.



5.Click "Generate transaction" Button to Start PoS Mining
Make sure to set the GAS limit to 200,000



I had send contract but i don't get postoken. 0x721a663e205c3f3b7968ec8c2ae9ad357238947c

Rather just send 0 PoS to yourself with gas price 10 gwei (Reason: cryptokitties) and gas limit 200k. On the transaction confirmation you will receive your reward.

Any updates of this thread? seems dead to me now that all the bounty campaign and airdrop is over.

What about lending program update? And what you mean by "dead"?? Airdrops and bounties long over still this thread is going strong  Grin

7604  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 05, 2017, 03:42:49 AM

This air drop ONLY lets you join if you spam your Facebook friends with their posts but you won't know until you're going through the signup process.

Shitty gimmick Sad

Agreed. You have to complete like 5-6 bounties to receive airdrop and then you must donate 10$, and that even with BTC so 10$+7$ fees so 17$  Grin

I wasted around half hour on this you should not.
7605  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [AIRDROP] [KMC] KemCredit- Shield Of Shared Prosperity on: December 05, 2017, 02:54:56 AM
The starting slogan(?) is so true, I once heard in one of fb groups that, "if hard work brings more money then farmers would be richest".

No offense to anyone  Cheesy
7606  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 04, 2017, 03:00:47 PM
Guys BTCRED reached 0.80$ and currently at 0.46$ so this is next big drop next to ebtc at around $1.6k. But, damn that is really hard task to know which coin/tokens will moon and which will not :/

Apparantly holding is profitable
7607  Alternate cryptocurrencies / Tokens (Altcoins) / Re: 🚀[ANN][PoSToken]First PoS Smart Contract Token[Lending Program Announced] on: December 04, 2017, 09:02:19 AM
hello,everybody,Anyway can someone tell me if there's any info on the differences between how this system will work and other "lending" systems?   I haven't seen anything other than the little chart.

Please wait, all info will unveil on dec 15th.
7608  Alternate cryptocurrencies / Bounties (Altcoins) / Re: 🌟🚀 [BOUNTY] Sandblock – Decentralized consortium of brands and customers 🚀🌟 on: December 04, 2017, 04:51:52 AM
Where can to see bounty stakes Twitter ?

I asked same on their telegram group, Admin said "Everything will be automatically checked, you just have to retweet and like".

7609  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 04, 2017, 03:04:42 AM
This may not be the correct place to ask this question.  Whenever a coin/token has multiple airdrops and the registration requires a comment here on bitcointalk, do we have to enter a comment for each airdrop or does one comment cover all follow on airdrops?

You have to comment on that airdroppped projects particular Ann, and no it does not cover all airdrops.
7610  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 04, 2017, 03:03:08 AM
I always look on airdropalert.com for them

They often miss Waves and other platforms... they mainly focus on ETH

Most Waves tokens are worthless anyway lol, and except etherum tokens one gave me good amount was ethereum dark, it went up like crazy.

Edit: wow I just realized ethereum dark was ether token Tongue



I don't even know where they can be sold

They can be sold on waves wallet itself, checkout some tabs around you will see something like "waves decentralized exchange"
7611  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 04, 2017, 03:01:29 AM
Guys, please how to do get images to show here, I really don't understand how it's done

[*img]upload your image on some image hosting site and paste link here[*/img]

Note: remove asterisk from code  Tongue
7612  Alternate cryptocurrencies / Tokens (Altcoins) / Re: 🚀[ANN][PoSToken]First PoS Smart Contract Token[Lending Program Announced] on: December 03, 2017, 01:56:10 PM
Back in August POSToken looked so promising, but in the last 2 months it has become quite scammy, with this ponzi scheme lending, and the locked CE accounts.

Changes is the only thing permanent in this industry, the boom of different lending ICO/Websites/Crypto probably makes the dev team change his mind about the postoken 2.0 launch. its good for the early investors since they already grab the cheapest price of each token, soon when the website is launch we can expect the price to shoot atleast x10 of its  current price in the first week.

Change is the only thing permanant in this world/universe  Cheesy
7613  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 03, 2017, 11:46:03 AM
Today most airdrops were crap tbh
7614  Local / Alt Coins (India) / Re: [ANN][PRE-ICO] Sandblock — ग्राहक की संतुष्टि ब्लॉकचेन पर on: December 03, 2017, 04:46:42 AM
सभी को नमस्कार।

Sandblock का विश्व दौरा चल रहा है।

हम स्थानीय क्रिप्टो समुदाय से मिलने के लिए, उद्योग अभिनेताओं को Sandblock प्रोजेक्ट पेश करने के लिए और दुनिया में हर जगह बनाए जा सकते प्रभाव के बारे में चर्चा करने के लिए के लिए अभी-अभी London(लंदन), Paris(पेरिस) और Parague(प्राग) गए।

अगली मंज़िले:

• 🇨🇴 Colombia(कोलंबिया) - Bogota (बोगोटा)
• 🇭🇰 Hong Kong(होंग कोंग)
• 🇸🇬 Singapore(सिंगापोर)
• 🇯🇵 Japan(जापान) - Tokyo(टोक्यो)
• 🇰🇷 South Korea(साउथ कोरिया) - Seoul(सोल)

हम आपको वहाँ मिलने की आशा करते हैं!
7615  Alternate cryptocurrencies / Tokens (Altcoins) / Re: 🌟🚀 [ANN][PRE-ICO] Sandblock – Decentralized consortium of brands and cust 🚀🌟 on: December 03, 2017, 03:51:46 AM
Waiting to see in exchangers list. Looking forward on this, thanks devs.

There is much time for that, as commented above Sandblock team is spreading their project around the world, then there will be an ICO, then exchanges. Since its ethereum token, first exchange would be etherdelta.
7616  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 03, 2017, 03:48:49 AM
I always look on airdropalert.com for them

They often miss Waves and other platforms... they mainly focus on ETH

Most Waves tokens are worthless anyway lol, and except etherum tokens one gave me good amount was ethereum dark, it went up like crazy.

Edit: wow I just realized ethereum dark was ether token Tongue

7617  Alternate cryptocurrencies / Announcements (Altcoins) / Re: .............. C .............. on: December 03, 2017, 03:47:20 AM
This is scam and I can't even get erection because you know?
7618  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [AIRDROP] BLCX : COMMUNITY COIN -Building the vlockchain community on: December 03, 2017, 03:29:40 AM
Guys don't you think, you need a better logo? Current one feels like image taken from CC0 site lol

Edit: apologies, I thought that image on Google form is your logo but on Twitter it is alright.
7619  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 02, 2017, 01:00:34 PM
Free 100 RTH coin just for signup:

Link with ref (if you whish) https://www.rutheneum.com/register?referral=CryptoAirdropSignals
Link without ref https://www.rutheneum.com/register


There is some problem with the site, I tried to sign up through mobile - during load it asks for something like credentials storage access.

Beware!
7620  Alternate cryptocurrencies / Altcoin Discussion / Re: Any new airdrop coins? on: December 02, 2017, 10:59:56 AM
New one Neoblack
https://bitcointalk.org/index.php?topic=2503421
On Website the Form...njoy it
Why i receive this message when i press this link?
The topic or board you are looking for appears to be either missing or off limits to you.

Thread got deleted by mods. Good job  Grin
Pages: « 1 ... 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 [381] 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!