fairglu
Legendary
Offline
Activity: 1100
Merit: 1032
|
|
April 08, 2015, 04:14:26 PM |
|
https://chainz.cryptoid.info/dmd/ resynchronized from there Also put up a notice for people to update & check this thread.
|
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
April 08, 2015, 04:19:10 PM |
|
also use in console repairwallet after make sure u are on right chain this way possible coins stuck in POS attempts on wrong chain return to balance after wallet reboot
|
|
|
|
danbi
|
|
April 08, 2015, 04:22:02 PM |
|
Getting compilation problem with new wallet code on Ubuntu 14.1. Looks like missing file(s).
serialize.h:418:6: warning: unused parameter ‘nType’ [-Wunused-parameter] void Serialize_impl(Stream& os, const std::vector<T, A>& v, int nType, int nVersion, const boost::true_type&) ^ serialize.h:418:6: warning: unused parameter ‘nVersion’ [-Wunused-parameter] g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Ijson -Iobj -Iqt -Iqt/test -I. -I. -o bitcoinrpc.o bitcoinrpc.cpp In file included from walletdb.h:8:0, from wallet.h:19, from init.h:8, from bitcoinrpc.cpp:6: db.h:14:20: fatal error: db_cxx.h: No such file or directory #include <db_cxx.h> ^ compilation terminated. make: *** [bitcoinrpc.o] Error 1
Any help?
It seems you are missing the db libraries (db_cxx.h belongs to these). See the README for instructions how to install these.
|
BTC: 15cJkRupKAkGr6sTxj1Uzb6uHbvuRyK1GL DMD: dJZEqNcjiUiMMd8DKBFS9oMWtArAD2GCHr
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
April 08, 2015, 04:24:10 PM |
|
dont wonder if u see still sync even if u have downloaded all blocks already that are existing on DMD blockchain
some fork chains are like 400 blocks ahead and try feed u with their blocks
|
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
April 08, 2015, 04:29:06 PM |
|
thx a lot all explorer back on main chain!
|
|
|
|
nosqltips
Newbie
Offline
Activity: 4
Merit: 0
|
|
April 08, 2015, 04:31:56 PM |
|
Sorry, my bad. I didn't update all of the dependencies.
sudo apt-get install build-essential libboost1.55-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev
|
|
|
|
davembg
Sr. Member
Offline
Activity: 340
Merit: 251
Smell the glove.
|
|
April 08, 2015, 04:48:10 PM |
|
Just rebuild the wallet binary on Donkeypool -
Getting this in debug using FRESH wallet.dat and danbis' "clean" chain:
ERROR: mempool transaction missing input
tried -reindex, -repairwallet and -rescan.
using ONLY the (4) seed nodes in the config.
No joy.
Any suggestions would be greatly appreciated.
|
|
|
|
danbi
|
|
April 08, 2015, 05:51:34 PM |
|
Just rebuild the wallet binary on Donkeypool -
Getting this in debug using FRESH wallet.dat and danbis' "clean" chain:
ERROR: mempool transaction missing input
tried -reindex, -repairwallet and -rescan.
using ONLY the (4) seed nodes in the config.
No joy.
Any suggestions would be greatly appreciated.
You have some transactions in the chain that are confused. I don't think we have code to clean up such yet, but if you use the chain from this morning and sync completely with the correct chain, you should not see these anymore. You do not need to use repairwallet or rescan for an new wallet. We don't have 'reindex' command in Diamond. Do you see anything else unusual in the log, after the chain is loaded? The 'missing input' message is harmless, but should not appear after you sync... In any case, don't let the pool run before you sync the wallet.
|
BTC: 15cJkRupKAkGr6sTxj1Uzb6uHbvuRyK1GL DMD: dJZEqNcjiUiMMd8DKBFS9oMWtArAD2GCHr
|
|
|
Mister1k
|
|
April 08, 2015, 05:56:36 PM |
|
dont wonder if u see still sync even if u have downloaded all blocks already that are existing on DMD blockchain
some fork chains are like 400 blocks ahead and try feed u with their blocks
thats because you told every body to use addnode= And listen=1 If everyone uses connect=the 4 nodes And listen=0 Until this mess is cleaned up! Its all good . Get it?! Lol Listen=1 just feeds the bad node back in.
|
|
|
|
vegasguy
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
April 08, 2015, 05:59:46 PM |
|
I see the pow reduction, and this is good. It keeps supply down and prices up. My question is regarding pos rewards. It was 50% per year interest with a minimum of a 7 day stake. Has this changed?
Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
popshot (OP)
|
|
April 08, 2015, 07:01:37 PM |
|
I see the pow reduction, and this is good. It keeps supply down and prices up. My question is regarding pos rewards. It was 50% per year interest with a minimum of a 7 day stake. Has this changed?
Vegas
This update is security oriented, we didn't change coin rollout. So it's still 50% interest per annum till 1.5 mill total coins. 7 day minimum maturity has been reduced to 3 days.
|
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
April 08, 2015, 08:36:03 PM Last edit: April 08, 2015, 10:09:30 PM by cryptonit |
|
dont wonder if u see still sync even if u have downloaded all blocks already that are existing on DMD blockchain
some fork chains are like 400 blocks ahead and try feed u with their blocks
thats because you told every body to use addnode= And listen=1 If everyone uses connect=the 4 nodes And listen=0 Until this mess is cleaned up! Its all good . Get it?! Lol Listen=1 just feeds the bad node back in. they not accepted and once die out because mine air isnt fun its no issue if everyone run just connect to main nodes and no addnode and listen wallets around that create a way more vulnerable network the main nodes provide good peers the listen make u accept other nodes to talk with u too the info from fork chains u see is no issue now after we consolidated backbone listen=0 and connect instead of addnode have always the disadvantage of creating a star instead of a mesh network whats needed now is that the last few people on fork chains stop mining so the forks blockcount stop increasing but yes mister1k u are right if people use the alternative conf with listen=0 and connect instead of addnode then the forks invisible for them
|
|
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
April 08, 2015, 10:23:52 PM |
|
until cryptsy finished maintenance dmd multipool and dmd cloudmining payouts can not be performed
the earnings are stored and nothing will be lost
|
|
|
|
cryptonit
Legendary
Offline
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
|
|
April 08, 2015, 11:44:16 PM Last edit: April 09, 2015, 07:34:54 AM by cryptonit |
|
now everything is clear where the origin of all that was check the number of orphans.... now after daniel fixed the technical part its time to get a specialist for the other part.....
|
|
|
|
jmsr1978
|
|
April 09, 2015, 02:46:44 AM |
|
Hi i know maybe is a bit late but... is it possible to invest in the could mining or is close??? Thanks in advance
|
Video editor and graphic designer in love with Cryptocoins!!!
|
|
|
RaginglikeaBoss
|
|
April 09, 2015, 03:36:55 AM |
|
I have some cloudmining shares I have available for sale.
|
|
|
|
Spidersbox
Legendary
Offline
Activity: 1294
Merit: 1039
|
|
April 09, 2015, 04:16:35 AM |
|
a couple of questions. how can I get rid of the 'unconfirmed' diamonds from when I got forked.
If the mining reward is .1 diamond, how many people are going to mine them. At 1 each block, I was barely covering the electricity, granted I only have one rig with 5 gpu's ...
|
|
|
|
jmsr1978
|
|
April 09, 2015, 04:21:14 AM |
|
I have some cloudmining shares I have available for sale.
Do u? How many and how much please? Thanks for the answer
|
Video editor and graphic designer in love with Cryptocoins!!!
|
|
|
ajqjjj
|
|
April 09, 2015, 05:28:21 AM |
|
in that moment there was a failure which were the blocks?, I lost coins that are already confirmed long before
|
-support Bitcoin Community Bitcointalk.org- Always verify wallet to store your Bitcoin Donations are open, send PM
|
|
|
|