Pages:
Author

Topic: [ANN] Specie (SPX) - *** Now Trading on YoBit *** | HARDWARE | SUPER RARE - page 4. (Read 14182 times)

sr. member
Activity: 334
Merit: 250
my coins staked..i got a reward and now my coins are all immature again?....not how im used to coins staking... is this normal

Nah, somethings wrong...If you deposit more coins, they wont stake until they mature, but the mature coins should keep staking.

Wha? No that is normal when you get a stake its just like getting new coins it resets the age of the coins.  They will start to stake again once mature.
legendary
Activity: 1176
Merit: 1017
my coins staked..i got a reward and now my coins are all immature again?....not how im used to coins staking... is this normal

Nah, somethings wrong...If you deposit more coins, they wont stake until they mature, but the mature coins should keep staking.
hero member
Activity: 840
Merit: 1000
my coins staked..i got a reward and now my coins are all immature again?....not how im used to coins staking... is this normal
hero member
Activity: 840
Merit: 1000
legendary
Activity: 1176
Merit: 1017
Developers run already?
legendary
Activity: 1176
Merit: 1017
Still waiting here says 8 hours from 16:15 yesterday it's moving but slow.

Well, the way I look at it....Either something's right or something's wrong.  Maybe the Dev can use some deductive reasoning to figure out which...I don't know... truncation?

It's been 12 hours now and the wallet still reads, "Expected time to earn reward is 3 hours."  It did read, "Expected time to earn reward is 2 hours," for awhile, but then it went back to 3 hours.  Anybody have any input for me on this staking issue?

Okay, bought more coin, put them in my wallet, went to sleep, woke-up, looked in my wallet, and surprise! "Expected time to earn reward is 3 hours."  This is the LOOOONNNNGGGGEEEESSSSTTTT three hours in crypto-history.  Maybe I just forgot to turn my clock back for daylights savings?  Hmmmm
sr. member
Activity: 388
Merit: 250
Twitter: @goodguyed
So you can't stake just with the windows wallet? Huh

Staking with the Windows wallet works fine. I have staked many times.
sr. member
Activity: 566
Merit: 250
So you can't stake just with the windows wallet? Huh
legendary
Activity: 910
Merit: 1000
If you use the 'image for raspberry pi, it has already installed the QT5 with all dependencies ok !!

https://bitcointalksearch.org/topic/wts-pre-ann-spaker-hardware-staking-appliance-1100437
legendary
Activity: 1176
Merit: 1017
Still waiting here says 8 hours from 16:15 yesterday it's moving but slow.

Well, the way I look at it....Either something's right or something's wrong.  Maybe the Dev can use some deductive reasoning to figure out which...I don't know... truncation?

It's been 12 hours now and the wallet still reads, "Expected time to earn reward is 3 hours."  It did read, "Expected time to earn reward is 2 hours," for awhile, but then it went back to 3 hours.  Anybody have any input for me on this staking issue?
legendary
Activity: 1176
Merit: 1017
Still waiting here says 8 hours from 16:15 yesterday it's moving but slow.

Well, the way I look at it....Either something's right or something's wrong.  Maybe the Dev can use some deductive reasoning to figure out which...I don't know... truncation?
legendary
Activity: 1638
Merit: 1013
posted that wrong...hmmm....lets try again...is it possible to run more than one wallet on a raspberry pi?

Yes it is. What do you want to achieve then Ill tell you how to do it.

thanks for the offer....probably could achieve a lot more than what I could think of..but to start...use it to operate some wallets for coins that offer pos...like this one spx, xra , ioc  for instance.  

You can run multiple wallets on a Pi for different coins and even multiple wallets fo the same coin but his second option is more complex to setup. Most of the time you can run about 3 wallets on your Pi depending ont he model. The latest Pi2 has a 1Ghz Arm7 CPU and 1 GB of memory and will give you 3 wallets safely.

You get 2 types of wallets and 2 build methods and 3 deployment methods which each has its own nuances and impacts on resource usage on the Pi.

The types of wallets are the headless daemon wallet with no graphical display and the Qt wallet which is the graphical wallet that you are used to in Windows. In Pi world you do not need the Qt wallet as the command line wallet does everything you need to do, but if you want to work in a familiar "windows" environment you can use the Qt wallet. Getting a Qt wallet depends on how the Qt environment is setup and if the dev has created a project file for a basic wallet using Qt4 then you are in luck since the mainstream OS for Pi (Raspbian) has Qt 4.8.2 with which you can create a GUI wallet easily. If the dev created a more fancy wallet he would have used Qt5 and then you are out of luck, since dependencies for Qt5 is not readily available yet. You can DIY Qt5 and build a static Qt5 wallet on Pi but trust me that you do not want to go there. I seldom go for the GUI wallets anyway because it servers no real purpose apart from seeing stuff visually and I run the command line wallets most of the time.

The first build method is to provide a static built binary where all code that is needed in the process to run the wallet is in the binary file. This is the least pure method to do in Linux, but since Pi's are very consistent from one to the next it is possible to get away with this. Binaries are larger though since all dependency code is in the file. The second build method is a hybrid where your script just downloads the dependencies but you provide an already compiled binary that is dynamically linked to the dependency files. The binary will call the dependency files whenever it needs some code from it.

In order to deploy you can write a script to compile it on users Pi which is the most pure way to work on Linux but prone to errors since many devs are sloppy with their code and dont do basics like create a src/obj folder or have incorrect permissions on certain critical build files which will all cause the build process to fail. The second method is to just deliver the wallet built with one of the 2 build methods but require a working and updated OS installation from the user, or you can provide the whole operating system with wallet installed to the user. The pro side of delivery method three is that the user does not have to install the OS himself, but the downside is that you are then limited to the wallet they give you and the environment may not be setup for you to easily install a 2nd and 3rd wallet.

It is a long introduction but necessary to explain my recommendation to you properly for running multiple wallets on your Pi. In your case my recommendation would be to install a fresh copy of Raspbian on at least an 8 GB card and update it. Then use the hybrid method of a dynamically built wallet  to save space and since most coins require the same dependency files. Then compile the 3 headless daemon wallets you want to run dynamically and set them up properly and off you go. It should run fine on a Pi2.

If you let me know the coins you want to run, depending on if I feel generous or not, I will help you build the wallets and set them up.
sr. member
Activity: 566
Merit: 250
Still waiting here says 8 hours from 16:15 yesterday it's moving but slow.
hero member
Activity: 840
Merit: 1000
Okay, my wallet has been reading, "Expected time to earn reward is 3 hours," for FIVE hours now.  It's reminding me of one of those weak BJ's.  Anybody else collect stake yet?
still waiting..at 1 hour for more than an hour for sure...... first spx hit my wallet at 20:09 yesterday
hero member
Activity: 840
Merit: 1000
posted that wrong...hmmm....lets try again...is it possible to run more than one wallet on a raspberry pi?

Yes it is. What do you want to achieve then Ill tell you how to do it.

thanks for the offer....probably could achieve a lot more than what I could think of..but to start...use it to operate some wallets for coins that offer pos...like this one spx, xra , ioc  for instance. 
legendary
Activity: 1176
Merit: 1017
Okay, my wallet has been reading, "Expected time to earn reward is 3 hours," for FIVE hours now.  It's reminding me of one of those weak BJ's.  Anybody else collect stake yet?
legendary
Activity: 1638
Merit: 1013
posted that wrong...hmmm....lets try again...is it possible to run more than one wallet on a raspberry pi?

Yes it is. What do you want to achieve then Ill tell you how to do it.
hero member
Activity: 840
Merit: 1000
posted that wrong...hmmm....lets try again...is it possible to run more than one wallet on a raspberry pi?
hero member
Activity: 840
Merit: 1000
Please feel free to PM if you are having wallet difficulties.

We will be announcing the burn details including the transaction specifics when the burn is complete. The burn will be 22,500 SPX.


The SPaker-P image is now available for download. Details in the SPaker thread:

https://bitcointalksearch.org/topic/m.11764152


The Specie platform hardware rollout has begun!


Why are you making such a big deal about Raspberry Pi wallets? It is hardly anything special apart from it being nice to staking at 5W. Iv been making Pi wallets for tons of other coins and posting them in the respective threads for free in 99% of the cases. Most of those coins have died down in anyways because wallets for a another platform is not a competitive advantage but a commodity. From experience in the repo download history I can tell you that there are max 10 users interested in Pi for a coin and apart from those users it is but a hype factor that speculators use to hype the price of a coin to dump on the back of it. In addition Gorillastake.com for example has been hosting online Pi staking solutions for a long time. Having said this, good luck and it is a nice thing for those 10 odd users and I hope it makes a difference in your case.

is it possible to run more than one staking wallet per pi ?

You should come up with something special to promote your coin. Devs are not doing other real special things that drive the success of a coin and wallets for other OSes are not it, including mobile wallets Wink
legendary
Activity: 1638
Merit: 1013
Please feel free to PM if you are having wallet difficulties.

We will be announcing the burn details including the transaction specifics when the burn is complete. The burn will be 22,500 SPX.


The SPaker-P image is now available for download. Details in the SPaker thread:

https://bitcointalksearch.org/topic/m.11764152


The Specie platform hardware rollout has begun!


Why are you making such a big deal about Raspberry Pi wallets? It is hardly anything special apart from it being nice to stake at 5W. Iv been making Pi wallets for tons of other coins and posting them in the respective threads for free in 99% of the cases. Most of those coins have died down in anyways because wallets for a another platform is not a competitive advantage but a commodity. From experience in the repo download history I can tell you that there are max 10 users interested in Pi for a coin and apart from those users it is but a hype factor that speculators use to hype the price of a coin to dump on the back of it. In addition Gorillastake.com for example has been hosting online Pi staking solutions for a long time. Having said this, good luck and it is a nice thing for those 10 odd users and I hope it makes a difference in your case.

You should come up with something special to promote your coin. Devs are not doing other real special things that drive the success of a coin and wallets for other OSes are not it, including mobile wallets Wink
Pages:
Jump to: