Author

Topic: - - page 314. (Read 713527 times)

legendary
Activity: 952
Merit: 1001
June 30, 2017, 11:42:49 AM

It only ico. People who have not bought an ICO do not have the ability to set up an account
legendary
Activity: 1806
Merit: 1001
June 30, 2017, 11:37:50 AM
hero member
Activity: 672
Merit: 500
June 30, 2017, 11:33:35 AM
Where the blockchain downloaded in Windows? (I can't see it in AppData folder)

I would like to remove all old blockchain files and try again.  

Some one please help me in this matter.

Not sure about windows, search for .decent directory in your home folder...

EDIT - ok, got it, it is: AppData/Local/.decent

Thank you very much.  Once I delete old Blockchain, Now the wallet works perfectly.

But what about "Account and Key"?  What we need to enter?
legendary
Activity: 1806
Merit: 1001
June 30, 2017, 11:22:12 AM
What kind of trash is this , it's not even trading or anything yet

It's up and running. That's what really matters. We'll be able to create accounts by the end of the day and get coins within 7 days after that. Waiting is almost over.
legendary
Activity: 1806
Merit: 1001
June 30, 2017, 10:27:30 AM
what is key ?

it's something you'll get when devs release Decent Go later today and you are able to create an account in the system
member
Activity: 123
Merit: 10
June 30, 2017, 10:24:58 AM
what is key ?
legendary
Activity: 1120
Merit: 1000
June 30, 2017, 10:21:47 AM
also i'm thinking the devs are the only ones mining at this point since the public can't create accounts/keys yet  Huh

Yes, but payouts start at block 100000... Until then there are no new coins generated.
What is the hashing algorithm used to mine decent tokens?
POW POS or any new algorithm.
And how can we move decent token?
newbie
Activity: 6
Merit: 0
June 30, 2017, 10:19:57 AM
also i'm thinking the devs are the only ones mining at this point since the public can't create accounts/keys yet  Huh

Yes, but payouts start at block 100000... Until then there are no new coins generated.
hero member
Activity: 1330
Merit: 533
June 30, 2017, 10:18:50 AM
Why is it so difficult to open the wallet?
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
June 30, 2017, 10:17:41 AM
also i'm thinking the devs are the only ones mining at this point since the public can't create accounts/keys yet  Huh
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
June 30, 2017, 10:16:40 AM
From now on, you will be able to see the transaction history.
DECENT Blockchain Explorer is live: https://explorer.decent.ch/


in terminal i'm seeing block # 2360

explorer isn't updating ?

EDIT:  nvm i refreshed the page Smiley), however the GUI wallet still says it's syncing with the network...

Yes the Explorer works but the syncing issues is being worked on right at this moment. hold off just a few more minutes. Sorry for the hiccup.

Ok thought something wasn't happening right, thank you, keep us updated please !

Ok something definitely going on, i terminated the GUI and followed the daemon/cli instructions, the daemon starts and syncs blocks however upon starting the cli_wallet binary i get the following output:
Code:
Logging RPC to file: /home/ader/.decent/logs/rpc/rpc.log
Logging transfers to file: /home/ader/.decent/logs/transfer.log
Starting a new wallet with chain ID 0000000000000000000000000000000000000000000000000000000000000000 (empty one)
0 exception: unspecified
Timer Expired
    {"message":"Timer Expired"}
    asio  websocket.cpp:656 operator()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:906 connect

@DECENT please assist, thank you


Can you see line like this when starting decentd?:

3587555ms th_a       application.cpp:215           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090

yes that was shown when the daemon starts.  you can also confirm it's listening on that port if you're on windows using the command netstat -a, or in linux type lsof -i:8090

Can you also see lines like this in decentd output when cli is started?

334744ms th_a       database_api.cpp:246          database_api_impl    ] creating database api 140201863400512
334744ms th_a       database_api.cpp:246          database_api_impl    ] creating database api 140201863408688

