Author

Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure - page 103. (Read 850158 times)

legendary
Activity: 3178
Merit: 1119
Can`t compile?

Any ideas???

I had a different error at first, so I had to make clean, then autogen --> configure --> make. Not sure if you're just doing git pull --> make.

The only other thing I can think of is maybe not enough memory. I got an error when I tried to compile with 1 GB of RAM, and so I set up a 2 GB swap file and then it worked.
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Why no just update code that need be updated? Can`t even easy check changes you have made...
sr. member
Activity: 336
Merit: 250
My nodes are updated to the hard fork with a brand new blockchain.

The p2pool code for qubit has been updated too and every p2pool owners should update because i use new identifiers and do a version check to make sure everyone is on the new fork.
New blocks are found and even if it display the wrong block number on the pool, i still get the MYR in my updated walet, so, no problem.

source: https://github.com/linked67/p2pool-myrq
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
Can`t compile?
Code:
  CXXLD  myriadcoind
libbitcoin_server.a(rpcmisc.o): In function `DescribeAddressVisitor::operator()(CStealthAddress const&) const':
/home/rav/myriadcoin/src/rpcmisc.cpp:140: undefined reference to `CStealthAddress::Encoded() const'
libbitcoin_wallet.a(rpcwallet.o): In function `getnewstealthaddress(std::vector >, std::allocator > > > const&, bool)':
/home/rav/myriadcoin/src/rpcwallet.cpp:1943: undefined reference to `CStealthAddress::Encoded() const'
libbitcoin_wallet.a(rpcwallet.o): In function `liststealthaddresses(std::vector >, std::allocator > > > const&, bool)':
/home/rav/myriadcoin/src/rpcwallet.cpp:1983: undefined reference to `CStealthAddress::Encoded() const'
/home/rav/myriadcoin/src/rpcwallet.cpp:1989: undefined reference to `CStealthAddress::Encoded() const'
libbitcoin_wallet.a(rpcwallet.o): In function `importstealthaddress(std::vector >, std::allocator > > > const&, bool)':
/home/rav/myriadcoin/src/rpcwallet.cpp:2046: undefined reference to `SecretToPublicKey(ec_secret const&, std::vector >&)'
/home/rav/myriadcoin/src/rpcwallet.cpp:2049: undefined reference to `SecretToPublicKey(ec_secret const&, std::vector >&)'
/home/rav/myriadcoin/src/rpcwallet.cpp:2090: undefined reference to `CStealthAddress::Encoded() const'
/home/rav/myriadcoin/src/rpcwallet.cpp:2086: undefined reference to `CStealthAddress::Encoded() const'
libbitcoin_wallet.a(rpcwallet.o): In function `sendtostealthaddress(std::vector >, std::allocator > > > const&, bool)':
/home/rav/myriadcoin/src/rpcwallet.cpp:2124: undefined reference to `CStealthAddress::SetEncoded(std::string const&)'
libbitcoin_wallet.a(wallet.o): In function `CWallet::UnlockStealthAddresses(std::vector > const&)':
/home/rav/myriadcoin/src/wallet.cpp:1584: undefined reference to `CStealthAddress::Encoded() const'
/home/rav/myriadcoin/src/wallet.cpp:1591: undefined reference to `CStealthAddress::Encoded() const'
/home/rav/myriadcoin/src/wallet.cpp:1599: undefined reference to `SecretToPublicKey(ec_secret const&, std::vector >&)'
/home/rav/myriadcoin/src/wallet.cpp:1602: undefined reference to `CStealthAddress::Encoded() const'
/home/rav/myriadcoin/src/wallet.cpp:1657: undefined reference to `StealthSecretSpend(ec_secret&, std::vector >&, ec_secret&, ec_secret&)'
/home/rav/myriadcoin/src/wallet.cpp:1664: undefined reference to `SecretToPublicKey(ec_secret const&, std::vector >&)'
libbitcoin_wallet.a(wallet.o): In function `CWallet::Lock()':
/home/rav/myriadcoin/src/wallet.cpp:150: undefined reference to `CStealthAddress::Encoded() const'
/home/rav/myriadcoin/src/wallet.cpp:146: undefined reference to `CStealthAddress::Encoded() const'
libbitcoin_wallet.a(wallet.o): In function `CWallet::NewStealthAddress(std::string&, std::string&, CStealthAddress&)':
/home/rav/myriadcoin/src/wallet.cpp:1476: undefined reference to `GenerateRandomSecret(ec_secret&)'
/home/rav/myriadcoin/src/wallet.cpp:1477: undefined reference to `GenerateRandomSecret(ec_secret&)'
/home/rav/myriadcoin/src/wallet.cpp:1485: undefined reference to `SecretToPublicKey(ec_secret const&, std::vector >&)'
/home/rav/myriadcoin/src/wallet.cpp:1492: undefined reference to `SecretToPublicKey(ec_secret const&, std::vector >&)'
libbitcoin_wallet.a(wallet.o): In function `CWallet::SendStealthMoneyToDestination(CStealthAddress&, long, std::string&, CWalletTx&, std::string&, bool)':
/home/rav/myriadcoin/src/wallet.cpp:1894: undefined reference to `GenerateRandomSecret(ec_secret&)'
/home/rav/myriadcoin/src/wallet.cpp:1900: undefined reference to `StealthSecret(ec_secret&, std::vector >&, std::vector > const&, ec_secret&, std::vector >&)'
/home/rav/myriadcoin/src/wallet.cpp:1917: undefined reference to `SecretToPublicKey(ec_secret const&, std::vector >&)'
libbitcoin_wallet.a(wallet.o): In function `CWallet::FindStealthTransactions(CTransaction const&, std::map, std::allocator > >&)':
/home/rav/myriadcoin/src/wallet.cpp:2082: undefined reference to `CStealthAddress::Encoded() const'
/home/rav/myriadcoin/src/wallet.cpp:2053: undefined reference to `StealthSecret(ec_secret&, std::vector >&, std::vector > const&, ec_secret&, std::vector >&)'
/home/rav/myriadcoin/src/wallet.cpp:2102: undefined reference to `StealthSharedToSecretSpend(ec_secret&, ec_secret&, ec_secret&)'
/home/rav/myriadcoin/src/wallet.cpp:2109: undefined reference to `SecretToPublicKey(ec_secret const&, std::vector >&)'
/home/rav/myriadcoin/src/wallet.cpp:2154: undefined reference to `CStealthAddress::Encoded() const'
/home/rav/myriadcoin/src/wallet.cpp:2070: undefined reference to `CStealthAddress::Encoded() const'
libbitcoin_wallet.a(wallet.o): In function `CWallet::AddStealthAddress(CStealthAddress&)':
/home/rav/myriadcoin/src/wallet.cpp:1555: undefined reference to `CStealthAddress::Encoded() const'
libbitcoin_wallet.a(wallet.o): In function `CWallet::UpdateStealthAddress(std::string&, std::string&, bool)':
/home/rav/myriadcoin/src/wallet.cpp:1735: undefined reference to `CStealthAddress::SetEncoded(std::string const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [myriadcoind] Error 1
make[2]: Leaving directory `/home/rav/myriadcoin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rav/myriadcoin/src'
make: *** [all] Error 2
Any ideas???
hero member
Activity: 672
Merit: 500
I second that - the Myriad team - MOST ESPECIALLY 8bitcoder deserve our highest praises
Fully agree. Excellent timing.

Anyway, centralization of hashrate is always the problem in a way or the other. To combat this, I might be able to release a new groestl-myr kernel next week. I assume the attacker has access to improved kernels already and albeit this is still to be better studied, I am positive it will reduce the gap between normal miners and the attackers.
legendary
Activity: 1590
Merit: 1002
I second that - the Myriad team - MOST ESPECIALLY 8bitcoder deserve our highest praises

wow Shocked that was a crazy storm! I like were this is going Smiley And congratulations to the Myriad team! You were awesome!
member
Activity: 102
Merit: 10
wow Shocked that was a crazy storm! I like were this is going Smiley And congratulations to the Myriad team! You were awesome!
hero member
Activity: 626
Merit: 504
Myriad Dice, Coinbomb and Transparent Ponzi Games!

Play and help support Myriad development.

There are now vanity addresses for the games (the old addresses will still work, no current plans to disable them). Webpage has been altered with QR codes to make playing via the Android app easy:

http://cryptap.us/myr/dice

From this week's donated dice, coinbomb, and Ponzi game proceeds:

5.04073290 MYR donated to the Dev account ( MWShVDmRxWagXcrKHbBSDb2q7EsXxjApA4 ) , txid: c1f754703220a7b516a92f0ff399beedd95b6fb3613a58ac3b4313424b413ecb

Keep playing, remember that 90% of proceeds go to MYR development. Play for a good cause!
hero member
Activity: 626
Merit: 504
Dice games, faucet and jswallet will be unavailable until I update my node (day or so). Note that I've left jswallet up, your funds are safe as I have no access to them but you can get your private key if you desire.

Regards,

All services appear to be working again. Please let me know if you find any issues.

Regards,
newbie
Activity: 4
Merit: 0
use -reindex command line option.
works fine now.

How do I reindex with that command in windows? Wallet console??  Undecided

make shortcut to myriadcoin and rightclick the shortcut, go to properties and where it say Target:   add -reindex at the end.. it will look like

C:\Myriadcoin\myriadcoin-qt.exe -reindex

can also shift + right click on the folder myriadcoin-qt.exe is located in and then 'open command window here'

Type

myriadcoin-qt.exe -reindex

and keep the command prompt open while the wallet does its thing.
Thankyou! You are a star!! Now working ;-)
full member
Activity: 183
Merit: 100
what's reason of the Bittrex MYR market disable, anyone know ?
hero member
Activity: 750
Merit: 500
use -reindex command line option.
works fine now.

How do I reindex with that command in windows? Wallet console??  Undecided

make shortcut to myriadcoin and rightclick the shortcut, go to properties and where it say Target:   add -reindex at the end.. it will look like

C:\Myriadcoin\myriadcoin-qt.exe -reindex

can also shift + right click on the folder myriadcoin-qt.exe is located in and then 'open command window here'

Type

myriadcoin-qt.exe -reindex

and keep the command prompt open while the wallet does its thing.
sr. member
Activity: 434
Merit: 250
use -reindex command line option.
works fine now.

How do I reindex with that command in windows? Wallet console??  Undecided

make shortcut to myriadcoin and rightclick the shortcut, go to properties and where it say Target:   add -reindex at the end.. it will look like

C:\Myriadcoin\myriadcoin-qt.exe -reindex
newbie
Activity: 4
Merit: 0
use -reindex command line option.
works fine now.

How do I reindex with that command in windows? Wallet console??  Undecided
full member
Activity: 146
Merit: 100
Myriad 0.9.2.6b3

Recommended update

This update modifies wallet to reject connections from peers on version 0.9.2.5 or before, causing quicker synchronisation with the network.


Github source
http://github.com/myriadcoin/myriadcoin


Windows wallet
0.9.2.6 (latest release)
Win32
https://mega.co.nz/#!E5ImRCgR!e4sc4aKZcUZE2FAtlYsD9f8zN7OgRHysLaQ4415szYY
https://www.dropbox.com/s/s0uxc5nrdoy47f7/myriadcoin.0.9.2.6b3.win32.zip?dl=0

Win64
https://mega.co.nz/#!pwhEXIQR!UP_bQznS_cddVG-wcaUROxSxVgJHAxO71B7rpXWO4Bs
https://www.dropbox.com/s/x97806qjy2dt6wv/myriadcoin.0.9.2.6b3.win64.zip?dl=0
legendary
Activity: 2716
Merit: 1240
I'll have to shut the Suprnova pools while updating to the new wallet, they'll be up again as soon as the reindex is finished, don't worry. A list of the affected pools can be found on Suprnova's Poolspage (www.suprnova.cc)
full member
Activity: 147
Merit: 100
use -reindex command line option.
works fine now.
member
Activity: 68
Merit: 10
It's not syncing for me neither
newbie
Activity: 4
Merit: 0
Upgrade of Wallet 0.9.2.6 for windows 7 not synchronizing! Stuck on 14 hours behind, any help would be swell?
 Roll Eyes  Undecided
edit: Have a ton of orphaned files when I checked the logs!

Delete peers.dat?

Hi, thanks for the reply but done that and still having the same problem.
member
Activity: 133
Merit: 10
Upgrade of Wallet 0.9.2.6 for windows 7 not synchronizing! Stuck on 14 hours behind, any help would be swell?
 Roll Eyes  Undecided
edit: Have a ton of orphaned files when I checked the logs!

Delete peers.dat?
Jump to: