presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
July 20, 2015, 05:25:37 AM |
|
CON is looking good. Great job crew!
|
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
July 20, 2015, 05:31:24 PM |
|
Oh fantastic! Is there a way we could include those order books into the wallet?
|
|
|
|
gike25
Newbie
Offline
Activity: 1
Merit: 0
|
|
July 20, 2015, 07:13:16 PM |
|
Hello,
I am new in this things. Can somebody help me. How i upgrade my wallet in linux. I want to upgrade to 2.0
Kind regards
Gike 25
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
July 20, 2015, 10:23:21 PM |
|
Hello,
I am new in this things. Can somebody help me. How i upgrade my wallet in linux. I want to upgrade to 2.0
Kind regards
Gike 25
only additional dependency you need is apt-get install libevent-dev and needs to be built on Linux 64 bit
|
|
|
|
4x13
Legendary
Offline
Activity: 1078
Merit: 1011
|
|
July 23, 2015, 05:08:04 AM |
|
Can we get an official Dev released Raspian OS Wallet
|
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
July 23, 2015, 06:28:47 AM |
|
Can we get an official Dev released Raspian OS Wallet
If it doesnt exist yet I can make one.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
July 23, 2015, 06:51:49 AM |
|
Can we get an official Dev released Raspian OS Wallet
If it doesnt exist yet I can make one. Fantastic, I'll send you a few Coins for it
|
|
|
|
elgimpo
|
|
July 23, 2015, 09:31:58 AM |
|
I tried and failed. The code compiled ok, but the client didnt like that tor business on startup.
I am running a git version checkpointed before the most recent tor submit.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
July 23, 2015, 09:43:07 AM |
|
I tried and failed. The code compiled ok, but the client didnt like that tor business on startup.
I am running a git version checkpointed before the most recent tor submit.
Ok I'm building on linux as we speak on a fresh install, what error are you getting? The most recent version will only work with 64 bit but the older version will also work. Possibly missed a file or two in the repo but have a source zip and will also be pushing and checking that against the repo to make sure nothing was missed.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
July 23, 2015, 12:09:32 PM |
|
I have built the daemon and wallet from a fresh 64 bit Linux install of both the daemon and QT only extra additions you should need is the dependency for TOR integration apt-get install libevent-dev and can add a couple TOR nodes I have setup to your PayCon.conf file addnode=xnmbxhbbhngvp5ea.onion addnode=4rvjnfn5wiyk2aqp.onion Going to get some sleep then do checks on the sourcecode, add more TOR integrated nodes.
|
|
|
|
elgimpo
|
|
July 23, 2015, 12:30:16 PM |
|
Ok I'm building on linux as we speak on a fresh install, what error are you getting? The most recent version will only work with 64 bit but the older version will also work. Possibly missed a file or two in the repo but have a source zip and will also be pushing and checking that against the repo to make sure nothing was missed.
Nice job. I am working with a PI2, getting the same runtime error as AngelLox was getting earlier in the thread: QObject::connect: No such signal AddressBookPage::stakeForCharitySignal(QString) QObject::connect: (sender name: 'AddressBookPage') QObject::connect: No such slot BitcoinGUI::gotoBlockBrowser(QString) Jul 15 15:32:04.664 [err] tor_assertion_failed_(): Bug: src/tor/memarea.c:127: alloc_chunk: Assertion realign_pointer(res->next_mem) == res->next_mem failed; aborting. Jul 15 15:32:04.664 [err] Bug: Assertion realign_pointer(res->next_mem) == res->next_mem failed in alloc_chunk at src/tor/memarea.c:127. Stack trace: Aborted I'm not too fussed though, just compiled the git checkpoint before the recent tor update and I am good to go. Staking beautifully again.
|
|
|
|
vegasguy
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
July 23, 2015, 05:18:30 PM |
|
There was talk of a windows X64 binary. I can really use that as I have my blocks split small and a few thousand of them, and 32GB ram. Is the 2.0 version X64?
Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
July 24, 2015, 03:04:37 AM |
|
I tried and failed. The code compiled ok, but the client didnt like that tor business on startup.
I am running a git version checkpointed before the most recent tor submit.
Ok I'm building on linux as we speak on a fresh install, what error are you getting? The most recent version will only work with 64 bit but the older version will also work. Possibly missed a file or two in the repo but have a source zip and will also be pushing and checking that against the repo to make sure nothing was missed. Raspberry Pi is 32bit and it seems the tor code wants 64bit. It is giving the memory errors. Do you have a link for the source code without tor?
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
July 24, 2015, 04:02:11 AM |
|
There was talk of a windows X64 binary. I can really use that as I have my blocks split small and a few thousand of them, and 32GB ram. Is the 2.0 version X64?
Vegas
The 2.0 version is 64 bit and needs it for the TOR integration, if compiling on 32 bit you will get errors. I'd like to try to focus on 64 bit as we progress because as tech progresses slowly 32 bit will eventually be phased out.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
July 24, 2015, 04:04:15 AM |
|
I tried and failed. The code compiled ok, but the client didnt like that tor business on startup.
I am running a git version checkpointed before the most recent tor submit.
Ok I'm building on linux as we speak on a fresh install, what error are you getting? The most recent version will only work with 64 bit but the older version will also work. Possibly missed a file or two in the repo but have a source zip and will also be pushing and checking that against the repo to make sure nothing was missed. Raspberry Pi is 32bit and it seems the tor code wants 64bit. It is giving the memory errors. Do you have a link for the source code without tor? You can back up one commit in the source code and pull from that, if you'd like I can also create a new branch that you can pull from that but doesn't include the TOR integration.
|
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
July 24, 2015, 04:08:33 AM |
|
There was talk of a windows X64 binary. I can really use that as I have my blocks split small and a few thousand of them, and 32GB ram. Is the 2.0 version X64?
Vegas
The 2.0 version is 64 bit and needs it for the TOR integration, if compiling on 32 bit you will get errors. I'd like to try to focus on 64 bit as we progress because as tech progresses slowly 32 bit will eventually be phased out. ARM8 is 64bit and perhaps they will be rolled out in future to the Pi. Ill look for the older commit.
|
|
|
|
Crestington (OP)
Legendary
Offline
Activity: 882
Merit: 1024
|
|
July 25, 2015, 07:42:46 AM |
|
I have added some more TOR nodes and can add these to your PayCon.conf file
addnode=j7dsfqsdt6pjedvq.onion addnode=ndawxkpfmjgbmycd.onion addnode=gblnfyurmckzx5h6.onion addnode=rgz3eevnrwjvnozm.onion addnode=xuzhdunw6pm2cnxo.onion addnode=xnmbxhbbhngvp5ea.onion addnode=4rvjnfn5wiyk2aqp.onion addnode=pjxv27nvd4ce32xb.onion addnode=j7dsfqsdt6pjedvq.onion
|
|
|
|
soloasi
|
|
July 27, 2015, 05:39:24 PM |
|
hello mates, im here with a new problem, i wonder if im doing somwthing wrong, i had the ver. x.0.7 and updated to ver. 2.0 the first 3 or 4 days it was great i had no problem but then i had to move of city to work so i took my pc with me, since then all i get are orphans ... im full of orphans on my wallet 36 on a row, 36!?, thats why i guess im doing something wrong, then i wake up this morning and i find more orphans... take a look: if theres an explanation i would really like to know it cause im breaking my head asking e why??... re-sync, it happens again. thanks for your help.
|
|
|
|
shtako
|
|
July 27, 2015, 06:10:00 PM |
|
@solasi
I get a lot of orphans when my internett conection is bad.
You can remove the orphans from the menu, Tools -> repair wallet.
|
|
|
|
|