HodlOrava
Member
Offline
Activity: 120
Merit: 10
|
|
November 13, 2017, 07:26:08 PM |
|
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.exehodlminer.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'
|
|
|
|
DisasterFaster (OP)
|
|
November 13, 2017, 07:27:07 PM |
|
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)
|
|
November 13, 2017, 07:39:51 PM |
|
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, "pooledtx" : 2, "testnet" : false, "chain" : "main", "generate" : false, "hashespersec" : 0 }
|
|
|
|
HodlOrava
Member
Offline
Activity: 120
Merit: 10
|
|
November 13, 2017, 07:41:06 PM |
|
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?
|
|
|
|
DisasterFaster (OP)
|
|
November 13, 2017, 07:43:17 PM |
|
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
Activity: 120
Merit: 10
|
|
November 13, 2017, 07:49:05 PM |
|
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
|
|
|
|
DisasterFaster (OP)
|
|
November 13, 2017, 07:53:03 PM |
|
That would happen if the block chain was speeding up...
|
|
|
|
rohitm
|
|
November 13, 2017, 11:15:36 PM |
|
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
|
|
November 13, 2017, 11:23:28 PM |
|
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
|
|
November 13, 2017, 11:24:26 PM |
|
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
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~
|
|
November 13, 2017, 11:43:39 PM |
|
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 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 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
|
~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)
|
|
November 13, 2017, 11:51:26 PM |
|
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)
|
|
November 14, 2017, 12:09:41 AM |
|
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 [center] [url=https://roi-coin.com/][b][font=Helvetica]▬▬ ROI Coin ▬▬ ✭ CPU Based Solo/Pool Mining ✭ [/font][/b][/url] [/center]
Member [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 [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 █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ | | █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ |
[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
|
|
November 14, 2017, 01:03:56 AM |
|
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
|
|
November 14, 2017, 01:40:15 AM |
|
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/VoteAlso 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 nope it's not against the rules you can just create a bounty for it wow really 5000$ for listing ? 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. 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
|
|
November 14, 2017, 01:57:56 AM |
|
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 P.S. Happy to accept contributions from the community if I helped! 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
|
|
November 14, 2017, 02:01:32 AM |
|
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 P.S. Happy to accept contributions from the community if I helped! 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.
|
|
|
|
rohitm
|
|
November 14, 2017, 02:09:22 AM |
|
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 P.S. Happy to accept contributions from the community if I helped! 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
|
|
November 14, 2017, 03:32:45 AM |
|
Very good work. Congratulations.-
|
|
|
|
Alexey Sukharev
|
|
November 14, 2017, 03:50:31 AM |
|
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 P.S. Happy to accept contributions from the community if I helped! 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.
|
|
|
|
|