Bitcoin Forum
May 11, 2024, 01:58:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27] 28 29 30 31 »
  Print  
Author Topic: Pebblecoin (XPB) - FIRST DPOS CRYPTONOTE COIN LIVE - Qt Wallet GUI - v0.4.4.1  (Read 55989 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.
dgmon
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
September 10, 2015, 08:28:48 AM
 #521

A brief update: We have finished with all of the blockchain changes of the new features.  Now it is just a matter of updating the GUI to be able to use the new features.  After that, Pebblecoin 0.5 will be released!

Any news dev? ^^;;
1715392714
Hero Member
*
Offline Offline

Posts: 1715392714

View Profile Personal Message (Offline)

Ignore
1715392714
Reply with quote  #2

1715392714
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715392714
Hero Member
*
Offline Offline

Posts: 1715392714

View Profile Personal Message (Offline)

Ignore
1715392714
Reply with quote  #2

1715392714
Report to moderator
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
September 16, 2015, 04:55:29 PM
 #522

A brief update: We have finished with all of the blockchain changes of the new features.  Now it is just a matter of updating the GUI to be able to use the new features.  After that, Pebblecoin 0.5 will be released!

Any news dev? ^^;;
No big update, but work continues steadily.  The GUI is mostly finished now.  There is no exact date yet but the next version should be out in a few weeks.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
November 05, 2015, 04:53:13 PM
 #523

An update:  Development is still quite active on this coin.  I apologize for the lack of updates.

The GUI was taking far longer than we thought it should take.  It is very cumbersome to program a GUI in C++.  Roman had the idea to do a web wallet instead.  I had planned to do one eventually, anyway, but thought to get out a local client instead.  Plus a local client is necessary anyway for those who want the utmost security.

However, Roman thought it would be possible to develop an HTML-based local client anyway.  This is what we are working on now.  The same code that will power the local client GUI will eventually power the web wallet.  The interfaces will be nearly identical.  This saves effort in that we no longer need to support two different interfaces, a Qt client and a web client - it will be the same client.  However, this will take longer in the short run since we had to start developing a new wallet from scratch. 

Work continues.  So far it is much nicer to work with JavaScript and HTML than with C++ and Qt.  And this will bring a Pebblecoin web wallet much sooner, which will make adoption much easier.
Kushedout
Legendary
*
Offline Offline

Activity: 1123
Merit: 1000


SaluS - (SLS)


View Profile
November 05, 2015, 07:41:09 PM
 #524

An update:  Development is still quite active on this coin.  I apologize for the lack of updates.

The GUI was taking far longer than we thought it should take.  It is very cumbersome to program a GUI in C++.  Roman had the idea to do a web wallet instead.  I had planned to do one eventually, anyway, but thought to get out a local client instead.  Plus a local client is necessary anyway for those who want the utmost security.

However, Roman thought it would be possible to develop an HTML-based local client anyway.  This is what we are working on now.  The same code that will power the local client GUI will eventually power the web wallet.  The interfaces will be nearly identical.  This saves effort in that we no longer need to support two different interfaces, a Qt client and a web client - it will be the same client.  However, this will take longer in the short run since we had to start developing a new wallet from scratch. 

Work continues.  So far it is much nicer to work with JavaScript and HTML than with C++ and Qt.  And this will bring a Pebblecoin web wallet much sooner, which will make adoption much easier.
 

Good to hear, thanks for the update dev.

XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
December 02, 2015, 04:36:03 PM
 #525

We are currently in the process of updating the daemon to not store the blockchain entirely in RAM.  It appears all cryptonote coins must go through this at some point, as Monero and Bytecoin have already done. 

This will reduce the memory usage dramatically.  This will not be a forking change, just an optimization.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
December 11, 2015, 10:47:43 PM
 #526

We are currently in the process of updating the daemon to not store the blockchain entirely in RAM.  It appears all cryptonote coins must go through this at some point, as Monero and Bytecoin have already done. 

This will reduce the memory usage dramatically.  This will not be a forking change, just an optimization.

Good news!  Memory usage is down from about 2 gigabytes to 141 megabytes.  Performance is comparable.  This can be decrease even more but it is good enough for now.  Expect a release soon, and a mac wallet too.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
December 31, 2015, 02:57:38 PM
 #527

UPDATE 2015/12/31: Version 0.4.4.1 is now out.  The major change is optimizing the daemon to use less RAM.  It no longer keeps all the blocks, which are rarely needed, in RAM, and so RAM usage has decreased from around 2 gigabytes, to under 200 megabytes.  Mac binaries are also now available.  The new wallet is compatible with the old wallet - simply turn off the old wallet, and start the new wallet, and the blockchain will update automatically to use less RAM.
Code:
Release Notes 0.4.4.1
- (All) Fix blockchain RAM usage, from almost 2 GB to less than 200 MB
  - Seamless blockchain conversion on first run with new binaries
- (Qt) Fix high CPU usage
- (Qt) Fix sync indicator (# of total blocks)
- (Mac) Mac binaries
- Technical Notes:
  - (All) Blockchain disk-backed storage with sqlite3 and stxxl
  - (Mac) Fix mac compilation
  - (All) Update build files & instructions for linux, mac, windows
  - (All) Remove unused protobuf and OpenSSL dependencies for Qt wallet
  - (Tests) Fix valgrind errors
  - (Tests) Use local directory for blockchain instead of default directory
  - (Tests) Run tests on Windows if using new enough MSVC

LINKS:
Windows 64-bit: https://www.dropbox.com/s/b4kubwwnb4t7o4w/pebblecoin-all-win32-x64-v0.4.4.1.zip?dl=0
Mac 64-bit: https://www.dropbox.com/s/uoy9z1oxu4x53cv/pebblecoin-all-mac-x64-v0.4.4.1.tar.gz?dl=0
Linux 64-bit: https://www.dropbox.com/s/jq3h3bc29jmndks/pebblecoin-all-linux-x64-v0.4.4.1.tar.gz?dl=0

Exchange: https://poloniex.com/exchange#btc_xpb .

Source: https://github.com/xpbcreator/pebblecoin/

CONTACT: xpbcreator@torguard.tg
IRC: irc.freenode.net, #pebblecoin
darkmatter7
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
February 08, 2016, 08:59:42 PM
 #528

Hi XPB,

Any updates on development?

Thanks!
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
February 10, 2016, 09:47:52 PM
 #529

Hi XPB,

Any updates on development?

Thanks!

Hi darkmatter7,

Yes, development is still in progress.  The top priority now is making a web wallet.  We don't want Pebblecoin to be web wallet only, because of users who want more security.  But we also do not want to have two different client versions.  TO do that we are making the code so the backend and the frontend are the same code, the only difference would be for the web wallet the daemon runs on the server, but for the client the daemon runs locally.  We are having to refactor a lot of things to make this easier, and the code base we start with is quite poor, so we have our work cut out for us.

No timelines yet but know that, the coin is still active, the delegates are still running and so the network is strong.
kahir
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
February 10, 2016, 10:02:35 PM
 #530

Hi XPB,

Any updates on development?

Thanks!

Hi darkmatter7,

Yes, development is still in progress.  The top priority now is making a web wallet.  We don't want Pebblecoin to be web wallet only, because of users who want more security.  But we also do not want to have two different client versions.  TO do that we are making the code so the backend and the frontend are the same code, the only difference would be for the web wallet the daemon runs on the server, but for the client the daemon runs locally.  We are having to refactor a lot of things to make this easier, and the code base we start with is quite poor, so we have our work cut out for us.

No timelines yet but know that, the coin is still active, the delegates are still running and so the network is strong.



I love this coin... since start I'm very amazed it even still here and you are still working on it
HarryPorter
Hero Member
*****
Offline Offline

Activity: 610
Merit: 506

crypto = passion


View Profile
February 12, 2016, 07:07:57 PM
 #531

nice action on polo guys, well done.

https://www.bitmex.com/app/register/XTo064 - enjoy a 10% fee discount for 6 months.
Mare76
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile WWW
February 12, 2016, 08:00:36 PM
 #532

I'm trying to send some coins to Poloniex and this is what I get:



Fewer coins or increasing the outpoints didn't solved the problem.
What is the problem ?

Thank you
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
February 16, 2016, 10:23:48 PM
 #533

I'm trying to send some coins to Poloniex and this is what I get:



Fewer coins or increasing the outpoints didn't solved the problem.
What is the problem ?

Thank you
What happen if you try send 20 XPB, with 1 outpoint mix?
Mare76
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile WWW
February 17, 2016, 08:49:32 AM
 #534

The wallet gives me "Transaction creation failed!" and in terminal window I get : 2016-Feb-17 09:45:59.615415 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin
\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
February 17, 2016, 03:28:09 PM
 #535

The wallet gives me "Transaction creation failed!" and in terminal window I get : 2016-Feb-17 09:45:59.615415 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin
\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon

This very strange...  can you restart the wallet and try again?
Mare76
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile WWW
February 17, 2016, 04:02:57 PM
 #536

The wallet gives me "Transaction creation failed!" and in terminal window I get : 2016-Feb-17 09:45:59.615415 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin
\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon

This very strange...  can you restart the wallet and try again?
No. it doesn't help... Undecided

2016-Feb-17 17:07:54.373972 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon
2016-Feb-17 17:07:54.376972 C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941:struct tools::error::no_connection_to_daemon: no connection to daemon, request
 = getrandom_outs.bin
2016-Feb-17 17:08:00.356314 [RPC0][sock 1264] Some problems at write: An existing connection was forcibly closed by the remote host:10054
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
February 18, 2016, 01:41:19 AM
 #537

What is the market cap of this coin roughly?
There are about 20 million coins.

Quote
I don't see an explorer.
Yes, explorer will come later...  next step is the web wallet.  It will be easy to make explorer once web wallet is done since the daemon will have a very nice HTTP API.

Quote
Also, is there a reason for the moderated thread?

Were a lot of people making negative comments about this coin?
No, I never had to delete a message.  But I saw a lot of threads have senseless comments..  I thought would be good to be able to prevent that if needed.
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
February 18, 2016, 01:42:06 AM
 #538

The wallet gives me "Transaction creation failed!" and in terminal window I get : 2016-Feb-17 09:45:59.615415 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin
\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon

This very strange...  can you restart the wallet and try again?
No. it doesn't help... Undecided

2016-Feb-17 17:07:54.373972 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon
2016-Feb-17 17:07:54.376972 C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941:struct tools::error::no_connection_to_daemon: no connection to daemon, request
 = getrandom_outs.bin
2016-Feb-17 17:08:00.356314 [RPC0][sock 1264] Some problems at write: An existing connection was forcibly closed by the remote host:10054

Oops...   ok, can you start the wallet, try to send it, and then paste the *whole* terminal output here (or in pastebin) so I can see whtat happening?
Mare76
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile WWW
February 18, 2016, 09:02:38 AM
 #539

The wallet gives me "Transaction creation failed!" and in terminal window I get : 2016-Feb-17 09:45:59.615415 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin
\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon

This very strange...  can you restart the wallet and try again?
No. it doesn't help... Undecided

2016-Feb-17 17:07:54.373972 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon
2016-Feb-17 17:07:54.376972 C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941:struct tools::error::no_connection_to_daemon: no connection to daemon, request
 = getrandom_outs.bin
2016-Feb-17 17:08:00.356314 [RPC0][sock 1264] Some problems at write: An existing connection was forcibly closed by the remote host:10054

Oops...   ok, can you start the wallet, try to send it, and then paste the *whole* terminal output here (or in pastebin) so I can see whtat happening?

Code:
2016-Feb-18 09:59:20.908043 Starting...
2016-Feb-18 09:59:20.913044 Genesis block nonce is: 1593709698
2016-Feb-18 09:59:20.914044 Genesis block nonce is: 1593709698
2016-Feb-18 09:59:20.950046 Loaded wallet keys file, with public address: PByFef6ivAqdCqp2L2E5eJ63XBHJ372QyUoQp52fVXstikmym3jMMrV1orZZoD1RbME2d4Bfex9cAiBSmHwcxfUA2HHaiZQTzW
2016-Feb-18 09:59:21.109055 GUI: libpng warning: iCCP: known incorrect sRGB profile

2016-Feb-18 09:59:21.113055 Requesting initialize

2016-Feb-18 09:59:21.114055 Running AppInit2 in thread

2016-Feb-18 09:59:21.115055 Initializing shared boulderhash state...
2016-Feb-18 09:59:21.117055 Boulderhash disabled, not malloc'ing boulderhash state...
2016-Feb-18 09:59:21.118055 Shared boulderhash state initialized OK
2016-Feb-18 09:59:21.119055 Initializing boulderhash threadpool...
2016-Feb-18 09:59:21.120056 Started 8 boulderhash worker threads
2016-Feb-18 09:59:21.121056 Setting up logging options...
2016-Feb-18 09:59:21.122056 pebblecoin Qt v0.4.4.1 (805e8e8)
2016-Feb-18 09:59:21.123056 Running command line preprocessor...
2016-Feb-18 09:59:21.124056 Loading wallet2...
2016-Feb-18 09:59:21.124056 Genesis block nonce is: 1593709698
2016-Feb-18 09:59:21.159058 Loaded wallet keys file, with public address: PByFef6ivAqdCqp2L2E5eJ63XBHJ372QyUoQp52fVXstikmym3jMMrV1orZZoD1RbME2d4Bfex9cAiBSmHwcxfUA2HHaiZQTzW
2016-Feb-18 09:59:21.290065 Creating CWallet...
2016-Feb-18 09:59:21.291065 Wallet task thread started
2016-Feb-18 09:59:21.346068 Running daemon in a thread
2016-Feb-18 09:59:21.348069 Waiting until daemon thread initialization done...
[STXXL-MSG] STXXL v1.4.1 (prerelease/Release) (git e7d36edd8152c73b115bd36cbcf566626d995434)
[STXXL-MSG] Disk 'stxxl.tmp' is allocated, space: 0 MiB, I/O implementation: memory autogrow queue=0 devid=0
2016-Feb-18 09:59:21.354069 Initializing global hash cache, testnet=0, data dir=D:\Marecoin\pebblecoin...
2016-Feb-18 09:59:21.375070 Global hash cache initialized OK...
2016-Feb-18 09:59:21.377070 Initializing p2p server...
2016-Feb-18 09:59:21.379070 Binding on 0.0.0.0:6180
2016-Feb-18 09:59:21.380070 Net service binded on 0.0.0.0:6180
2016-Feb-18 09:59:21.380070 Attempting to add IGD port mapping.
2016-Feb-18 09:59:25.383299 No IGD was found.
2016-Feb-18 09:59:25.385300 P2p server initialized OK
2016-Feb-18 09:59:25.385300 Initializing cryptonote protocol...
2016-Feb-18 09:59:25.386300 Cryptonote protocol initialized OK
2016-Feb-18 09:59:25.387300 Initializing core rpc server...
2016-Feb-18 09:59:25.388300 Binding on 127.0.0.1:6181
2016-Feb-18 09:59:25.389300 Core rpc server initialized OK on port: 6181
2016-Feb-18 09:59:25.390300 Initializing core...
2016-Feb-18 09:59:25.418301 Loading blockchain w/ config folder D:\Marecoin\pebblecoin ...
2016-Feb-18 09:59:25.903329 Blockchain storage:
m_spent_keys: 162795
m_outputs: 52469
m_current_block_cumul_sz_limit: 20000
m_currencies: 0
m_contracts: 0
m_used_currency_descriptions: 0
m_delegates:105
m_vote_histories:176299

2016-Feb-18 09:59:25.978333 Blockchain initialized. last block: 1346084, d0.h0.m0.s33 time ago, current difficulty: 4294967295
2016-Feb-18 09:59:25.981334 Genesis block nonce is: 1593709698
2016-Feb-18 09:59:26.022336 Loaded wallet keys file, with public address: PByFef6ivAqdCqp2L2E5eJ63XBHJ372QyUoQp52fVXstikmym3jMMrV1orZZoD1RbME2d4Bfex9cAiBSmHwcxfUA2HHaiZQTzW
2016-Feb-18 09:59:26.153343 Core initialized OK
2016-Feb-18 09:59:26.155344 Starting core rpc server...
2016-Feb-18 09:59:26.158344 Run net_service loop( 2 threads)...
2016-Feb-18 09:59:26.171344 [SRV_MAIN]Core rpc server started ok
2016-Feb-18 09:59:26.173345 [SRV_MAIN]Wallet connected to daemon!
2016-Feb-18 09:59:26.177345 done, fError is: 0
2016-Feb-18 09:59:26.177345 [SRV_MAIN]Starting p2p net loop...
2016-Feb-18 09:59:26.184345 AppInit2() done
2016-Feb-18 09:59:26.186345 [SRV_MAIN]Run net_service loop( 10 threads)...
2016-Feb-18 09:59:26.188345 AppInit2 done, rv=1
2016-Feb-18 09:59:26.195346 Initialization result: 1, error=
2016-Feb-18 09:59:26.208347 GUI: QMetaObject::connectSlotsByName: No matching signal for on_receiveButton_clicked()

2016-Feb-18 09:59:26.215347 GUI: QMetaObject::connectSlotsByName: No matching signal for on_showRequestButton_clicked()

2016-Feb-18 09:59:26.217347 GUI: QMetaObject::connectSlotsByName: No matching signal for on_removeRequestButton_clicked()

2016-Feb-18 09:59:26.238348 GUI: QMetaObject::connectSlotsByName: No matching signal for on_recentRequestsView_doubleClicked(QModelIndex)

2016-Feb-18 09:59:27.186403 [P2P4]
**********************************************************************
The daemon will start synchronizing with the network. It may take up to several hours.

You can set the level of process detailization* through "set_log <level>" command*, where <level> is between 0 (no details) and 4 (very verbose).

Use "help" command to see the list of available commands.

Note: in case you need to interrupt the process, use "exit" command. Otherwise, the current progress won't be saved.
**********************************************************************
2016-Feb-18 09:59:28.023450 [P2P0]
**********************************************************************
You are now synchronized with the network. You may now start simplewallet.

Please note, that the blockchain will be saved only after you quit the daemon with "exit" command or if you use "save" command.
Otherwise, you will possibly need to synchronize the blockchain again.

Use "help" command to see the list of available commands.
**********************************************************************
2016-Feb-18 09:59:28.058452 [P2P0]Mining has started with 1 threads, good luck!
2016-Feb-18 09:59:28.058452 in_pos_era = 1
2016-Feb-18 09:59:28.061453 Miner thread was started [0]
2016-Feb-18 09:59:38.891072 Starting pull_blocks...
2016-Feb-18 09:59:41.194204 Starting pull_autovote_delegates...
2016-Feb-18 10:00:14.246094 Storing blockchain...
2016-Feb-18 10:00:14.247094 Storing blockchain data to tmp file...
2016-Feb-18 10:00:14.554112 Blockchain storage:
m_spent_keys: 162795
m_outputs: 52469
m_current_block_cumul_sz_limit: 20000
m_currencies: 0
m_contracts: 0
m_used_currency_descriptions: 0
m_delegates:105
m_vote_histories:176299

2016-Feb-18 10:00:16.434219 Storing blockchain entries...
2016-Feb-18 10:00:16.488222 Committing indices...
2016-Feb-18 10:00:16.910247 Replacing main file...
2016-Feb-18 10:00:16.919247 Blockchain stored OK.
2016-Feb-18 10:00:16.921247 Starting pull_blocks...
2016-Feb-18 10:00:16.926247 GUI: "NotifyAddressBookChanged : PByFtxkMuoFRwrhXU19PBXLgHssTtcvTDSGzNf7Rvt5uKEf5PnRL4ccK4pWN4dpwvGhggGq12gH4bMqbxLyQGhkf3RLfzurMdK  isMine=0 purpose= status=2"

2016-Feb-18 10:00:16.941248 GUI: "NotifyAddressBookChanged : PByFtxkMuoFRwrhXU19PBXLgHssTtcvTDSGzNf7Rvt5uKEf5PnRL4ccK4pWN4dpwvGhggGq12gH4bMqbxLyQGhkf3RLfzurMdK  isMine=0 purpose=send status=0"

2016-Feb-18 10:00:18.255323 Starting pull_autovote_delegates...
2016-Feb-18 10:00:20.220436 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon
2016-Feb-18 10:00:20.223436 C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941:struct tools::error::no_connection_to_daemon: no connection to daemon, request
 = getrandom_outs.bin
2016-Feb-18 10:00:23.991652 [RPC0][sock 1120] Some problems at write: An existing connection was forcibly closed by the remote host:10054
2016-Feb-18 10:00:24.027654 Starting pull_blocks...
2016-Feb-18 10:00:25.500738 Starting pull_autovote_delegates...
2016-Feb-18 10:00:38.901504 Starting pull_blocks...
2016-Feb-18 10:00:43.792784 Starting pull_autovote_delegates...
XPB (OP)
Full Member
***
Offline Offline

Activity: 132
Merit: 100

Creator of Pebblecoin


View Profile
February 18, 2016, 07:37:12 PM
 #540

The wallet gives me "Transaction creation failed!" and in terminal window I get : 2016-Feb-17 09:45:59.615415 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin
\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon

This very strange...  can you restart the wallet and try again?
No. it doesn't help... Undecided

2016-Feb-17 17:07:54.373972 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon
2016-Feb-17 17:07:54.376972 C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941:struct tools::error::no_connection_to_daemon: no connection to daemon, request
 = getrandom_outs.bin
2016-Feb-17 17:08:00.356314 [RPC0][sock 1264] Some problems at write: An existing connection was forcibly closed by the remote host:10054

Oops...   ok, can you start the wallet, try to send it, and then paste the *whole* terminal output here (or in pastebin) so I can see whtat happening?

Code:
2016-Feb-18 09:59:20.908043 Starting...
2016-Feb-18 09:59:20.913044 Genesis block nonce is: 1593709698
2016-Feb-18 09:59:20.914044 Genesis block nonce is: 1593709698
2016-Feb-18 09:59:20.950046 Loaded wallet keys file, with public address: PByFef6ivAqdCqp2L2E5eJ63XBHJ372QyUoQp52fVXstikmym3jMMrV1orZZoD1RbME2d4Bfex9cAiBSmHwcxfUA2HHaiZQTzW
2016-Feb-18 09:59:21.109055 GUI: libpng warning: iCCP: known incorrect sRGB profile

2016-Feb-18 09:59:21.113055 Requesting initialize

2016-Feb-18 09:59:21.114055 Running AppInit2 in thread

2016-Feb-18 09:59:21.115055 Initializing shared boulderhash state...
2016-Feb-18 09:59:21.117055 Boulderhash disabled, not malloc'ing boulderhash state...
2016-Feb-18 09:59:21.118055 Shared boulderhash state initialized OK
2016-Feb-18 09:59:21.119055 Initializing boulderhash threadpool...
2016-Feb-18 09:59:21.120056 Started 8 boulderhash worker threads
2016-Feb-18 09:59:21.121056 Setting up logging options...
2016-Feb-18 09:59:21.122056 pebblecoin Qt v0.4.4.1 (805e8e8)
2016-Feb-18 09:59:21.123056 Running command line preprocessor...
2016-Feb-18 09:59:21.124056 Loading wallet2...
2016-Feb-18 09:59:21.124056 Genesis block nonce is: 1593709698
2016-Feb-18 09:59:21.159058 Loaded wallet keys file, with public address: PByFef6ivAqdCqp2L2E5eJ63XBHJ372QyUoQp52fVXstikmym3jMMrV1orZZoD1RbME2d4Bfex9cAiBSmHwcxfUA2HHaiZQTzW
2016-Feb-18 09:59:21.290065 Creating CWallet...
2016-Feb-18 09:59:21.291065 Wallet task thread started
2016-Feb-18 09:59:21.346068 Running daemon in a thread
2016-Feb-18 09:59:21.348069 Waiting until daemon thread initialization done...
[STXXL-MSG] STXXL v1.4.1 (prerelease/Release) (git e7d36edd8152c73b115bd36cbcf566626d995434)
[STXXL-MSG] Disk 'stxxl.tmp' is allocated, space: 0 MiB, I/O implementation: memory autogrow queue=0 devid=0
2016-Feb-18 09:59:21.354069 Initializing global hash cache, testnet=0, data dir=D:\Marecoin\pebblecoin...
2016-Feb-18 09:59:21.375070 Global hash cache initialized OK...
2016-Feb-18 09:59:21.377070 Initializing p2p server...
2016-Feb-18 09:59:21.379070 Binding on 0.0.0.0:6180
2016-Feb-18 09:59:21.380070 Net service binded on 0.0.0.0:6180
2016-Feb-18 09:59:21.380070 Attempting to add IGD port mapping.
2016-Feb-18 09:59:25.383299 No IGD was found.
2016-Feb-18 09:59:25.385300 P2p server initialized OK
2016-Feb-18 09:59:25.385300 Initializing cryptonote protocol...
2016-Feb-18 09:59:25.386300 Cryptonote protocol initialized OK
2016-Feb-18 09:59:25.387300 Initializing core rpc server...
2016-Feb-18 09:59:25.388300 Binding on 127.0.0.1:6181
2016-Feb-18 09:59:25.389300 Core rpc server initialized OK on port: 6181
2016-Feb-18 09:59:25.390300 Initializing core...
2016-Feb-18 09:59:25.418301 Loading blockchain w/ config folder D:\Marecoin\pebblecoin ...
2016-Feb-18 09:59:25.903329 Blockchain storage:
m_spent_keys: 162795
m_outputs: 52469
m_current_block_cumul_sz_limit: 20000
m_currencies: 0
m_contracts: 0
m_used_currency_descriptions: 0
m_delegates:105
m_vote_histories:176299

2016-Feb-18 09:59:25.978333 Blockchain initialized. last block: 1346084, d0.h0.m0.s33 time ago, current difficulty: 4294967295
2016-Feb-18 09:59:25.981334 Genesis block nonce is: 1593709698
2016-Feb-18 09:59:26.022336 Loaded wallet keys file, with public address: PByFef6ivAqdCqp2L2E5eJ63XBHJ372QyUoQp52fVXstikmym3jMMrV1orZZoD1RbME2d4Bfex9cAiBSmHwcxfUA2HHaiZQTzW
2016-Feb-18 09:59:26.153343 Core initialized OK
2016-Feb-18 09:59:26.155344 Starting core rpc server...
2016-Feb-18 09:59:26.158344 Run net_service loop( 2 threads)...
2016-Feb-18 09:59:26.171344 [SRV_MAIN]Core rpc server started ok
2016-Feb-18 09:59:26.173345 [SRV_MAIN]Wallet connected to daemon!
2016-Feb-18 09:59:26.177345 done, fError is: 0
2016-Feb-18 09:59:26.177345 [SRV_MAIN]Starting p2p net loop...
2016-Feb-18 09:59:26.184345 AppInit2() done
2016-Feb-18 09:59:26.186345 [SRV_MAIN]Run net_service loop( 10 threads)...
2016-Feb-18 09:59:26.188345 AppInit2 done, rv=1
2016-Feb-18 09:59:26.195346 Initialization result: 1, error=
2016-Feb-18 09:59:26.208347 GUI: QMetaObject::connectSlotsByName: No matching signal for on_receiveButton_clicked()

2016-Feb-18 09:59:26.215347 GUI: QMetaObject::connectSlotsByName: No matching signal for on_showRequestButton_clicked()

2016-Feb-18 09:59:26.217347 GUI: QMetaObject::connectSlotsByName: No matching signal for on_removeRequestButton_clicked()

2016-Feb-18 09:59:26.238348 GUI: QMetaObject::connectSlotsByName: No matching signal for on_recentRequestsView_doubleClicked(QModelIndex)

2016-Feb-18 09:59:27.186403 [P2P4]
**********************************************************************
The daemon will start synchronizing with the network. It may take up to several hours.

You can set the level of process detailization* through "set_log <level>" command*, where <level> is between 0 (no details) and 4 (very verbose).

Use "help" command to see the list of available commands.

Note: in case you need to interrupt the process, use "exit" command. Otherwise, the current progress won't be saved.
**********************************************************************
2016-Feb-18 09:59:28.023450 [P2P0]
**********************************************************************
You are now synchronized with the network. You may now start simplewallet.

Please note, that the blockchain will be saved only after you quit the daemon with "exit" command or if you use "save" command.
Otherwise, you will possibly need to synchronize the blockchain again.

Use "help" command to see the list of available commands.
**********************************************************************
2016-Feb-18 09:59:28.058452 [P2P0]Mining has started with 1 threads, good luck!
2016-Feb-18 09:59:28.058452 in_pos_era = 1
2016-Feb-18 09:59:28.061453 Miner thread was started [0]
2016-Feb-18 09:59:38.891072 Starting pull_blocks...
2016-Feb-18 09:59:41.194204 Starting pull_autovote_delegates...
2016-Feb-18 10:00:14.246094 Storing blockchain...
2016-Feb-18 10:00:14.247094 Storing blockchain data to tmp file...
2016-Feb-18 10:00:14.554112 Blockchain storage:
m_spent_keys: 162795
m_outputs: 52469
m_current_block_cumul_sz_limit: 20000
m_currencies: 0
m_contracts: 0
m_used_currency_descriptions: 0
m_delegates:105
m_vote_histories:176299

2016-Feb-18 10:00:16.434219 Storing blockchain entries...
2016-Feb-18 10:00:16.488222 Committing indices...
2016-Feb-18 10:00:16.910247 Replacing main file...
2016-Feb-18 10:00:16.919247 Blockchain stored OK.
2016-Feb-18 10:00:16.921247 Starting pull_blocks...
2016-Feb-18 10:00:16.926247 GUI: "NotifyAddressBookChanged : PByFtxkMuoFRwrhXU19PBXLgHssTtcvTDSGzNf7Rvt5uKEf5PnRL4ccK4pWN4dpwvGhggGq12gH4bMqbxLyQGhkf3RLfzurMdK  isMine=0 purpose= status=2"

2016-Feb-18 10:00:16.941248 GUI: "NotifyAddressBookChanged : PByFtxkMuoFRwrhXU19PBXLgHssTtcvTDSGzNf7Rvt5uKEf5PnRL4ccK4pWN4dpwvGhggGq12gH4bMqbxLyQGhkf3RLfzurMdK  isMine=0 purpose=send status=0"

2016-Feb-18 10:00:18.255323 Starting pull_autovote_delegates...
2016-Feb-18 10:00:20.220436 ERROR C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941 !r. THROW EXCEPTION: error::no_connection_to_daemon
2016-Feb-18 10:00:20.223436 C:\Program Files (x86)\Jenkins\jobs\pebblecoin win32-x64\workspace\src\wallet\wallet2.cpp:941:struct tools::error::no_connection_to_daemon: no connection to daemon, request
 = getrandom_outs.bin
2016-Feb-18 10:00:23.991652 [RPC0][sock 1120] Some problems at write: An existing connection was forcibly closed by the remote host:10054
2016-Feb-18 10:00:24.027654 Starting pull_blocks...
2016-Feb-18 10:00:25.500738 Starting pull_autovote_delegates...
2016-Feb-18 10:00:38.901504 Starting pull_blocks...
2016-Feb-18 10:00:43.792784 Starting pull_autovote_delegates...

Hmm that may be ok, only a temporary error - did you get that just from starting wallet, or after you tried to send?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27] 28 29 30 31 »
  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!