Bitcoin Forum
May 02, 2024, 11:34:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: na
na
na

Pages: « 1 ... 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 [431] 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 ... 593 »
  Print  
Author Topic: [ANN][1000 SYNC] Proof of Stake now run by BLOCKCHAIN DEVELOPMENT COMPANY  (Read 815999 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.
LTCagt
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 02:14:45 AM
 #8601

I am having trouble using a back up sync wallet.dat. I sent sync to my wallet and I was having trouble getting it connected so I had to delete it but saved the wallet.dat file. I was finally able to get the wallet to connect to the network and then tried to replace the wallet.dat file but it does not seem to be working. Does anyone know how to fix this?

if you have synced wallet you can try this command line key one by one until issue will be resolved (you must backup your "wallet.dat" before):
 -rescan
 -reindex
 -salvagewallet

I tried those commands and it said method not found. I see the transaction on the block explorer and I still have the same address, not sure why it isn't working.
assuming it don't lock, go into the debug console and type dumpwallet <filename> and it will export the wallet to a text file. Then backup your wallet.dat file, delete it from the active folder, and sync. Once you're in sync, go again to the console and type importwallet <filname of the file you dumped> and it should import all of your previous keys and transactions. It worked for me.

I tried these and my wallet still has 0 Sync. When I first downloaded a wallet I sent Sync to it but couldnt get it to connect to the network so I saved the wallet.dat file directly from the AppData/Roaming/Sync folder and then downloaded the newest version of the wallet. I still can't seem to recover this backup and would appreciate anyone that could help me.

direct inet-connection or behind a router ?

router

ok thats the Problem - sometimes your Firewall is automatically conf´ed but your router dont

which type of router ? you have to open the port there - the easiest way is to write the port in the conf file
and then open that port on the router

do you know how to do this ?

 server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=24240
port=24241
addnode=23.226.225.224
addnode=107.170.10.33
addnode=80.240.140.149
addnode=188.226.243.136
addnode=86.1.252.20
addnode=90.217.94.252
addnode=207.12.89.92
addnode=162.243.157.49
addnode=128.199.189.163
addnode=162.243.103.7
addnode=128.199.187.204
addnode=95.85.31.58
1714692852
Hero Member
*
Offline Offline

Posts: 1714692852

View Profile Personal Message (Offline)

Ignore
1714692852
Reply with quote  #2

1714692852
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714692852
Hero Member
*
Offline Offline

Posts: 1714692852

View Profile Personal Message (Offline)

Ignore
1714692852
Reply with quote  #2

1714692852
Report to moderator
1714692852
Hero Member
*
Offline Offline

Posts: 1714692852

View Profile Personal Message (Offline)

Ignore
1714692852
Reply with quote  #2

1714692852
Report to moderator
1714692852
Hero Member
*
Offline Offline

Posts: 1714692852

View Profile Personal Message (Offline)

Ignore
1714692852
Reply with quote  #2

1714692852
Report to moderator
LJ33
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 22, 2014, 02:44:34 AM
 #8602

I am having trouble using a back up sync wallet.dat. I sent sync to my wallet and I was having trouble getting it connected so I had to delete it but saved the wallet.dat file. I was finally able to get the wallet to connect to the network and then tried to replace the wallet.dat file but it does not seem to be working. Does anyone know how to fix this?

if you have synced wallet you can try this command line key one by one until issue will be resolved (you must backup your "wallet.dat" before):
 -rescan
 -reindex
 -salvagewallet

I tried those commands and it said method not found. I see the transaction on the block explorer and I still have the same address, not sure why it isn't working.
assuming it don't lock, go into the debug console and type dumpwallet <filename> and it will export the wallet to a text file. Then backup your wallet.dat file, delete it from the active folder, and sync. Once you're in sync, go again to the console and type importwallet <filname of the file you dumped> and it should import all of your previous keys and transactions. It worked for me.

I tried these and my wallet still has 0 Sync. When I first downloaded a wallet I sent Sync to it but couldnt get it to connect to the network so I saved the wallet.dat file directly from the AppData/Roaming/Sync folder and then downloaded the newest version of the wallet. I still can't seem to recover this backup and would appreciate anyone that could help me.

direct inet-connection or behind a router ?

router

ok thats the Problem - sometimes your Firewall is automatically conf´ed but your router dont

which type of router ? you have to open the port there - the easiest way is to write the port in the conf file
and then open that port on the router

do you know how to do this ?

 server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=24240
port=24241
addnode=23.226.225.224
addnode=107.170.10.33
addnode=80.240.140.149
addnode=188.226.243.136
addnode=86.1.252.20
addnode=90.217.94.252
addnode=207.12.89.92
addnode=162.243.157.49
addnode=128.199.189.163
addnode=162.243.103.7
addnode=128.199.187.204
addnode=95.85.31.58

So I need to add port=24241 to the sync conf file?
LTCagt
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 02:48:11 AM
 #8603

yes - as it is written  Roll Eyes

not as a rpc-port - as a port

"port=24241" and then go to configure your router
LTCagt
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 02:50:17 AM
 #8604

yes - as it is written  Roll Eyes

not as a rpc-port - as a port

"port=24241" and then go to configure your router

and if you dont know HOW to configure your router - look for the Name and model and i look for the right guidance
LTCagt
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 03:00:24 AM
 #8605

only 10,24 to go to 1,99 while 26 want to buy  Grin Grin Grin Grin Grin

thats great
LTCagt
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 03:01:19 AM
 #8606

Wondering if there is anyone in the community who can build a simple Paypal/Sync exchange.

We need to bypass BTC, allow ppl to buy Sync direct with Paypal.

Or if you know anyone, pls contact sync@syncfund.com

That's extremely dangerous due to chargebacks.

https://c-cex.com/ offers usd/alt-coins

not only that paypal are literallt the worst company on the planet
they thieve peoples funds willy nilly you only need to look up
on the web at the horror stories, we do not want to be associated with
anyone or anything that will tarnish our image and what sync stands for!

+1 please not paypal
youngg
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 22, 2014, 04:26:28 AM
 #8607

Wondering if there is anyone in the community who can build a simple Paypal/Sync exchange.

We need to bypass BTC, allow ppl to buy Sync direct with Paypal.

Or if you know anyone, pls contact sync@syncfund.com

That's extremely dangerous due to chargebacks.

https://c-cex.com/ offers usd/alt-coins

not only that paypal are literallt the worst company on the planet
they thieve peoples funds willy nilly you only need to look up
on the web at the horror stories, we do not want to be associated with
anyone or anything that will tarnish our image and what sync stands for!

+1 please not paypal

Lol, I understand the vitriol towards PP but there is a very large, untapped market that uses it heavily. They'd buy a ton of Sync if we make it super easy - and without the BTC/Sync travel.

I want to go after this market but I need a better way for them to buy Sync. Open to ideas but like I said, they'll buy it with Paypal, this I knows.
LTCagt
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 06:07:32 AM
 #8608

DO YOU WANT MORE ?  Grin Shocked Shocked Shocked Shocked Grin

Biomech
Legendary
*
Offline Offline

Activity: 1372
Merit: 1022


Anarchy is not chaos.


View Profile
July 22, 2014, 06:20:59 AM
 #8609

Question:

Is there still a minumum amount of sync needed to stake? I ask because while I have a small amount, it should have matured by now. It's still saying not mature, rather than showing weight. I wouldn't expect it to stake vs. the network very quickly, but it should be showing weight by now.

Just in case I'm missing the obvious ( a thing that seems to happen too often), here's the output from getstakinginfo

 
Code:
{
"enabled" : true,
"staking" : false,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 0.00085891,
"search-interval" : 1,
"weight" : 0,
"netstakeweight" : 71070,
"expectedtime" : -1
}
MsCollec (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
July 22, 2014, 06:34:20 AM
 #8610

Question:

Is there still a minumum amount of sync needed to stake? I ask because while I have a small amount, it should have matured by now. It's still saying not mature, rather than showing weight. I wouldn't expect it to stake vs. the network very quickly, but it should be showing weight by now.

Just in case I'm missing the obvious ( a thing that seems to happen too often), here's the output from getstakinginfo

There's no minimum amount of sync required for staking. I believe you should be able to find a block within the maximum stake period =30 days.

However, the network weight has increased significantly over the past few weeks.
Biomech
Legendary
*
Offline Offline

Activity: 1372
Merit: 1022


Anarchy is not chaos.


View Profile
July 22, 2014, 06:46:39 AM
 #8611

Question:

Is there still a minumum amount of sync needed to stake? I ask because while I have a small amount, it should have matured by now. It's still saying not mature, rather than showing weight. I wouldn't expect it to stake vs. the network very quickly, but it should be showing weight by now.

Just in case I'm missing the obvious ( a thing that seems to happen too often), here's the output from getstakinginfo

There's no minimum amount of sync required for staking. I believe you should be able to find a block within the maximum stake period =30 days.

However, the network weight has increased significantly over the past few weeks.

Ok, so there's a variable time to maturity? I knew there was a maximum, but I thought it would start showing weight after the minimum. If that's not the case, then all is well Cheesy I'm mining at the multipool, so it'll increase in time. Thanks for the quick answer.
MsCollec (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
July 22, 2014, 06:52:33 AM
 #8612

Question:

Is there still a minumum amount of sync needed to stake? I ask because while I have a small amount, it should have matured by now. It's still saying not mature, rather than showing weight. I wouldn't expect it to stake vs. the network very quickly, but it should be showing weight by now.

Just in case I'm missing the obvious ( a thing that seems to happen too often), here's the output from getstakinginfo

There's no minimum amount of sync required for staking. I believe you should be able to find a block within the maximum stake period =30 days.

However, the network weight has increased significantly over the past few weeks.

Ok, so there's a variable time to maturity? I knew there was a maximum, but I thought it would start showing weight after the minimum. If that's not the case, then all is well Cheesy I'm mining at the multipool, so it'll increase in time. Thanks for the quick answer.

Not really but since staking works like mining, nevermind I mixed up no matured coins for staking with orphaned blocks.

You are using the latest wallet not the old version.
Biomech
Legendary
*
Offline Offline

Activity: 1372
Merit: 1022


Anarchy is not chaos.


View Profile
July 22, 2014, 06:59:54 AM
 #8613

Question:

Is there still a minumum amount of sync needed to stake? I ask because while I have a small amount, it should have matured by now. It's still saying not mature, rather than showing weight. I wouldn't expect it to stake vs. the network very quickly, but it should be showing weight by now.

Just in case I'm missing the obvious ( a thing that seems to happen too often), here's the output from getstakinginfo

There's no minimum amount of sync required for staking. I believe you should be able to find a block within the maximum stake period =30 days.

However, the network weight has increased significantly over the past few weeks.

Ok, so there's a variable time to maturity? I knew there was a maximum, but I thought it would start showing weight after the minimum. If that's not the case, then all is well Cheesy I'm mining at the multipool, so it'll increase in time. Thanks for the quick answer.

Not really but since staking works like mining, nevermind I mixed up no matured coins for staking with orphaned blocks.

You are using the latest wallet not the old version.
I believe so. Compiled from github about two weeks ago.
ontopicplease
Hero Member
*****
Offline Offline

Activity: 778
Merit: 1000


View Profile
July 22, 2014, 08:54:15 AM
 #8614

Still problems with syncing.Maybe someone can help. This is what I did.
I went to users/appdata/roaming/sync and made a new txtdocument where I put;
server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=24240
addnode=23.226.225.224
addnode=107.170.10.33
addnode=80.240.140.149
addnode=188.226.243.136
addnode=86.1.252.20
addnode=90.217.94.252
addnode=207.12.89.92
addnode=162.243.157.49
addnode=128.199.189.163
addnode=162.243.103.7
addnode=128.199.187.204
addnode=95.85.31.58

Then I deleted everything except this txt document and wallet.dat.

Wallet still not syncing, can anyone tell me what I did wrong?
LTCagt
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 09:21:04 AM
 #8615

Still problems with syncing.Maybe someone can help. This is what I did.
I went to users/appdata/roaming/sync and made a new txtdocument where I put;
server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=24240
addnode=23.226.225.224
addnode=107.170.10.33
addnode=80.240.140.149
addnode=188.226.243.136
addnode=86.1.252.20
addnode=90.217.94.252
addnode=207.12.89.92
addnode=162.243.157.49
addnode=128.199.189.163
addnode=162.243.103.7
addnode=128.199.187.204
addnode=95.85.31.58

Then I deleted everything except this txt document and wallet.dat.

Wallet still not syncing, can anyone tell me what I did wrong?
rename it to sync.conf ?
andromeda66
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
July 22, 2014, 09:36:41 AM
 #8616

Question:

Is there still a minumum amount of sync needed to stake? I ask because while I have a small amount, it should have matured by now. It's still saying not mature, rather than showing weight. I wouldn't expect it to stake vs. the network very quickly, but it should be showing weight by now.

Just in case I'm missing the obvious ( a thing that seems to happen too often), here's the output from getstakinginfo

There's no minimum amount of sync required for staking. I believe you should be able to find a block within the maximum stake period =30 days.

However, the network weight has increased significantly over the past few weeks.


Hey dev....sent you a pm...can you take a look?...would be great.

Regards
andromeda66
MsCollec (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
July 22, 2014, 09:43:01 AM
 #8617

Question:

Is there still a minumum amount of sync needed to stake? I ask because while I have a small amount, it should have matured by now. It's still saying not mature, rather than showing weight. I wouldn't expect it to stake vs. the network very quickly, but it should be showing weight by now.

Just in case I'm missing the obvious ( a thing that seems to happen too often), here's the output from getstakinginfo

There's no minimum amount of sync required for staking. I believe you should be able to find a block within the maximum stake period =30 days.

However, the network weight has increased significantly over the past few weeks.


Hey dev....sent you a pm...can you take a look?...would be great.

Regards
andromeda66

Not received
MsCollec (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
July 22, 2014, 09:43:51 AM
 #8618

Still problems with syncing.Maybe someone can help. This is what I did.
I went to users/appdata/roaming/sync and made a new txtdocument where I put;
server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=24240
addnode=23.226.225.224
addnode=107.170.10.33
addnode=80.240.140.149
addnode=188.226.243.136
addnode=86.1.252.20
addnode=90.217.94.252
addnode=207.12.89.92
addnode=162.243.157.49
addnode=128.199.189.163
addnode=162.243.103.7
addnode=128.199.187.204
addnode=95.85.31.58

Then I deleted everything except this txt document and wallet.dat.

Wallet still not syncing, can anyone tell me what I did wrong?

Did you changed the file type to all files
ontopicplease
Hero Member
*****
Offline Offline

Activity: 778
Merit: 1000


View Profile
July 22, 2014, 10:24:45 AM
 #8619

Still problems with syncing.Maybe someone can help. This is what I did.
I went to users/appdata/roaming/sync and made a new txtdocument where I put;
server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=24240
addnode=23.226.225.224
addnode=107.170.10.33
addnode=80.240.140.149
addnode=188.226.243.136
addnode=86.1.252.20
addnode=90.217.94.252
addnode=207.12.89.92
addnode=162.243.157.49
addnode=128.199.189.163
addnode=162.243.103.7
addnode=128.199.187.204
addnode=95.85.31.58

Then I deleted everything except this txt document and wallet.dat.

Wallet still not syncing, can anyone tell me what I did wrong?
rename it to sync.conf ?

Thanks a lot; syncing!!!!!!!!!!!!!!!!!!!!!!!!!!!!
LTCagt
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 22, 2014, 01:16:45 PM
 #8620

Still problems with syncing.Maybe someone can help. This is what I did.
I went to users/appdata/roaming/sync and made a new txtdocument where I put;
server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=24240
addnode=23.226.225.224
addnode=107.170.10.33
addnode=80.240.140.149
addnode=188.226.243.136
addnode=86.1.252.20
addnode=90.217.94.252
addnode=207.12.89.92
addnode=162.243.157.49
addnode=128.199.189.163
addnode=162.243.103.7
addnode=128.199.187.204
addnode=95.85.31.58

Then I deleted everything except this txt document and wallet.dat.

Wallet still not syncing, can anyone tell me what I did wrong?
rename it to sync.conf ?

Thanks a lot; syncing!!!!!!!!!!!!!!!!!!!!!!!!!!!!

great  Grin Grin Grin Grin Grin Grin Grin
Pages: « 1 ... 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 [431] 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 ... 593 »
  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!