Bitcoin Forum
April 24, 2024, 04:49:06 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 ... 184 »
  Print  
Author Topic: [ANN][ROI] ROI Coin | CPU Only Solo Mining | 15% POS | 18.07% Term Deposit  (Read 107922 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.)
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 06, 2017, 04:06:04 PM
 #81

Term deposit just like fixed deposit in our real world. I have a question: Should we open the wallet 24/7 during term deposit? Or can we close it and open again at the matured date?

Great question!

We built the coin so that it will stake reward and term deposit reward even if the wallet stayed off line. We do this because not everyone can leave a wallet running all the time and so we want them to still earn good rewards.

Now with that said we would encourage you to leave the wallet open and online if you can do that. This is because it helps the coin health and improves the coin network and so by helping the coin to be better you also help it to be more successful. Whether you leave wallet open or not open is up to you but either way you get the same rewards  Smiley
1713977346
Hero Member
*
Offline Offline

Posts: 1713977346

View Profile Personal Message (Offline)

Ignore
1713977346
Reply with quote  #2

1713977346
Report to moderator
1713977346
Hero Member
*
Offline Offline

Posts: 1713977346

View Profile Personal Message (Offline)

Ignore
1713977346
Reply with quote  #2

1713977346
Report to moderator
1713977346
Hero Member
*
Offline Offline

Posts: 1713977346

View Profile Personal Message (Offline)

Ignore
1713977346
Reply with quote  #2

1713977346
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713977346
Hero Member
*
Offline Offline

Posts: 1713977346

View Profile Personal Message (Offline)

Ignore
1713977346
Reply with quote  #2

1713977346
Report to moderator
trupert
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
November 06, 2017, 04:11:46 PM
 #82

Wallet starts fine but refuse to sync.

Code:
2017-11-06 16:10:20 socket recv error An existing connection was forcibly closed by the remote host.  (10054)
2017-11-06 16:10:24 Loading addresses from DNS seeds (could take a while)
2017-11-06 16:10:36 4 addresses found from DNS seeds
2017-11-06 16:10:36 dnsseed thread exit
2017-11-06 16:10:39 socket recv error An existing connection was forcibly closed by the remote host.  (10054)
2017-11-06 16:10:59 socket recv error An existing connection was forcibly closed by the remote host.  (10054)
Any tips?

my bad;
Code:
addnode=209.95.52.4
addnode=146.185.17.176
addnode=209.95.48.208
addnode=99.198.174.212
solved it, thanks!
Plainkoin
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
November 06, 2017, 04:12:45 PM
 #83

After how many blocks the coins mature?

Hello -

360 blocks to mature mined blocks.  This is for the security of the coin.  However, only 6 confirmations for transfers.

30 year life of coin at 7,884,000 blocks total for a total of 1 billion mined coins, 720 blocks per day for 86,400 mined coins per day.  As dev stated, due to many variables as to whether miners dump and sell, save and term deposit, then for what period of time to term deposit, very difficult to calculate the ultimate number of coins in supply.

It will be very interesting to see how this coin develops.  Looks to be a solid project with good numbers.  Love the MIDAS!

PeterVerfen
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 06, 2017, 04:13:03 PM
 #84

as i understand roicoin no supporting avx2 and you fix it soon. What about avx 512?
JungleOnion
Sr. Member
****
Offline Offline

Activity: 868
Merit: 279


View Profile WWW
November 06, 2017, 04:13:42 PM
 #85

I would like to see a osx wallet please!
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 06, 2017, 04:21:05 PM
 #86

as i understand roicoin no supporting avx2 and you fix it soon. What about avx 512?

That is being discussed based on much feedback from the community yesterday and today.

We need the built in wallet miner to work well for most common PC's so we are leaning towards forking a 3rd party external miner that we can tweak to handle a lot more custom options for some of these high end PC's.
trakds
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
November 06, 2017, 04:21:11 PM
 #87

how do I know that I have extracted a block?
ljglug
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 06, 2017, 04:21:36 PM
 #88

Compiled under ubuntu16.04 system error, what should I do?


