Search content
Sort by

Showing 20 of 43 results by egano
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 04/04/2018, 17:48:05 UTC
ups! I see the problem...
The 0.4496 uEGN payment per block means micro EGN.

yes it should be micro sign, not just u


Ports:
P2P_DEFAULT_PORT   = 47767
RPC_DEFAULT_PORT   = 47867
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 26/03/2018, 08:31:24 UTC
is this coin still alive? saw no updated on github since 22 day
Of course, it is not necessary to commit to a working code every week if the daemon and wallet work. We plan to add more RPC procedures for easier use by exchanges, pools and explorers.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 26/03/2018, 08:25:26 UTC
Hi guys i want to finish up your listing and this is what i need
RPC address
RPC user
kzv_rpc
RPC password
From where i get these information.?
Hi, what exactly do you want this for? Setting up a wallet for an exchange? Run eganod and then run walletd, first with "-g" and later use some of these options:
./walletd --help

Common Options:
  -c [ --config ] arg                configuration file
  -h [ --help ]                      produce this help message and exit
  --local                            start with local node (remote is default)
  --testnet                          testnet mode
  --version                          Output version information
  --data-dir arg (=/root/.egano)     Specify data directory
  --bind-address arg (=0.0.0.0)      payment service bind address
  --bind-port arg (=8070)            payment service bind port
  -w [ --container-file ] arg        container file
  -p [ --container-password ] arg    container password
  -g [ --generate-container ]        generate new container file with one
                                     wallet and exit
  -d [ --daemon ]                    run as daemon in Unix or as service in
                                     Windows
  -l [ --log-file ] arg              log file
  --server-root arg                  server root. The service will use it as
                                     working directory. Don't set it if don't
                                     want to change it
  --log-level arg                    log level
  --address                          print wallet addresses and exit

Remote Node Options:
  --daemon-address arg (=localhost)  eganod address
  --daemon-port arg (=47867)         eganod port

Local Node Options:
  --p2p-bind-ip arg (=0.0.0.0)       Interface for p2p network protocol
  --p2p-bind-port arg (=47767)       Port for p2p network protocol
  --p2p-external-port arg (=0)       External port for p2p network protocol (if
                                     port forwarding used with NAT)
  --allow-local-ip                   Allow local ip add to peer list, mostly in
                                     debug purposes
  --add-peer arg                     Manually add peer to local peerlist
  --add-priority-node arg            Specify list of peers to connect to and
                                     attempt to keep the connection open
  --add-exclusive-node arg           Specify list of peers to connect to only.
                                     If this option is given the options
                                     add-priority-node and seed-node are
                                     ignored
  --seed-node arg                    Connect to a node to retrieve peer
                                     addresses, and disconnect
  --hide-my-port                     Do not announce yourself as peerlist
                                     candidate

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 09/03/2018, 10:13:54 UTC
Can it be mined now?
Added unofficial pool, everything seems working
http://35.198.152.158/egn/ port 3334
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 06/03/2018, 11:56:22 UTC
Can it be mined now?
Yes, use miner executable for solo mining which is still efficient enough.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 03/03/2018, 13:05:30 UTC
Block explorer
http://seed6.egano.net/

Block explorer source
https://github.com/s-projects/eganexplorer
Added JSON RPC methods to the daemon yesterday. Update your daemon if you want to run block explorer against your daemon.
Either enable CORS in your browser so that scripts can to load data from different port. The other option is to use ProxyPass in apache to forward to the same port. Here is more information:
Chrome: https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en
Firefox: https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/

Paper wallet
https://github.com/s-projects/paper-wallet
http://seed6.egano.net/paper

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 27/02/2018, 17:25:20 UTC
Any progress on wallet sync issues and the coin?
Yes, everyone having wallet sync issues please edit src/CryptoNoteConfig.h and change BLOCKS_IDS_SYNCHRONIZING_DEFAULT_COUNT to 1000 and rebuild.
Updated binary and source released.
Run simplewallet, wait until it is synced, optionally run set_log 5 and then reset. The issue was fetching 10000 blocks at once instead of 100.

The next objective to do is block explorer.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 02/02/2018, 10:36:41 UTC
Created discord channel for egano
https://discord.gg/cfHsZ6p
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 01/02/2018, 12:51:54 UTC
Guys,

what is the coin unit?
Making the pool now.
See the config above. Ther is just one unit divideable into 18 decimal places (so 10^18 units of 10^-18 value).
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 28/01/2018, 21:24:20 UTC
I think we need a discord channel and a roadmap. good luck dev and your project!
The ongoing thing on the roadmap is to fix simplewallet v1.2 reset/sync issue so it shows correct balances. Then the development can continue and after setting up more pools, windows binaries and web block explorer, this coin can be traded on exchanges.

If you are familiar with forknote and want to test egano using forknote binaries, here is the config:
Code:
EMISSION_SPEED_FACTOR=21
DIFFICULTY_TARGET=60
CRYPTONOTE_DISPLAY_DECIMAL_POINT=18
MONEY_SUPPLY=1000000000000000000
GENESIS_BLOCK_REWARD=0
DEFAULT_DUST_THRESHOLD=100000
MINIMUM_FEE=100
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=60
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=10000
MAX_TRANSACTION_SIZE_LIMIT=100000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=532737147334216
DIFFICULTY_CUT_V1=60
DIFFICULTY_CUT_V2=60
DIFFICULTY_CUT=0
DIFFICULTY_LAG_V1=15
DIFFICULTY_LAG_V2=15
DIFFICULTY_LAG=0
DIFFICULTY_WINDOW_V1=1440
DIFFICULTY_WINDOW_V2=1440
DIFFICULTY_WINDOW=17
ZAWY_DIFFICULTY_V3=1
ZAWY_DIFFICULTY_DIFFICULTY_BLOCK_VERSION=3
p2p-bind-port=47767
rpc-bind-port=47867
BYTECOIN_NETWORK=63727970-746f-2070-6565-72206e6f6465
CRYPTONOTE_NAME=egano
GENESIS_COINBASE_TX_HEX=013c01ff0001bbbad6adf00d029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd08807121019636320e595b95dfdc1fdcadbe7c4b59c014d26866ff5a545bf83c512d4fe3d2
MAX_BLOCK_SIZE_INITIAL=100000
UPGRADE_HEIGHT_V2=999999999
UPGRADE_HEIGHT_V3=999999999
seed-node=seed1.egano.net:47767
CRYPTONOTE_COIN_VERSION=1

Unfortunately the sync issue affects forknote implementation too, even with --SYNC_FROM_ZERO option.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 27/01/2018, 00:50:28 UTC
how to get this coins ? is there any exchange ?

i see no wallet for windows,when it will be come ?

how many total coins is it ?
Exchange and coinmarketcap is planned after online block explorer
Wallet had some improvements to do and Windows one is under development. No exact ETA so far.
Total supply is 1 divideable to 18 decimal places. No need to recompute how big portion one owns.
Solo mining is still reasonable and CryptoNight is CPU friendly algorithm
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 27/01/2018, 00:29:02 UTC

I just flooded the network with 1786 txs of 0.000001, got payments working on my pool. That amount is the maximum I can send in one tx.. I did manage to get a few 0.00005 working but only a few and then I got the tx size error.

I'm not familiar with CryptoNote, is it normal that the block rewards went down to around 0.000000124958082530 after my tx spam? I think the network needs to work out all the txs.. But why punish the miners by lowering the block reward?
Until now I set the mixins at 3 (pool default) but now it's telling me the number is too high due to the tx spam. I will set it at 0, no need for that functionality in a mining pool I guess.
The block reward is lower if a block is significantly bigger than previous average.
Your pool seems to be working all the time, but not on a list on 185.34.216.108, entropy0 took their one down.
The tx spam caused v1.1 daemon to report invalid blocks, the fix is to delete just blockscache.dat, no need to delete p2pcache or resync.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 25/01/2018, 12:04:35 UTC

Trying to send from pool wallet to miner wallet
Code:
2018-01-24 10:14:53 [payments] Error with transfer RPC request to wallet daemon {"code":-4,"message":"Transaction size is too big"}
2018-01-24 10:14:53 [payments] Payments failed to send to {"amount":5000000000000,"address":"abcd1w..............."}
2018-01-24 10:14:53 [payments] Payments splintered and 0 successfully sent, 1 failed
There are hardly any transactions in egano network, less than 2000 so far mostly from flooding tests, that's why block size and thus max transaction size is still small.
Sending 0.000005000000000000 often results in Transaction size too big error, but not always. It depends on inputs chosen and seems to be nondeterministic. Try sending slightly smaller amount (0.000004, 0.000003 and so on) two to five times with zero mixin and it will once go through. Remember that the change you get back from selected inputs is locked until the transaction is mined plus 60 blocks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 23/01/2018, 12:06:22 UTC

great thanks, now we just need to figure out why pools are not accepting blocks as found!
Your pool egano.cryptonight.me finds blocks successfully, other nodes see it included in the blockchain. What errors do you get?
Code:
print_block 8dd81fc4814aefa7acb0c8013cc2e4094a912622990b4e99beeccfc984f2b96f
{"major_version":1,"miner_tx":{"extra":"01a60ce13b88e7d0d72ce6603a92eb7840db1cbe649d212f4f13ea140b1f49b72202080000000001724446","unlock_time":36445,"version":1,"vin":[{"type":"ff","value":{"height":36385}}],"vout":[{"amount":97,"target":{"data":{"key":"0d4b27ea48a5c996909fa4c27365959af705f291a25e50e06d652a28b6d1ac9e"},"type":"02"}},{"amount":900,"target":{"data":{"key":"a46f87ff0f320905101ec223c9b9c2675cac7b98205859b89dd71a48352090cb"},"type":"02"}},{"amount":9000,"target":{"data":{"key":"c8307e554a60e5d5f0051226c132c69ef8c152396ecf80fdadf6e1103a8d4d75"},"type":"02"}},{"amount":20000,"target":{"data":{"key":"fa57e854180060707b6683dab1feca4beb8f207bc7e14ad2e824495e6f9f9b9d"},"type":"02"}},{"amount":500000,"target":{"data":{"key":"37aa68fc50241d8e498e09682a7fe28ad328b3553d15ee865c832957470bbfc4"},"type":"02"}},{"amount":7000000,"target":{"data":{"key":"c943d1a4e41f263f32b871b245ebb1e653d006a36595416f25283678d7199055"},"type":"02"}},{"amount":50000000,"target":{"data":{"key":"88c7d1ce85b83c473b376b0e9acdb9bcda591a35ba83d195c46700c2fda77397"},"type":"02"}},{"amount":600000000,"target":{"data":{"key":"3e6447a30bdca2e020d8363fe1c32a680a36f257e1b96e2429dd4f45cd202ce9"},"type":"02"}},{"amount":8000000000,"target":{"data":{"key":"29edc5b7e0a56e9bdac96831090add20e1bae7bd755845570bf3553d4f7c40ad"},"type":"02"}},{"amount":60000000000,"target":{"data":{"key":"c10a051057fe6709fe26e5ea11fdcb63e82ac86cf9a60206ff8d9a0443a7de80"},"type":"02"}},{"amount":400000000000,"target":{"data":{"key":"e186353f2825ea522e0d4ba0cacce6a67cfddf4e07cac32cdf0972e9939090cd"},"type":"02"}}]},"minor_version":1,"nonce":"161a0000","prev_id":"13f14f7f2fca402b5ef11c1ac7d561fb7886acaa4537f3b67c7445ba09da05a0","timestamp":1516708614,"tx_hashes":[]}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 22/01/2018, 18:16:38 UTC

also, simple wallet needs to be able to open wallets generated by walletd, otherwise we are not able to transfer balance out of it

walletd has a container file that can hold multiple wallets. These cannot be made compatible but walletd supports key export using the following RPC json function (same as for BCN):
https://wiki.bytecoin.org/wiki/Get_spend_keys_-_Bytecoin_RPC_Wallet_API

To workaround this simplewallet was added import/export keys feature. To export or import (or reset by re-create) a wallet you need both view key and spend key obtained from walletd API..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 21/01/2018, 12:54:51 UTC
I'm getting these too:

12:45:53.322952 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 29101
12:45:53.322952 INFO id:        <8a8d81a0bbe6ed7514f4aaccdedfa5461d4851fee1f901849d178e2f1473528b>
12:45:53.322952 INFO PoW:       <6ef45f6fdca33e0d11f2a90ec8fa4fc30bc2f55a7d8b31356937d4731efb0000>
12:45:53.322952 INFO difficulty:        23418
12:45:53.402943 INFO [163.172.37.154:47767 OUT] SYNCHRONIZED OK
12:45:53.815050 WARNING [163.172.37.154:47767 OUT] Exception in connectionHandler: TcpConnection::read

My pool seems to be in sync if I compare the mined block height with the other pool

Using pre update daemon & wallet
This is somebody with daemon v1.1 who needs resync or run v1.2, then these blocks will be discarded.


Important: Bug was discovered in reset feature in simplewallet v1.2. For some reason it resyncs only since last alternate chain known by daemon (height 29059). If you don't see coins you received earlier, the easiest way is to stop daemon v1.2, start simplewallet v1.1, reset (reset was there already), close wallet, backup the wallet file (it is small and you can use it instead of reset later),   start daemon v1.1, wait for sync, start simplewallet 1.1, wait for the wallet to reload all txs (use reset again if it just shows prompt without reloading), check balance. Close wallet, backup wallet file again (to save its state), shut down v1.1 daemon and run v1.2 daemon and wallet.
Never run different version of simplewallet against different version of daemon, it will show nonsense balances and will not be able to sync after reset properly, throwing odd errors both in daemon and simplewallet. Even if you do so, follow the reset procedure above, your wallet keys and coins are always safe.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 20/01/2018, 11:00:51 UTC
Payment still not working? no more tx error.

blocks found by pool are not accepted but considered to be orphaned... might need some help figuring that out

also getting lots of this in daemon, not sure if related

Code:
2018-Jan-20 07:36:11.963565 WARNING [163.172.37.154:47767 OUT] Exception in connectionHandler: TcpConnection::read

also, simple wallet needs to be able to open wallets generated by walletd, otherwise we are not able to transfer balance out of it
it seems that blocks mined by your pool are added to the blockchain in the end, see some blocks missing in your list, that means there is someone else's block on top of yours every few blocks. Working to resolve walletd vs simplewallet issue
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 20/01/2018, 00:10:15 UTC
Set up a node with 1.1 daemon, sync working to height 31475 (current max)
Running nodes with 1.2 daemon, sync working to the same height.
Blocks mined by pool seem to be accepted by other nodes. Transactions broadcasted at cca 31000 by our nodes were mined by the pool too. If your node sees this chain orphaned, please re-sync.
Testing old and new simplewallet against both versions of daemon and will post results here later.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 19/01/2018, 17:10:30 UTC
Good job dev, seem to have fixed the chain

However it seems to be issues with found blocks http://egano.cryptonight.me/#pool_blocks

From daemon:
Code:
2018-Jan-18 20:47:52.032865 WARNING Transaction b1f9ed39f37cce35871414092572ad4c593f849621ed87ca11c0f5986568b42b is not valid. Reason: Transaction uses spent key image
2018-Jan-18 20:47:52.032927 INFO    [185.34.216.108:47767 OUT] Tx verification failed


Chain seems fixed indeed and both version 1.1 and 1.2 of daemon now can sync, 28 blocks mined earlier around 29056-29084 became orphaned. Anyone who sent transactions yesterday should reset their wallet in the way MrCross did few posts above.
Don't worry of the invalid tx, it will be rejected until it completely disappears by expiring from the last mempool.
We are now above 31000. Thanks everyone for mining!

well i tried to, seems like simplewallet cant open the wallet file...

the issue with Tx fail is that pool sees it as invalid and therefore can not pay miners
What happens when you manually send payment from one of your wallets to another? Does it say Money successfully sent, Transaction too big, Internal node error or sth else?
My experience from one of my wallets is that when it generates a tx, it is accepted by the daemon but another node logs invalid transaction. The transaction gets to the mempool and is mined by the cryptonight pool. We will look into this further anyway, the blockchain cannot have double spends mined, at least not in the future.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Egano (EGN) Egalitarian & Anonymous single unit crypto based on CryptoNote
by
egano
on 19/01/2018, 10:42:33 UTC
Good job dev, seem to have fixed the chain

However it seems to be issues with found blocks http://egano.cryptonight.me/#pool_blocks

From daemon:
Code:
2018-Jan-18 20:47:52.032865 WARNING Transaction b1f9ed39f37cce35871414092572ad4c593f849621ed87ca11c0f5986568b42b is not valid. Reason: Transaction uses spent key image
2018-Jan-18 20:47:52.032927 INFO    [185.34.216.108:47767 OUT] Tx verification failed


Chain seems fixed indeed and both version 1.1 and 1.2 of daemon now can sync, 28 blocks mined earlier around 29056-29084 became orphaned. Anyone who sent transactions yesterday should reset their wallet in the way MrCross did few posts above.
Don't worry of the invalid tx, it will be rejected until it completely disappears by expiring from the last mempool.
We are now above 31000. Thanks everyone for mining!