Bitcoin Forum
April 27, 2024, 10:05:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 ... 386 »
  Print  
Author Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet  (Read 679269 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
July 06, 2014, 01:03:17 AM
Last edit: June 17, 2020, 02:05:50 AM by presstab
 #1

HyperStake
Faster-than-light crypto
HyperStake.io




What is HyperStake?
HyperStake is meant to be an experimentation in cryptocurrency economics. HyperStake's primary goal is to create a cryptocurrency that provides a generous return for securing the block chain without massive inflation. Currently inflation is managed through the maximum stake reward of 1000 HYP per stake combined with a block target of 90 seconds, this means maximum coins per day of 960,000 HYP. HyperStake is a very safe and easy to use coin that has withstood the test of time. HyperStake is 100% Proof of Stake and uses no Proof of Work mining.

Why HyperStake?
HyperStake aims to be the best cryptocurrency to use for staking. Advanced staking tools within the wallet allow users to have complete control over their staking strategy and ability to maximize rewards. HyperStake has the most advanced wallet and tools for staking available anywhere. The ultimate goal of HyperStake is to become the #1 coin within the Proof of Stake category. When someone mentions Proof of Stake, HyperStake is what should immediately come to mind. A stage of aggressive development of HyperStake has begun and the quest to become the most notorious Proof of Stake coin continues!




Getting Started Guide - Video Guide - Written Guide

  • Proof of Stake Blocks Only
  • 90 Second Block Time
  • Minimum Age - 8.8 days (rounded)
  • Maximum Age - 30 days
  • Annual Stake Rate - up to 750% (see presstab.tools for avg paid rate)
  • Maximum Stake Subsidy - 1,000 HYP
  • Recommended Block Size - 15,000-30,000 HYP (see tutorial for splitting blocks)

BLOCKS LESS THAN 15,000 HYP WILL TAKE MUCH LONGER TO STAKE BECAUSE OF HIGH DIFFICULTY

How Does Inflation Control Work?
Inflation control limits the maximum amount you can stake to 1,000 HYP for each block. This means that you will want to split your HYP blocks into the appropriate amount of HYP if you want to receive 750% reward, or else you will have your reward capped at 1,000 HYP. Reward is calculated by the following formula:
Code:
Reward = min(HYPamount * (7.5/365) * days-to-stake, 1,000)
Many of us have come to the conclusion that with such high difficulty, it is worth using bigger block size that will definitely hit max reward of 1,000, but will stake faster because of large size.
See the splitting blocks tutorial for assistance. Also visit the inflation control wiki page and the inflation prediction website.

Roadmap


Wallet Features:
- Custom Themes: HyperStake currently has 6 well designed themes to choose from. The wallet themes are able to be switched on the fly.  When ZeeWolf designed the custom theme code for HyperStake, he made it so it would be easy for normal users to copy an existing theme and edit it to create their own theme. You can edit and add themes on the fly with no compilation needed.

- Advanced Coin Control: HyperStake has the most advanced version of coin control that has been implemented in any cryptocurrency wallet. The wallet allows you to easily select coins in mass via our coin filter box. The HyperStake wallet provides much more information than the standard coin control implementation, displaying columns like Age, Stake Weight, Estimated Days to Stake, and Potential Stake Value.

- Block Splitter: Split your coin blocks (our name for UTXO's) in one simple transaction. No need to use multiple transaction to split a coin block of 100,000 HYP into 20 coin blocks of 5,000 HYP. See this quick tutorial video for an overview.

- RPC Coin Control: We have added the ability to use the complete coin control tool-set via RPC. This means that users that run the daemon will not be left behind.

- MultiSend: MultiSend is a rebuild of what used to be called Stake For Charity (s4c). MultiSend allows a user to automatically send a percent of their stake reward to as many addresses as you would like. The MultiSend transaction is sent when the staked coins mature (30 confirmations). The only current restriction is that you cannot choose to send more than 100% of your stake using MultiSend. MultiSend is a perfect tool for sending reoccurring payments to a friend, sending part of your stake to a dice site, sending part of your stake to IRC, or even sending part of your stake straight to your exchange address. View the MultiSend Wiki Page for more information.

- Stake Split Threshold: HyperStake tries to give the user more control over every aspect of staking possible. By using the "setstakesplitthreshold" RPC call you are able to tell your wallet when you want your staked coins to split or to stay combined.

- Disable Stake: The HyperStake wallet allows you to disable your staking if certain parameters are met.  Currently you can set your wallet to disable your stake by monitoring your wallet stake weight or network difficulty.

- liteStake : Previously the staking process would continuously rehash the same hashes over and over, needlessly taking up valuable CPU power. HYP added a std::map that tracks the block height and the last time the wallet hashed on this height. Depending on your staking settings, the wallet will not begin a new round of hashing until after a certain amount of time has passed, or a new block is accepted. This means that there will be 1-5 seconds of CPU hashing once every minute, compared to continuous CPU hashing.


List of HyperStake Custom RPC Calls
:
Code:
cccustomchange <address>
cclistcoins
cclistselected
ccreset
ccreturnchange
ccselect <output hash><output index>
ccssend <HYP address><amount>
delete <address>
disablestake <true/false><conditions>
getconfs <txid>
getmoneysupply <height>
getpotentialstake
getstakesplitthreshold
getstaketx <txid>
getweight
hashsettings <drift/interval><seconds>
moneysupply
multisend <command>
setstakesplitthreshold <1-999,999>
strictincoming <true/false>
strictprotocol <true/false>


See our wiki for more specific HyperStake details




Version 1.1.4 : Windows - https://github.com/hyperstake/HyperStake/releases/tag/v1.1.4

Version 1.1.2 : Windows, Mac, Raspberry Pi - https://github.com/hyperstake/HyperStake/releases/tag/v1.1.2

Source here: https://github.com/hyperstake/HyperStake

Nodes - http://www.presstab.tools/phpexplorer/HYP/nodes.php

Syncing Notice: When syncing the chain, the client can get stuck occasionally and need to be restarted in order to continue syncing. Please consider using the bootstrap for the quickest sync.

Block Chain Bootstrap
Bootstrap file updated every hour - http://hyperstrap.ml/
     Usage: extract bootstrap.dat into data directory (for Windows go to "run" and type in %appdata% and find HyperStake folder), remove blkindex.dat and blk0001.dat. When you fire up your QT wallet, it will automatically detect the bootstrap and begin to work. Bootstrapping may take an hour or two depending on the machine, please be patient, the bootstrap happens from the splashscreen, and clicking on it while bootstrapping may cause it to quit. Please note that it is common for the bootstrap to load 90k or so blocks at a time and jump out of bootstrap mode (fixed in v1.1.3). If you client does this, simply turn it off. Go back to your datadir and rename bootstrap.dat.old to bootstrap.dat and restart your client, it will pick up where it left off.
If you are using the daemon you will need to enter the following startup switch: ./hyperstaked -loadblock=bootstrap.dat


Raspberry Pi Install Instructions - http://hyperstake.wikia.com/wiki/How_to_build_for_Raspberry
Raspberry Pi Install Script - https://github.com/zeewolfik/raspberrypi/tree/master/hyperstake



HyperStake/Bitcoin
unnamed.exchange - HYP/BTC



Explorers
hyp.presstab.tools

Rich Lists
presstab.tools Richlist (with address claim)                                      




Official Media/Social Outlets
http://hyperstake.slack.com - Auto Invite
http://www.reddit.com/r/hyperstake/        
##hyperstake on freenode - http://webchat.freenode.net/?channels=##hyperstake

Coin Announcements
https://www.crypto-city.com/index.php/hyperstake-hyp-ann/
https://cryptocointalk.com/forum/1881-hyperstake-hyp/
http://www.peercointalk.org/index.php?topic=3135.0
http://8btc.com/forum.php?mod=viewthread&tid=11129
http://8btc.com/forum.php?mod=viewthread&tid=11728 (Mandarin)
http://www.cryptoclubz.com/forum/#topic/HyperStake-750-PoS-Most-Advanced-Coin-Control.htm

International HyperStake [ANN] Threads
Chinese Thread (Mandarin)
Russian Thread
French Thread
Português Thread
Indonesian Thread
Greek Thread

Threads/Documents
Inflation Predictions - http://hypsupply.ml/

Media Coverage
http://bitcoinist.net/hyperstake-a-coin-with-750-annual-pos/
http://bitcoinist.net/interview-presstab-pos-vulnerabilities/
http://www.devtome.com/doku.php?id=the_rise_of_high_yield_pos_coins_with_integrity#the_grand_experiment
https://soundcloud.com/supernetradio/coin-of-the-week-episode-7-hyperstake-hyp

Games
Dice - AlterDice
Dice - CryptoGamblers.club
Dice - luckyalt.com

Market Capitalization and Statistics
HyperStake CoinMarketCap
HyperStake CryptoCoinRank

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
1714212310
Hero Member
*
Offline Offline

Posts: 1714212310

View Profile Personal Message (Offline)

Ignore
1714212310
Reply with quote  #2

1714212310
Report to moderator
1714212310
Hero Member
*
Offline Offline

Posts: 1714212310

View Profile Personal Message (Offline)

Ignore
1714212310
Reply with quote  #2

1714212310
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714212310
Hero Member
*
Offline Offline

Posts: 1714212310

View Profile Personal Message (Offline)

Ignore
1714212310
Reply with quote  #2

1714212310
Report to moderator
1714212310
Hero Member
*
Offline Offline

Posts: 1714212310

View Profile Personal Message (Offline)

Ignore
1714212310
Reply with quote  #2

1714212310
Report to moderator
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
July 06, 2014, 01:04:30 AM
Last edit: December 04, 2015, 03:04:33 PM by David Latapie
 #2

Good morning, commander davidlatapie from the starship USS Hyperprise. All systems operational. We are good to go.
The captain is in his quarters. I am at your disposal here and on ##hyperstake.

Experiments
Experiment #1: fork launch - sidechain-like distribution (see clam for a similar-looking distribution, the proof-of-chain)
Experiment #2: high-pure-PoS (no PoW). First ever?
Experiment #3: self-moderated thread (bitcointa.lk for the paranoids)
Experiment #4: stake bounty (update)

Projects
These are projects proposed by the community, which may not be officially sanctionned
  • Website: 2k HYP at least
  • HYP @5k sat: 1 BTC to dev team

Social networks
https://twitter.com/hyperstake
https://www.facebook.com/hyperstake
http://www.reddit.com/r/hyperstake/
##hyperstake (with tipbot)

The team:
Read Who is the team?

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
July 06, 2014, 01:30:27 AM
 #3

This us going to be a lot of fun Wink

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
sluppy
Legendary
*
Offline Offline

Activity: 2020
Merit: 1041



View Profile
July 06, 2014, 01:33:33 AM
Last edit: July 06, 2014, 01:45:41 AM by sluppy
 #4

HyperStake will be created via hard fork of an existing coin, TruckCoin.  The fork will occur Sun, 06 Jul 2014 20:30:25 GMT

HyperStake
Faster-than-light crypto

High PoS coins like HBN (100%), CAP(200%), TEK(500%) is not enough? Enter HyperStake, the coin light-years ahead.

What is HYP?

HyperStake is meant to be an experimentation in cryptocurrency economics. Do you like the thrill of living on the bleeding edge, and get the features before the others? Then HyperStake is for you.
We won't experiment for the stake of experimenting. We want the coin to be viable too.
We will listen to you, we will use bounties for offloading work for on you.
HyperStake is using a fork launch, as mentioned above.  This means we had to actually buy into the coin instead of creating an IPO or pre-mining. A quick warning that TRK did have a premine of 120k which is mostly spent and is completely unrelated and uncontrolled by the HYP team.

Hyperstake is based on Truckcoin.

Who are the devs?

Captain presstab and Commander davidlatapie are experienced holders and freelance devs of several coins (HBN, TEK, NOBL, TRK, MINT, XMR...). They are currently the only devs but are open to accept pull requests and submission from other community members.

HyperStake Technical Details:

Proof of Stake
90 Second Block Time
Minimum Age ~ 8 days
Maximum Age - 30 days
Annual Interest Rate - 750%
Maximum Stake Subsidy - 1,000 HYP
Recommended Block Size - 1,600 HYP

Why did you fork an existing coin?
After buying into TruckCoin and seeing the diminishing exchange rate because of lack of dev support, we decided to take things into our own hands. We are giving the TRK community a chance to make their coins worth something again.  We get to take the coin into our own hands through a voluntary hard fork and we plan on adding many features through time. Join the experiment with us.

If you have TRK right now that you would like to be able to use as HYP, then it will need to be withdrawn from any of the exchanges and held in a wallet.  You will then be able to locate the wallet.dat file in the appdata directory in the truckcoin folder.  Make a copy of the wallet.dat and copy it over to the hyperstake folder. Note that this does not destroy or transfer your truckcoin or anything like that. If you have TRK before the fork you will essentially double your coins for free.

Wallet
We will release a wallet after the hard fork occurs.  We will stake the first forked block and we will checkpoint it into the client, upload the repo, and link everyone to a freshly built wallet.

To Do
- Get an exchange
- Updated logo (right now using very basic design)
- Block explorer
- Website

sounds pretty good only 750% is Very high i think 200% was pushing it allready.
the truckcoin dev is onboard with your plan?
can we get the current exchanges to change to the new wallet ?
else we will just leave a dead coin slot on their exchange maybe they will want to work with us.(they did something similar for Piggy coin i think)
other then these few questions i have id like to say thank you taking on this job and what would u want us to do to help promote this coin.
can u make a twitter ann please so we can retweet it for starters.
i hope the same guy could make a block explorer for this that did the one for truckcoin.(ill donate 1k for the new block explorer)(Bawaler made it last time if i remember correctly)
maybe a logo desin contest ill donate 1k HYP to the winner and im sure others will chip in as well.
ill donate another 2k to the guy that makes the website.
and ill donate 1 btc worth of HYP to the devs when we hit 5k sat like was discussed in the previous thread.

Great to see some Action beeing taken HYP to the Mooon !

The only thing necessary for the triumph of evil is for good men to do nothing. Edmund Burke -- May the forces of evil become confused on the way to your house.George Carlin
We pay for life with death , so everything in between should be free. Bill Hicks -- It is during our darkest moments that we must focus to see the light. Aristotle
Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Buddha -- The only true wisdom is in knowing you know nothing. Socrates
rel-oad
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
July 06, 2014, 01:39:18 AM
 #5

I was secretly hoping presstab might get more involved in Truckcoin but I didn't expect this! Be great to have some skin in a presstab coin.

This looks to be a mix between TRK/TEK/CAP. Exciting times.
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
July 06, 2014, 01:45:50 AM
Last edit: July 06, 2014, 02:07:21 AM by David Latapie
 #6

We have some plans to mitigate the 750% rate. The truckcoin dev is not on board but he is welcomed to help in any way he sees fit.

Remember: this coin is a succession of experiments, things can change, even the interest rate, min age, whatever. Even more than with other altcoins, don't put money you cannot afford to lose. There is a reason why this is the bleeding edge Smiley

Social network, website, logo... Please do! First arrived, first served. We may decide retroactively to refuse something. No guarantee, no promises, no nothing. And remember: no premine or IPO, so everything will be handled by the community. Among other experiment, we'd like to see how staking make good bounties.

You can TRK on bittrex or allcoin. Probably the price of TRK will explode tomorrow and will fall by Monday, that's a side effect of this mode of distribution.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
July 06, 2014, 01:50:20 AM
 #7

750% is a huge rate.  That's why David and I decided to implement maximum stake reward of 1000 per block, it will calm the inflation.  Eventually this coin will be even less inflationary than trk

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
July 06, 2014, 02:22:59 AM
Last edit: September 20, 2014, 07:25:30 PM by David Latapie
 #8

It is possible than HYP is already taken. Please tell us if this is the case.

HYP to the Mooon !
Tss, tsss, tsss... To hyperspace Smiley

can u make a twitter ann please so we can retweet it for starters.
https://twitter.com/HyperStake/status/485615511615856641

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
mafort1469
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
July 06, 2014, 02:55:36 AM
 #9

Hello, so what happens if I don't remove my TRK from online exchange before fork? Can I download new HYP wallet and transfer TRK wallet.dat file on Monday to new wallet? Lets say I have 1000 TRK so on Monday I would have 2000 HYP? Thanks.
Ense04
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
July 06, 2014, 03:01:14 AM
 #10

I have no idea how to do this -> "locate the wallet.dat file in the appdata directory in the truckcoin folder.  Make a copy of the wallet.dat and copy it over to the hyperstake folder."

Can someone give me step-by-step instructions on how to do this? If this is too amateur hour, please PM me.

Thanks
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
July 06, 2014, 03:05:40 AM
 #11

Hello, so what happens if I don't remove my TRK from online exchange before fork? Can I download new HYP wallet and transfer TRK wallet.dat file on Monday to new wallet? Lets say I have 1000 TRK so on Monday I would have 2000 HYP? Thanks.

Then your coin would be in the exchanges wallet which would have to be moved over to the new daemon.  Safe bet is to get it to your own wallet.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
mafort1469
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
July 06, 2014, 03:06:51 AM
 #12

OK, thanks! And the coins will double from TRK to HYP?
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
July 06, 2014, 03:09:16 AM
 #13

Hello, so what happens if I don't remove my TRK from online exchange before fork?
You don't get free HYP, that's all. Remember we are not affiliated with TRK dev. TRK will continue to its own life.
Can I download new HYP wallet and transfer TRK wallet.dat file on Monday to new wallet? Lets say I have 1000 TRK so on Monday I would have 2000 HYP? Thanks.
Depends on how long will the grace period be (grace period: time between availability of the HYP wallet and actual forking). I can't tell you the time now. It won't be weeks, that's for sure.
After the transition, you won't have 2000 HYP. You will have 1000 TRK and 1000 HYP. You will keep the same address so you won't be able to multiply the 1000 TRK in several time 1000 HYP. It also means that you will have two different coins with exactly the same address - which is not a problem since you won't be using the same daemon once the hardfork is done. Much like having two machines called 192.168.0.5 is no problem in two different companies.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
youngcave
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
July 06, 2014, 03:10:30 AM
 #14

Annual Interest Rate scared me, but I think the 10000% interest rate will be better, because it can be scared to death of all BTT members.
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
July 06, 2014, 03:14:30 AM
 #15

I have no idea how to do this -> "locate the wallet.dat file in the appdata directory in the truckcoin folder.  Make a copy of the wallet.dat and copy it over to the hyperstake folder."

Can someone give me step-by-step instructions on how to do this? If this is too amateur hour, please PM me.

Thanks
I assume you are using Windows.
0. Make sure the TRK wallet is closed
1. Win+R to invoke the run command
2. explorer.exe (then enter) to get the explorer window
3. Ctrl+L to select the address bar of the explorer
4. Replace the content of the address bar with %appdata%/truckcoin (then press enter)
5. Copy wallet.dat
6. Ctrl+L again to select the address bar of the explorer
7. Replace the content of the address bar with %appdata%/hyperstake (then press enter)
8. Paste wallet.dat (the one you copied on step 5). You will be prompted for overwriting (since they have the same name). Confim.
9. Open hyperstake wallet. You should get the exact same number of HYP that you had of TRK.

All from memory since I don't have a Windows (and I am a lazy ass who doesn't want to start an VM)

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
CrazyLoaf
Hero Member
*****
Offline Offline

Activity: 763
Merit: 534



View Profile
July 06, 2014, 03:14:42 AM
 #16

Gah. Crypto madness! Shocked Count me in! Grin
mafort1469
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
July 06, 2014, 03:17:15 AM
 #17

Can you please, please, please make the HYP wallet as easy to install on Ubuntu 14.04 as the TRK wallet??? NO BS and it installed perfectly. Thank you!!!!!!!!
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
July 06, 2014, 03:24:57 AM
Last edit: August 03, 2014, 12:30:40 AM by David Latapie
 #18

Can you please, please, please make the HYP wallet as easy to install on Ubuntu 14.04 as the TRK wallet??? NO BS and it installed perfectly. Thank you!!!!!!!!
It will. I run on Arch myself and I am used to create oneliners for wallets. It will probably be something like this:
Code:
cd ~/cryptos && rm -rf HyperStake && git clone git://github.com/presstab/hyperstake && cd hyperstake && qmake-qt5 HyperStake-qt-linux.pro && make && ln -s ~/cryptos/hyperstake/hyperstake-qt ~/Desktop/HYP

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
armin22
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 06, 2014, 03:31:27 AM
 #19

This will be funny.  Ill pick up some truck, 1700 will mean max stake per month right???  I beleive this new change will cause trk vaue to skyrocket for a little while.

qiwoman2
Legendary
*
Offline Offline

Activity: 2114
Merit: 1023


Oikos.cash | Decentralized Finance on Tron


View Profile
July 06, 2014, 03:34:20 AM
 #20

I have 10k truck sitting in allcoin.. Hubby did a Chinese translation for TRUCKCOIN but unfortunately we were never paid a bounty for it..so want to apply for promo bounty here for promotion on blog in English plus some translation of ANN?  Smiley


█▀█ █ █▄▀ █▀█ █▀ ░ █▀▀ ▄▀█ █▀ █░█
█▄█ █ █░█ █▄█ ▄█ ▄ █▄▄ █▀█ ▄█ █▀█



DeFi on Tron
and trustless token exchange
█████











█████

██████████████████████████████████████████████████████

JOIN OIKOS

██████████████████████████████████████████████████████

█████
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
    █
█████
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 ... 386 »
  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!