Yes, at this point if you are seeing lines such as:

Code:
960258ms th_a       application.cpp:497           handle_block         ] Got block: #3031 time: 2017-06-30T14:16:00 latency: 273 ms from: init3  irreversible: 3020 (-11)
965219ms th_a       application.cpp:497           handle_block         ] Got block: #3032 time: 2017-06-30T14:16:05 latency: 234 ms from: init8  irreversible: 3020 (-12)
970181ms th_a       application.cpp:497           handle_block         ] Got block: #3033 time: 2017-06-30T14:16:10 latency: 196 ms from: init9  irreversible: 3022 (-11)

then your daemon is running correctly
newbie
Activity: 6
Merit: 0
June 30, 2017, 10:13:30 AM
From now on, you will be able to see the transaction history.
DECENT Blockchain Explorer is live: https://explorer.decent.ch/


in terminal i'm seeing block # 2360

explorer isn't updating ?

EDIT:  nvm i refreshed the page Smiley), however the GUI wallet still says it's syncing with the network...

Yes the Explorer works but the syncing issues is being worked on right at this moment. hold off just a few more minutes. Sorry for the hiccup.

Ok thought something wasn't happening right, thank you, keep us updated please !

Ok something definitely going on, i terminated the GUI and followed the daemon/cli instructions, the daemon starts and syncs blocks however upon starting the cli_wallet binary i get the following output:
Code:
Logging RPC to file: /home/ader/.decent/logs/rpc/rpc.log
Logging transfers to file: /home/ader/.decent/logs/transfer.log
Starting a new wallet with chain ID 0000000000000000000000000000000000000000000000000000000000000000 (empty one)
0 exception: unspecified
Timer Expired
    {"message":"Timer Expired"}
    asio  websocket.cpp:656 operator()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:906 connect

@DECENT please assist, thank you


Can you see line like this when starting decentd?:

3587555ms th_a       application.cpp:215           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090

yes that was shown when the daemon starts.  you can also confirm it's listening on that port if you're on windows using the command netstat -a, or in linux type lsof -i:8090

Can you also see lines like this in decentd output when cli is started?

334744ms th_a       database_api.cpp:246          database_api_impl    ] creating database api 140201863400512
334744ms th_a       database_api.cpp:246          database_api_impl    ] creating database api 140201863408688
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
June 30, 2017, 10:03:32 AM
From now on, you will be able to see the transaction history.
DECENT Blockchain Explorer is live: https://explorer.decent.ch/


in terminal i'm seeing block # 2360

explorer isn't updating ?

EDIT:  nvm i refreshed the page Smiley), however the GUI wallet still says it's syncing with the network...

Yes the Explorer works but the syncing issues is being worked on right at this moment. hold off just a few more minutes. Sorry for the hiccup.

Ok thought something wasn't happening right, thank you, keep us updated please !

Ok something definitely going on, i terminated the GUI and followed the daemon/cli instructions, the daemon starts and syncs blocks however upon starting the cli_wallet binary i get the following output:
Code:
Logging RPC to file: /home/ader/.decent/logs/rpc/rpc.log
Logging transfers to file: /home/ader/.decent/logs/transfer.log
Starting a new wallet with chain ID 0000000000000000000000000000000000000000000000000000000000000000 (empty one)
0 exception: unspecified
Timer Expired
    {"message":"Timer Expired"}
    asio  websocket.cpp:656 operator()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:906 connect

@DECENT please assist, thank you


Can you see line like this when starting decentd?:

3587555ms th_a       application.cpp:215           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090

yes that was shown when the daemon starts.  you can also confirm it's listening on that port if you're on windows using the command netstat -a, or in linux type lsof -i:8090
newbie
Activity: 6
Merit: 0
June 30, 2017, 10:01:35 AM
From now on, you will be able to see the transaction history.
DECENT Blockchain Explorer is live: https://explorer.decent.ch/


in terminal i'm seeing block # 2360

explorer isn't updating ?

EDIT:  nvm i refreshed the page Smiley), however the GUI wallet still says it's syncing with the network...

Yes the Explorer works but the syncing issues is being worked on right at this moment. hold off just a few more minutes. Sorry for the hiccup.

Ok thought something wasn't happening right, thank you, keep us updated please !

Ok something definitely going on, i terminated the GUI and followed the daemon/cli instructions, the daemon starts and syncs blocks however upon starting the cli_wallet binary i get the following output:
Code:
Logging RPC to file: /home/ader/.decent/logs/rpc/rpc.log
Logging transfers to file: /home/ader/.decent/logs/transfer.log
Starting a new wallet with chain ID 0000000000000000000000000000000000000000000000000000000000000000 (empty one)
0 exception: unspecified
Timer Expired
    {"message":"Timer Expired"}
    asio  websocket.cpp:656 operator()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:906 connect

@DECENT please assist, thank you


Can you see line like this when starting decentd?:

3587555ms th_a       application.cpp:215           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
June 30, 2017, 09:53:28 AM
From now on, you will be able to see the transaction history.
DECENT Blockchain Explorer is live: https://explorer.decent.ch/


in terminal i'm seeing block # 2360

explorer isn't updating ?

EDIT:  nvm i refreshed the page Smiley), however the GUI wallet still says it's syncing with the network...

Yes the Explorer works but the syncing issues is being worked on right at this moment. hold off just a few more minutes. Sorry for the hiccup.

Ok thought something wasn't happening right, thank you, keep us updated please !

Ok something definitely going on, i terminated the GUI and followed the daemon/cli instructions, the daemon starts and syncs blocks however upon starting the cli_wallet binary i get the following output:
Code:
Logging RPC to file: /home/ader/.decent/logs/rpc/rpc.log
Logging transfers to file: /home/ader/.decent/logs/transfer.log
Starting a new wallet with chain ID 0000000000000000000000000000000000000000000000000000000000000000 (empty one)
0 exception: unspecified
Timer Expired
    {"message":"Timer Expired"}
    asio  websocket.cpp:656 operator()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:906 connect

@DECENT please assist, thank you

EDIT: The log files are empty...
sr. member
Activity: 476
Merit: 250
June 30, 2017, 09:53:15 AM
I installed the Decent windows app but after installing I was getting this error message api-ms-win-crt-runtime-|1-1-0.dll is missing, who can help me with this issue. It is frustrating. I'm usind windows 7 OS
try to run this decent app with adminstrator Or maybe your anti-virus is too protective. Turn off the anti virus you use and try to reinstall your decent application.
hero member
Activity: 630
Merit: 500
June 30, 2017, 09:45:37 AM
I installed the Decent windows app but after installing I was getting this error message api-ms-win-crt-runtime-|1-1-0.dll is missing, who can help me with this issue. It is frustrating. I'm usind windows 7 OS
newbie
Activity: 6
Merit: 0
June 30, 2017, 09:38:58 AM
Where the blockchain downloaded in Windows? (I can't see it in AppData folder)

I would like to remove all old blockchain files and try again.  

Some one please help me in this matter.

Not sure about windows, search for .decent directory in your home folder...

EDIT - ok, got it, it is: AppData/Local/.decent
newbie
Activity: 7
Merit: 0
June 30, 2017, 09:38:26 AM
From now on, you will be able to see the transaction history.
DECENT Blockchain Explorer is live: https://explorer.decent.ch/


in terminal i'm seeing block # 2360

explorer isn't updating ?

EDIT:  nvm i refreshed the page Smiley), however the GUI wallet still says it's syncing with the network...

Yes the Explorer works but the syncing issues is being worked on right at this moment. hold off just a few more minutes. Sorry for the hiccup.
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
June 30, 2017, 09:29:55 AM
check this out:

http://localhost:5001/webui

ipfs daemon node ^^ (when your wallet is running properly)

 Shocked
Jump to: