Genius dev (OP)
Newbie
Offline
Activity: 40
Merit: 0
|
|
June 24, 2015, 05:58:14 AM |
|
I was wondering if old wallet ws still working. Dev said june 23 a few days ago.
The hard fork was on June 23. People need to use the new wallet in order to use Genius coin. The new wallet was released 1 week ago so people had time to update by simply closing old wallet and using new wallet. If a person was using the old wallet until after june 23 then they would need to resync using the new wallet.
|
|
|
|
paolo77
Legendary
Offline
Activity: 910
Merit: 1000
|
|
June 24, 2015, 01:57:21 PM |
|
The wallet does not open on mac osx 10.10 am trying to compile it and get this error: make: *** [build / key.o] Error 1 Some help?
|
|
|
|
dev0tion
|
|
June 24, 2015, 02:12:29 PM |
|
The wallet does not open on mac osx 10.10 am trying to compile it and get this error: make: *** [build / key.o] Error 1 Some help?
The latest mac wallet in the OP opens just fine on OS X 10.10 here. If you really want to compile it yourself, then please add more info. The compile error would be a good start.
|
|
|
|
paolo77
Legendary
Offline
Activity: 910
Merit: 1000
|
|
June 24, 2015, 02:19:27 PM |
|
The wallet does not open on mac osx 10.10 am trying to compile it and get this error: make: *** [build / key.o] Error 1 Some help?
The latest mac wallet in the OP opens just fine on OS X 10.10 here. If you really want to compile it yourself, then please add more info. The compile error would be a good start. The wallet I downloaded from the link at OP and opens and closes immediately, osx 10.10.3 is version precise! To compile on linux this is what I see in the terminal: Makefile: 1771: instruction set for the "build / key.o" Failed make: *** [build / key.o] Error 1 PS: I have already installed: secp256k1
|
|
|
|
dev0tion
|
|
June 24, 2015, 02:30:28 PM |
|
The wallet does not open on mac osx 10.10 am trying to compile it and get this error: make: *** [build / key.o] Error 1 Some help?
The latest mac wallet in the OP opens just fine on OS X 10.10 here. If you really want to compile it yourself, then please add more info. The compile error would be a good start. The wallet I downloaded from the link at OP and opens and closes immediately, osx 10.10.3 is version precise! To compile on linux this is what I see in the terminal: Makefile: 1771: instruction set for the "build / key.o" Failed make: *** [build / key.o] Error 1 PS: I have already installed: secp256k1 That's very strange, it works here! I think I know what your problem is, you probably compiled the latest secp256k1 from github.com/bitcoin/secp256k1? That repository made secp256k1 incompatible with most cryptocurrencies using it since commit 210ffed. You can easily solve that by checking out an earlier version of the repository. What you do is: git clone http://www.github.com/bitcoin/secp256k1 cd ./secp256k1 git checkout a1d5ae1 ./autogen.sh ./configure make make install
Let me know if that fixed your problem.
|
|
|
|
paolo77
Legendary
Offline
Activity: 910
Merit: 1000
|
|
June 24, 2015, 02:47:30 PM |
|
git checkout a1d5ae1 : i have this !
Note: checking out 'a1d5ae1'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at a1d5ae1 ... Tiny optimization
|
|
|
|
dev0tion
|
|
June 24, 2015, 02:48:12 PM |
|
git checkout a1d5ae1 : i have this !
Note: checking out 'a1d5ae1'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD si trova ora a a1d5ae1... Tiny optimization
Yes, that's great, continue with the rest of the steps.
|
|
|
|
paolo77
Legendary
Offline
Activity: 910
Merit: 1000
|
|
June 24, 2015, 05:45:52 PM |
|
Thank you, your wallet is now completed and synchronized turns on my raspberry pi and takes up only 65MB of RAM, excellent !!
|
|
|
|
idol
|
|
June 24, 2015, 11:02:28 PM |
|
|
|
|
|
dev0tion
|
|
June 24, 2015, 11:03:02 PM |
|
Thank you, your wallet is now completed and synchronized turns on my raspberry pi and takes up only 65MB of RAM, excellent !!
Good to hear!
|
|
|
|
NxtStakeAssets
Newbie
Offline
Activity: 34
Merit: 0
|
|
June 24, 2015, 11:13:21 PM |
|
Wat the amount of total coins?
moneysupply" : 606697000.00000000 Moneysupply isnt total amount of coins is it? I thought that was total amount of coins that can be sent at one time!
|
|
|
|
dev0tion
|
|
June 24, 2015, 11:17:04 PM |
|
Wat the amount of total coins?
moneysupply" : 606697000.00000000 Moneysupply isnt total amount of coins is it? I thought that was total amount of coins that can be sent at one time! No Sir, that's the total amount of coins right now .
|
|
|
|
SCClub
Newbie
Offline
Activity: 20
Merit: 0
|
|
June 24, 2015, 11:24:57 PM |
|
Excellent! Website updated!
|
|
|
|
freakying99
Sr. Member
Offline
Activity: 429
Merit: 250
Pythagoras and Plato are my brothers.
|
|
June 24, 2015, 11:30:39 PM |
|
I like masternodes, I'll mine a few and maybe set one or two up.
|
|
|
|
|
idol
|
|
June 25, 2015, 11:21:52 PM |
|
good work ! looks much better
|
|
|
|
SCClub
Newbie
Offline
Activity: 20
Merit: 0
|
|
June 26, 2015, 01:02:24 AM |
|
Great work! Website updated with new Windows Wallet
|
|
|
|
red5standingby
|
|
June 26, 2015, 02:58:56 AM |
|
will the geni be out of the bottle soon?
|
|
|
|
SCClub
Newbie
Offline
Activity: 20
Merit: 0
|
|
June 26, 2015, 01:04:18 PM |
|
As we grow this coin it seems (to me) that a polling/voting system within the wallet would be a great way enable the community. Nothing fancy, perhaps just an added PollQuestion and PollAnswer1,2,3,4,5 to the messaging system and then a way to pay (to avoid spam) to send it globally? Other ways at integrating the community all lack/alienate some group. Thoughts? P.S. we're on coinmarketcap now: http://coinmarketcap.com/currencies/geniuscoin/
|
|
|
|
catotune
|
|
June 28, 2015, 03:59:17 AM |
|
I couldn't resist buying some GENI at these low prices, since it seems to have an active community and dev, plus masternodes! Looking forward to good things to come with this coin
|
|
|
|
|