Pages:
Author

Topic: (ANN) Netcoin has gone POS! With PIR & OWI - page 36. (Read 142149 times)

newbie
Activity: 30
Merit: 0
That is annoying indeed but it's a odd one. Which version of libdb are you using? You need to use v4.7 not 5.
Did you try -repairwallet instead of -salvagewallet?
Also not sure why you want to use the -disablesafemode command.
Ah okay Thank you.. Yey, with repairwallet my balances do not show up again, i probably need salvagewallet. disablesafemode is to keep on mining even if "the network is having troubles"
 on my long way for a working package combination that fits all altcoins ob ubuntu 14 i ended using this command line
Quote
sudo apt-get install git build-essential libssl-dev libboost-all-dev git libdb5.1++-dev libminiupnpc-dev make zip screen nano ncdu libtool autotools-dev autoconf pkg-config libqrencode-dev libqt4-dev libminiupnpc8 miniupnpc libcurl4-gnutls-dev libdb5.1++-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libgmp-dev libmpfr-dev libglib2.0-dev wx2.8-headers libwxbase2.8-dev libwxgtk-media2.8-dev libwxgtk2.8-dev
looks like 5.1 . how could i install and compile with libdb 4.7 ?

First it's libdb4.8 my bad Wink You need to remove the old libdb apt-get remove libdb5.1* then you need to follow this guide. It,s for bitcoin but it works for pretty much all coins.

https://degreesofzero.com/article/building-bitcoind-from-source-on-ubuntu.html
sr. member
Activity: 373
Merit: 250
That is annoying indeed but it's a odd one. Which version of libdb are you using? You need to use v4.7 not 5.
Did you try -repairwallet instead of -salvagewallet?
Also not sure why you want to use the -disablesafemode command.
Ah okay Thank you.. Yey, with repairwallet my balances do not show up again, i probably need salvagewallet. disablesafemode is to keep on mining even if "the network is having troubles"
 on my long way for a working package combination that fits all altcoins ob ubuntu 14 i ended using this command line
Quote
sudo apt-get install git build-essential libssl-dev libboost-all-dev git libdb5.1++-dev libminiupnpc-dev make zip screen nano ncdu libtool autotools-dev autoconf pkg-config libqrencode-dev libqt4-dev libminiupnpc8 miniupnpc libcurl4-gnutls-dev libdb5.1++-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libgmp-dev libmpfr-dev libglib2.0-dev wx2.8-headers libwxbase2.8-dev libwxgtk-media2.8-dev libwxgtk2.8-dev
looks like 5.1 . how could i install and compile with libdb 4.7 ?
newbie
Activity: 30
Merit: 0
Hey! Can you help me with the linux wallet? I run multiple coins without problems. but netcoin occasionally crashes. the daemon keeps running, but i see the error
Quote
getinfo
error: {"code":-1,"message":"CDB() : can't open database file wallet.dat, error -30973"}
when i want to restartt i see
Quote
/usr/bin/netcoind -daemon -onlynet=IPv4 -disablesafemode -rescan -salvagewallet
************************
EXCEPTION: St13runtime_error
CDB() : can't open database file blkindex.dat, error 22
netcoin in AppInit()

terminate called after throwing an instance of 'std::runtime_error'
  what():  CDB() : can't open database file blkindex.dat, error 22

i then have to delete the database, re-download blocks..

Quote
rm blkindex.dat blk0001.dat
/usr/bin/netcoind -daemon -onlynet=IPv4 -disablesafemode -rescan -salvagewallet
 getinfo                                     
 {
    "version" : "v2.3.1.0",
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 45059,
    "timeoffset" : -2,
    "moneysupply" : 76509184.00000000,
    "connections" : 8,
    "proxy" : "",
    "ip" : "***",
    "difficulty" : {
        "proof-of-work" : 0.40632789,
        "proof-of-stake" : 0.00024414
    },
    "testnet" : false,
    "keypoololdest" : 1435125622,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}

thats really annoying.. any ideas?

That is annoying indeed but it's a odd one. Which version of libdb are you using? You need to use v4.7 not 5.
Did you try -repairwallet instead of -salvagewallet?
Also not sure why you want to use the -disablesafemode command.
sr. member
Activity: 373
Merit: 250
Hey! Can you help me with the linux wallet? I run multiple coins without problems. but netcoin occasionally crashes. the daemon keeps running, but i see the error
Quote
getinfo
error: {"code":-1,"message":"CDB() : can't open database file wallet.dat, error -30973"}
when i want to restartt i see
Quote
/usr/bin/netcoind -daemon -onlynet=IPv4 -disablesafemode -rescan -salvagewallet
************************
EXCEPTION: St13runtime_error
CDB() : can't open database file blkindex.dat, error 22
netcoin in AppInit()

terminate called after throwing an instance of 'std::runtime_error'
  what():  CDB() : can't open database file blkindex.dat, error 22

i then have to delete the database, re-download blocks..

Quote
rm blkindex.dat blk0001.dat
/usr/bin/netcoind -daemon -onlynet=IPv4 -disablesafemode -rescan -salvagewallet
 getinfo                                     
 {
    "version" : "v2.3.1.0",
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 45059,
    "timeoffset" : -2,
    "moneysupply" : 76509184.00000000,
    "connections" : 8,
    "proxy" : "",
    "ip" : "***",
    "difficulty" : {
        "proof-of-work" : 0.40632789,
        "proof-of-stake" : 0.00024414
    },
    "testnet" : false,
    "keypoololdest" : 1435125622,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}

thats really annoying.. any ideas?
full member
Activity: 298
Merit: 100
Netcoins are the best coins!
Hey everyone,

what is the recommended blockchain explorer for netcoin?

Thx

Check out the newest edition from presstab!

http://www.presstab.pw/phpexplorer/NET/index.php
legendary
Activity: 1652
Merit: 1007
DMD Diamond Making Money 4+ years! Join us!
Hey everyone,

what is the recommended blockchain explorer for netcoin?

Thx
legendary
Activity: 910
Merit: 1000
Hello, thanks for the information, the wallet contains too many graphics features for raspberry, there should be a wallet say (lite) with only the basic functions and the POS of course!
full member
Activity: 298
Merit: 100
Netcoins are the best coins!
Now I'm trying to fill in the wallet of raspberry pi, all ok but when I go to run the file netcoin-qt I have this error: Segmentation fault. Any advice for me?

The raspberry pi is not supported at this time. Think it's a problem with the libraries and ram.  You will have to wait for the next update being worked on.


Sorry for any inconvenience.
legendary
Activity: 910
Merit: 1000
Now I'm trying to fill in the wallet of raspberry pi, all ok but when I go to run the file netcoin-qt I have this error: Segmentation fault. Any advice for me?
legendary
Activity: 910
Merit: 1000
Good morning, you can have the file bootstrap.dat? I have to download the wallet and start from scratch !!!!

Hi! You can find something here: https://bitcointalksearch.org/topic/m.11568146 Smiley

Thank you, it was what I was looking, I have already done the download and the wallet is almost synchronized, has saved me so much time !!!
member
Activity: 108
Merit: 10
Good morning, you can have the file bootstrap.dat? I have to download the wallet and start from scratch !!!!

Hi! You can find something here: https://bitcointalksearch.org/topic/m.11568146 Smiley
legendary
Activity: 910
Merit: 1000
Good morning, you can have the file bootstrap.dat? I have to download the wallet and start from scratch !!!!
legendary
Activity: 3388
Merit: 3514
born once atheist
I made a guide on the Netcoin forum on how to import private keys.

http://forum.netcoinfoundation.org/thread/814/guide-import-paper-wallet-private


There are many documentations on the "how to's" (many well built & have great detail.), but I'm talking about how most software you see always has a walk through on certain steps & that is the one thing I have seen lacking in crypto over the years. Something that could be automated (many have coded a few that are of great help to the new users, check wallet & repair wallet as a small example of just click here). Not having to open the debug or console & manually doing it.), simply add another tab under help (a few have this already) & make the process more user friendly. NET has a well built wallet, I would say it's one of a kind (not just another copy & paste) & just stating what I've seen over the years.

// If you were to do a study on how many people around the world actually use said manuals (or even search for them), you would be very surprised on how many give up because it wasn't simple & completely user friendly. The results of them trying without looking for said documentations are very high, thus the reason so many people have had all these problems over the years & that is the biggest flaw I see in crypto to date (just my 2 sat's). I have been trying to say this for years, but keep seeing many other things being focused on & just don't understand? All this talk about real world adaption, but we still lack the utmost needs of people to actually want to use it (not directed toward NET, but crypto in general)?

Couldn't agree more. Case in point,  I consider myself fairly pc literate and been involved with crypto mining/ trading for over a year and still run into roadblocks like the simple paper wallet transfer mentioned in previous post. I can't imagine an average windows point and clicker navigating thru that.
newbie
Activity: 30
Merit: 0
I made a guide on the Netcoin forum on how to import private keys.

http://forum.netcoinfoundation.org/thread/814/guide-import-paper-wallet-private
legendary
Activity: 3388
Merit: 3514
born once atheist
just put 50 net into a paper wallet to test for shitz n giggles. never used one before. can see them with a blockexplorer search. i got a printout with public and private keys. cant figure out how to send them. i dont see an import private key function in wallet. am i missing something?

You can only add private keys via the console. To do that you need to go in help to debugwindow and then console.There you type in "importprivkey" followed by the private key and a label so it looks like this:

importprivkey 95E7dztgS98qjkfZ9S48VbsFpnyGybBCG5U3JRrdtjjaJ2gWU9G paperwallet.

After you done that you should see the paperwallet adres in the recieve coins list.

thanx. ok done. the receiving addy is now showing in my wallet. still cannot figure out how to send the 50 net residing in the paper wallet so they show up in my wallet balance. im still missing something.thanx for your help

Your welcome but sorry forgot to mention after you imported a private key you need to rescan the blockchain to get the wallet updated.
You can do this by creating a shortcut of the netcoin.exe, right-click the shortcut and select properties, then in the field labeled Target type -rescan on the end so it looks like this netcoin-qt.exe -rescan.
Then just run the shortcut and rescan should restore the imported adress.

hallelujah!!! Thank you kindly sir/madam! coins have arrived. only 3 cents worth but the knowledge gained is priceless. that rescan thing i would never have figured out and was having a hard time googling for an answer. I'm actually surprised its not spelled out clearly somewhere out in the open. I tried asking on another forum but got no reply which surprised me as i figured i was doing somthing fairly common. Thanx again
newbie
Activity: 30
Merit: 0
just put 50 net into a paper wallet to test for shitz n giggles. never used one before. can see them with a blockexplorer search. i got a printout with public and private keys. cant figure out how to send them. i dont see an import private key function in wallet. am i missing something?

You can only add private keys via the console. To do that you need to go in help to debugwindow and then console.There you type in "importprivkey" followed by the private key and a label so it looks like this:

importprivkey 95E7dztgS98qjkfZ9S48VbsFpnyGybBCG5U3JRrdtjjaJ2gWU9G paperwallet.

After you done that you should see the paperwallet adres in the recieve coins list.

thanx. ok done. the receiving addy is now showing in my wallet. still cannot figure out how to send the 50 net residing in the paper wallet so they show up in my wallet balance. im still missing something.thanx for your help

Your welcome but sorry forgot to mention after you imported a private key you need to rescan the blockchain to get the wallet updated.
You can do this by creating a shortcut of the netcoin.exe, right-click the shortcut and select properties, then in the field labeled Target type -rescan on the end so it looks like this netcoin-qt.exe -rescan.
Then just run the shortcut and rescan should restore the imported adress.
legendary
Activity: 3388
Merit: 3514
born once atheist
used console command  "  sendfrom "  returns "insufficient funds"  tho blockchain says 49.5 netcoin balance (entered 45.0 to allow fee)

also tried "move "  returns  "true"
so still bamboozled

glad its only 3cents worth of coin  (50 netcoin)
legendary
Activity: 3388
Merit: 3514
born once atheist
just put 50 net into a paper wallet to test for shitz n giggles. never used one before. can see them with a blockexplorer search. i got a printout with public and private keys. cant figure out how to send them. i dont see an import private key function in wallet. am i missing something?

You can only add private keys via the console. To do that you need to go in help to debugwindow and then console.There you type in "importprivkey" followed by the private key and a label so it looks like this:

importprivkey 95E7dztgS98qjkfZ9S48VbsFpnyGybBCG5U3JRrdtjjaJ2gWU9G paperwallet.

After you done that you should see the paperwallet adres in the recieve coins list.

thanx. ok done. the receiving addy is now showing in my wallet. still cannot figure out how to send the 50 net residing in the paper wallet so they show up in my wallet balance. im still missing something.thanx for your help
newbie
Activity: 30
Merit: 0
just put 50 net into a paper wallet to test for shitz n giggles. never used one before. can see them with a blockexplorer search. i got a printout with public and private keys. cant figure out how to send them. i dont see an import private key function in wallet. am i missing something?

You can only add private keys via the console. To do that you need to go in help to debugwindow and then console.There you type in "importprivkey" followed by the private key and a label so it looks like this:

importprivkey 95E7dztgS98qjkfZ9S48VbsFpnyGybBCG5U3JRrdtjjaJ2gWU9G paperwallet.

After you done that you should see the paperwallet adres in the recieve coins list.
legendary
Activity: 3388
Merit: 3514
born once atheist
just put 50 net into a paper wallet to test for shitz n giggles. never used one before. can see them with a blockexplorer search. i got a printout with public and private keys. cant figure out how to send them. i dont see an import private key function in wallet. am i missing something?
Pages:
Jump to: