Author

Topic: [RADS] Radium - Decentralized Identities, Custom Assets, Elections, and More! - page 109. (Read 579179 times)

hero member
Activity: 644
Merit: 500
Hi guys,

i am new here so please bare with me for a second. On april a bought same RADS (one transaction), store them in my wallet and began staking. Everything was doing just fine until yesterday i tried to update wallet to 1.4.3. The wallet would not sync any more so i deleted blockchain and try to sync again. Now wallet is syncronised but i only have few coins in my wallet - probably just the ones from staking but the tansaction from april is missing (i made backup of my wallet.dat before i started doing anything and than copied it back to the folder).

Can someone tell me how to get those coins back in my wallet Huh

Tnx

To resync, you need to delete your txleveldb folder and your database folder, along with your blk0001.dat file. Feel free to join our slack channel and we will walk you through any other issues: http://slack.projectradium.org


Hi!

tnx for the replay and invite!

I did so as you and other suggested to delete my txleveldb folder and database folder, along with blk0001.dat file. Than i opened wallet 1.4.3 and after few hours it was done with synchronizing and i saw the number of last block. I unlocked the wallet for staking, let it run for few more hours but than i noticed that the block height was the same as it was when wallet synchronized for the first time?
Close the wallet, opened it again and I was 5h behind and it wan’t sync. Any suggestion on this?



If you follow the same instructions again, but with the latest client here, you will be all set.
newbie
Activity: 2
Merit: 0
Hi guys,

i am new here so please bare with me for a second. On april a bought same RADS (one transaction), store them in my wallet and began staking. Everything was doing just fine until yesterday i tried to update wallet to 1.4.3. The wallet would not sync any more so i deleted blockchain and try to sync again. Now wallet is syncronised but i only have few coins in my wallet - probably just the ones from staking but the tansaction from april is missing (i made backup of my wallet.dat before i started doing anything and than copied it back to the folder).

Can someone tell me how to get those coins back in my wallet Huh

Tnx

To resync, you need to delete your txleveldb folder and your database folder, along with your blk0001.dat file. Feel free to join our slack channel and we will walk you through any other issues: http://slack.projectradium.org


Hi!

tnx for the replay and invite!

I did so as you and other suggested to delete my txleveldb folder and database folder, along with blk0001.dat file. Than i opened wallet 1.4.3 and after few hours it was done with synchronizing and i saw the number of last block. I unlocked the wallet for staking, let it run for few more hours but than i noticed that the block height was the same as it was when wallet synchronized for the first time?
Close the wallet, opened it again and I was 5h behind and it wan’t sync. Any suggestion on this?

hero member
Activity: 644
Merit: 500
Just Downloaded Wallet 1.4.4

Now what should i do

Please someone Guide as i am new to this.

I have my old wallet with some RADS in it.



What operating system are you running the wallet on?




i am Using Windows 10 64 bit

Right click the windows start menu and select 'run'.
Run %appdata%, and go to the radium folder.
Delete only these files: blk0001.dat, txleveldb, and database.
Relaunch the wallet and wait about two hours for the wallet to sync.

Thanks, that worked without any hassle

Glad to hear. We hope that the process won't be nearly as complicated once SmartChain 3.0 is released.
sr. member
Activity: 812
Merit: 251
I-CHAIN - The Revolution of Digital Advertising
Just Downloaded Wallet 1.4.4

Now what should i do

Please someone Guide as i am new to this.

I have my old wallet with some RADS in it.



What operating system are you running the wallet on?




i am Using Windows 10 64 bit

Right click the windows start menu and select 'run'.
Run %appdata%, and go to the radium folder.
Delete only these files: blk0001.dat, txleveldb, and database.
Relaunch the wallet and wait about two hours for the wallet to sync.

Thanks, that worked without any hassle
hero member
Activity: 671
Merit: 501
Blockchain and stuff
Please update to the latest source.

https://github.com/ProjectRadium/Radium

last update was 4 days ago. I pulled the source just before I posted my last msg... on ubuntu 16.04 anyway. deleting everything but wallet.dat but I'm trying deleting everything now....

seems.... its a problem with my wallet.... gone further now...
humm yea, "Deserialize or I/O error "  Is usually some type of disk read error, or corrupt file error. let me know how we can help. You do need the latest version, as it fixes some pretty serious bugs.

JJ
legendary
Activity: 3556
Merit: 1126
Please update to the latest source.

https://github.com/ProjectRadium/Radium

last update was 4 days ago. I pulled the source just before I posted my last msg... on ubuntu 16.04 anyway. deleting everything but wallet.dat but I'm trying deleting everything now....

seems.... its a problem with my wallet.... gone further now...
legendary
Activity: 3556
Merit: 1126
Please update to the latest source.

https://github.com/ProjectRadium/Radium

last update was 4 days ago. I pulled the source just before I posted my last msg... on ubuntu 16.04 anyway. deleting everything but wallet.dat but I'm trying deleting everything now....
hero member
Activity: 671
Merit: 501
Blockchain and stuff
legendary
Activity: 3556
Merit: 1126
I've re-compiled the new wallet but it keeps getting:

************************
EXCEPTION: St13runtime_error      
CDB : Error -30974, can't open database        
radium in ProcessMessages()

even when I've deleted the old chain and peers database tx etc...

any ideas? it happens after it's loaded 15-30k blocks....

This is the first time I have seen this error. Assuming you have clean source your building from, I am not sure what the issue could be. Can you tell me steps to reproduce?
Also, there is a bootstrap here, if you want to try that. https://github.com/JJ12880/Rapid_Deploy/releases/download/606975/bootstrap.zip


JJ

still no luck:

ProcessBlock: ACCEPTED
SetBestChain: new best=0492d21859ea8aa2c05a57df4f2aebd6e1da9cd07ad321c8df4300d6987ddb54  height=40318  trust=5022783110739153936  blocktrust=451042693376437  date=06/18/15 05:26:56
ProcessBlock: ACCEPTED
SetBestChain: new best=fe91a4e1dc191079aa468a1348e7f40cfd2cce644bb2224972a2e3e8419e5300  height=40319  trust=5023190072089174001  blocktrust=406961350020065  date=06/18/15 05:28:16
ProcessBlock: ACCEPTED
bool LoadExternalBlockFile(FILE*)() : Deserialize or I/O error caught during load
Loaded 40319 blocks from external file in 98284ms
connect() to 184.185.216.85:27913 failed after select(): Connection refused
connect() to 108.61.10.90:27913 failed after select(): Connection refused


radiumd getinfo
{
    "version" : "v1.4.3.0-g",
    "protocolversion" : 99007,
    "walletversion" : 60000,


Tried fresh pulls from source on ubuntu 14.04 and 16.04 now with the same results...
hero member
Activity: 742
Merit: 500
do i have to resync the ver 1.4.4 wallet?
Check here: https://chainz.cryptoid.info/rads/
Not necessary, if your data is identical.

i was not aware of the new version till my wallet stuck, looks like have to resynced it, any bootstrap available?
ttx
full member
Activity: 150
Merit: 101
do i have to resync the ver 1.4.4 wallet?
Check here: https://chainz.cryptoid.info/rads/
Not necessary, if your data is identical.
hero member
Activity: 742
Merit: 500
do i have to resync the ver 1.4.4 wallet?
legendary
Activity: 1120
Merit: 1000
Great work being done here keep it up.

Just sucks price doesn't reflect it (like most good coins it seems lol).

Those early 2016 alt pumps this one saw the $1USD moon....but since quiet like all others.  Hopefully it gets back there.
hero member
Activity: 644
Merit: 500
Just Downloaded Wallet 1.4.4

Now what should i do

Please someone Guide as i am new to this.

I have my old wallet with some RADS in it.



What operating system are you running the wallet on?




i am Using Windows 10 64 bit

Right click the windows start menu and select 'run'.
Run %appdata%, and go to the radium folder.
Delete only these files: blk0001.dat, txleveldb, and database.
Relaunch the wallet and wait about two hours for the wallet to sync.
sr. member
Activity: 812
Merit: 251
I-CHAIN - The Revolution of Digital Advertising
Just Downloaded Wallet 1.4.4

Now what should i do

Please someone Guide as i am new to this.

I have my old wallet with some RADS in it.



What operating system are you running the wallet on?




i am Using Windows 10 64 bit
hero member
Activity: 644
Merit: 500
Just Downloaded Wallet 1.4.4

Now what should i do

Please someone Guide as i am new to this.

I have my old wallet with some RADS in it.



What operating system are you running the wallet on?

So, the (many) staked reward coins of the last 24 hours are legal on blockchain?

Whatever blocks are on the current chain (after the emergency fork) are the valid blocks. Some users may have staked less or more on this chain, but it is not enough to cause any damage. All transactions during the period of disarray are still valid, and no major financial damage was incurred. If anyone did suffer some form of loss due to the forking event, please let us know and we will do our best to resolve it.
member
Activity: 89
Merit: 10
So, the (many) staked reward coins of the last 24 hours are legal on blockchain?
sr. member
Activity: 812
Merit: 251
I-CHAIN - The Revolution of Digital Advertising
Just Downloaded Wallet 1.4.4

Now what should i do

Please someone Guide as i am new to this.

I have my old wallet with some RADS in it.

hero member
Activity: 671
Merit: 501
Blockchain and stuff
Jump to: