Pages:
Author

Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record - page 13. (Read 684982 times)

hero member
Activity: 626
Merit: 504
We need to set an activation time for some of these BIP's, that appears to be the only thing causing delay on the node upgrade.
Personally I don't care if we activate any of them.
 
Only BIP that may be worth activating is BIP 65 for CLTV, but I still don't understand how that's better than nLockTime. If it's required for certain DEX then I will support it.
Currently I see no reason to activate segwit though.

v0.16.3.0-rc0 referenced above has set signaling of BIP9 to begin Jan 1 2019 and thus is within the time frame for signaling. BIP65 and BIP66 is coded to activate along with CSV via BIP9 bit 0, segwit on bit 1. If you operate a pool it would be most welcome to learn if there are any issues with the rc0 release. Although it warns not to use for mining it is perfectly safe to try and we have some confirmation of a few blocks trickling in (I'm guessing from solo miners and not any pools). This is the version that will be released if no one finds any issues in the near future.

Activating segwit allows a new generation of interesting transaction types. It's an optional type of transaction and since upstream already has it active and supported it would appear illogical to purposefully cripple it in the core software.

edit: I suppose a more direct response: Do you have any technical reasons for not wishing to activate segwit?
full member
Activity: 255
Merit: 102
uBlock.it Admin
We need to set an activation time for some of these BIP's, that appears to be the only thing causing delay on the node upgrade.
Personally I don't care if we activate any of them.
 
Only BIP that may be worth activating is BIP 65 for CLTV, but I still don't understand how that's better than nLockTime. If it's required for certain DEX then I will support it.
Currently I see no reason to activate segwit though.
full member
Activity: 670
Merit: 130
Major new version (release candidate)

Binaries and source code:

https://github.com/riecointeam/riecoin/releases/tag/v0.16.3.0-rc0

if using git:

    git clone https://github.com/riecointeam/riecoin.git
    git checkout v0.16.3.0-rc0

New in this release:

* Updated to Bitcoin 0.16.3 code base
* Many bug fixes
* BIP65, BIP66, CSV, segwit signaling and support

notes:

* Although this version warns to not use for mining applications, miner feedback is critical.
* A full release is planned soon if no major issues are found.
* If you would like to build your own binaries via gitian (encouraged), you can check that the sha256sum matches these binaries.

Please report issues here:

https://github.com/riecointeam/riecoin/issues

Thanks to clo1 and Pttn for developing this major release.

Also on Reddit: https://www.reddit.com/r/RieCoin/comments/affy30/riecoin_v01630rc0/

very very nice !! bravo and many thanks to the new ric team  Grin
hero member
Activity: 626
Merit: 504
Major new version (release candidate)

Binaries and source code:

https://github.com/riecointeam/riecoin/releases/tag/v0.16.3.0-rc0

if using git:

    git clone https://github.com/riecointeam/riecoin.git
    git checkout v0.16.3.0-rc0

New in this release:

* Updated to Bitcoin 0.16.3 code base
* Many bug fixes
* BIP65, BIP66, CSV, segwit signaling and support

notes:

* Although this version warns to not use for mining applications, miner feedback is critical.
* A full release is planned soon if no major issues are found.
* If you would like to build your own binaries via gitian (encouraged), you can check that the sha256sum matches these binaries.

Please report issues here:

https://github.com/riecointeam/riecoin/issues

Thanks to clo1 and Pttn for developing this major release.

Also on Reddit: https://www.reddit.com/r/RieCoin/comments/affy30/riecoin_v01630rc0/
hero member
Activity: 626
Merit: 504
I don't see anything waiting for a rc0 release. If there are any miners that want to try pulling from the master branch and confirming you can mine some blocks feedback would be most welcome (block number would be excellent).

Will probably tag a rc0 release shortly.

Block 1021045 mined successfully with Commit 545fadbc.

Version 03000020 (536870915) with vanilla rieMiner instead of 00000020 (536870912) so far with previous commits.

Should we start over Testnet? It is now saying "unknown new rules activated (versionbit 1)"

Excellent, I see the block version as `0x20000003` which is bit `0` (CSV, BIP65, BIP66) and bit `1` (segwit) signalling via BIP9. You can check the progress of signaling via `getblockchaininfo`.

I didn't have a testnet node to connect to so I'm not sure about what has activated previously. It may be better to restart testnet before versionbit 1 signaled as it would be a testnet specific fix to remove the warning.
sr. member
Activity: 758
Merit: 250
So, is gatra still absent? In what exchange is it possible to find Riecoin? In blockexplorer a very reasonable price on satoshis! Has the wallet been updated or are they still working on the update? In fact, Riecoin will need a lot of help from the community because without dev, things are always more difficult.
member
Activity: 113
Merit: 51
Riecoin developer
I don't see anything waiting for a rc0 release. If there are any miners that want to try pulling from the master branch and confirming you can mine some blocks feedback would be most welcome (block number would be excellent).

Will probably tag a rc0 release shortly.

Block 1021045 mined successfully with Commit 545fadbc.

Version 03000020 (536870915) with vanilla rieMiner instead of 00000020 (536870912) so far with previous commits.

Should we start over Testnet? It is now saying "unknown new rules activated (versionbit 1)"
hero member
Activity: 626
Merit: 504
May we have some instructions for how to signal BIP's? I am mining solo and wish to vote.

If PR6 is merged testing will be appreciated:

https://github.com/riecointeam/riecoin/pull/6

Or feel free to merge locally and fire away  Smiley
When the merged testing process finished?
I wish all the best results for the merged testing.

Merged today... so I don't see anything waiting for a rc0 release. If there are any miners that want to try pulling from the master branch and confirming you can mine some blocks feedback would be most welcome (block number would be excellent).

Will probably tag a rc0 release shortly.
member
Activity: 193
Merit: 11
May we have some instructions for how to signal BIP's? I am mining solo and wish to vote.

If PR6 is merged testing will be appreciated:

https://github.com/riecointeam/riecoin/pull/6

Or feel free to merge locally and fire away  Smiley
When the merged testing process finished?
I wish all the best results for the merged testing.
jr. member
Activity: 35
Merit: 2
May we have some instructions for how to signal BIP's? I am mining solo and wish to vote.

support for BIPs is indicated through the block version number. If you use rieMiner support should automatically be given.
hero member
Activity: 626
Merit: 504
May we have some instructions for how to signal BIP's? I am mining solo and wish to vote.

If PR6 is merged testing will be appreciated:

https://github.com/riecointeam/riecoin/pull/6

Or feel free to merge locally and fire away  Smiley
newbie
Activity: 20
Merit: 0
May we have some instructions for how to signal BIP's? I am mining solo and wish to vote.
hero member
Activity: 819
Merit: 502
Is it pool mining? and rieminer 0.9?

Solo mining with rieMiner 0.9, though you should earn roughly the same for both pooled and solo.

Found first block with 1700x Smiley after 4 years with rieminer 0.9

Congratulations for the block Cheesy ! Thank you for participating, keep supporting the Riecoin network!

Good all times when i mined a lot with Azure Smiley
member
Activity: 113
Merit: 51
Riecoin developer
Is it pool mining? and rieminer 0.9?

Solo mining with rieMiner 0.9, though you should earn roughly the same for both pooled and solo.

Found first block with 1700x Smiley after 4 years with rieminer 0.9

Congratulations for the block Cheesy ! Thank you for participating, keep supporting the Riecoin network!
hero member
Activity: 819
Merit: 502
Any advice how many RIC can be mined with 1700x and 1950x? Which wallet to be used 0.10 or 0.16?

I am mining ~80 RIC/day at Difficulty 1386 with a 2700X @ 3,5 GHz. Earnings are proportional to frequency and number of cores for a same architecture so you can estimate yourself for 1950X.

For personal use, you can already start using 0.16.3, just backup your private keys to be safe.

A first bêta release is planned for soon and starting from this, upgrade can reasonably be considered safe for most people.

Is it pool mining? and rieminer 0.9?

Found first block with 1700x Smiley after 4 years with rieminer 0.9
hero member
Activity: 819
Merit: 502
Any advice how many RIC can be mined with 1700x and 1950x? Which wallet to be used 0.10 or 0.16?

I am mining ~80 RIC/day at Difficulty 1386 with a 2700X @ 3,5 GHz. Earnings are proportional to frequency and number of cores for a same architecture so you can estimate yourself for 1950X.

For personal use, you can already start using 0.16.3, just backup your private keys to be safe.

A first bêta release is planned for soon and starting from this, upgrade can reasonably be considered safe for most people.

Is it pool mining? and rieminer 0.9?
member
Activity: 113
Merit: 51
Riecoin developer
Any advice how many RIC can be mined with 1700x and 1950x? Which wallet to be used 0.10 or 0.16?

I am mining ~80 RIC/day at Difficulty 1386 with a 2700X @ 3,5 GHz. Earnings are proportional to frequency and number of cores for a same architecture so you can estimate yourself for 1950X.

For personal use, you can already start using 0.16.3, just backup your private keys to be safe.

A first bêta release is planned for soon and starting from this, upgrade can reasonably be considered safe for most people.
hero member
Activity: 626
Merit: 504
I tested CLTV on testnet and it worked fine.

I'll take a look at the pull requests and then move on to CSV.



I noticed it looked like BIP66 may have already been activated on testnet at block 12082, but didn't have a node to connect to to verify... I'm fairly confident the CSV/segwit activation should work fine with this method. Since SuperMajority() doesn't exist in 0.16 this method should work as well, albeit with higher majority (Riecoin BIP9 currently uses uses 95%), I kind of recall SuperMajority() used 75% but could be mistaken.
hero member
Activity: 819
Merit: 502
Is there any exchange now RIC? Sorry for many questions but i did not follow RIC long time?

Hi man, the only exchange is zapple --> https://zapple.com/exchange

hehehe ...

Beat me to it by a second or so Smiley

#crysx

Thanks a lot. Last time i was mining it in 2015. Any advice how many RIC can be mined with 1700x and 1950x? Which wallet to be used 0.10 or 0.16?
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
Is there any exchange now RIC? Sorry for many questions but i did not follow RIC long time?

Hi man, the only exchange is zapple --> https://zapple.com/exchange

hehehe ...

Beat me to it by a second or so Smiley

#crysx
Pages:
Jump to: