Pages:
Author

Topic: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper - page 42. (Read 58444 times)

full member
Activity: 126
Merit: 100

Cryptomines I have the appropriate solution for you
Call up whoever you bought your computer from and tell them you need to return it

Reason?

You're too fuckin stupid to own one.

That's a great idea, thanks. You are most helpful.
newbie
Activity: 42
Merit: 0

You need the shared library file.  Can you do
Code:
sudo apt-get install libminiupnpc-dev
and try it again?   

did that, now i get this

Code:
./shinycoin-qt-linux-64bit: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
Progress!  Here is the complete list:
Code:
sudo apt-get install make gcc g++ libboost-all-dev libssl-dev libdb-dev libdb++-dev libminiupnpc-dev

nope, still getting this
Code:
./shinycoin-qt-linux-64bit: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

Cryptomines I have the appropriate solution for you
Call up whoever you bought your computer from and tell them you need to return it

Reason?

You're too fuckin stupid to own one.
legendary
Activity: 1400
Merit: 1050
even if I had the memory resource, all this feels like a big waste of electricity and computer ressource (2 hours to get 1 shynicoin... sorry but that's totally ridiculous).
not mentionning, it will take forever to validate... (would be funny if it got orphaned  Grin)

full member
Activity: 126
Merit: 100

You need the shared library file.  Can you do
Code:
sudo apt-get install libminiupnpc-dev
and try it again?   

did that, now i get this

Code:
./shinycoin-qt-linux-64bit: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
Progress!  Here is the complete list:
Code:
sudo apt-get install make gcc g++ libboost-all-dev libssl-dev libdb-dev libdb++-dev libminiupnpc-dev

nope, still getting this
Code:
./shinycoin-qt-linux-64bit: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
hero member
Activity: 616
Merit: 500
I'll have a pool up pretty soon, if there is interest...
Edit: we do need a standalone miner first.
legendary
Activity: 1400
Merit: 1050
If it was too easy I guess it would be hard to imagine it would ever be worth anything.  My computer still fighting the good fight!
mine too, but not on this planet
newbie
Activity: 42
Merit: 0
If it was too easy I guess it would be hard to imagine it would ever be worth anything.  My computer still fighting the good fight!
member
Activity: 64
Merit: 10
Shinycoin developer

You need the shared library file.  Can you do
Code:
sudo apt-get install libminiupnpc-dev
and try it again?   

did that, now i get this

Code:
./shinycoin-qt-linux-64bit: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
Progress!  Here is the complete list:
Code:
sudo apt-get install make gcc g++ libboost-all-dev libssl-dev libdb-dev libdb++-dev libminiupnpc-dev
full member
Activity: 126
Merit: 100

You need the shared library file.  Can you do
Code:
sudo apt-get install libminiupnpc-dev
and try it again?   

did that, now i get this

Code:
./shinycoin-qt-linux-64bit: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
sr. member
Activity: 320
Merit: 250
locate libminiupnpc

Code:
/home/ubuntu/boolberry/build/release/contrib/miniupnpc/libminiupnpc.a
You need the shared library file.  Can you do
Code:
sudo apt-get install libminiupnpc-dev
and try it again?   

Does it fail?

block stuck at 0.

or too high initial diff?
member
Activity: 64
Merit: 10
Shinycoin developer
locate libminiupnpc

Code:
/home/ubuntu/boolberry/build/release/contrib/miniupnpc/libminiupnpc.a
You need the shared library file.  Can you do
Code:
sudo apt-get install libminiupnpc-dev
and try it again?   
full member
Activity: 123
Merit: 100
123
Nope, its dead before the first block haha unbelieveable!
The small force you are Made in China?
full member
Activity: 126
Merit: 100
locate libminiupnpc

Code:
/home/ubuntu/boolberry/build/release/contrib/miniupnpc/libminiupnpc.a

sr. member
Activity: 320
Merit: 250
   "difficulty" : 0.00003052,
    "hashespermin" : 18,

Looks like initial diff is too high.
diff=0.00003052 => 131082 hashes / block.
If we've got 50 machines mining at 18 hashes per minute, the total network hashrate is 15 h/s
=> mining a block takes around 2.5 hours
That's about accurate.  The difficulty was set high, and the rewards were set very low.  This is nothing unexpected.  Once blocks start getting mined, the difficulty adjust will take place.  This was to ensure that blocks don't fly off the shelves.

your linux binary doesnt work, what am i missing?

I combined from the source and it seems work.
I use 4 threads (60GB ram). And my ram usage is about 95%
member
Activity: 64
Merit: 10
Shinycoin developer
Code:
./shinycoin-qt-linux-64bit: error while loading shared libraries: libminiupnpc.so.8: cannot open shared object file: No such file or directory
Do you have libminiupnpc installed?

What is the output of "locate libminiupnpc"?
full member
Activity: 126
Merit: 100
   "difficulty" : 0.00003052,
    "hashespermin" : 18,

Looks like initial diff is too high.
diff=0.00003052 => 131082 hashes / block.
If we've got 50 machines mining at 18 hashes per minute, the total network hashrate is 15 h/s
=> mining a block takes around 2.5 hours
That's about accurate.  The difficulty was set high, and the rewards were set very low.  This is nothing unexpected.  Once blocks start getting mined, the difficulty adjust will take place.  This was to ensure that blocks don't fly off the shelves.

your linux binary doesnt work, what am i missing?
member
Activity: 64
Merit: 10
Shinycoin developer
   "difficulty" : 0.00003052,
    "hashespermin" : 18,

Looks like initial diff is too high.
diff=0.00003052 => 131082 hashes / block.
If we've got 50 machines mining at 18 hashes per minute, the total network hashrate is 15 h/s
=> mining a block takes around 2.5 hours
That's about accurate.  The initial difficulty was set high, and the initial rewards were set very low.  This is nothing unexpected.  Once blocks start getting mined, the difficulty adjust will take place.  This was to ensure that blocks don't fly off the shelves.
hero member
Activity: 714
Merit: 500
Skol!


Here guys, more stones to throw!
legendary
Activity: 3248
Merit: 1070
where is the windows qt? don't tell me "go compile it" , that's your job, what the next step i make the coin for the dev? lmao

lol 15 giga, i read it now..so now i need to buy 8 giga more to mine this...crap
newbie
Activity: 19
Merit: 0
   "difficulty" : 0.00003052,
    "hashespermin" : 18,

Looks like initial diff is too high.
diff=0.00003052 => 131082 hashes / block.
If we've got 50 machines mining at 18 hashes per minute, the total network hashrate is 15 h/s
=> mining a block takes around 2.5 hours
Pages:
Jump to: