Bitcoin Forum
June 24, 2024, 01:40:19 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: July 30, 2019, 01:44:31 AM
Hey woodcutters, me and a friend are trying to send a couple thousand coins but the transactions keep failing. They get broadcasted and can be seen by block explorers (so abandontransaction doesn't work) but never confirmed even in days. The coins are coming from a single input (200-300 bytes) so the blocksize is tiny. Fees doesn't matter. Only --zapwallettxes helps 'giving back' the unspent coins. The transactions aren't 'conflicting', just never get confirmed. Both with the older and newer wallet. We could only send 1-2k coins at a time but sometimes even those fail which gets annoying. What is going on?


Also, congrats on 1 million blocks!

Me too, I don’t know when it’s good.
Three or four days, no confirmation
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: June 11, 2019, 08:51:52 AM
I am a wallet developer. In the offline signature, I used the windows version of the client to find that I can't use the "listunspet" to get the information of the address where the private key was not imported. What should I do?

I believe "listunspent" rpc call is available in both the "woodcore" wallet and the "woodcoin" wallet.  How is the command failing, do you wish to use it for a watching only wallet?     

It is not a failure. It cannot be queried for an address that does not import a private key. It is ok for an address that has already imported a private key. This is my woodcoin.conf:
server=1
txindex=1
rpcuser=admin
rpcpassword=123456
rpcallowip=0.0.0.0/0
rpcport=61315

OK I understand.  I think you need to use "importaddress" to import the address which you want the UTXOs of: 

./woodcoin-cli importaddress WZJLgBEftHUxbmzMVzyYn4omiiHXY4Mh3t

then

./woodcoin-cli listunspent

will list the unspent TX including that watching address. 







This is a solution, but the need to rescan the block, the speed seems to be a bit slower, I do not need to scan all the block information to build a utxo library?


3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: June 11, 2019, 05:53:56 AM
I am a wallet developer. In the offline signature, I used the windows version of the client to find that I can't use the "listunspet" to get the information of the address where the private key was not imported. What should I do?

I believe "listunspent" rpc call is available in both the "woodcore" wallet and the "woodcoin" wallet.  How is the command failing, do you wish to use it for a watching only wallet?     

It is not a failure. It cannot be queried for an address that does not import a private key. It is ok for an address that has already imported a private key. This is my woodcoin.conf:
server=1
txindex=1
rpcuser=admin
rpcpassword=123456
rpcallowip=0.0.0.0/0
rpcport=61315
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: June 11, 2019, 02:30:58 AM
I am a wallet developer. In the offline signature, I used the windows version of the client to find that I can't use the "listunspet" to get the information of the address where the private key was not imported. What should I do?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!