Search content
Sort by

Showing 20 of 48 results by Wsbltc
Post
Topic
Board Armory
Re: Armory 0.96.5 Datebase initiated failed
by
Wsbltc
on 23/04/2019, 15:26:52 UTC
ArmoryDB

Thanks for your reply.
After running ArmoryDB, find the cause in the debug log.
Code:
logging in /home/ubuntu/.armory/dbLog.txt
-INFO  - 22:47:35: (main.cpp:32) Running on 4 threads
-INFO  - 22:47:35: (main.cpp:33) Ram usage level: 4
-INFO  - 22:47:35: (BlockUtils.cpp:915) blkfile dir: /home/ubuntu/.bitcoin/blocks
-INFO  - 22:47:35: (BlockUtils.cpp:916) lmdb dir: /home/ubuntu/.armory/databases
-INFO  - 22:47:35: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 22:47:35: (BDM_Server.h:263) Listening on port 9001
-INFO  - 22:47:35: (BlockUtils.cpp:1108) Executing: doInitialSyncOnLoad
-ERROR - 22:47:35: (BDM_Server.cpp:1270) There is already a process listening on 127.0.0.1:9001
-ERROR - 22:47:35: (BDM_Server.cpp:1272) ArmoryDB cannot start under these conditions. Shutting down!
-ERROR - 22:47:35: (BDM_Server.cpp:1273) Make sure to shutdown the conflicting processbefore trying again (most likely another ArmoryDB instance).

I already restarted the computer, and now it looks normal.
Thank you very much.
Post
Topic
Board Armory
Re: Armory 0.96.5 Datebase initiated failed
by
Wsbltc
on 23/04/2019, 10:40:33 UTC
Run ArmoryDB on its own, what do you get?

How to run ArmoryDB on its own? which command?
Post
Topic
Board Armory
Topic OP
Armory 0.96.5 Datebase initiated failed
by
Wsbltc
on 23/04/2019, 07:15:31 UTC
Failed to initiate Armory database with the Armory 0.96.5 & Bitcoin 0.17.1 & Gcc 7.3 on Ubuntu 18.04.2 LTS.
It is stuck at the beginning of "Preparing Databases"  on GUI and the ~/.armory/database directory is empty.
The blockchain data of Bitcoin has been fully synced(232G) in ~/.bitcoin.
Any help will be apreciated.

All the ERROR in the debug log:
Code:
(ERROR) ArmoryUtils.py:3735 - Unsupported language  specified. Defaulting to English (en)
-ERROR - U: (DataObject.h:286) exhausted entries in Arguments object
-ERROR - : (SwigClient.cpp:61) exhausted entries in Arguments object

The complete log:
Code:
(INFO) ArmoryUtils.py:1164 - C++ block utilities loaded successfully
(INFO) ArmoryUtils.py:689 - Executing popen: free -m
(INFO) ArmoryUtils.py:689 - Executing popen: ['cat', '/proc/cpuinfo']
(INFO) ArmoryUtils.py:1281 -
(INFO) ArmoryUtils.py:1282 -
(INFO) ArmoryUtils.py:1283 -
(INFO) ArmoryUtils.py:1284 - ************************************************************
(INFO) ArmoryUtils.py:1285 - Invoked: /usr/bin/../lib/armory/ArmoryQt.py --debug
(INFO) ArmoryUtils.py:1286 - ************************************************************
(INFO) ArmoryUtils.py:1287 - Loading Armory Engine:
(INFO) ArmoryUtils.py:1288 -    Armory Version        : 0.96.5
(INFO) ArmoryUtils.py:1289 -    Armory Build:         : 1d02a6640d
(INFO) ArmoryUtils.py:1290 -    PyBtcWallet  Version  : 1.35
(INFO) ArmoryUtils.py:1291 - Detected Operating system: Linux
(INFO) ArmoryUtils.py:1292 -    OS Variant            : Ubuntu-18.04-bionic
(INFO) ArmoryUtils.py:1293 -    User home-directory   : /home/ubuntu
(INFO) ArmoryUtils.py:1294 -    Satoshi BTC directory : /home/ubuntu/.bitcoin
(INFO) ArmoryUtils.py:1295 -    Armory home dir       : /home/ubuntu/.armory/
(INFO) ArmoryUtils.py:1296 - Detected System Specs    :
(INFO) ArmoryUtils.py:1297 -    Total Available RAM   : 15.57 GB
(INFO) ArmoryUtils.py:1298 -    CPU ID string         : Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz
(INFO) ArmoryUtils.py:1299 -    Number of CPU cores   : 4 cores
(INFO) ArmoryUtils.py:1300 -    System is 64-bit      : True
(INFO) ArmoryUtils.py:1301 -    Preferred Encoding    : UTF-8
(INFO) ArmoryUtils.py:1302 -    Machine Arch          : x86_64
(INFO) ArmoryUtils.py:1303 -    Available HDD (ARM)   : 100 GB
(INFO) ArmoryUtils.py:1304 -    Available HDD (BTC)   : 100 GB
(INFO) ArmoryUtils.py:1305 -
(INFO) ArmoryUtils.py:1306 - Network Name: Main Network
(INFO) ArmoryUtils.py:1307 - Satoshi Port: 8333
(INFO) ArmoryUtils.py:1308 - Do wlt check: True
(INFO) ArmoryUtils.py:1309 - Named options/arguments to armoryengine.py:
(INFO) ArmoryUtils.py:1311 -     force_segwit    : False
(INFO) ArmoryUtils.py:1311 -     nettimeout      : 2
(INFO) ArmoryUtils.py:1311 -     rescan          : False
(INFO) ArmoryUtils.py:1311 -     force_fcgi      : False
(INFO) ArmoryUtils.py:1311 -     ignoreAllZC     : False
(INFO) ArmoryUtils.py:1311 -     rescanBalance   : False
(INFO) ArmoryUtils.py:1311 -     disableModules  : False
(INFO) ArmoryUtils.py:1311 -     port            : None
(INFO) ArmoryUtils.py:1311 -     interport       : 8223
(INFO) ArmoryUtils.py:1311 -     coverageOutputDir: None
(INFO) ArmoryUtils.py:1311 -     forceWalletCheck: False
(INFO) ArmoryUtils.py:1311 -     regtest         : False
(INFO) ArmoryUtils.py:1311 -     rebuild         : False
(INFO) ArmoryUtils.py:1311 -     thread_count    : -1
(INFO) ArmoryUtils.py:1311 -     datadir         : DEFAULT
(INFO) ArmoryUtils.py:1311 -     clearMempool    : False
(INFO) ArmoryUtils.py:1311 -     offline         : False
(INFO) ArmoryUtils.py:1311 -     armoryDBDir     : DEFAULT
(INFO) ArmoryUtils.py:1311 -     armorydb_port   : 9001
(INFO) ArmoryUtils.py:1311 -     satoshiPort     : DEFAULT
(INFO) ArmoryUtils.py:1311 -     disableConfPermis: False
(INFO) ArmoryUtils.py:1311 -     useTorSettings  : False
(INFO) ArmoryUtils.py:1311 -     netlog          : False
(INFO) ArmoryUtils.py:1311 -     keypool         : 100
(INFO) ArmoryUtils.py:1311 -     coverageInclude : None
(INFO) ArmoryUtils.py:1311 -     forceOnline     : False
(INFO) ArmoryUtils.py:1311 -     disableWalletCheck: False
(INFO) ArmoryUtils.py:1311 -     redownload      : False
(INFO) ArmoryUtils.py:1311 -     rpcBindAddr     : 127.0.0.1
(INFO) ArmoryUtils.py:1311 -     armorydb_ip     : 127.0.0.1
(INFO) ArmoryUtils.py:1311 -     multisigFile    : DEFAULT
(INFO) ArmoryUtils.py:1311 -     ram_usage       : -1
(INFO) ArmoryUtils.py:1311 -     ignoreZC        : False
(INFO) ArmoryUtils.py:1311 -     logDisable      : False
(INFO) ArmoryUtils.py:1311 -     settingsPath    : /home/ubuntu/.armory/ArmorySettings.txt
(INFO) ArmoryUtils.py:1311 -     language        : en
(INFO) ArmoryUtils.py:1311 -     db_type         : DB_FULL
(INFO) ArmoryUtils.py:1311 -     doDebug         : True
(INFO) ArmoryUtils.py:1311 -     enableDetSign   : True
(INFO) ArmoryUtils.py:1311 -     mtdebug         : False
(INFO) ArmoryUtils.py:1311 -     testnet         : False
(INFO) ArmoryUtils.py:1311 -     rpcport         : DEFAULT
(INFO) ArmoryUtils.py:1311 -     satoshiHome     : DEFAULT
(INFO) ArmoryUtils.py:1311 -     satoshiRpcport  : DEFAULT
(INFO) ArmoryUtils.py:1311 -     logFile         : /home/ubuntu/.armory/ArmoryQt.py.log.txt
(INFO) ArmoryUtils.py:1311 -     verbosity       : None
(INFO) ArmoryUtils.py:1312 - Other arguments:
(INFO) ArmoryUtils.py:1315 - ************************************************************
(INFO) ArmoryUtils.py:1720 - C++ block utilities loaded successfully
(INFO) ArmoryUtils.py:3578 - Using settings file: /home/ubuntu/.armory/ArmorySettings.txt
(ERROR) ArmoryUtils.py:3735 - Unsupported language  specified. Defaulting to English (en)
(INFO) ArmoryUtils.py:3738 - Using Language: en
(INFO) BDM.py:353 - Using the asynchronous/multi-threaded BlockDataManager.
(INFO) BDM.py:354 - Blockchain operations will happen in the background. 
(INFO) BDM.py:355 - Devs: check TheBDM.getState() before asking for data.
(INFO) BDM.py:356 - Registering addresses during rescans will queue them for
(INFO) BDM.py:357 - inclusion after the current scan is completed.
/usr/lib/armory/armoryengine/Transaction.py:3126: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(DEBUG) ArmoryQt.py:5966 - Checking for already open socket...
(INFO) ArmoryUtils.py:3578 - Using settings file: /home/ubuntu/.armory/ArmorySettings.txt
(INFO) ArmoryQt.py:2060 - loadWalletsAndSettings
(INFO) ArmoryQt.py:2120 - Loading wallets...
(DEBUG) ArmoryUtils.py:1134 - /home/ubuntu/.armory/databases is a directory.
(INFO) ArmoryQt.py:2185 - Number of wallets read in: 1
(INFO) ArmoryQt.py:2190 -    Wallet (BD9RwXSo):    "Test Wallet                     "   (Encrypted)
(INFO) ArmoryQt.py:2195 - Loading Multisig Lockboxes
(INFO) ArmoryQt.py:1763 - acquiring process mutex...
(DEBUG) ArmoryQt.py:1286 - setupSystemTray
(INFO) ArmoryQt.py:1395 - setupUriRegistration
(INFO) ArmoryUtils.py:689 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
(INFO) ArmoryUtils.py:689 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
(DEBUG) ArmoryQt.py:3742 - setupDashboard
(INFO) ArmoryQt.py:566 - Usermode: Expert
(INFO) ArmoryQt.py:1698 - Changing usermode:
(INFO) ArmoryQt.py:1699 -    From: Expert
(INFO) ArmoryQt.py:1707 -      To: Expert
(INFO) ArmoryQt.py:1836 - startBitcoindIfNecessary
(INFO) ArmoryQt.py:1923 - Setting netmode: 1
-ERROR - U: (DataObject.h:286) exhausted entries in Arguments object
-ERROR - : (SwigClient.cpp:61) exhausted entries in Arguments object
(INFO) ArmoryQt.py:1923 - Setting netmode: 0
(INFO) ArmoryQt.py:1905 - loadBlockchainIfNecessary
(INFO) ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
(INFO) ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode

Code:
Bitcoin Core RPC client version v0.17.1.0-gef70f9b52b851c7997a9f1a0834714e3eebc1fd8

Code:
gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Post
Topic
Board Speculation (Altcoins)
Re: Elastic (XEL) Price Speculation 06/17/2017
by
Wsbltc
on 18/06/2017, 01:01:45 UTC
I am a serious buyer, have made 4 transaction successfully, such as the transaction shown in http://elasticexplorer.org/transaction/18294858699421757745

PM me with offers, min 5000 XEL.
Post
Topic
Board Marketplace (Altcoins)
Re: OTC - Buy and Sell Elastic Coin Thread (XEL) - Always use escrow
by
Wsbltc
on 18/06/2017, 00:59:55 UTC
I am a serious buyer, have made 4 transaction successfully, such as the transaction shown in http://elasticexplorer.org/transaction/18294858699421757745

PM me with offers, min 5000 XEL.
Post
Topic
Board Speculation (Altcoins)
Re: Elastic (XEL) Price Speculation 06/17/2017
by
Wsbltc
on 17/06/2017, 20:01:36 UTC
WTB Amount  Prize PM USER Optional your Bitcointalk link
20000+ 0.00013 PM wsbltc https://bitcointalk.org/index.php?action=profile;u=139063
Post
Topic
Board Tokens (Altcoins)
Re: ANN [PTOY] Patientory Healthcare on the Blockchain
by
Wsbltc
on 29/05/2017, 18:02:21 UTC
According to FAQ
If I participate in the pre-sale, when and how do I get PTOY tokens?
The PTOY tokens will be distributed after the crowdsale ends on June 28.

What is the maximum cap you are raising in the crowdsale in US dollars?
$9.1M USD. Please note: this does not include bonuses.

My question is if max cap met before June 28,  does crowdsale end immediately at that time, and are tokens distributed immediately?
Post
Topic
Board Announcements (Altcoins)
Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments
by
Wsbltc
on 14/05/2017, 23:51:08 UTC
Great, expecting the next version is 1.9  Smiley

New release 1.8.5 https://github.com/byteball/byteball/releases

* Fixed issues that caused full wallets to crash at certain points while syncing
* Fixed an issue that sometimes caused light wallets to miss transactions
* Fixed file selection in Android 4.4 when restoring from full backup
* When receiving private assets (such as blackbytes), the wallet now automatically detects when the transaction is confirmed

Thanks a lot to community members who helped in finding and investigating the bugs.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RLC] iEx.ec blockchain-based distributed cloud announces its Crowdsale
by
Wsbltc
on 16/04/2017, 16:35:21 UTC
Dev: I have a important question for you.
 
Why is there no lock-up period for the owner's shares? How do you prevent that employees directly withdraw their stake and leave the project?

This is my last question before I will invest. Please answer.

@gf_iexec, no response to this question?
Post
Topic
Board Announcements (Altcoins)
Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments
by
Wsbltc
on 13/04/2017, 23:40:56 UTC
@tonych, the same problem with version 1.7.1, any help here?

I am trying to sync my byteball wallet from a couple of weeks ago and it gets about a third of the way (35-45%) and then stops making progress. When I close and reopen the wallet, I get this error and the program closes:

Uncaught exception: Error: known bad go38q4DxyfamiSTzl5rmEBooilX0qGmoS36Wc9zVEY=: authentifier verification failed

Any ideas what to do? I have several full backups of the byteball folder, but for every one of them I run into exactly the same problem.
Post
Topic
Board Announcements (Altcoins)
Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments
by
Wsbltc
on 11/02/2017, 01:08:06 UTC
If blackbytes received, are they shown on wallet history page?
Post
Topic
Board Armory
Re: Armory 0.94.1 is out
by
Wsbltc
on 03/07/2016, 16:46:59 UTC
@goatpig, Why cannot broadcast offline transaction ? (ubuntu 16.04, bitcoin core 0.12.1)

Code:
2016-07-03 09:06 (INFO) -- ArmoryQt.py:3708 - Sending Tx, 6870e4566951051d137ab0f89ab3de327e587715b71969ebefe252f84d26e026
2016-07-03 09:06 (INFO) -- Networking.py:279 - sendTx called...
2016-07-03 09:06 (INFO) -- ArmoryQt.py:3710 - Transaction sent to Satoshi client...!
2016-07-03 09:10 (ERROR) -- Traceback (most recent call last):
  File "/usr/lib/armory/qtdialogs.py", line 6283, in showContextMenuTxIn
    idx = self.txInView.selectedIndexes()[0]
IndexError: list index out of range
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AMP - The Currency That Powers Your Attention On Synereo
by
Wsbltc
on 08/04/2015, 17:50:25 UTC
So I purchased some AMP's... They will be transferred to my omniwallet automatically?

no, you must wait till end of crowdsale

I sent BTC from my blockchain wallet, how can I get my AMPs?

same question.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHA] Chancecoin protocol, client, and coin for decentralized dice betting
by
Wsbltc
on 05/04/2014, 09:42:10 UTC
See the technical page http://chancecoin.com/technical, note the special payout mechanism designed.

"One might assume that when a Chancecoin gambler wins or loses a bet, CHA is transferred between his wallet and the wallets of the other CHA holders. In fact, this is not the way Chancecoin's payout system works. When a Chancecoin gambler wins or loses a bet, his balance is the only balance that changes, but the effect is still the same as in the standard payout system. To illustrate this, let's go through the two cases, where the gambler wins and the gambler loses.

.........................
.........................
.........................

Chancecoin always fixes the amount of CHA held by the remaining CHA owners who are not gambling and adjusts the amount of CHA held by the gambler, depending on whether he wins or loses. The assumption is that the exchange rate will adjust so that the USD market values of the gambler and the remaining CHA holders match what they would be under the standard payout system after the bet is resolved."
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHA] Chancecoin protocol, client, and coin for decentralized dice betting
by
Wsbltc
on 05/04/2014, 09:36:07 UTC
I am not talking about the number of BTC, my question is whether the total number of CHA is fixed or can be changed(due to win/loss result of every bet)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CHA] Chancecoin protocol, client, and coin for decentralized dice betting
by
Wsbltc
on 05/04/2014, 09:06:27 UTC
What will happen if someone win the first bet after burn period.

According to technical page said, if the gambler win, he will get more CHA while the others hold their CHA unchanged. So the total amount of CHA will get bigger.

But CHA only created by PoB. After Buring period, the amount of CHA should be fixed.

What on earth the total amount of CHA is fixed or can be changed?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][13]13Coin - ANTI ASIC - 1% premine - Safe IPO - Scrypt Jane-nFactor - RARE
by
Wsbltc
on 28/03/2014, 14:08:31 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][IPO][RADIX][based on Ripple]First stage 40% of coins to be distributed
by
Wsbltc
on 16/03/2014, 07:39:10 UTC
totally scam, they misused other people twitter address on their homepage http://radixprotocol.com/
Post
Topic
Board Announcements (Altcoins)
Re: NXTL: Next Coin Lite - Officiall Topic - Fair Distribution
by
Wsbltc
on 05/03/2014, 13:37:35 UTC
sent 0.02BTC

TXID:4288066635efe1cfb48c6fede69c6b389d578946123bced680d187a0b1ad1a72

thanks!
Post
Topic
Board Announcements (Altcoins)
Re: NXTL: Next Coin Lite 3 - NEXT UPGRADED - Fair Distribution - Topic 3
by
Wsbltc
on 02/03/2014, 15:10:38 UTC
I have sent 0.02BTC.

Please add me to the list.

TXID:4288066635efe1cfb48c6fede69c6b389d578946123bced680d187a0b1ad1a72