Pages:
Author

Topic: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android - page 56. (Read 179167 times)

legendary
Activity: 882
Merit: 1024
hello, i have a question....
what do think about this: http://www.amazon.com/Intel-Compute-Stick-Windows-BOXSTCK1A32WFC/dp/B00W8T61O0/ref=sr_1_fkmr0_1?ie=UTF8&qid=1438066826&sr=8-1-fkmr0&keywords=Compute+Stick+943239
may this be an alternative to a raspberry? what do you think how many wallets  i can run at once on this device, for staking?

why i ask here? because i think this thread is a melting pot of knowledge in crypto Wink
regards

I'm glad that we can help bring together the best of the best in Crypto.

I checked it out here http://www.intel.com/content/www/us/en/compute-stick/intel-compute-stick.html

And CNet review

http://www.cnet.com/products/intel-compute-stick/

You can get Windows or Ubuntu with it, the Windows version comes with 2GB Ram and the Ubuntu Version comes with 1 GB of Ram (cheaper at $100) and has built in 32 GB memory with expandable SD card slot that can house up to an additional 128 GB of memory, built in wifi connectivity and Bluetooth (although the review says the Bluetooth isn't that powerful). This would be a great alternative to the Rasperry pi because of the additional memory which is quite lacking on the pi and could very easily house 3-4 different Proof of Stake wallets. Tech is amazing, in about another year you will be able to get these units for $30-50
full member
Activity: 195
Merit: 100
hello, i have a question....
what do think about this: http://www.amazon.com/Intel-Compute-Stick-Windows-BOXSTCK1A32WFC/dp/B00W8T61O0/ref=sr_1_fkmr0_1?ie=UTF8&qid=1438066826&sr=8-1-fkmr0&keywords=Compute+Stick+943239
may this be an alternative to a raspberry? what do you think how many wallets  i can run at once on this device, for staking?

why i ask here? because i think this thread is a melting pot of knowledge in crypto Wink
regards
legendary
Activity: 882
Merit: 1024
@solasi

I get a lot of orphans when my internett conection is bad.

You can remove the orphans from the menu, Tools -> repair wallet.

now that you say so.... damn it must be that... im paying for internet! ... Angry Angry damn .

thanks for the info. i almost turn back to ver. x.0.7... but that wont solve anything because of my internet...

You can also make sure your clock time is as correct as possible by syncing to internet time. I'm always thinking about how I can improve the fundamentals of the POS itself and keep the security tight. A fair few POS Coins have high allowances of the time drift (some up to 2-3 hours) and this can allow for some types of time exploit attacks so PayCon is kept at a 1 minute allowance which protects against that possibility but may also see a few more orphans from time to time.

If you are game you can also setup your own VPS and now have the added security of being able to connect automatically through TOR.

Do you also have slower internet? I'm curious to find the root of the issue so I can make improvements.
sr. member
Activity: 477
Merit: 250
@solasi

I get a lot of orphans when my internett conection is bad.

You can remove the orphans from the menu, Tools -> repair wallet.

now that you say so.... damn it must be that... im paying for internet! ... Angry Angry damn .

thanks for the info. i almost turn back to ver. x.0.7... but that wont solve anything because of my internet...
hero member
Activity: 779
Merit: 502
@solasi

I get a lot of orphans when my internett conection is bad.

You can remove the orphans from the menu, Tools -> repair wallet.
sr. member
Activity: 477
Merit: 250
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  Undecided Undecided 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.

 Undecided Undecided thanks for your help.

legendary
Activity: 882
Merit: 1024
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
legendary
Activity: 1638
Merit: 1013
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.
legendary
Activity: 882
Merit: 1024
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.
legendary
Activity: 882
Merit: 1024
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.
legendary
Activity: 1638
Merit: 1013
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?
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
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
sr. member
Activity: 266
Merit: 250
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.

legendary
Activity: 882
Merit: 1024
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.
legendary
Activity: 882
Merit: 1024
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.
sr. member
Activity: 266
Merit: 250
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.
legendary
Activity: 882
Merit: 1024
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
legendary
Activity: 1638
Merit: 1013
Can we get an official Dev released Raspian OS Wallet

If it doesnt exist yet I can make one.
legendary
Activity: 1078
Merit: 1011
Can we get an official Dev released Raspian OS Wallet
legendary
Activity: 882
Merit: 1024
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
Pages:
Jump to: