Bitcoin Forum
April 26, 2024, 08:18:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 311 »
  Print  
Author Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record  (Read 684940 times)
bsunau7
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
February 13, 2014, 10:25:40 AM
 #1281

Current n-1 improvement (already mentioned elsewhere):

Run rminerd with a larger sieve.  12% improvement in going from 1Mb (default) to 2Mb on xeon class machines (i.e with large caches).  For example

Code:
./rminerd -q -o http://10.10.10.10:28332 -O awallet:apassword -t 8 -i 2097152 

Regards,

--
bsunau7
1714119512
Hero Member
*
Offline Offline

Posts: 1714119512

View Profile Personal Message (Offline)

Ignore
1714119512
Reply with quote  #2

1714119512
Report to moderator
1714119512
Hero Member
*
Offline Offline

Posts: 1714119512

View Profile Personal Message (Offline)

Ignore
1714119512
Reply with quote  #2

1714119512
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.
1714119512
Hero Member
*
Offline Offline

Posts: 1714119512

View Profile Personal Message (Offline)

Ignore
1714119512
Reply with quote  #2

1714119512
Report to moderator
1714119512
Hero Member
*
Offline Offline

Posts: 1714119512

View Profile Personal Message (Offline)

Ignore
1714119512
Reply with quote  #2

1714119512
Report to moderator
1714119512
Hero Member
*
Offline Offline

Posts: 1714119512

View Profile Personal Message (Offline)

Ignore
1714119512
Reply with quote  #2

1714119512
Report to moderator
xiaoshen
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 13, 2014, 10:51:07 AM
 #1282

wts 300ric=3btc PM ME Smiley Smiley Smiley Smiley Smiley
Armchair Miner
Sr. Member
****
Offline Offline

Activity: 296
Merit: 250



View Profile WWW
February 13, 2014, 11:05:55 AM
 #1283

Okay then. Can't beat 'em, then join 'em...

Yeah, seems to me, for new algo coins, miner optimization and mining ("optimine") is the new premine. However, once the word gets around,  and there are no optimized miners published, there will be no buyers for the optimined coins.

No way around this. For all we know, Bitcoin was massively premined early on by someone that coded a GPU miner in private too. Same with LTC



fenix79
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
February 13, 2014, 11:06:30 AM
 #1284

any block explorer ?
bsunau7
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
February 13, 2014, 11:19:07 AM
 #1285

Current n-1 improvement (already mentioned elsewhere):

Run rminerd with a larger sieve.  12% improvement in going from 1Mb (default) to 2Mb on xeon class machines (i.e with large caches).  For example

Code:
./rminerd -q -o http://10.10.10.10:28332 -O awallet:apassword -t 8 -i 2097152 

Regards,

--
bsunau7

Next n-1 improvement is a small one (1-2% depending on how sieve size used) and was found before I focused on the time critical code:

Replace all

Code:
  if( mpz_probab_prime_p ( bnTarget, MR_TESTS) )

With

Code:
  if( mpz_millerrabin ( bnTarget, MR_TESTS) )

mpz_probab_prime_p is a wrapper around mpz_millerrabin which includes tests for small primes.  The sieve which riecoin uses has already sieved the numbers so no need to double sieve.

I would expect this to make more than a few % points on small memory systems.

Regards,

--
bsunau7
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
February 13, 2014, 11:36:50 AM
 #1286

Current n-1 improvement (already mentioned elsewhere):

Run rminerd with a larger sieve.  12% improvement in going from 1Mb (default) to 2Mb on xeon class machines (i.e with large caches).  For example

Code:
./rminerd -q -o http://10.10.10.10:28332 -O awallet:apassword -t 8 -i 2097152 

Regards,

--
bsunau7

Next n-1 improvement is a small one (1-2% depending on how sieve size used) and was found before I focused on the time critical code:

Replace all

Code:
  if( mpz_probab_prime_p ( bnTarget, MR_TESTS) )

With

Code:
  if( mpz_millerrabin ( bnTarget, MR_TESTS) )

mpz_probab_prime_p is a wrapper around mpz_millerrabin which includes tests for small primes.  The sieve which riecoin uses has already sieved the numbers so no need to double sieve.

I would expect this to make more than a few % points on small memory systems.

Regards,

--
bsunau7

could you compile a windows version pls ?
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
February 13, 2014, 11:41:48 AM
 #1287

oke not like this :  ./rminerd -q -o http://10.10.10.10:28332 -O awallet:apassword -t 8 -i 2097152

but this it would regnize it : ./rminerd -q -o http://10.10.10.10:28332 -O awallet:apassword -t 8 -i2097152
Halbert
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
February 13, 2014, 12:59:34 PM
 #1288

Fair launch:

Since this is a new PoW, it is very hard to define a starting difficulty that avoids instamining. To overcome this and contribute to a fair launch, the first 576 blocks will have no reward and the next 576 will linearly increase and reach the full reward at block 1152, after 4 difficulty adjustments were performed. Besides avoiding instamining, this should allow time for those who want to compile their own clients.
Mining

Okay, so you want to tell us something about a fair launch?

Lets put the facts together:
- The difficulty was insanely high from the start
- There was no mining pool at the beginning
=> People have to solo mine this coin. But because of the extreme difficulty, you can't even solve a block with 50-100 CPUs in reasonable time (~48h).

So, who is the winner of this coin?
=> Just a handful miner / botnet owner who have extreme capacity (> 500 CPUs) to solve the blocks. The do get the FULL reward, whereas miner with decent CPU capacity have nearly no chance to get somethink. This very unfair situation remains until there is a pool available. Until then, the few miner will squeeze everything out of that coin and this is called something like "INSTAMINING"!


This launch was a pure fail.
Either the difficulty had to be adjusted so that everyone has the chance to solve some blocks or you had to setup a pool for the launch.

I'm done with this. Pretty sad because I had some hope in this coin because of its innovative algo.
Halbert
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
February 13, 2014, 01:06:08 PM
 #1289

Fair launch:

Since this is a new PoW, it is very hard to define a starting difficulty that avoids instamining. To overcome this and contribute to a fair launch, the first 576 blocks will have no reward and the next 576 will linearly increase and reach the full reward at block 1152, after 4 difficulty adjustments were performed. Besides avoiding instamining, this should allow time for those who want to compile their own clients.
Mining

Okay, so you want to tell us something about a fair launch?

Lets put the facts together:
- The difficulty was insanely high from the start
- There was no mining pool at the beginning
=> People have to solo mine this coin. But because of the extreme difficulty, you can't even solve a block with 50-100 CPUs in reasonable time (~48h).

So, who is the winner of this coin?
=> Just a handful miner / botnet owner who have extreme capacity (> 500 CPUs) to solve the blocks. The do get the FULL reward, whereas miner with decent CPU capacity have nearly no chance to get somethink. This very unfair situation remains until there is a pool available. Until then, the few miner will squeeze everything out of that coin and this is called something like "INSTAMINING"!


This launch was just like on most altcoins a huge fail.
Either the difficulty had to be adjusted so that everyone has the chance to solve some blocks or you had to setup a pool for the launch.

Let there be no misunderstanding: I am not asking that everyone should already mine >1k coins in the first few hours.
But it's just not ok when a few people own almost all coins from the start because they are the only ones who have a decent chance to solve some blocks.

I'm done with this. Pretty sad because I had some hope in this coin because of its innovative algo.

But maybe it's interesting for the other people to know, what you mean with "fair launch".
keepwalking1234
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 13, 2014, 01:09:27 PM
 #1290

haha may it's hard to set a pool,but we really need one.

Your dreams are waiting to be realized.
keepwalking1234
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 13, 2014, 01:09:58 PM
 #1291

any way, really fair launch!

Your dreams are waiting to be realized.
zzhangq
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
February 13, 2014, 01:13:37 PM
 #1292

any way, really fair launch!

I think so.
Halbert
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
February 13, 2014, 01:21:37 PM
 #1293

any way, really fair launch!

Alright... And why do you think, that was a fair launch?



Fair launch:

Since this is a new PoW, it is very hard to define a starting difficulty that avoids instamining. To overcome this and contribute to a fair launch, the first 576 blocks will have no reward and the next 576 will linearly increase and reach the full reward at block 1152, after 4 difficulty adjustments were performed. Besides avoiding instamining, this should allow time for those who want to compile their own clients.
Mining

Okay, so you want to tell us something about a fair launch?

Lets put the facts together:
- The difficulty was insanely high from the start
- There was no mining pool at the beginning
=> People have to solo mine this coin. But because of the extreme difficulty, you can't even solve a block with 50-100 CPUs in reasonable time (~48h).

So, who is the winner of this coin?
=> Just a handful miner / botnet owner who have extreme capacity (> 500 CPUs) to solve the blocks. The do get the FULL reward, whereas miner with decent CPU capacity have nearly no chance to get somethink. This very unfair situation remains until there is a pool available. Until then, the few miner will squeeze everything out of that coin and this is called something like "INSTAMINING"!


This launch was just like on most altcoins a huge fail.
Either the difficulty had to be adjusted so that everyone has the chance to solve some blocks or you had to setup a pool for the launch.

Let there be no misunderstanding: I am not asking that everyone should already mine >1k coins in the first few hours.
But it's just not ok when a few people own almost all coins from the start because they are the only ones who have a decent chance to solve some blocks.

I'm done with this. Pretty sad because I had some hope in this coin because of its innovative algo.

But maybe it's interesting for the other people to know, what you mean with "fair launch".
CSM00
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 13, 2014, 01:31:11 PM
 #1294

Quote

Alright... And why do you think, that was a fair launch?



Just because it wasnt easy doesnt mean it wasnt fair.  Everyone had equal opportunity to get blocks.  Some just had more resources to go after them with... life tends to work that way.

The diff, while crazy high, was and may still be below the actual target time of 2.5mins.

There were 100's of thousands of CPUs running by the time the reward blocks started and even at 1 block / minute, there werent a whole lot of blocks to go around.

Check back in the thread - there was someone with 4000 CPUs complaining of not getting blocks.

Your complaint is fundamentally the same as complaint that you cant mine BTC with your laptop.

crike
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 13, 2014, 01:32:22 PM
Last edit: February 13, 2014, 01:42:38 PM by crike
 #1295

So, who is the winner of this coin?
=> Just a handful miner / botnet owner who have extreme capacity (> 500 CPUs) to solve the blocks. The do get the FULL reward, whereas miner with decent CPU capacity have nearly no chance to get somethink. This very unfair situation remains until there is a pool available. Until then, the few miner will squeeze everything out of that coin and this is called something like "INSTAMINING"!

+people who know how to modify/improve miner

Anyway, doesnt seem to be that much interest around this coin due to reasons you listed. Hopefully we get a pool soon so people without thousands of cores can mine this coin also.

BTC: 19GwYWZjY3RczZFCS7S64AikrARuyZ7Zoc
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
February 13, 2014, 01:41:00 PM
 #1296

It's interesting to see how the peoples opinion about fairness vary based on weather they found coins or not. I myself was prepared and throw some 300+ CPU cores for 24h on this coin and  the only blocks I've found were 0 value and 1 with 50 which was orphan. So I'm in the camp of the unlucky peoples with 0 coin.
I think I never complained on this forum about fairness of any coin launch or anything but we must agree that there are grounds for the disappointment of those peoples who found no coins. So I can understand that they  want to express their feelings on this forum and I kind of agree with them.
I don't mind that the big sharks get the majority of the coins. I can respect those who has the money and the guts to buy thousands of server and invest in this coin. The problem here that those who don't have enough resources got almost nothing and has little chance to find anything now.
I think this coin will really discourages the "small/middle" powered miners at least in the current form with the current difficulty.
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
February 13, 2014, 01:58:42 PM
 #1297

Hi people!

I'm offering support for people who want to set up pools (since I don't have the servers or time to operate a pool myself), but please have some specific questions, not like "how do I set up a pool?"
jh00 from ypool told me he is working on adding support for riecoin. He's making good progress, and looking at the work he did with primecoin he probably won't need my help.

I understand that the lack of pools undermined the fairness of the launch, but that will be corrected.

thank you all

gatra


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
February 13, 2014, 02:01:27 PM
 #1298

Hi people!

I'm offering support for people who want to set up pools (since I don't have the servers or time to operate a pool myself), but please have some specific questions, not like "how do I set up a pool?"
jh00 from ypool told me he is working on adding support for riecoin. He's making good progress, and looking at the work he did with primecoin he probably won't need my help.

I understand that the lack of pools undermined the fairness of the launch, but that will be corrected.

thank you all

gatra

well for instance you could optimize your CPU miner rminerd more becouse there are some errors in thats wy people cant find coins, for day's now  Wink
Hix
Legendary
*
Offline Offline

Activity: 1971
Merit: 1036


View Profile
February 13, 2014, 02:05:03 PM
 #1299

Hi people!

I'm offering support for people who want to set up pools (since I don't have the servers or time to operate a pool myself), but please have some specific questions, not like "how do I set up a pool?"
jh00 from ypool told me he is working on adding support for riecoin. He's making good progress, and looking at the work he did with primecoin he probably won't need my help.

I understand that the lack of pools undermined the fairness of the launch, but that will be corrected.

thank you all

gatra
We need MORE pools and p2pool . 100% hash power in 1 place not good.
truckythin
Hero Member
*****
Offline Offline

Activity: 781
Merit: 501



View Profile
February 13, 2014, 02:05:44 PM
 #1300

gatra,
i can offer an amazon instance, i have time to operate and monitor but not much know on setup pool.
if you want to help, i can leave server for you to setup then i can maintance later.
Pages: « 1 ... 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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 311 »
  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!