wallet/wallet.cpp:1545:28: warning: unused variable ‘wtxid’ [-Wunused-variable]
             const uint256& wtxid = it->first;
                            ^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’
  CXX      wallet/libroicoin_wallet_a-wallet_ismine.o
  CXX      wallet/libroicoin_wallet_a-walletdb.o
  AR       libroicoin_wallet.a
/usr/bin/ar: `u' 修饰符被忽略,因为 `D' 为默认(参见 `U')
  CXXLD    ROIcoind
  CXX      ROIcoin_cli-roicoin-cli.o
  CXX      libroicoin_cli_a-rpcclient.o
  AR       libroicoin_cli.a
/usr/bin/ar: `u' 修饰符被忽略,因为 `D' 为默认(参见 `U')
  CXXLD    ROIcoin-cli
  CXX      ROIcoin_tx-roicoin-tx.o
  CXXLD    ROIcoin-tx
  CXX      test/test_test_ROIcoin-arith_uint256_tests.o
  CXX      test/test_test_ROIcoin-alert_tests.o
  CXX      test/test_test_ROIcoin-allocator_tests.o
  CXX      test/test_test_ROIcoin-base32_tests.o
  CXX      test/test_test_ROIcoin-base58_tests.o
  CXX      test/test_test_ROIcoin-base64_tests.o
  CXX      test/test_test_ROIcoin-bip32_tests.o
  CXX      test/test_test_ROIcoin-bloom_tests.o
  CXX      test/test_test_ROIcoin-checkblock_tests.o
  CXX      test/test_test_ROIcoin-Checkpoints_tests.o
  CXX      test/test_test_ROIcoin-coins_tests.o
  CXX      test/test_test_ROIcoin-compress_tests.o

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

Activity: 770
Merit: 264



View Profile
November 06, 2017, 04:21:57 PM
 #89

I would like to see a osx wallet please!

That is being worked on as I type Smiley

We plan to have the MAC and Linux wallet downloads ready very soon.
seasonw
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
November 06, 2017, 04:23:53 PM
 #90

Term deposit just like fixed deposit in our real world. I have a question: Should we open the wallet 24/7 during term deposit? Or can we close it and open again at the matured date?

Great question!

We built the coin so that it will stake reward and term deposit reward even if the wallet stayed off line. We do this because not everyone can leave a wallet running all the time and so we want them to still earn good rewards.

Now with that said we would encourage you to leave the wallet open and online if you can do that. This is because it helps the coin health and improves the coin network and so by helping the coin to be better you also help it to be more successful. Whether you leave wallet open or not open is up to you but either way you get the same rewards  Smiley

Thanks, it is a good feature, and I didn't expect stake reward can run offline too  Shocked
I will start mining it with more computers later, seems like a potential coin Smiley
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 06, 2017, 04:24:11 PM
 #91

how do I know that I have extracted a block?

On the overview tab mined blocks will show on the right hand side under recent transactions. It will show like 120 coins.

You can also click the transaction tab and view mined coins and how many of their required confirmations have been completed.
Plainkoin
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
November 06, 2017, 04:25:38 PM
 #92

Wallet starts fine but refuse to sync.

Code:
2017-11-06 16:10:20 socket recv error An existing connection was forcibly closed by the remote host.  (10054)
2017-11-06 16:10:24 Loading addresses from DNS seeds (could take a while)
2017-11-06 16:10:36 4 addresses found from DNS seeds
2017-11-06 16:10:36 dnsseed thread exit
2017-11-06 16:10:39 socket recv error An existing connection was forcibly closed by the remote host.  (10054)
2017-11-06 16:10:59 socket recv error An existing connection was forcibly closed by the remote host.  (10054)
Any tips?

my bad;
Code:
addnode=209.95.52.4
addnode=146.185.17.176
addnode=209.95.48.208
addnode=99.198.174.212
solved it, thanks!

Hello - the first 3 IPs are dated.  You are connected to Seed4

The others are:

138.197.172.223
165.227.10.125
159.203.91.200

We were also not expecting such a high volume of adoption so quickly.  Max connections on Nodes are peaking out.  Currently working to modify existing nodes and setup nodes for our cousins across the pond.  Thank you for your patience.

Phash2k
Full Member
***
Offline Offline

Activity: 532
Merit: 102



View Profile WWW
November 06, 2017, 04:27:45 PM
 #93

2h mining, no coin Sad

bad luck? or...?

Crypto-Beratung und Hilfe bei allen möglichen Crypto-Projekten oder Problemen! https://phash.de
Plainkoin
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
November 06, 2017, 04:29:51 PM
 #94

Compiled under ubuntu16.04 system error, what should I do?


wallet/wallet.cpp:1545:28: warning: unused variable ‘wtxid’ [-Wunused-variable]
             const uint256& wtxid = it->first;
                            ^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’
  CXX      wallet/libroicoin_wallet_a-wallet_ismine.o
  CXX      wallet/libroicoin_wallet_a-walletdb.o
  AR       libroicoin_wallet.a
/usr/bin/ar: `u' 修饰符被忽略,因为 `D' 为默认(参见 `U')
  CXXLD    ROIcoind
  CXX      ROIcoin_cli-roicoin-cli.o
  CXX      libroicoin_cli_a-rpcclient.o
  AR       libroicoin_cli.a
/usr/bin/ar: `u' 修饰符被忽略,因为 `D' 为默认(参见 `U')
  CXXLD    ROIcoin-cli
  CXX      ROIcoin_tx-roicoin-tx.o
  CXXLD    ROIcoin-tx
  CXX      test/test_test_ROIcoin-arith_uint256_tests.o
  CXX      test/test_test_ROIcoin-alert_tests.o
  CXX      test/test_test_ROIcoin-allocator_tests.o
  CXX      test/test_test_ROIcoin-base32_tests.o
  CXX      test/test_test_ROIcoin-base58_tests.o
  CXX      test/test_test_ROIcoin-base64_tests.o
  CXX      test/test_test_ROIcoin-bip32_tests.o
  CXX      test/test_test_ROIcoin-bloom_tests.o
  CXX      test/test_test_ROIcoin-checkblock_tests.o
  CXX      test/test_test_ROIcoin-Checkpoints_tests.o
  CXX      test/test_test_ROIcoin-coins_tests.o
  CXX      test/test_test_ROIcoin-compress_tests.o


Continue with the build process.  These warnings are not uncommon, there are a few unused declarations, which are actually used or referenced via headers later in the code.  There will be other warnings about signed/unsigned comparisons.  This is normal and the formulas have been cross checked with BitCoin Core, to verify.

Thank you for using Ubuntu 16.04.  There are issues with 17.

PiJellyPin
Member
**
Offline Offline

Activity: 280
Merit: 11

Read the comments instead of here!!!


View Profile
November 06, 2017, 04:40:59 PM
 #95

how can i see how much i have mined?
PeterVerfen
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 06, 2017, 04:46:22 PM
 #96

2h mining, no coin Sad

bad luck? or...?
which processor?
trupert
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
November 06, 2017, 04:47:13 PM
 #97

Any blockexplorer?
Premine?

Mining at around 230H/s. No coins first 30 min.
PiJellyPin
Member
**
Offline Offline

Activity: 280
Merit: 11

Read the comments instead of here!!!


View Profile
November 06, 2017, 04:48:49 PM
 #98

seams like i'am not the only one that cant get any coins :3 how can we see our coins mined?
DisasterFaster (OP)
Sr. Member
****
Offline Offline

Activity: 770
Merit: 264



View Profile
November 06, 2017, 04:49:53 PM
 #99

how can i see how much i have mined?

On overview tab look on right hand side and you can see up to 5 mined blocks of 120 coins each. If you have mined more than 5 blocks use the transaction tab to view them.
Phash2k
Full Member
***
Offline Offline

Activity: 532
Merit: 102



View Profile WWW
November 06, 2017, 04:51:25 PM
 #100

2h mining, no coin Sad

bad luck? or...?
which processor?

i7 4770 @ 270h/s
i7 3630Q @ 170h/s

can I mine together? How can I mine with my second PC to my first?

Crypto-Beratung und Hilfe bei allen möglichen Crypto-Projekten oder Problemen! https://phash.de
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 ... 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!