Bitcoin Forum
June 23, 2024, 02:57:36 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 [313] 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 ... 862 »
  Print  
Author Topic: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65%  (Read 1260362 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.
fairglu
Legendary
*
Offline Offline

Activity: 1100
Merit: 1030


View Profile WWW
April 08, 2015, 04:14:26 PM
 #6241

if ur blockcount is higher than the blocks in http://dmdpool.digsys.bg/bc/
overwrite ur local blockchain files with this backup
http://diamond.danbo.bg/downloads/danbischain20150408.zip

https://chainz.cryptoid.info/dmd/ resynchronized from there

Also put up a notice for people to update & check this thread.

cryptonit
Legendary
*
Offline Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
April 08, 2015, 04:19:10 PM
 #6242

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

 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
danbi
Sr. Member
****
Offline Offline

Activity: 393
Merit: 250


View Profile
April 08, 2015, 04:22:02 PM
 #6243

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 Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
April 08, 2015, 04:24:10 PM
 #6244

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


 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
cryptonit
Legendary
*
Offline Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
April 08, 2015, 04:29:06 PM
 #6245

if ur blockcount is higher than the blocks in http://dmdpool.digsys.bg/bc/
overwrite ur local blockchain files with this backup
http://diamond.danbo.bg/downloads/danbischain20150408.zip

https://chainz.cryptoid.info/dmd/ resynchronized from there

Also put up a notice for people to update & check this thread.

thx a lot

all explorer back on main chain!

 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
nosqltips
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 08, 2015, 04:31:56 PM
 #6246

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 Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
April 08, 2015, 04:48:10 PM
 #6247

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

Activity: 393
Merit: 250


View Profile
April 08, 2015, 05:51:34 PM
 #6248

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

Activity: 896
Merit: 520



View Profile
April 08, 2015, 05:56:36 PM
 #6249

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 Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
April 08, 2015, 05:59:46 PM
 #6250

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 Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
popshot (OP)
Hero Member
*****
Offline Offline

Activity: 774
Merit: 554


CEO Diamond Foundation


View Profile WWW
April 08, 2015, 07:01:37 PM
 #6251

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 Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
April 08, 2015, 08:36:03 PM
Last edit: April 08, 2015, 10:09:30 PM by cryptonit
 #6252

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


 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
popshot (OP)
Hero Member
*****
Offline Offline

Activity: 774
Merit: 554


CEO Diamond Foundation


View Profile WWW
April 08, 2015, 09:18:41 PM
 #6253


Here you go Apple computer users Smiley

Mac Wallet QT

cryptonit
Legendary
*
Offline Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
April 08, 2015, 10:23:52 PM
 #6254

until cryptsy finished maintenance
dmd multipool and dmd cloudmining payouts
can not be performed

the earnings are stored and nothing will be lost

 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
cryptonit
Legendary
*
Offline Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
April 08, 2015, 11:44:16 PM
Last edit: April 09, 2015, 07:34:54 AM by cryptonit
 #6255

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.....


 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
jmsr1978
Sr. Member
****
Offline Offline

Activity: 355
Merit: 250



View Profile WWW
April 09, 2015, 02:46:44 AM
 #6256

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

Activity: 302
Merit: 250

Never before 11 P.M.


View Profile WWW
April 09, 2015, 03:36:55 AM
 #6257

I have some cloudmining shares I have available for sale.

Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
April 09, 2015, 04:16:35 AM
 #6258

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

Activity: 355
Merit: 250



View Profile WWW
April 09, 2015, 04:21:14 AM
 #6259

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

Activity: 1498
Merit: 507


Not your Keys, not your Bitcoin


View Profile
April 09, 2015, 05:28:21 AM
 #6260

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
Pages: « 1 ... 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 [313] 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 ... 862 »
  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!