Bitcoin Forum
April 26, 2024, 06:13:21 PM *
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 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 ... 184 »
  Print  
Author Topic: [ANN][ROI] ROI Coin | CPU Only Solo Mining | 15% POS | 18.07% Term Deposit  (Read 107924 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. (15 posts by 2+ users deleted.)
HodlOrava
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
November 13, 2017, 07:26:08 PM
 #741

can you write here an example of bat file for pool mining with skylake

Skylate supports AES-NI and AVX2 so right miner version is https://github.com/madzebra/hodlminer-binary/blob/master/hodlminer.exe

Code:
hodlminer.exe -o stratum+tcp://coinspool.cu.cc:3042 -u RAKobWWMyirpp3XHR6hq8wTU5Rhs8v2XBR -p x -q

You can add -t parameter to limit threads. Four threads '-t 4'

FAQ, CPU Benchmarks, Nodes, Block files - http://hodlcoin.fi/
1714155201
Hero Member
*
Offline Offline

Posts: 1714155201

View Profile Personal Message (Offline)

Ignore
1714155201
Reply with quote  #2

1714155201
Report to moderator
1714155201
Hero Member
*
Offline Offline

Posts: 1714155201

View Profile Personal Message (Offline)

Ignore
1714155201
Reply with quote  #2

1714155201
Report to moderator
1714155201
Hero Member
*
Offline Offline

Posts: 1714155201

View Profile Personal Message (Offline)

Ignore
1714155201
Reply with quote  #2

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

Posts: 1714155201

View Profile Personal Message (Offline)

Ignore
1714155201
Reply with quote  #2

1714155201
Report to moderator
1714155201
Hero Member
*
Offline Offline

Posts: 1714155201

View Profile Personal Message (Offline)

Ignore
1714155201
Reply with quote  #2

1714155201
Report to moderator
1714155201
Hero Member
*
Offline Offline

Posts: 1714155201

View Profile Personal Message (Offline)

Ignore
1714155201
Reply with quote  #2

1714155201
Report to moderator
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 13, 2017, 07:27:07 PM
 #742

In lower section called "ROIcoin Term Deposits" you can see your deposit and all of the details about it

Can you explain how the interest rates are calulated. I tried to adjust Hodlcoin calculator but could not find simple modification to match wallet reported rates.

On the first page it's said that max interest is 426.38% but wallet gives 731% interest???


On 12 month term deposit total payout is about 633.92% interest. Keep in mind that is when you combine the term deposit and the standard POS together...

You may want to refer to: https://github.com/ROIcoin/ROIcoin/blob/master/src/primitives/transaction.cpp

Zoom down to lines 195-206:

for(int i=1;i<ONEYEARPLUS1;i++){
        rateTable=rateTable[i-1]+(rateTable[i-1]>>18);
        bonusTable=bonusTable[i-1]+(bonusTable[i-1]>>16);
        str += strprintf("%d %x %x\n",i,rateTable, bonusTable);
    }

    for(int i=0;i<ONEYEAR;i++){
        str += strprintf("rate: %d %d %d\n",i,getRateForAmount(i,COIN*100),getBonusForAmount(i,COIN*100));
    }

    return str;
}
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 13, 2017, 07:39:51 PM
 #743

Wow the network hash rate is still climbing and I wonder how high it will go?



13:38:01


getmininginfo


{
"blocks" : 4849,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.00911170,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 318096,  Shocked
"pooledtx" : 2,
"testnet" : false,
"chain" : "main",
"generate" : false,
"hashespersec" : 0
}
HodlOrava
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
November 13, 2017, 07:41:06 PM
 #744

In lower section called "ROIcoin Term Deposits" you can see your deposit and all of the details about it

Can you explain how the interest rates are calulated. I tried to adjust Hodlcoin calculator but could not find simple modification to match wallet reported rates.

On the first page it's said that max interest is 426.38% but wallet gives 731% interest???


On 12 month term deposit total payout is about 633.92% interest. Keep in mind that is when you combine the term deposit and the standard POS together...

You may want to refer to: https://github.com/ROIcoin/ROIcoin/blob/master/src/primitives/transaction.cpp

Zoom down to lines 195-206:

for(int i=1;i<ONEYEARPLUS1;i++){
        rateTable=rateTable[i-1]+(rateTable[i-1]>>18);
        bonusTable=bonusTable[i-1]+(bonusTable[i-1]>>16);
        str += strprintf("%d %x %x\n",i,rateTable, bonusTable);
    }

    for(int i=0;i<ONEYEAR;i++){
        str += strprintf("rate: %d %d %d\n",i,getRateForAmount(i,COIN*100),getBonusForAmount(i,COIN*100));
    }

    return str;
}


If 'On Maturation' values varies this much how accurate the earned balance is?




FAQ, CPU Benchmarks, Nodes, Block files - http://hodlcoin.fi/
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 13, 2017, 07:43:17 PM
 #745

In lower section called "ROIcoin Term Deposits" you can see your deposit and all of the details about it

Can you explain how the interest rates are calulated. I tried to adjust Hodlcoin calculator but could not find simple modification to match wallet reported rates.

On the first page it's said that max interest is 426.38% but wallet gives 731% interest???


On 12 month term deposit total payout is about 633.92% interest. Keep in mind that is when you combine the term deposit and the standard POS together...

You may want to refer to: https://github.com/ROIcoin/ROIcoin/blob/master/src/primitives/transaction.cpp

Zoom down to lines 195-206:

for(int i=1;i<ONEYEARPLUS1;i++){
        rateTable=rateTable[i-1]+(rateTable[i-1]>>18);
        bonusTable=bonusTable[i-1]+(bonusTable[i-1]>>16);
        str += strprintf("%d %x %x\n",i,rateTable, bonusTable);
    }

    for(int i=0;i<ONEYEAR;i++){
        str += strprintf("rate: %d %d %d\n",i,getRateForAmount(i,COIN*100),getBonusForAmount(i,COIN*100));
    }

    return str;
}


If 'On Maturation' values varies this much how accurate the earned balance is?




It should be very accurate and is really only affected by variations in the standard 2 minute block timing.
HodlOrava
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
November 13, 2017, 07:49:05 PM
 #746

In lower section called "ROIcoin Term Deposits" you can see your deposit and all of the details about it

Can you explain how the interest rates are calulated. I tried to adjust Hodlcoin calculator but could not find simple modification to match wallet reported rates.

On the first page it's said that max interest is 426.38% but wallet gives 731% interest???


On 12 month term deposit total payout is about 633.92% interest. Keep in mind that is when you combine the term deposit and the standard POS together...

You may want to refer to: https://github.com/ROIcoin/ROIcoin/blob/master/src/primitives/transaction.cpp

Zoom down to lines 195-206:

for(int i=1;i<ONEYEARPLUS1;i++){
        rateTable=rateTable[i-1]+(rateTable[i-1]>>18);
        bonusTable=bonusTable[i-1]+(bonusTable[i-1]>>16);
        str += strprintf("%d %x %x\n",i,rateTable, bonusTable);
    }

    for(int i=0;i<ONEYEAR;i++){
        str += strprintf("rate: %d %d %d\n",i,getRateForAmount(i,COIN*100),getBonusForAmount(i,COIN*100));
    }

    return str;
}


If 'On Maturation' values varies this much how accurate the earned balance is?




It should be very accurate and is really only affected by variations in the standard 2 minute block timing.

Rates are increasing

20,56    - 122,83 -   497,40 % - deposit block 1904
22,72    - 142,62 -   527,88 % - deposit block 2284
20,19    - 130,59 -   546,69 % - deposit block 2517
1,00     -  8,32    -   732,35 % - deposit block 4837
19,10    - 158,97 -   732,50 % - deposit block 4838


Edit:
Estimated date is 15 months away

FAQ, CPU Benchmarks, Nodes, Block files - http://hodlcoin.fi/
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 13, 2017, 07:53:03 PM
 #747

That would happen if the block chain was speeding up...
rohitm
Full Member
***
Offline Offline

Activity: 246
Merit: 100


View Profile WWW
November 13, 2017, 11:15:36 PM
 #748

Can you create a fine looking signature here for bitcointalk so that we can use it and make this coin more present?

Yes that is a good idea!

I can do a signature end of the day today, if that works.

DisasterFaster, emailed you the document with signature codes. We should definitely get some sort of promotion going!

Fishmaster42
Hero Member
*****
Offline Offline

Activity: 803
Merit: 501


View Profile
November 13, 2017, 11:23:28 PM
 #749

Can you create a fine looking signature here for bitcointalk so that we can use it and make this coin more present?

Yes that is a good idea!

I can do a signature end of the day today, if that works.

DisasterFaster, emailed you the document with signature codes. We should definitely get some sort of promotion going!
Awesome lets get this going super fast, cant wait to see the sigs
rohitm
Full Member
***
Offline Offline

Activity: 246
Merit: 100


View Profile WWW
November 13, 2017, 11:24:26 PM
 #750

How can anything fall below 100%?

24 hour Statistics
Last price: 0.000003399   
Change: -107.91%   
High 0.000009999   
Low 0.000001899

CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
November 13, 2017, 11:43:39 PM
 #751

How can anything fall below 100%?

24 hour Statistics
Last price: 0.000003399   
Change: -107.91%   
High 0.000009999   
Low 0.000001899

its over 24 hours Cheesy   meaning that 24 hours ago the last sell price was 107% higher. but in a small illiquid exchange it isnt really an accurate metric ;p
a fraction of a single coin could sell for 10 BTC and fuck that number right up Cheesy
I remember when zcash launched and someone bought a small fraction for like 2000BTC per coin , polo showed "-9999%" on zcash as trading opened at normal prices haha
i found out that day polo maxes out at -9999% on a coin Cheesy




~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 13, 2017, 11:51:26 PM
 #752

How can anything fall below 100%?

24 hour Statistics
Last price: 0.000003399   
Change: -107.91%   
High 0.000009999   
Low 0.000001899

It's from somebody dumping coins way way below the sell wall.

DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 14, 2017, 12:09:41 AM
 #753

Can you create a fine looking signature here for bitcointalk so that we can use it and make this coin more present?

Yes that is a good idea!

I can do a signature end of the day today, if that works.

DisasterFaster, emailed you the document with signature codes. We should definitely get some sort of promotion going!

Awesome and many thanks to Rohitm for taking care of this!


ROI Coin Ann Signatures



Junior Member

Code:
[center] [url=https://roi-coin.com/][b][font=Helvetica]▬▬ ROI Coin ▬▬ ✭ CPU Based Solo/Pool Mining ✭ [/font][/b][/url] [/center]



Member

Code:
[center][url= https://roi-coin.com]▬▬▬▬▬▬ [font=Arial][b] ROI Coin [/b][/font] ▬▬▬▬▬▬[/url] ✭ [url= https://bitcointalk.org/index.php topic=2361848.0][b][font=Helvetica] ROI Coin Bitcointalk ANN[/font][/b][/url] ✭ [font=Helvetica][url= https://twitter.com/ROI_Coin][b]Twitter[/b] ✭ [/url][/font] [url= https://roi-coin.com][font=Arial][b]CPU Based Solo/Pool Mining[/b][/font] ■ [font=Arial][b]For everyone[/b][/font][/url][/center]



Full Member

Code:
[center][url=https://roi-coin.com] [color=#008FED]█[/color][color=#007DD1]█[/color][color=#0170BC]█[/color][color=#0164A7]█[/color][color=#025792]█[/color][color=#024A7D]█[/color][color=black] [b]ROI Coin[/b] [color=#024A7D]█[/color][color=#025792]█[/color][color=#0164A7]█[/color][color=#0170BC]█[/color][color=#007DD1]█[/color][color=#008FED]█[/color][/url]
[font=helvetica][url= https://bitcointalk.org/index.php?topic=2361848.0][color=#024A7D][size=11pt] ROI Coin Bitcointalk ANN [/url][color=#008FED] ✭ [/color][font=helvetica][size=11pt][url= https://twitter.com/ROI_Coin][color=#024A7D]Twitter[/url][color=#008FED] ✭ [/color]
[color=#008FED] [url= https://roi-coin.com][font=Arial][b]CPU Based Solo/Pool Mining[/b][/font] ■ [font=Arial][b]For everyone[/b][/font] [/color][/center]



Senior/ Hero/ Legendary Member

 











 











Code:
[center][table][tr][td][b][font=Roboto][size=4px][color=#008FED]█[/color] [color=#008BE7]█[/color]  
[color=#007DD1]█[/color] [color=#0079CA]█[/color]
[color=#0170BC]█[/color] [color=#016CB5]█[/color]
[color=#0164A7]█[/color] [color=#025FA0]█[/color]
[color=#025792]█[/color] [color=#02528B]█[/color]
[color=#024A7D]█[/color] [color=#034576]█[/color]
[color=#033D68]█[/color] [color=#033961]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color][/size][/font][/b][/td]

[td][center][url=https://roi-coin.com][size=18px][b][font=Calibri][color=black]ROI Coin[/color][/url]
[size=16px][color=#0071BB] ✭ [url=https://bitcointalk.org/index.php?topic=2361848.0][b][font=Helvetica] ROI Coin Bitcointalk ANN[/font][/b][/url] ✭ [font=Helvetica][url= https://twitter.com/ROI_Coin][b]Twitter[/b][/url][/font] ✭
[color=#008FED] [url= https://roi-coin.com][font=Arial][b]CPU Based Solo/Pool Mining[/b][/font] ■ [font=Arial][b]For everyone[/b][/font] [/color]
[/center][/td]

[td][b][font=Roboto][size=4px][color=#008FED]█[/color] [color=#008BE7]█[/color]  
[color=#007DD1]█[/color] [color=#0079CA]█[/color]
[color=#0170BC]█[/color] [color=#016CB5]█[/color]
[color=#0164A7]█[/color] [color=#025FA0]█[/color]
[color=#025792]█[/color] [color=#02528B]█[/color]
[color=#024A7D]█[/color] [color=#034576]█[/color]
[color=#033D68]█[/color] [color=#033961]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color]
[color=#043053]█[/color] [color=#042C4C]█[/color][/size][/font][/b][/td]
[/tr][/table][/center]


Plainkoin
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
November 14, 2017, 01:03:56 AM
 #754

In lower section called "ROIcoin Term Deposits" you can see your deposit and all of the details about it

Can you explain how the interest rates are calulated. I tried to adjust Hodlcoin calculator but could not find simple modification to match wallet reported rates.

On the first page it's said that max interest is 426.38% but wallet gives 731% interest???


On 12 month term deposit total payout is about 633.92% interest. Keep in mind that is when you combine the term deposit and the standard POS together...

You may want to refer to: https://github.com/ROIcoin/ROIcoin/blob/master/src/primitives/transaction.cpp

Zoom down to lines 195-206:

for(int i=1;i<ONEYEARPLUS1;i++){
        rateTable=rateTable[i-1]+(rateTable[i-1]>>18);
        bonusTable=bonusTable[i-1]+(bonusTable[i-1]>>16);
        str += strprintf("%d %x %x\n",i,rateTable, bonusTable);
    }

    for(int i=0;i<ONEYEAR;i++){
        str += strprintf("rate: %d %d %d\n",i,getRateForAmount(i,COIN*100),getBonusForAmount(i,COIN*100));
    }

    return str;
}


If 'On Maturation' values varies this much how accurate the earned balance is?




It should be very accurate and is really only affected by variations in the standard 2 minute block timing.

Rates are increasing

20,56    - 122,83 -   497,40 % - deposit block 1904
22,72    - 142,62 -   527,88 % - deposit block 2284
20,19    - 130,59 -   546,69 % - deposit block 2517
1,00     -  8,32    -   732,35 % - deposit block 4837
19,10    - 158,97 -   732,50 % - deposit block 4838


Edit:
Estimated date is 15 months away

Hello,

There are some other variables.  Even though you can lock for more that 12 months.  You should get a warning that there is not interest earned beyond 12 months.

And the interest is compounding.  We have run the numbers numerous times.  The code is static, the variables are amount, time of deposit, which will figure the compounded return on maturation block.

Time    Start Coins    End Coins    Coin Gain    Interest
1 week    100                    102.277    2.277    2.28%
2 weeks    100                    104.846    4.846    4.85%
1 month    100                    111.796    11.796    11.80%
3 months    100                    150.433    50.433    50.43%
6 months    100                    246.898    146.898    146.90%
12 months 100                    733.923    633.923    633.92%

sorry about the formatting.

The idea is to incentivize longer deposit times to keep coins out of circulation.  Also, the interest rates will remain for the life of the coin, no deprecating values.  So late adopters enjoy the same benefits as early adopters.  But just like a 401k, the sooner you start, the more balance in the end as time is a key component.

Glutius
Full Member
***
Offline Offline

Activity: 602
Merit: 100



View Profile
November 14, 2017, 01:40:15 AM
 #755

ROI Coin is at Trade Satoshi but from what I understand they have a voting system for the coin to get listed. Any suggestions on how to best get through the voting system there would be greatly appreciated...

https://tradesatoshi.com/Vote

Also I see a column for paid votes with Doge and a column for free votes. Does the coin have to get to the number spot to get listed? Also there is a timer running, when that timer runs out do all the coins reset and start over?

the best thing you can do is to start a voting bounty like you give a fixed amount of ROI for each vote at least that's what most devs do

I see but is that against the BCT rules? I read up on the free coin giveway but am really a bit confused on that.

Another idea would be to sell ROI for DOGE and then use the doge to pay for the listing. Problem is ROI is not paired with DOGE at CoinsMarkets exchange. Another issue is you're talking about $5,000 USD of Doge to get listed and I just can't believe the listing there is worth that much money  Shocked
nope it's not against the rules you can just create a bounty for it

wow really 5000$ for listing ? Shocked i don't think it's worth it since the exchange doesn't have that much marketcap, try yobit instead i heard that they only charge like 0.1/0.5

Tradesatoshi requires $5k USD for listing fee?

BTW, you're right that yobit requires only 0.1 or 0.5 btc for listing fee, but trading volume might not be good. Still a good alternative...

Yes but there are also a lot of bad stories about yobit. For example they take the fee and then never list the coin without giving a reason for their decision. Not the best place to trade imo.
nope that's not correct i  dealt with them before and they only activate the code when the coins is compiled  and listed.
Quote
BTW, you're right that yobit requires only 0.1 or 0.5 btc for listing fee, but trading volume might not be good. Still a good alternative...

what do you mean ? yobit marketcap is $35,883,615 even higher than livecoin/cryptopia (which charge for 5 btc fee by the way)
check it out: https://coinmarketcap.com/exchanges/volume/24-hour/

Maybe they changed something but I am 100% sure it went exactly the way I described it. Anyway up to you. I am not here for Yobit but for ROI Coin.

rohitm
Full Member
***
Offline Offline

Activity: 246
Merit: 100


View Profile WWW
November 14, 2017, 01:57:56 AM
 #756

Awesome and many thanks to Rohitm for taking care of this!


ROI Coin Ann Signatures




I think you'll have to create some sort of bounty program as forum signatures are valuable real estate and people like to monetize them as much as possible.

Something like:
1. keep the signature for a month (15/11 - 15/12)
2. make at least 5 constructive posts per week in diff threads
3. Posts such as "hello", "good luck", "love this project", or any other unsubstantial posts will not be counted as valid.
4. Posts with less than 60 characters will not be counted as valid posts.
5. Participants with red trust score will not be accepted.

Bounty Amount:
Jr Member: 1000 coins, term deposited for 1 month
Member: 2000 coins, term deposited for 1 month
Sr Member: 5000 coins, term deposited for 1 month
Hero/ Legendary: 10000 coins, term deposited for 1 month

Ask folks to register via a Google form or something where they can also track their contributions. Maybe also get bounties for blog posts and social media campaigns - they definitely create a lot more visibility and lead to credibility when people Google about the coin. It's interesting stuff Smiley

P.S. Happy to accept contributions from the community if I helped! Tongue I believe in the coin and imagine it reaching wider audience. I'm not delusional as those in Electroneum or eBTC threads that it'll replace BTC or ETH or even BCH but it can certainly have a niche of it's own and command a decent valuation!

Blockhunter
Hero Member
*****
Offline Offline

Activity: 871
Merit: 505


Founder of Incakoin


View Profile WWW
November 14, 2017, 02:01:32 AM
 #757

Awesome and many thanks to Rohitm for taking care of this!


ROI Coin Ann Signatures




I think you'll have to create some sort of bounty program as forum signatures are valuable real estate and people like to monetize them as much as possible.

Something like:
1. keep the signature for a month (15/11 - 15/12)
2. make at least 5 constructive posts per week in diff threads
3. Posts such as "hello", "good luck", "love this project", or any other unsubstantial posts will not be counted as valid.
4. Posts with less than 60 characters will not be counted as valid posts.
5. Participants with red trust score will not be accepted.

Bounty Amount:
Jr Member: 1000 coins, term deposited for 1 month
Member: 2000 coins, term deposited for 1 month
Sr Member: 5000 coins, term deposited for 1 month
Hero/ Legendary: 10000 coins, term deposited for 1 month

Ask folks to register via a Google form or something where they can also track their contributions. Maybe also get bounties for blog posts and social media campaigns - they definitely create a lot more visibility and lead to credibility when people Google about the coin. It's interesting stuff Smiley

P.S. Happy to accept contributions from the community if I helped! Tongue I believe in the coin and imagine it reaching wider audience. I'm not delusional as those in Electroneum or eBTC threads that it'll replace BTC or ETH or even BCH but it can certainly have a niche of it's own and command a decent valuation!
All bounty coins should be locked in a term.

https://YankeeSeed.com
Cannabis Genetics
rohitm
Full Member
***
Offline Offline

Activity: 246
Merit: 100


View Profile WWW
November 14, 2017, 02:09:22 AM
 #758

Awesome and many thanks to Rohitm for taking care of this!


ROI Coin Ann Signatures




I think you'll have to create some sort of bounty program as forum signatures are valuable real estate and people like to monetize them as much as possible.

Something like:
1. keep the signature for a month (15/11 - 15/12)
2. make at least 5 constructive posts per week in diff threads
3. Posts such as "hello", "good luck", "love this project", or any other unsubstantial posts will not be counted as valid.
4. Posts with less than 60 characters will not be counted as valid posts.
5. Participants with red trust score will not be accepted.

Bounty Amount:
Jr Member: 1000 coins, term deposited for 1 month
Member: 2000 coins, term deposited for 1 month
Sr Member: 5000 coins, term deposited for 1 month
Hero/ Legendary: 10000 coins, term deposited for 1 month

Ask folks to register via a Google form or something where they can also track their contributions. Maybe also get bounties for blog posts and social media campaigns - they definitely create a lot more visibility and lead to credibility when people Google about the coin. It's interesting stuff Smiley

P.S. Happy to accept contributions from the community if I helped! Tongue I believe in the coin and imagine it reaching wider audience. I'm not delusional as those in Electroneum or eBTC threads that it'll replace BTC or ETH or even BCH but it can certainly have a niche of it's own and command a decent valuation!
All bounty coins should be locked in a term.

Agreed. I suggest 1 month - anything longer than that may keep the potential bounty 'hunters' away!

cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
November 14, 2017, 03:32:45 AM
 #759

Very good work. Congratulations.-  Smiley
Alexey Sukharev
Full Member
***
Offline Offline

Activity: 322
Merit: 100


View Profile
November 14, 2017, 03:50:31 AM
 #760

Awesome and many thanks to Rohitm for taking care of this!


ROI Coin Ann Signatures




I think you'll have to create some sort of bounty program as forum signatures are valuable real estate and people like to monetize them as much as possible.

Something like:
1. keep the signature for a month (15/11 - 15/12)
2. make at least 5 constructive posts per week in diff threads
3. Posts such as "hello", "good luck", "love this project", or any other unsubstantial posts will not be counted as valid.
4. Posts with less than 60 characters will not be counted as valid posts.
5. Participants with red trust score will not be accepted.

Bounty Amount:
Jr Member: 1000 coins, term deposited for 1 month
Member: 2000 coins, term deposited for 1 month
Sr Member: 5000 coins, term deposited for 1 month
Hero/ Legendary: 10000 coins, term deposited for 1 month

Ask folks to register via a Google form or something where they can also track their contributions. Maybe also get bounties for blog posts and social media campaigns - they definitely create a lot more visibility and lead to credibility when people Google about the coin. It's interesting stuff Smiley

P.S. Happy to accept contributions from the community if I helped! Tongue I believe in the coin and imagine it reaching wider audience. I'm not delusional as those in Electroneum or eBTC threads that it'll replace BTC or ETH or even BCH but it can certainly have a niche of it's own and command a decent valuation!
Yes, I agree with the bounty for forum signature. It'll be really wise desicion to promote ROI. I'm mining it for 1 day, but I'm finding it really interesting and telling my friends about it. So lets spread this coin over and over.
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 ... 184 »
  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!