Bitcoin Forum
May 01, 2024, 11:40:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 »  All
  Print  
Author Topic: [ANN] Geniuscoin [GENI] | Scrypt | Version 1.1.3.0 released | Real team  (Read 16949 times)
Genius dev (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 24, 2015, 05:58:14 AM
 #121

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.
1714606842
Hero Member
*
Offline Offline

Posts: 1714606842

View Profile Personal Message (Offline)

Ignore
1714606842
Reply with quote  #2

1714606842
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714606842
Hero Member
*
Offline Offline

Posts: 1714606842

View Profile Personal Message (Offline)

Ignore
1714606842
Reply with quote  #2

1714606842
Report to moderator
1714606842
Hero Member
*
Offline Offline

Posts: 1714606842

View Profile Personal Message (Offline)

Ignore
1714606842
Reply with quote  #2

1714606842
Report to moderator
1714606842
Hero Member
*
Offline Offline

Posts: 1714606842

View Profile Personal Message (Offline)

Ignore
1714606842
Reply with quote  #2

1714606842
Report to moderator
paolo77
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
June 24, 2015, 01:57:21 PM
 #122

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
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
June 24, 2015, 02:12:29 PM
 #123

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 Offline

Activity: 910
Merit: 1000


View Profile
June 24, 2015, 02:19:27 PM
 #124

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
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
June 24, 2015, 02:30:28 PM
 #125

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:
Code:
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 Offline

Activity: 910
Merit: 1000


View Profile
June 24, 2015, 02:47:30 PM
 #126

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
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
June 24, 2015, 02:48:12 PM
 #127

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 Offline

Activity: 910
Merit: 1000


View Profile
June 24, 2015, 05:45:52 PM
 #128

Thank you, your wallet is now completed and synchronized turns on my raspberry pi and takes up only 65MB of RAM, excellent !!
idol
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
June 24, 2015, 11:02:28 PM
 #129

We are now on C-CEX

https://c-cex.com/?p=geni-btc

dev0tion
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
June 24, 2015, 11:03:02 PM
 #130

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!


 Cool
NxtStakeAssets
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
June 24, 2015, 11:13:21 PM
 #131

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!   Huh
dev0tion
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
June 24, 2015, 11:17:04 PM
 #132

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!   Huh

No Sir, that's the total amount of coins right now Smiley.
SCClub
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 24, 2015, 11:24:57 PM
 #133


Excellent! Website updated!
freakying99
Sr. Member
****
Offline Offline

Activity: 429
Merit: 250


Pythagoras and Plato are my brothers.


View Profile
June 24, 2015, 11:30:39 PM
 #134

I like masternodes, I'll mine a few and maybe set one or two up.
Genius dev (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 25, 2015, 10:52:13 PM
 #135

New Genius wallet v1.1.2.0 released
windows v1.1.2.0: https://mega.co.nz/#!YowGgD6J!vJD8HIgGnlKUmOY6C2HmdKK_0k8R9YEdrXW_nENSotQ
source: https://github.com/geniusgns/genius

Changes include:
new ticker GENI instead of GENIUS.
new logo in the wallet
clickable buttons with exchange link, website link, and block explorer link in the wallet.
idol
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
June 25, 2015, 11:21:52 PM
 #136

New Genius wallet v1.1.2.0 released
windows v1.1.2.0: https://mega.co.nz/#!YowGgD6J!vJD8HIgGnlKUmOY6C2HmdKK_0k8R9YEdrXW_nENSotQ
source: https://github.com/geniusgns/genius

Changes include:
new ticker GENI instead of GENIUS.
new logo in the wallet
clickable buttons with exchange link, website link, and block explorer link in the wallet.

good work ! looks much better Smiley

SCClub
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 26, 2015, 01:02:24 AM
 #137

New Genius wallet v1.1.2.0 released
windows v1.1.2.0: https://mega.co.nz/#!YowGgD6J!vJD8HIgGnlKUmOY6C2HmdKK_0k8R9YEdrXW_nENSotQ
source: https://github.com/geniusgns/genius

Changes include:
new ticker GENI instead of GENIUS.
new logo in the wallet
clickable buttons with exchange link, website link, and block explorer link in the wallet.
Great work! Website updated with new Windows Wallet
red5standingby
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
June 26, 2015, 02:58:56 AM
 #138

will the geni be out of the bottle soon?
SCClub
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 26, 2015, 01:04:18 PM
 #139

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
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
June 28, 2015, 03:59:17 AM
 #140

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  Smiley
Pages: « 1 2 3 4 5 6 [7] 8 9 10 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!